1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# To make real stable releases or devel snapshots, use either:
18# 	make release-check
19# or	make release-publish
20
21VPATH = @srcdir@
22am__is_gnu_make = { \
23  if test -z '$(MAKELEVEL)'; then \
24    false; \
25  elif test -n '$(MAKE_HOST)'; then \
26    true; \
27  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28    true; \
29  else \
30    false; \
31  fi; \
32}
33am__make_running_with_option = \
34  case $${target_option-} in \
35      ?) ;; \
36      *) echo "am__make_running_with_option: internal error: invalid" \
37              "target option '$${target_option-}' specified" >&2; \
38         exit 1;; \
39  esac; \
40  has_opt=no; \
41  sane_makeflags=$$MAKEFLAGS; \
42  if $(am__is_gnu_make); then \
43    sane_makeflags=$$MFLAGS; \
44  else \
45    case $$MAKEFLAGS in \
46      *\\[\ \	]*) \
47        bs=\\; \
48        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
50    esac; \
51  fi; \
52  skip_next=no; \
53  strip_trailopt () \
54  { \
55    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56  }; \
57  for flg in $$sane_makeflags; do \
58    test $$skip_next = yes && { skip_next=no; continue; }; \
59    case $$flg in \
60      *=*|--*) continue;; \
61        -*I) strip_trailopt 'I'; skip_next=yes;; \
62      -*I?*) strip_trailopt 'I';; \
63        -*O) strip_trailopt 'O'; skip_next=yes;; \
64      -*O?*) strip_trailopt 'O';; \
65        -*l) strip_trailopt 'l'; skip_next=yes;; \
66      -*l?*) strip_trailopt 'l';; \
67      -[dEDm]) skip_next=yes;; \
68      -[JT]) skip_next=yes;; \
69    esac; \
70    case $$flg in \
71      *$$target_option*) has_opt=yes; break;; \
72    esac; \
73  done; \
74  test $$has_opt = yes
75am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77pkgdatadir = $(datadir)/@PACKAGE@
78pkgincludedir = $(includedir)/@PACKAGE@
79pkglibdir = $(libdir)/@PACKAGE@
80pkglibexecdir = $(libexecdir)/@PACKAGE@
81am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82install_sh_DATA = $(install_sh) -c -m 644
83install_sh_PROGRAM = $(install_sh) -c
84install_sh_SCRIPT = $(install_sh) -c
85INSTALL_HEADER = $(INSTALL_DATA)
86transform = $(program_transform_name)
87NORMAL_INSTALL = :
88PRE_INSTALL = :
89POST_INSTALL = :
90NORMAL_UNINSTALL = :
91PRE_UNINSTALL = :
92POST_UNINSTALL = :
93build_triplet = @build@
94host_triplet = @host@
95@BUILD_GTK_DOC_TRUE@am__append_1 = doc
96subdir = .
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98am__aclocal_m4_deps =  \
99	$(top_srcdir)/build/autotools/as-am-really-silent.m4 \
100	$(top_srcdir)/build/autotools/as-compiler-flag.m4 \
101	$(top_srcdir)/build/autotools/gtk-doc.m4 \
102	$(top_srcdir)/build/autotools/introspection.m4 \
103	$(top_srcdir)/build/autotools/libtool.m4 \
104	$(top_srcdir)/build/autotools/ltoptions.m4 \
105	$(top_srcdir)/build/autotools/ltsugar.m4 \
106	$(top_srcdir)/build/autotools/ltversion.m4 \
107	$(top_srcdir)/build/autotools/lt~obsolete.m4 \
108	$(top_srcdir)/configure.ac
109am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110	$(ACLOCAL_M4)
111DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
112	$(am__configure_deps) $(am__DIST_COMMON)
113am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
114 configure.lineno config.status.lineno
115mkinstalldirs = $(install_sh) -d
116CONFIG_HEADER = config.h
117CONFIG_CLEAN_FILES = clutter-gst.pc
118CONFIG_CLEAN_VPATH_FILES =
119AM_V_P = $(am__v_P_@AM_V@)
120am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
121am__v_P_0 = false
122am__v_P_1 = :
123AM_V_GEN = $(am__v_GEN_@AM_V@)
124am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
125am__v_GEN_0 = @echo "  GEN     " $@;
126am__v_GEN_1 =
127AM_V_at = $(am__v_at_@AM_V@)
128am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
129am__v_at_0 = @
130am__v_at_1 =
131SOURCES =
132DIST_SOURCES =
133RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
134	ctags-recursive dvi-recursive html-recursive info-recursive \
135	install-data-recursive install-dvi-recursive \
136	install-exec-recursive install-html-recursive \
137	install-info-recursive install-pdf-recursive \
138	install-ps-recursive install-recursive installcheck-recursive \
139	installdirs-recursive pdf-recursive ps-recursive \
140	tags-recursive uninstall-recursive
141am__can_run_installinfo = \
142  case $$AM_UPDATE_INFO_DIR in \
143    n|no|NO) false;; \
144    *) (install-info --version) >/dev/null 2>&1;; \
145  esac
146am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
147am__vpath_adj = case $$p in \
148    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
149    *) f=$$p;; \
150  esac;
151am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
152am__install_max = 40
153am__nobase_strip_setup = \
154  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
155am__nobase_strip = \
156  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
157am__nobase_list = $(am__nobase_strip_setup); \
158  for p in $$list; do echo "$$p $$p"; done | \
159  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
160  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
161    if (++n[$$2] == $(am__install_max)) \
162      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
163    END { for (dir in files) print dir, files[dir] }'
164am__base_list = \
165  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
166  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
167am__uninstall_files_from_dir = { \
168  test -z "$$files" \
169    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
170    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
171         $(am__cd) "$$dir" && rm -f $$files; }; \
172  }
173am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
174DATA = $(pkgconfig_DATA)
175RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
176  distclean-recursive maintainer-clean-recursive
177am__recursive_targets = \
178  $(RECURSIVE_TARGETS) \
179  $(RECURSIVE_CLEAN_TARGETS) \
180  $(am__extra_recursive_targets)
181AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
182	cscope distdir distdir-am dist dist-all distcheck
183am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
184	$(LISP)config.h.in
185# Read a list of newline-separated strings from the standard input,
186# and print each of them once, without duplicates.  Input order is
187# *not* preserved.
188am__uniquify_input = $(AWK) '\
189  BEGIN { nonempty = 0; } \
190  { items[$$0] = 1; nonempty = 1; } \
191  END { if (nonempty) { for (i in items) print i; }; } \
192'
193# Make sure the list of sources is unique.  This is necessary because,
194# e.g., the same source file might be shared among _SOURCES variables
195# for different programs/libraries.
196am__define_uniq_tagged_files = \
197  list='$(am__tagged_files)'; \
198  unique=`for i in $$list; do \
199    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200  done | $(am__uniquify_input)`
201ETAGS = etags
202CTAGS = ctags
203CSCOPE = cscope
204am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/clutter-gst.pc.in \
205	$(srcdir)/config.h.in \
206	$(top_srcdir)/build/autotools/Makefile.am.release \
207	$(top_srcdir)/build/autotools/compile \
208	$(top_srcdir)/build/autotools/config.guess \
209	$(top_srcdir)/build/autotools/config.sub \
210	$(top_srcdir)/build/autotools/install-sh \
211	$(top_srcdir)/build/autotools/ltmain.sh \
212	$(top_srcdir)/build/autotools/missing AUTHORS COPYING INSTALL \
213	NEWS README
214DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
215distdir = $(PACKAGE)-$(VERSION)
216top_distdir = $(distdir)
217am__remove_distdir = \
218  if test -d "$(distdir)"; then \
219    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
220      && rm -rf "$(distdir)" \
221      || { sleep 5 && rm -rf "$(distdir)"; }; \
222  else :; fi
223am__post_remove_distdir = $(am__remove_distdir)
224am__relativize = \
225  dir0=`pwd`; \
226  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
227  sed_rest='s,^[^/]*/*,,'; \
228  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
229  sed_butlast='s,/*[^/]*$$,,'; \
230  while test -n "$$dir1"; do \
231    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
232    if test "$$first" != "."; then \
233      if test "$$first" = ".."; then \
234        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
235        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
236      else \
237        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
238        if test "$$first2" = "$$first"; then \
239          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
240        else \
241          dir2="../$$dir2"; \
242        fi; \
243        dir0="$$dir0"/"$$first"; \
244      fi; \
245    fi; \
246    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
247  done; \
248  reldir="$$dir2"
249GZIP_ENV = --best
250DIST_ARCHIVES = $(distdir).tar.xz
251DIST_TARGETS = dist-xz
252distuninstallcheck_listfiles = find . -type f -print
253am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
254  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
255distcleancheck_listfiles = find . -type f -print
256ACLOCAL = @ACLOCAL@
257AMTAR = @AMTAR@
258AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
259AM_MAKEFLAGS = @AM_MAKEFLAGS@
260AR = @AR@
261AUTOCONF = @AUTOCONF@
262AUTOHEADER = @AUTOHEADER@
263AUTOMAKE = @AUTOMAKE@
264AWK = @AWK@
265CC = @CC@
266CCDEPMODE = @CCDEPMODE@
267CFLAGS = @CFLAGS@
268CGC = @CGC@
269CLUTTER_API_VERSION = @CLUTTER_API_VERSION@
270CLUTTER_GST_API_VERSION = @CLUTTER_GST_API_VERSION@
271CLUTTER_GST_CFLAGS = @CLUTTER_GST_CFLAGS@
272CLUTTER_GST_DEBUG_CFLAGS = @CLUTTER_GST_DEBUG_CFLAGS@
273CLUTTER_GST_LIBS = @CLUTTER_GST_LIBS@
274CLUTTER_GST_LT_LDFLAGS = @CLUTTER_GST_LT_LDFLAGS@
275CLUTTER_GST_LT_VERSION = @CLUTTER_GST_LT_VERSION@
276CLUTTER_GST_MAJORMINOR = @CLUTTER_GST_MAJORMINOR@
277CLUTTER_GST_MAJOR_VERSION = @CLUTTER_GST_MAJOR_VERSION@
278CLUTTER_GST_MICRO_VERSION = @CLUTTER_GST_MICRO_VERSION@
279CLUTTER_GST_MINOR_VERSION = @CLUTTER_GST_MINOR_VERSION@
280CLUTTER_GST_RELEASE_STATUS = @CLUTTER_GST_RELEASE_STATUS@
281CLUTTER_GST_VERSION = @CLUTTER_GST_VERSION@
282CLUTTER_REQ_VERSION = @CLUTTER_REQ_VERSION@
283CPP = @CPP@
284CPPFLAGS = @CPPFLAGS@
285CYGPATH_W = @CYGPATH_W@
286DEFS = @DEFS@
287DEPDIR = @DEPDIR@
288DLLTOOL = @DLLTOOL@
289DSYMUTIL = @DSYMUTIL@
290DUMPBIN = @DUMPBIN@
291ECHO_C = @ECHO_C@
292ECHO_N = @ECHO_N@
293ECHO_T = @ECHO_T@
294EGREP = @EGREP@
295EXEEXT = @EXEEXT@
296FGREP = @FGREP@
297GCC_FLAGS = @GCC_FLAGS@
298GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
299GLIB_MKENUMS = @GLIB_MKENUMS@
300GLIB_REQ_VERSION = @GLIB_REQ_VERSION@
301GL_LDFLAGS = @GL_LDFLAGS@
302GREP = @GREP@
303GSTREAMER_REQ_VERSION = @GSTREAMER_REQ_VERSION@
304GST_CFLAGS = @GST_CFLAGS@
305GST_LIBS = @GST_LIBS@
306GTKDOC_CHECK = @GTKDOC_CHECK@
307GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
308GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
309GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
310GTKDOC_MKPDF = @GTKDOC_MKPDF@
311GTKDOC_REBASE = @GTKDOC_REBASE@
312GUDEV_CFLAGS = @GUDEV_CFLAGS@
313GUDEV_LIBS = @GUDEV_LIBS@
314HTML_DIR = @HTML_DIR@
315INSTALL = @INSTALL@
316INSTALL_DATA = @INSTALL_DATA@
317INSTALL_PROGRAM = @INSTALL_PROGRAM@
318INSTALL_SCRIPT = @INSTALL_SCRIPT@
319INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
320INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
321INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
322INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
323INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
324INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
325LD = @LD@
326LDFLAGS = @LDFLAGS@
327LIBM = @LIBM@
328LIBOBJS = @LIBOBJS@
329LIBS = @LIBS@
330LIBTOOL = @LIBTOOL@
331LIPO = @LIPO@
332LN_S = @LN_S@
333LTLIBOBJS = @LTLIBOBJS@
334LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
335MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
336MAKEINFO = @MAKEINFO@
337MANIFEST_TOOL = @MANIFEST_TOOL@
338MKDIR_P = @MKDIR_P@
339NM = @NM@
340NMEDIT = @NMEDIT@
341OBJDUMP = @OBJDUMP@
342OBJEXT = @OBJEXT@
343OTOOL = @OTOOL@
344OTOOL64 = @OTOOL64@
345PACKAGE = @PACKAGE@
346PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
347PACKAGE_NAME = @PACKAGE_NAME@
348PACKAGE_STRING = @PACKAGE_STRING@
349PACKAGE_TARNAME = @PACKAGE_TARNAME@
350PACKAGE_URL = @PACKAGE_URL@
351PACKAGE_VERSION = @PACKAGE_VERSION@
352PATH_SEPARATOR = @PATH_SEPARATOR@
353PKG_CONFIG = @PKG_CONFIG@
354PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
355PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
356PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
357PLUGIN_LIBS = @PLUGIN_LIBS@
358PYTHON = @PYTHON@
359RANLIB = @RANLIB@
360SED = @SED@
361SET_MAKE = @SET_MAKE@
362SHELL = @SHELL@
363STRIP = @STRIP@
364VERSION = @VERSION@
365abs_builddir = @abs_builddir@
366abs_srcdir = @abs_srcdir@
367abs_top_builddir = @abs_top_builddir@
368abs_top_srcdir = @abs_top_srcdir@
369ac_ct_AR = @ac_ct_AR@
370ac_ct_CC = @ac_ct_CC@
371ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
372am__include = @am__include@
373am__leading_dot = @am__leading_dot@
374am__quote = @am__quote@
375am__tar = @am__tar@
376am__untar = @am__untar@
377bindir = @bindir@
378build = @build@
379build_alias = @build_alias@
380build_cpu = @build_cpu@
381build_os = @build_os@
382build_vendor = @build_vendor@
383builddir = @builddir@
384datadir = @datadir@
385datarootdir = @datarootdir@
386docdir = @docdir@
387dvidir = @dvidir@
388exec_prefix = @exec_prefix@
389host = @host@
390host_alias = @host_alias@
391host_cpu = @host_cpu@
392host_os = @host_os@
393host_vendor = @host_vendor@
394htmldir = @htmldir@
395includedir = @includedir@
396infodir = @infodir@
397install_sh = @install_sh@
398libdir = @libdir@
399libexecdir = @libexecdir@
400localedir = @localedir@
401localstatedir = @localstatedir@
402mandir = @mandir@
403mkdir_p = @mkdir_p@
404oldincludedir = @oldincludedir@
405pdfdir = @pdfdir@
406plugindir = @plugindir@
407prefix = @prefix@
408program_transform_name = @program_transform_name@
409psdir = @psdir@
410sbindir = @sbindir@
411sharedstatedir = @sharedstatedir@
412srcdir = @srcdir@
413sysconfdir = @sysconfdir@
414target_alias = @target_alias@
415top_build_prefix = @top_build_prefix@
416top_builddir = @top_builddir@
417top_srcdir = @top_srcdir@
418QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)
419SUBDIRS = build scripts clutter-gst tests examples $(am__append_1)
420DIST_SUBDIRS = build scripts clutter-gst tests examples doc
421ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
422pkgconfig_DATA = clutter-gst-$(CLUTTER_GST_API_VERSION).pc
423pkgconfigdir = $(prefix)/libdata/pkgconfig
424EXTRA_DIST = clutter-gst.pc.in ChangeLog.pre-git-import
425CLEANFILES = clutter-gst.pc clutter-gst-$(CLUTTER_GST_API_VERSION).pc
426DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
427
428# Extra clean files so that maintainer-clean removes *everything*
429MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub \
430                       configure depcomp install-sh ltmain.sh     \
431                       Makefile.in missing config.h.in
432
433TAR_OPTIONS = --owner=0 --group=0
434GNOME_RELEASE_URL_BASE = http://download.gnome.org/sources/clutter-gst
435GNOME_RELEASE_URL = $(GNOME_RELEASE_URL_BASE)/$(CLUTTER_GST_MAJOR_VERSION).$(CLUTTER_GST_MINOR_VERSION)
436RELEASE_API_URL = http://docs.clutter-project.org/docs/clutter-gst
437RELEASE_ANNOUNCE_LIST = clutter-announce@clutter-project.org (Cc: gnome-announce-list@gnome.org)
438tar_file = $(distdir).tar.xz
439sha256_file = $(distdir).sha256sum
440all: config.h
441	$(MAKE) $(AM_MAKEFLAGS) all-recursive
442
443.SUFFIXES:
444am--refresh: Makefile
445	@:
446$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/Makefile.am.release $(am__configure_deps)
447	@for dep in $?; do \
448	  case '$(am__configure_deps)' in \
449	    *$$dep*) \
450	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
451	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
452		&& exit 0; \
453	      exit 1;; \
454	  esac; \
455	done; \
456	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
457	$(am__cd) $(top_srcdir) && \
458	  $(AUTOMAKE) --foreign Makefile
459Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
460	@case '$?' in \
461	  *config.status*) \
462	    echo ' $(SHELL) ./config.status'; \
463	    $(SHELL) ./config.status;; \
464	  *) \
465	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
466	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
467	esac;
468$(top_srcdir)/build/autotools/Makefile.am.release $(am__empty):
469
470$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
471	$(SHELL) ./config.status --recheck
472
473$(top_srcdir)/configure:  $(am__configure_deps)
474	$(am__cd) $(srcdir) && $(AUTOCONF)
475$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
476	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
477$(am__aclocal_m4_deps):
478
479config.h: stamp-h1
480	@test -f $@ || rm -f stamp-h1
481	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
482
483stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
484	@rm -f stamp-h1
485	cd $(top_builddir) && $(SHELL) ./config.status config.h
486$(srcdir)/config.h.in:  $(am__configure_deps)
487	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
488	rm -f stamp-h1
489	touch $@
490
491distclean-hdr:
492	-rm -f config.h stamp-h1
493clutter-gst.pc: $(top_builddir)/config.status $(srcdir)/clutter-gst.pc.in
494	cd $(top_builddir) && $(SHELL) ./config.status $@
495
496mostlyclean-libtool:
497	-rm -f *.lo
498
499clean-libtool:
500	-rm -rf .libs _libs
501
502distclean-libtool:
503	-rm -f libtool config.lt
504install-pkgconfigDATA: $(pkgconfig_DATA)
505	@$(NORMAL_INSTALL)
506	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
507	if test -n "$$list"; then \
508	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
509	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
510	fi; \
511	for p in $$list; do \
512	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
513	  echo "$$d$$p"; \
514	done | $(am__base_list) | \
515	while read files; do \
516	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
517	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
518	done
519
520uninstall-pkgconfigDATA:
521	@$(NORMAL_UNINSTALL)
522	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
523	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
524	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
525
526# This directory's subdirectories are mostly independent; you can cd
527# into them and run 'make' without going through this Makefile.
528# To change the values of 'make' variables: instead of editing Makefiles,
529# (1) if the variable is set in 'config.status', edit 'config.status'
530#     (which will cause the Makefiles to be regenerated when you run 'make');
531# (2) otherwise, pass the desired values on the 'make' command line.
532$(am__recursive_targets):
533	@fail=; \
534	if $(am__make_keepgoing); then \
535	  failcom='fail=yes'; \
536	else \
537	  failcom='exit 1'; \
538	fi; \
539	dot_seen=no; \
540	target=`echo $@ | sed s/-recursive//`; \
541	case "$@" in \
542	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
543	  *) list='$(SUBDIRS)' ;; \
544	esac; \
545	for subdir in $$list; do \
546	  echo "Making $$target in $$subdir"; \
547	  if test "$$subdir" = "."; then \
548	    dot_seen=yes; \
549	    local_target="$$target-am"; \
550	  else \
551	    local_target="$$target"; \
552	  fi; \
553	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
554	  || eval $$failcom; \
555	done; \
556	if test "$$dot_seen" = "no"; then \
557	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
558	fi; test -z "$$fail"
559
560ID: $(am__tagged_files)
561	$(am__define_uniq_tagged_files); mkid -fID $$unique
562tags: tags-recursive
563TAGS: tags
564
565tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
566	set x; \
567	here=`pwd`; \
568	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
569	  include_option=--etags-include; \
570	  empty_fix=.; \
571	else \
572	  include_option=--include; \
573	  empty_fix=; \
574	fi; \
575	list='$(SUBDIRS)'; for subdir in $$list; do \
576	  if test "$$subdir" = .; then :; else \
577	    test ! -f $$subdir/TAGS || \
578	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
579	  fi; \
580	done; \
581	$(am__define_uniq_tagged_files); \
582	shift; \
583	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
584	  test -n "$$unique" || unique=$$empty_fix; \
585	  if test $$# -gt 0; then \
586	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
587	      "$$@" $$unique; \
588	  else \
589	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
590	      $$unique; \
591	  fi; \
592	fi
593ctags: ctags-recursive
594
595CTAGS: ctags
596ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
597	$(am__define_uniq_tagged_files); \
598	test -z "$(CTAGS_ARGS)$$unique" \
599	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
600	     $$unique
601
602GTAGS:
603	here=`$(am__cd) $(top_builddir) && pwd` \
604	  && $(am__cd) $(top_srcdir) \
605	  && gtags -i $(GTAGS_ARGS) "$$here"
606cscope: cscope.files
607	test ! -s cscope.files \
608	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
609clean-cscope:
610	-rm -f cscope.files
611cscope.files: clean-cscope cscopelist
612cscopelist: cscopelist-recursive
613
614cscopelist-am: $(am__tagged_files)
615	list='$(am__tagged_files)'; \
616	case "$(srcdir)" in \
617	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
618	  *) sdir=$(subdir)/$(srcdir) ;; \
619	esac; \
620	for i in $$list; do \
621	  if test -f "$$i"; then \
622	    echo "$(subdir)/$$i"; \
623	  else \
624	    echo "$$sdir/$$i"; \
625	  fi; \
626	done >> $(top_builddir)/cscope.files
627
628distclean-tags:
629	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
630	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
631
632distdir: $(BUILT_SOURCES)
633	$(MAKE) $(AM_MAKEFLAGS) distdir-am
634
635distdir-am: $(DISTFILES)
636	$(am__remove_distdir)
637	test -d "$(distdir)" || mkdir "$(distdir)"
638	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
639	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
640	list='$(DISTFILES)'; \
641	  dist_files=`for file in $$list; do echo $$file; done | \
642	  sed -e "s|^$$srcdirstrip/||;t" \
643	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
644	case $$dist_files in \
645	  */*) $(MKDIR_P) `echo "$$dist_files" | \
646			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
647			   sort -u` ;; \
648	esac; \
649	for file in $$dist_files; do \
650	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
651	  if test -d $$d/$$file; then \
652	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
653	    if test -d "$(distdir)/$$file"; then \
654	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
655	    fi; \
656	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
657	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
658	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
659	    fi; \
660	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
661	  else \
662	    test -f "$(distdir)/$$file" \
663	    || cp -p $$d/$$file "$(distdir)/$$file" \
664	    || exit 1; \
665	  fi; \
666	done
667	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
668	  if test "$$subdir" = .; then :; else \
669	    $(am__make_dryrun) \
670	      || test -d "$(distdir)/$$subdir" \
671	      || $(MKDIR_P) "$(distdir)/$$subdir" \
672	      || exit 1; \
673	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
674	    $(am__relativize); \
675	    new_distdir=$$reldir; \
676	    dir1=$$subdir; dir2="$(top_distdir)"; \
677	    $(am__relativize); \
678	    new_top_distdir=$$reldir; \
679	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
680	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
681	    ($(am__cd) $$subdir && \
682	      $(MAKE) $(AM_MAKEFLAGS) \
683	        top_distdir="$$new_top_distdir" \
684	        distdir="$$new_distdir" \
685		am__remove_distdir=: \
686		am__skip_length_check=: \
687		am__skip_mode_fix=: \
688	        distdir) \
689	      || exit 1; \
690	  fi; \
691	done
692	-test -n "$(am__skip_mode_fix)" \
693	|| find "$(distdir)" -type d ! -perm -755 \
694		-exec chmod u+rwx,go+rx {} \; -o \
695	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
696	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
697	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
698	|| chmod -R a+r "$(distdir)"
699dist-gzip: distdir
700	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
701	$(am__post_remove_distdir)
702
703dist-bzip2: distdir
704	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
705	$(am__post_remove_distdir)
706
707dist-lzip: distdir
708	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
709	$(am__post_remove_distdir)
710dist-xz: distdir
711	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
712	$(am__post_remove_distdir)
713
714dist-tarZ: distdir
715	@echo WARNING: "Support for distribution archives compressed with" \
716		       "legacy program 'compress' is deprecated." >&2
717	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
718	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
719	$(am__post_remove_distdir)
720
721dist-shar: distdir
722	@echo WARNING: "Support for shar distribution archives is" \
723	               "deprecated." >&2
724	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
725	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
726	$(am__post_remove_distdir)
727
728dist-zip: distdir
729	-rm -f $(distdir).zip
730	zip -rq $(distdir).zip $(distdir)
731	$(am__post_remove_distdir)
732
733dist dist-all:
734	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
735	$(am__post_remove_distdir)
736
737# This target untars the dist file and tries a VPATH configuration.  Then
738# it guarantees that the distribution is self-contained by making another
739# tarfile.
740distcheck: dist
741	case '$(DIST_ARCHIVES)' in \
742	*.tar.gz*) \
743	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
744	*.tar.bz2*) \
745	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
746	*.tar.lz*) \
747	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
748	*.tar.xz*) \
749	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
750	*.tar.Z*) \
751	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
752	*.shar.gz*) \
753	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
754	*.zip*) \
755	  unzip $(distdir).zip ;;\
756	esac
757	chmod -R a-w $(distdir)
758	chmod u+w $(distdir)
759	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
760	chmod a-w $(distdir)
761	test -d $(distdir)/_build || exit 0; \
762	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
763	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
764	  && am__cwd=`pwd` \
765	  && $(am__cd) $(distdir)/_build/sub \
766	  && ../../configure \
767	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
768	    $(DISTCHECK_CONFIGURE_FLAGS) \
769	    --srcdir=../.. --prefix="$$dc_install_base" \
770	  && $(MAKE) $(AM_MAKEFLAGS) \
771	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
772	  && $(MAKE) $(AM_MAKEFLAGS) check \
773	  && $(MAKE) $(AM_MAKEFLAGS) install \
774	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
775	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
776	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
777	        distuninstallcheck \
778	  && chmod -R a-w "$$dc_install_base" \
779	  && ({ \
780	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
781	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
782	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
783	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
784	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
785	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
786	  && rm -rf "$$dc_destdir" \
787	  && $(MAKE) $(AM_MAKEFLAGS) dist \
788	  && rm -rf $(DIST_ARCHIVES) \
789	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
790	  && cd "$$am__cwd" \
791	  || exit 1
792	$(am__post_remove_distdir)
793	@(echo "$(distdir) archives ready for distribution: "; \
794	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
795	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
796distuninstallcheck:
797	@test -n '$(distuninstallcheck_dir)' || { \
798	  echo 'ERROR: trying to run $@ with an empty' \
799	       '$$(distuninstallcheck_dir)' >&2; \
800	  exit 1; \
801	}; \
802	$(am__cd) '$(distuninstallcheck_dir)' || { \
803	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
804	  exit 1; \
805	}; \
806	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
807	   || { echo "ERROR: files left after uninstall:" ; \
808	        if test -n "$(DESTDIR)"; then \
809	          echo "  (check DESTDIR support)"; \
810	        fi ; \
811	        $(distuninstallcheck_listfiles) ; \
812	        exit 1; } >&2
813distcleancheck: distclean
814	@if test '$(srcdir)' = . ; then \
815	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
816	  exit 1 ; \
817	fi
818	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
819	  || { echo "ERROR: files left in build directory after distclean:" ; \
820	       $(distcleancheck_listfiles) ; \
821	       exit 1; } >&2
822check-am: all-am
823check: check-recursive
824all-am: Makefile $(DATA) config.h
825installdirs: installdirs-recursive
826installdirs-am:
827	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
828	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
829	done
830install: install-recursive
831install-exec: install-exec-recursive
832install-data: install-data-recursive
833uninstall: uninstall-recursive
834
835install-am: all-am
836	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
837
838installcheck: installcheck-recursive
839install-strip:
840	if test -z '$(STRIP)'; then \
841	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
842	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
843	      install; \
844	else \
845	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
846	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
847	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
848	fi
849mostlyclean-generic:
850
851clean-generic:
852	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
853
854distclean-generic:
855	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
856	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
857
858maintainer-clean-generic:
859	@echo "This command is intended for maintainers to use"
860	@echo "it deletes files that may require special tools to rebuild."
861	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
862clean: clean-recursive
863
864clean-am: clean-generic clean-libtool mostlyclean-am
865
866distclean: distclean-recursive
867	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
868	-rm -f Makefile
869distclean-am: clean-am distclean-generic distclean-hdr \
870	distclean-libtool distclean-tags
871
872dvi: dvi-recursive
873
874dvi-am:
875
876html: html-recursive
877
878html-am:
879
880info: info-recursive
881
882info-am:
883
884install-data-am: install-pkgconfigDATA
885
886install-dvi: install-dvi-recursive
887
888install-dvi-am:
889
890install-exec-am:
891
892install-html: install-html-recursive
893
894install-html-am:
895
896install-info: install-info-recursive
897
898install-info-am:
899
900install-man:
901
902install-pdf: install-pdf-recursive
903
904install-pdf-am:
905
906install-ps: install-ps-recursive
907
908install-ps-am:
909
910installcheck-am:
911
912maintainer-clean: maintainer-clean-recursive
913	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
914	-rm -rf $(top_srcdir)/autom4te.cache
915	-rm -f Makefile
916maintainer-clean-am: distclean-am maintainer-clean-generic
917
918mostlyclean: mostlyclean-recursive
919
920mostlyclean-am: mostlyclean-generic mostlyclean-libtool
921
922pdf: pdf-recursive
923
924pdf-am:
925
926ps: ps-recursive
927
928ps-am:
929
930uninstall-am: uninstall-pkgconfigDATA
931
932.MAKE: $(am__recursive_targets) all install-am install-strip
933
934.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
935	am--refresh check check-am clean clean-cscope clean-generic \
936	clean-libtool cscope cscopelist-am ctags ctags-am dist \
937	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
938	dist-xz dist-zip distcheck distclean distclean-generic \
939	distclean-hdr distclean-libtool distclean-tags distcleancheck \
940	distdir distuninstallcheck dvi dvi-am html html-am info \
941	info-am install install-am install-data install-data-am \
942	install-dvi install-dvi-am install-exec install-exec-am \
943	install-html install-html-am install-info install-info-am \
944	install-man install-pdf install-pdf-am install-pkgconfigDATA \
945	install-ps install-ps-am install-strip installcheck \
946	installcheck-am installdirs installdirs-am maintainer-clean \
947	maintainer-clean-generic mostlyclean mostlyclean-generic \
948	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
949	uninstall-am uninstall-pkgconfigDATA
950
951.PRECIOUS: Makefile
952
953
954clutter-gst-$(CLUTTER_GST_API_VERSION).pc: clutter-gst.pc
955	$(AM_V_GEN)cp -f clutter-gst.pc $@
956
957$(sha256_file): $(tar_file)
958	$(AM_V_GEN)sha256sum $^ > $@
959
960release-check: release-verify-even-micro release-verify-news
961	TAR_OPTIONS="$(TAR_OPTIONS)" $(MAKE) $(AM_MAKEFLAGS) distcheck
962
963release-verify-news:
964	@echo -n "Checking that the NEWS file has been updated..."
965	@if ! grep -q "$(CLUTTER_GST_VERSION)" $(top_srcdir)/NEWS; then \
966	  (echo "Ouch." && \
967	   echo "The version in the NEWS file does not match $(CLUTTER_GST_VERSION)." && \
968	   echo "This probably means you haven't updated the NEWS file." && \
969	   false); else :; fi
970	@echo "Good."
971
972release-verify-even-micro:
973	@echo -n "Checking that $(VERSION) has an even micro component..."
974	@test "$(CLUTTER_GST_MICRO_VERSION)" = "`echo $(CLUTTER_GST_MICRO_VERSION)/2*2 | bc`" \
975	  || (echo "Ouch." && \
976	      echo "The version micro component '$(CLUTTER_GST_MICRO_VERSION)' is not an even number." && \
977	      echo "The version in configure.ac must be incremented before a new release." && \
978	      false)
979	@echo "Good."
980
981release-upload: $(sha256_file)
982	@echo "Uploading to master.gnome.org..."
983	@scp $(tar_file) llandwerlin@master.gnome.org:
984	@echo "Running ftpadmin install..."
985	@ssh llandwerlin@master.gnome.org ftpadmin install $(tar_file)
986	@echo "Done."
987
988release-message: $(sha256_file)
989	@echo "Send an email to: $(RELEASE_ANNOUNCE_LIST)"
990	@echo "  Subject: $(PACKAGE) $(CLUTTER_GST_VERSION) ($(CLUTTER_GST_RELEASE_STATUS))"
991	@echo "Contents:"
992	@echo "--- CUT HERE ---"
993	@echo "Hi,"
994	@echo ""
995	@echo "A new $(PACKAGE) $(CLUTTER_GST_RELEASE_STATUS) is now available at:"
996	@echo ""
997	@echo "  $(GNOME_RELEASE_URL)/$(tar_file)"
998	@echo ""
999	@echo "SHA256 Checksum:"
1000	@echo ""
1001	@cat $(top_builddir)/$(sha256_file)
1002	@echo ""
1003	@echo "Additionally, a git clone of the source tree:"
1004	@echo ""
1005	@echo "  git clone git://git.gnome.org/clutter-gst"
1006	@echo ""
1007	@echo "will include a signed $(CLUTTER_GST_VERSION) tag which points to a commit named:"
1008	@echo "  `git cat-file tag $(CLUTTER_GST_VERSION) | grep ^object | $(SED) -e 's,object ,,'`"
1009	@echo ""
1010	@echo "which can be verified with:"
1011	@echo "  git verify-tag $(CLUTTER_GST_VERSION)"
1012	@echo ""
1013	@echo "and can be checked out with a command such as:"
1014	@echo "  git checkout -b build $(CLUTTER_GST_VERSION)"
1015	@echo ""
1016	@echo "Clutter-Gst is an integration library for using GStreamer with Clutter."
1017	@echo "It provides a GStreamer sink to upload frames to GL and an actor that"
1018	@echo "implements the ClutterGstPlayer interface using playbin."
1019	@echo ""
1020	@echo "Clutter-gst depends on:"
1021	@echo ""
1022	@echo "  GLib ≥ $(GLIB_REQ_VERSION)"
1023	@echo "  Clutter ≥ $(CLUTTER_REQ_VERSION)"
1024	@echo "  GStreamer ≥ $(GSTREAMER_REQ_VERSION)"
1025	@echo ""
1026	@echo "API reference:"
1027	@echo ""
1028	@if test "x$(CLUTTER_GST_RELEASE_STATUS)" = "xsnapshot"; then \
1029	  echo " $(RELEASE_API_URL)/unstable"; \
1030	else \
1031	  echo " $(RELEASE_API_URL)/stable"; \
1032	fi
1033	@echo ""
1034	@$(SED) -n '1bend;/^clutter-gst /q;:end;4,$$p' $(top_srcdir)/NEWS
1035	@echo "--- CUT HERE ---"
1036
1037release-publish: release-check
1038	$(MAKE) $(AM_MAKEFLAGS) release-upload
1039	$(MAKE) $(AM_MAKEFLAGS) release-message
1040
1041.PHONY: \
1042	release-check \
1043	release-message \
1044	release-publish \
1045	release-upload \
1046	release-verify-even-micro
1047
1048# Tell versions [3.59,3.63) of GNU make to not export all variables.
1049# Otherwise a system limit (for SysV at least) may be exceeded.
1050.NOEXPORT:
1051