881a5b0135d6d798c857173b70c49f6a29c5275b
[profile/ivi/clutter.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # custom rules for quiet builds
19
20 # Taken from Cairo - build/Makefile.am.changelog
21 # Modified to fit the Clutter build environment
22
23 # To make real stable releases or devel snapshots, use either:
24 #       make release-check
25 # or    make release-publish
26 VPATH = @srcdir@
27 pkgdatadir = $(datadir)/@PACKAGE@
28 pkgincludedir = $(includedir)/@PACKAGE@
29 pkglibdir = $(libdir)/@PACKAGE@
30 pkglibexecdir = $(libexecdir)/@PACKAGE@
31 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32 install_sh_DATA = $(install_sh) -c -m 644
33 install_sh_PROGRAM = $(install_sh) -c
34 install_sh_SCRIPT = $(install_sh) -c
35 INSTALL_HEADER = $(INSTALL_DATA)
36 transform = $(program_transform_name)
37 NORMAL_INSTALL = :
38 PRE_INSTALL = :
39 POST_INSTALL = :
40 NORMAL_UNINSTALL = :
41 PRE_UNINSTALL = :
42 POST_UNINSTALL = :
43 build_triplet = @build@
44 host_triplet = @host@
45 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
46         $(srcdir)/Makefile.in $(srcdir)/README.in \
47         $(srcdir)/config.h.in $(srcdir)/config.h.win32.in \
48         $(top_srcdir)/build/autotools/Makefile.am.changelog \
49         $(top_srcdir)/build/autotools/Makefile.am.release \
50         $(top_srcdir)/build/autotools/Makefile.am.silent \
51         $(top_srcdir)/clutter/cally/cally.pc.in \
52         $(top_srcdir)/clutter/cex100/clutter-cex100.h.in \
53         $(top_srcdir)/configure ABOUT-NLS COPYING NEWS
54 subdir = .
55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56 am__aclocal_m4_deps =  \
57         $(top_srcdir)/build/autotools/as-compiler-flag.m4 \
58         $(top_srcdir)/build/autotools/as-linguas.m4 \
59         $(top_srcdir)/build/autotools/gettext.m4 \
60         $(top_srcdir)/build/autotools/gtk-doc.m4 \
61         $(top_srcdir)/build/autotools/iconv.m4 \
62         $(top_srcdir)/build/autotools/intlmacosx.m4 \
63         $(top_srcdir)/build/autotools/introspection.m4 \
64         $(top_srcdir)/build/autotools/lib-ld.m4 \
65         $(top_srcdir)/build/autotools/lib-link.m4 \
66         $(top_srcdir)/build/autotools/lib-prefix.m4 \
67         $(top_srcdir)/build/autotools/libtool.m4 \
68         $(top_srcdir)/build/autotools/ltoptions.m4 \
69         $(top_srcdir)/build/autotools/ltsugar.m4 \
70         $(top_srcdir)/build/autotools/ltversion.m4 \
71         $(top_srcdir)/build/autotools/lt~obsolete.m4 \
72         $(top_srcdir)/build/autotools/nls.m4 \
73         $(top_srcdir)/build/autotools/po.m4 \
74         $(top_srcdir)/build/autotools/progtest.m4 \
75         $(top_srcdir)/configure.ac
76 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77         $(ACLOCAL_M4)
78 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
79  configure.lineno config.status.lineno
80 mkinstalldirs = $(install_sh) -d
81 CONFIG_HEADER = config.h
82 CONFIG_CLEAN_FILES = config.h.win32 README \
83         clutter/cex100/clutter-cex100.h
84 CONFIG_CLEAN_VPATH_FILES =
85 AM_V_GEN = $(am__v_GEN_$(V))
86 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
87 am__v_GEN_0 = @echo "  GEN   " $@;
88 AM_V_at = $(am__v_at_$(V))
89 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
90 am__v_at_0 = @
91 SOURCES =
92 DIST_SOURCES =
93 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
94         html-recursive info-recursive install-data-recursive \
95         install-dvi-recursive install-exec-recursive \
96         install-html-recursive install-info-recursive \
97         install-pdf-recursive install-ps-recursive install-recursive \
98         installcheck-recursive installdirs-recursive pdf-recursive \
99         ps-recursive uninstall-recursive
100 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
101   distclean-recursive maintainer-clean-recursive
102 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
103         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
104         distdir dist dist-all distcheck
105 ETAGS = etags
106 CTAGS = ctags
107 DIST_SUBDIRS = $(SUBDIRS)
108 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
109 distdir = $(PACKAGE)-$(VERSION)
110 top_distdir = $(distdir)
111 am__remove_distdir = \
112   { test ! -d "$(distdir)" \
113     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
114          && rm -fr "$(distdir)"; }; }
115 am__relativize = \
116   dir0=`pwd`; \
117   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
118   sed_rest='s,^[^/]*/*,,'; \
119   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
120   sed_butlast='s,/*[^/]*$$,,'; \
121   while test -n "$$dir1"; do \
122     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
123     if test "$$first" != "."; then \
124       if test "$$first" = ".."; then \
125         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
126         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
127       else \
128         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
129         if test "$$first2" = "$$first"; then \
130           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
131         else \
132           dir2="../$$dir2"; \
133         fi; \
134         dir0="$$dir0"/"$$first"; \
135       fi; \
136     fi; \
137     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
138   done; \
139   reldir="$$dir2"
140 GZIP_ENV = --best
141 DIST_ARCHIVES = $(distdir).tar.xz
142 distuninstallcheck_listfiles = find . -type f -print
143 distcleancheck_listfiles = find . -type f -print
144 ACLOCAL = @ACLOCAL@
145 ALL_LINGUAS = @ALL_LINGUAS@
146 AMTAR = @AMTAR@
147 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
148 AR = @AR@
149 ATK_PREFIX = @ATK_PREFIX@
150 ATK_REQ_VERSION = @ATK_REQ_VERSION@
151 AUTOCONF = @AUTOCONF@
152 AUTOHEADER = @AUTOHEADER@
153 AUTOMAKE = @AUTOMAKE@
154 AWK = @AWK@
155 CAIRO_PREFIX = @CAIRO_PREFIX@
156 CAIRO_REQ_VERSION = @CAIRO_REQ_VERSION@
157 CC = @CC@
158 CCDEPMODE = @CCDEPMODE@
159 CFLAGS = @CFLAGS@
160 CLUTTER_API_VERSION = @CLUTTER_API_VERSION@
161 CLUTTER_API_VERSION_AM = @CLUTTER_API_VERSION_AM@
162 CLUTTER_BACKENDS = @CLUTTER_BACKENDS@
163 CLUTTER_CEX100_LIBGDL_PREFIX = @CLUTTER_CEX100_LIBGDL_PREFIX@
164 CLUTTER_CFLAGS = @CLUTTER_CFLAGS@
165 CLUTTER_COGL = @CLUTTER_COGL@
166 CLUTTER_CONFIG_DEFINES = @CLUTTER_CONFIG_DEFINES@
167 CLUTTER_DEBUG_CFLAGS = @CLUTTER_DEBUG_CFLAGS@
168 CLUTTER_DEPRECATED_CFLAGS = @CLUTTER_DEPRECATED_CFLAGS@
169 CLUTTER_DEPS_CFLAGS = @CLUTTER_DEPS_CFLAGS@
170 CLUTTER_DEPS_LIBS = @CLUTTER_DEPS_LIBS@
171 CLUTTER_DEPS_PRIVATE_CFLAGS = @CLUTTER_DEPS_PRIVATE_CFLAGS@
172 CLUTTER_DEPS_PRIVATE_LIBS = @CLUTTER_DEPS_PRIVATE_LIBS@
173 CLUTTER_FLAVOUR = @CLUTTER_FLAVOUR@
174 CLUTTER_INPUT_BACKENDS = @CLUTTER_INPUT_BACKENDS@
175 CLUTTER_LIBS = @CLUTTER_LIBS@
176 CLUTTER_LINK_FLAGS = @CLUTTER_LINK_FLAGS@
177 CLUTTER_LT_CURRENT = @CLUTTER_LT_CURRENT@
178 CLUTTER_LT_LDFLAGS = @CLUTTER_LT_LDFLAGS@
179 CLUTTER_LT_REVISION = @CLUTTER_LT_REVISION@
180 CLUTTER_LT_VERSION = @CLUTTER_LT_VERSION@
181 CLUTTER_MAJOR_VERSION = @CLUTTER_MAJOR_VERSION@
182 CLUTTER_MICRO_VERSION = @CLUTTER_MICRO_VERSION@
183 CLUTTER_MINOR_VERSION = @CLUTTER_MINOR_VERSION@
184 CLUTTER_PROFILE_CFLAGS = @CLUTTER_PROFILE_CFLAGS@
185 CLUTTER_PROFILE_LDFLAGS = @CLUTTER_PROFILE_LDFLAGS@
186 CLUTTER_RELEASE_STATUS = @CLUTTER_RELEASE_STATUS@
187 CLUTTER_REQUIRES = @CLUTTER_REQUIRES@
188 CLUTTER_REQUIRES_PRIVATE = @CLUTTER_REQUIRES_PRIVATE@
189 CLUTTER_SONAME_INFIX = @CLUTTER_SONAME_INFIX@
190 CLUTTER_STAGE_TYPE = @CLUTTER_STAGE_TYPE@
191 CLUTTER_VERSION = @CLUTTER_VERSION@
192 CLUTTER_WINSYS = @CLUTTER_WINSYS@
193 CLUTTER_WINSYS_BASE = @CLUTTER_WINSYS_BASE@
194 COGL_DRIVER = @COGL_DRIVER@
195 COGL_PREFIX = @COGL_PREFIX@
196 COGL_REQ_VERSION = @COGL_REQ_VERSION@
197 CPP = @CPP@
198 CPPFLAGS = @CPPFLAGS@
199 CYGPATH_W = @CYGPATH_W@
200 DEFS = @DEFS@
201 DEPDIR = @DEPDIR@
202 DLLTOOL = @DLLTOOL@
203 DSYMUTIL = @DSYMUTIL@
204 DUMPBIN = @DUMPBIN@
205 ECHO_C = @ECHO_C@
206 ECHO_N = @ECHO_N@
207 ECHO_T = @ECHO_T@
208 EGREP = @EGREP@
209 EVDEV_CFLAGS = @EVDEV_CFLAGS@
210 EVDEV_LIBS = @EVDEV_LIBS@
211 EXEEXT = @EXEEXT@
212 FGREP = @FGREP@
213 GCOV = @GCOV@
214 GCOV_CFLAGS = @GCOV_CFLAGS@
215 GCOV_LDFLAGS = @GCOV_LDFLAGS@
216 GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
217 GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
218 GDK_REQ_VERSION = @GDK_REQ_VERSION@
219 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
220 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
221 GI_REQ_VERSION = @GI_REQ_VERSION@
222 GLIB_CFLAGS = @GLIB_CFLAGS@
223 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
224 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
225 GLIB_LIBS = @GLIB_LIBS@
226 GLIB_MKENUMS = @GLIB_MKENUMS@
227 GLIB_PREFIX = @GLIB_PREFIX@
228 GLIB_REQ_VERSION = @GLIB_REQ_VERSION@
229 GMSGFMT = @GMSGFMT@
230 GMSGFMT_015 = @GMSGFMT_015@
231 GOBJECT_QUERY = @GOBJECT_QUERY@
232 GREP = @GREP@
233 GTKDOC_CHECK = @GTKDOC_CHECK@
234 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
235 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
236 GTKDOC_MKPDF = @GTKDOC_MKPDF@
237 GTKDOC_REBASE = @GTKDOC_REBASE@
238 GTK_DOC_REQ_VERSION = @GTK_DOC_REQ_VERSION@
239 HTML_DIR = @HTML_DIR@
240 INSTALL = @INSTALL@
241 INSTALL_DATA = @INSTALL_DATA@
242 INSTALL_PROGRAM = @INSTALL_PROGRAM@
243 INSTALL_SCRIPT = @INSTALL_SCRIPT@
244 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
245 INTLLIBS = @INTLLIBS@
246 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
247 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
248 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
249 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
250 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
251 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
252 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
253 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
254 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
255 JSON_GLIB_REQ_VERSION = @JSON_GLIB_REQ_VERSION@
256 JW = @JW@
257 LD = @LD@
258 LDFLAGS = @LDFLAGS@
259 LIBICONV = @LIBICONV@
260 LIBINTL = @LIBINTL@
261 LIBOBJS = @LIBOBJS@
262 LIBS = @LIBS@
263 LIBTOOL = @LIBTOOL@
264 LIPO = @LIPO@
265 LN_S = @LN_S@
266 LTLIBICONV = @LTLIBICONV@
267 LTLIBINTL = @LTLIBINTL@
268 LTLIBOBJS = @LTLIBOBJS@
269 MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
270 MAKEINFO = @MAKEINFO@
271 MANIFEST_TOOL = @MANIFEST_TOOL@
272 MKDIR_P = @MKDIR_P@
273 MSGFMT = @MSGFMT@
274 MSGFMT_015 = @MSGFMT_015@
275 MSGMERGE = @MSGMERGE@
276 NM = @NM@
277 NMEDIT = @NMEDIT@
278 OBJDUMP = @OBJDUMP@
279 OBJEXT = @OBJEXT@
280 OTOOL = @OTOOL@
281 OTOOL64 = @OTOOL64@
282 PACKAGE = @PACKAGE@
283 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
284 PACKAGE_NAME = @PACKAGE_NAME@
285 PACKAGE_STRING = @PACKAGE_STRING@
286 PACKAGE_TARNAME = @PACKAGE_TARNAME@
287 PACKAGE_URL = @PACKAGE_URL@
288 PACKAGE_VERSION = @PACKAGE_VERSION@
289 PANGO_PREFIX = @PANGO_PREFIX@
290 PANGO_REQ_VERSION = @PANGO_REQ_VERSION@
291 PATH_SEPARATOR = @PATH_SEPARATOR@
292 PKG_CONFIG = @PKG_CONFIG@
293 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
294 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
295 POSUB = @POSUB@
296 PROFILE_DEP_CFLAGS = @PROFILE_DEP_CFLAGS@
297 PROFILE_DEP_LIBS = @PROFILE_DEP_LIBS@
298 RANLIB = @RANLIB@
299 SED = @SED@
300 SET_MAKE = @SET_MAKE@
301 SHELL = @SHELL@
302 STRIP = @STRIP@
303 TSLIB_CFLAGS = @TSLIB_CFLAGS@
304 TSLIB_LIBS = @TSLIB_LIBS@
305 UPROF_REQ_VERSION = @UPROF_REQ_VERSION@
306 USE_NLS = @USE_NLS@
307 VERSION = @VERSION@
308 WINDRES = @WINDRES@
309 XCOMPOSITE_REQ_VERSION = @XCOMPOSITE_REQ_VERSION@
310 XFIXES_REQ_VERSION = @XFIXES_REQ_VERSION@
311 XGETTEXT = @XGETTEXT@
312 XGETTEXT_015 = @XGETTEXT_015@
313 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
314 XMKMF = @XMKMF@
315 XSLTPROC = @XSLTPROC@
316 abs_builddir = @abs_builddir@
317 abs_srcdir = @abs_srcdir@
318 abs_top_builddir = @abs_top_builddir@
319 abs_top_srcdir = @abs_top_srcdir@
320 ac_ct_AR = @ac_ct_AR@
321 ac_ct_CC = @ac_ct_CC@
322 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
323 am__include = @am__include@
324 am__leading_dot = @am__leading_dot@
325 am__quote = @am__quote@
326 am__tar = @am__tar@
327 am__untar = @am__untar@
328 bindir = @bindir@
329 build = @build@
330 build_alias = @build_alias@
331 build_cpu = @build_cpu@
332 build_os = @build_os@
333 build_vendor = @build_vendor@
334 builddir = @builddir@
335 datadir = @datadir@
336 datarootdir = @datarootdir@
337 docdir = @docdir@
338 dvidir = @dvidir@
339 exec_prefix = @exec_prefix@
340 host = @host@
341 host_alias = @host_alias@
342 host_cpu = @host_cpu@
343 host_os = @host_os@
344 host_vendor = @host_vendor@
345 htmldir = @htmldir@
346 includedir = @includedir@
347 infodir = @infodir@
348 install_sh = @install_sh@
349 libdir = @libdir@
350 libexecdir = @libexecdir@
351 localedir = @localedir@
352 localstatedir = @localstatedir@
353 mandir = @mandir@
354 mkdir_p = @mkdir_p@
355 oldincludedir = @oldincludedir@
356 pdfdir = @pdfdir@
357 prefix = @prefix@
358 program_transform_name = @program_transform_name@
359 psdir = @psdir@
360 sbindir = @sbindir@
361 sharedstatedir = @sharedstatedir@
362 srcdir = @srcdir@
363 sysconfdir = @sysconfdir@
364 target_alias = @target_alias@
365 top_build_prefix = @top_build_prefix@
366 top_builddir = @top_builddir@
367 top_srcdir = @top_srcdir@
368 QUIET_GEN = $(AM_V_GEN)
369 QUIET_LN = $(QUIET_LN_$(V))
370 QUIET_LN_ = $(QUIET_LN_$(AM_DEFAULT_VERBOSITY))
371 QUIET_LN_0 = @echo '  LN     '$@;
372 QUIET_RM = $(QUIET_RM_$(V))
373 QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY))
374 QUIET_RM_0 = @echo '  RM     '$@;
375 QUIET_SCAN = $(QUIET_SCAN_$(V))
376 QUIET_SCAN_ = $(QUIET_SCAN_$(AM_DEFAULT_VERBOSITY))
377 QUIET_SCAN_0 = @echo '  GISCAN '$@;
378 QUIET_COMP = $(QUIET_COMP_$(V))
379 QUIET_COMP_ = $(QUIET_COMP_$(AM_DEFAULT_VERBOSITY))
380 QUIET_COMP_0 = @echo '  GICOMP '$@;
381 NULL = 
382 SUBDIRS = clutter tests doc po build
383
384 # XXX - this is a massive hack to make autoreconf honour the ACLOCAL_FLAGS
385 # that jhbuild sets while still retaining build/autotools as the authoritative
386 # source for m4 macros
387 ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
388 EXTRA_DIST = \
389         ChangeLog.pre-git-import        \
390         README.in                       \
391         README                          \
392         config.h.win32          \
393         config.h.win32.in       \
394         $(NULL)
395
396 CLEANFILES = $(pcfiles) $(srcdir)/ChangeLog.cache-*
397 DISTCLEANFILES = ChangeLog.cache-*
398 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-maintainer-flags --enable-docs
399 CURR_CHANGELOG_VERSION = $(CLUTTER_MAJOR_VERSION).$$(echo "($(CLUTTER_MINOR_VERSION)+1)/2*2" | bc)
400 # examines $version
401 PREV_CHANGELOG_VERSION = $$(if test "x$$(echo "($$version-0.1)*2/2"|bc)" = "x$$(echo "$$version*2/2"|bc)"; \
402                           then echo "$$version-$$(echo "$$version" | sed 's/[0-9]/0/g;s/[0-9]$$/2/')"; \
403                           else echo "$$version-1.0"; \
404                           fi | bc | sed 's/[.]0*/./;s/^0[.]\?$$/git-import/;s/[.]$$/.0/')
405
406 CHANGELOGS = ChangeLog \
407         `version=$(CURR_CHANGELOG_VERSION); \
408         version=$(PREV_CHANGELOG_VERSION); \
409         while test "x$$version" != "xgit-import"; do \
410                 echo ChangeLog.pre-$$version; \
411                 version=$(PREV_CHANGELOG_VERSION); \
412         done`
413
414 TAR_OPTIONS = --owner=0 --group=0
415 RELEASE_UPLOAD_HOST = clutter-project.org
416 RELEASE_UPLOAD_USER = clutter
417 RELEASE_UPLOAD_DIR = $(RELEASE_UPLOAD_USER)@$(RELEASE_UPLOAD_HOST):~$(RELEASE_UPLOAD_USER)/upload-source
418 RELEASE_URL_BASE = http://source.clutter-project.org/sources/clutter
419 RELEASE_URL = $(RELEASE_URL_BASE)/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)
420 RELEASE_ANNOUNCE_LIST = clutter-announce@clutter-project.org
421 RELEASE_ANNOUNCE_CC = gnome-announce-list@gnome.org
422 RELEASE_DOC_URL = http://docs.clutter-project.org/docs/
423 BUGS_URL = http://bugzilla.gnome.org/enter_bug.cgi?product=clutter
424 tar_file = $(distdir).tar.xz
425 sha256_file = $(distdir).sha256sum
426 all: config.h
427         $(MAKE) $(AM_MAKEFLAGS) all-recursive
428
429 .SUFFIXES:
430 am--refresh:
431         @:
432 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/Makefile.am.silent $(top_srcdir)/build/autotools/Makefile.am.changelog $(top_srcdir)/build/autotools/Makefile.am.release $(am__configure_deps)
433         @for dep in $?; do \
434           case '$(am__configure_deps)' in \
435             *$$dep*) \
436               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
437               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
438                 && exit 0; \
439               exit 1;; \
440           esac; \
441         done; \
442         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
443         $(am__cd) $(top_srcdir) && \
444           $(AUTOMAKE) --foreign Makefile
445 .PRECIOUS: Makefile
446 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
447         @case '$?' in \
448           *config.status*) \
449             echo ' $(SHELL) ./config.status'; \
450             $(SHELL) ./config.status;; \
451           *) \
452             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
453             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
454         esac;
455
456 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
457         $(SHELL) ./config.status --recheck
458
459 $(top_srcdir)/configure:  $(am__configure_deps)
460         $(am__cd) $(srcdir) && $(AUTOCONF)
461 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
462         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
463 $(am__aclocal_m4_deps):
464
465 config.h: stamp-h1
466         @if test ! -f $@; then \
467           rm -f stamp-h1; \
468           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
469         else :; fi
470
471 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
472         @rm -f stamp-h1
473         cd $(top_builddir) && $(SHELL) ./config.status config.h
474 $(srcdir)/config.h.in:  $(am__configure_deps) 
475         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
476         rm -f stamp-h1
477         touch $@
478
479 distclean-hdr:
480         -rm -f config.h stamp-h1
481 config.h.win32: $(top_builddir)/config.status $(srcdir)/config.h.win32.in
482         cd $(top_builddir) && $(SHELL) ./config.status $@
483 README: $(top_builddir)/config.status $(srcdir)/README.in
484         cd $(top_builddir) && $(SHELL) ./config.status $@
485 clutter/cex100/clutter-cex100.h: $(top_builddir)/config.status $(top_srcdir)/clutter/cex100/clutter-cex100.h.in
486         cd $(top_builddir) && $(SHELL) ./config.status $@
487
488 mostlyclean-libtool:
489         -rm -f *.lo
490
491 clean-libtool:
492         -rm -rf .libs _libs
493
494 distclean-libtool:
495         -rm -f libtool config.lt
496
497 # This directory's subdirectories are mostly independent; you can cd
498 # into them and run `make' without going through this Makefile.
499 # To change the values of `make' variables: instead of editing Makefiles,
500 # (1) if the variable is set in `config.status', edit `config.status'
501 #     (which will cause the Makefiles to be regenerated when you run `make');
502 # (2) otherwise, pass the desired values on the `make' command line.
503 $(RECURSIVE_TARGETS):
504         @fail= failcom='exit 1'; \
505         for f in x $$MAKEFLAGS; do \
506           case $$f in \
507             *=* | --[!k]*);; \
508             *k*) failcom='fail=yes';; \
509           esac; \
510         done; \
511         dot_seen=no; \
512         target=`echo $@ | sed s/-recursive//`; \
513         list='$(SUBDIRS)'; for subdir in $$list; do \
514           echo "Making $$target in $$subdir"; \
515           if test "$$subdir" = "."; then \
516             dot_seen=yes; \
517             local_target="$$target-am"; \
518           else \
519             local_target="$$target"; \
520           fi; \
521           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
522           || eval $$failcom; \
523         done; \
524         if test "$$dot_seen" = "no"; then \
525           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
526         fi; test -z "$$fail"
527
528 $(RECURSIVE_CLEAN_TARGETS):
529         @fail= failcom='exit 1'; \
530         for f in x $$MAKEFLAGS; do \
531           case $$f in \
532             *=* | --[!k]*);; \
533             *k*) failcom='fail=yes';; \
534           esac; \
535         done; \
536         dot_seen=no; \
537         case "$@" in \
538           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
539           *) list='$(SUBDIRS)' ;; \
540         esac; \
541         rev=''; for subdir in $$list; do \
542           if test "$$subdir" = "."; then :; else \
543             rev="$$subdir $$rev"; \
544           fi; \
545         done; \
546         rev="$$rev ."; \
547         target=`echo $@ | sed s/-recursive//`; \
548         for subdir in $$rev; do \
549           echo "Making $$target in $$subdir"; \
550           if test "$$subdir" = "."; then \
551             local_target="$$target-am"; \
552           else \
553             local_target="$$target"; \
554           fi; \
555           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
556           || eval $$failcom; \
557         done && test -z "$$fail"
558 tags-recursive:
559         list='$(SUBDIRS)'; for subdir in $$list; do \
560           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
561         done
562 ctags-recursive:
563         list='$(SUBDIRS)'; for subdir in $$list; do \
564           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
565         done
566
567 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
568         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
569         unique=`for i in $$list; do \
570             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
571           done | \
572           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
573               END { if (nonempty) { for (i in files) print i; }; }'`; \
574         mkid -fID $$unique
575 tags: TAGS
576
577 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
578                 $(TAGS_FILES) $(LISP)
579         set x; \
580         here=`pwd`; \
581         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
582           include_option=--etags-include; \
583           empty_fix=.; \
584         else \
585           include_option=--include; \
586           empty_fix=; \
587         fi; \
588         list='$(SUBDIRS)'; for subdir in $$list; do \
589           if test "$$subdir" = .; then :; else \
590             test ! -f $$subdir/TAGS || \
591               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
592           fi; \
593         done; \
594         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
595         unique=`for i in $$list; do \
596             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
597           done | \
598           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
599               END { if (nonempty) { for (i in files) print i; }; }'`; \
600         shift; \
601         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
602           test -n "$$unique" || unique=$$empty_fix; \
603           if test $$# -gt 0; then \
604             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
605               "$$@" $$unique; \
606           else \
607             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
608               $$unique; \
609           fi; \
610         fi
611 ctags: CTAGS
612 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
613                 $(TAGS_FILES) $(LISP)
614         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
615         unique=`for i in $$list; do \
616             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
617           done | \
618           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
619               END { if (nonempty) { for (i in files) print i; }; }'`; \
620         test -z "$(CTAGS_ARGS)$$unique" \
621           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
622              $$unique
623
624 GTAGS:
625         here=`$(am__cd) $(top_builddir) && pwd` \
626           && $(am__cd) $(top_srcdir) \
627           && gtags -i $(GTAGS_ARGS) "$$here"
628
629 distclean-tags:
630         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
631
632 distdir: $(DISTFILES)
633         $(am__remove_distdir)
634         test -d "$(distdir)" || mkdir "$(distdir)"
635         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
636         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
637         list='$(DISTFILES)'; \
638           dist_files=`for file in $$list; do echo $$file; done | \
639           sed -e "s|^$$srcdirstrip/||;t" \
640               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
641         case $$dist_files in \
642           */*) $(MKDIR_P) `echo "$$dist_files" | \
643                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
644                            sort -u` ;; \
645         esac; \
646         for file in $$dist_files; do \
647           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
648           if test -d $$d/$$file; then \
649             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
650             if test -d "$(distdir)/$$file"; then \
651               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
652             fi; \
653             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
654               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
655               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
656             fi; \
657             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
658           else \
659             test -f "$(distdir)/$$file" \
660             || cp -p $$d/$$file "$(distdir)/$$file" \
661             || exit 1; \
662           fi; \
663         done
664         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
665           if test "$$subdir" = .; then :; else \
666             test -d "$(distdir)/$$subdir" \
667             || $(MKDIR_P) "$(distdir)/$$subdir" \
668             || exit 1; \
669           fi; \
670         done
671         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
672           if test "$$subdir" = .; then :; else \
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         $(MAKE) $(AM_MAKEFLAGS) \
693           top_distdir="$(top_distdir)" distdir="$(distdir)" \
694           dist-hook
695         -test -n "$(am__skip_mode_fix)" \
696         || find "$(distdir)" -type d ! -perm -755 \
697                 -exec chmod u+rwx,go+rx {} \; -o \
698           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
699           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
700           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
701         || chmod -R a+r "$(distdir)"
702 dist-gzip: distdir
703         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
704         $(am__remove_distdir)
705
706 dist-bzip2: distdir
707         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
708         $(am__remove_distdir)
709
710 dist-lzma: distdir
711         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
712         $(am__remove_distdir)
713 dist-xz: distdir
714         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
715         $(am__remove_distdir)
716
717 dist-tarZ: distdir
718         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
719         $(am__remove_distdir)
720
721 dist-shar: distdir
722         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
723         $(am__remove_distdir)
724
725 dist-zip: distdir
726         -rm -f $(distdir).zip
727         zip -rq $(distdir).zip $(distdir)
728         $(am__remove_distdir)
729
730 dist dist-all: distdir
731         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
732         $(am__remove_distdir)
733
734 # This target untars the dist file and tries a VPATH configuration.  Then
735 # it guarantees that the distribution is self-contained by making another
736 # tarfile.
737 distcheck: dist
738         case '$(DIST_ARCHIVES)' in \
739         *.tar.gz*) \
740           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
741         *.tar.bz2*) \
742           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
743         *.tar.lzma*) \
744           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
745         *.tar.xz*) \
746           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
747         *.tar.Z*) \
748           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
749         *.shar.gz*) \
750           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
751         *.zip*) \
752           unzip $(distdir).zip ;;\
753         esac
754         chmod -R a-w $(distdir); chmod a+w $(distdir)
755         mkdir $(distdir)/_build
756         mkdir $(distdir)/_inst
757         chmod a-w $(distdir)
758         test -d $(distdir)/_build || exit 0; \
759         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
760           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
761           && am__cwd=`pwd` \
762           && $(am__cd) $(distdir)/_build \
763           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
764             $(DISTCHECK_CONFIGURE_FLAGS) \
765           && $(MAKE) $(AM_MAKEFLAGS) \
766           && $(MAKE) $(AM_MAKEFLAGS) dvi \
767           && $(MAKE) $(AM_MAKEFLAGS) check \
768           && $(MAKE) $(AM_MAKEFLAGS) install \
769           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
770           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
771           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
772                 distuninstallcheck \
773           && chmod -R a-w "$$dc_install_base" \
774           && ({ \
775                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
776                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
777                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
778                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
779                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
780               } || { rm -rf "$$dc_destdir"; exit 1; }) \
781           && rm -rf "$$dc_destdir" \
782           && $(MAKE) $(AM_MAKEFLAGS) dist \
783           && rm -rf $(DIST_ARCHIVES) \
784           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
785           && cd "$$am__cwd" \
786           || exit 1
787         $(am__remove_distdir)
788         @(echo "$(distdir) archives ready for distribution: "; \
789           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
790           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
791 distuninstallcheck:
792         @$(am__cd) '$(distuninstallcheck_dir)' \
793         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
794            || { echo "ERROR: files left after uninstall:" ; \
795                 if test -n "$(DESTDIR)"; then \
796                   echo "  (check DESTDIR support)"; \
797                 fi ; \
798                 $(distuninstallcheck_listfiles) ; \
799                 exit 1; } >&2
800 distcleancheck: distclean
801         @if test '$(srcdir)' = . ; then \
802           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
803           exit 1 ; \
804         fi
805         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
806           || { echo "ERROR: files left in build directory after distclean:" ; \
807                $(distcleancheck_listfiles) ; \
808                exit 1; } >&2
809 check-am: all-am
810 check: check-recursive
811 all-am: Makefile config.h
812 installdirs: installdirs-recursive
813 installdirs-am:
814 install: install-recursive
815 install-exec: install-exec-recursive
816 install-data: install-data-recursive
817 uninstall: uninstall-recursive
818
819 install-am: all-am
820         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
821
822 installcheck: installcheck-recursive
823 install-strip:
824         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
825           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
826           `test -z '$(STRIP)' || \
827             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
828 mostlyclean-generic:
829
830 clean-generic:
831         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
832
833 distclean-generic:
834         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
835         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
836         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
837
838 maintainer-clean-generic:
839         @echo "This command is intended for maintainers to use"
840         @echo "it deletes files that may require special tools to rebuild."
841 clean: clean-recursive
842
843 clean-am: clean-generic clean-libtool mostlyclean-am
844
845 distclean: distclean-recursive
846         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
847         -rm -f Makefile
848 distclean-am: clean-am distclean-generic distclean-hdr \
849         distclean-libtool distclean-tags
850
851 dvi: dvi-recursive
852
853 dvi-am:
854
855 html: html-recursive
856
857 html-am:
858
859 info: info-recursive
860
861 info-am:
862
863 install-data-am:
864
865 install-dvi: install-dvi-recursive
866
867 install-dvi-am:
868
869 install-exec-am:
870
871 install-html: install-html-recursive
872
873 install-html-am:
874
875 install-info: install-info-recursive
876
877 install-info-am:
878
879 install-man:
880
881 install-pdf: install-pdf-recursive
882
883 install-pdf-am:
884
885 install-ps: install-ps-recursive
886
887 install-ps-am:
888
889 installcheck-am:
890
891 maintainer-clean: maintainer-clean-recursive
892         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
893         -rm -rf $(top_srcdir)/autom4te.cache
894         -rm -f Makefile
895 maintainer-clean-am: distclean-am maintainer-clean-generic
896
897 mostlyclean: mostlyclean-recursive
898
899 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
900
901 pdf: pdf-recursive
902
903 pdf-am:
904
905 ps: ps-recursive
906
907 ps-am:
908
909 uninstall-am:
910
911 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
912         ctags-recursive install-am install-strip tags-recursive
913
914 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
915         all all-am am--refresh check check-am clean clean-generic \
916         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
917         dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
918         dist-zip distcheck distclean distclean-generic distclean-hdr \
919         distclean-libtool distclean-tags distcleancheck distdir \
920         distuninstallcheck dvi dvi-am html html-am info info-am \
921         install install-am install-data install-data-am install-dvi \
922         install-dvi-am install-exec install-exec-am install-html \
923         install-html-am install-info install-info-am install-man \
924         install-pdf install-pdf-am install-ps install-ps-am \
925         install-strip installcheck installcheck-am installdirs \
926         installdirs-am maintainer-clean maintainer-clean-generic \
927         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
928         ps ps-am tags tags-recursive uninstall uninstall-am
929
930
931 changelogs:
932         @$(MAKE) $(AM_MAKEFLAGS) $(CHANGELOGS)
933
934 dist-hook: changelogs
935         changelogs="$(CHANGELOGS)"; \
936         for changelog in $$changelogs; do \
937                 cp $(srcdir)/$$changelog $(distdir)/ 2>/dev/null || \
938                 cp $$changelog $(distdir)/; \
939         done
940
941 $(srcdir)/ChangeLog:
942         @if test -d "$(srcdir)/.git"; then \
943                 version=$(CURR_CHANGELOG_VERSION); \
944                 prev=$(PREV_CHANGELOG_VERSION).0; \
945                 nearest_tag=`git describe | sed 's/-.*//'`; \
946                 before=$(srcdir)/ChangeLog.cache-$$prev..$$nearest_tag; \
947                 after=$(srcdir)/ChangeLog.cache-$$nearest_tag..; \
948                 $(MAKE) $(AM_MAKEFLAGS) $$before $$after && \
949                 echo Creating $@ && \
950                 { echo '# Generated by configure.  Do not edit.'; echo; \
951                   cat $$after; echo; cat $$before; } > $@; \
952         else \
953                 test -f $@ || \
954                 (echo A git checkout is required to generate $@ >&2 && \
955                  echo A git checkout is required to generate this file >> $@); \
956         fi
957
958 ChangeLog.cache-*..: .git
959
960 ChangeLog%: $(srcdir)/ChangeLog%
961
962 $(srcdir)/ChangeLog.cache-% $(srcdir)/ChangeLog.pre-%:
963         @echo "Creating $@"
964         @if test -d "$(srcdir)/.git"; then \
965             (cd "$(srcdir)" && \
966             version=$$(echo "$@" | sed 's/.*ChangeLog\([.].*-\)\?//'); \
967             if echo "$@" | grep -q '^ChangeLog[.]cache'; then \
968               spec=$$version; \
969             else \
970               to=$$version; \
971               test "x$$version" = x && version=$(CURR_CHANGELOG_VERSION); \
972               from=$(PREV_CHANGELOG_VERSION); \
973               test "x$$to" = x || to=$$to.0; \
974               test "x$$from" = xgit-import || from=$$from.0; \
975               spec=$$from..$$to; \
976             fi; \
977             $(top_srcdir)/build/missing --run git log --stat "$$spec") > $@.tmp \
978             && mv -f $@.tmp $@ \
979             || ($(RM) $@.tmp; \
980                 echo Failed to generate $@, your $@ may be outdated >&2); \
981           else \
982             echo A git checkout is required to generate $@ >&2; \
983         fi
984
985 .PHONY: changelogs ChangeLog $(srcdir)/ChangeLog
986
987 $(sha256_file): $(tar_file)
988         $(AM_V_GEN)sha256sum $^ > $@
989
990 release-tag:
991         @if test "x$(CLUTTER_RELEASE_STATUS)" = "xgit"; then \
992           echo "*** Cannot tag a Git version; please, update the Clutter version" >&2; \
993         else \
994           if test -d "$(top_srcdir)/.git"; then \
995             echo " GIT   Tagging release $(CLUTTER_VERSION)..." ; \
996             $(top_srcdir)/build/missing --run git tag \
997                 -s \
998                 -m "Clutter $(CLUTTER_VERSION) ($(CLUTTER_RELEASE_STATUS))" \
999                 $(CLUTTER_VERSION) ; \
1000           else \
1001             echo "*** A git checkout is required to tag a release" >&2; \
1002           fi \
1003         fi
1004
1005 release-check: release-verify-even-micro release-verify-sane-changelogs release-verify-news
1006         TAR_OPTIONS="$(TAR_OPTIONS)" $(MAKE) $(AM_MAKEFLAGS) distcheck
1007
1008 release-verify-news:
1009         @echo -n " CHK   Checking that the NEWS file has been updated..."
1010         @if ! grep -q "$(CLUTTER_VERSION)" $(top_srcdir)/NEWS; then \
1011           (echo "Ouch." && \
1012            echo "*** The version in the NEWS file does not match $(CLUTTER_VERSION)." && \
1013            echo "*** This probably means you haven't updated the NEWS file." && \
1014            false); else :; fi
1015         @echo "Good."
1016
1017 release-verify-sane-changelogs: changelogs
1018         @echo -n " CHK   Checking that the ChangeLog files are sane..."
1019         @if grep -q "is required to generate" $(CHANGELOGS); then \
1020           (echo "Ouch." && \
1021            echo "*** Some of the ChangeLogs are not generated correctly." && \
1022            echo "*** Remove ChangeLog* and make changelogs" && false); else :; fi
1023         @echo "Good."
1024
1025 release-verify-even-micro:
1026         @echo -n " CHK   Checking that $(VERSION) has an even micro component..."
1027         @test "$(CLUTTER_MICRO_VERSION)" = "`echo $(CLUTTER_MICRO_VERSION)/2*2 | bc`" || \
1028           (echo "Ouch." && \
1029            echo "*** The version micro component '$(CLUTTER_MICRO_VERSION)' is not an even number." && \
1030            echo "*** The version in configure.ac must be incremented before a new release." && \
1031            false)
1032         @echo "Good."
1033
1034 release-upload: $(sha256_file)
1035         @echo " SCP   Uploading to $(RELEASE_UPLOAD_HOST)..."
1036         @scp $(tar_file) $(RELEASE_UPLOAD_DIR)
1037         @echo " SCP   Uploading to master.gnome.org..."
1038         @scp $(tar_file) master.gnome.org:
1039         @echo " EXEC  Running ftpadmin install..."
1040         @ssh master.gnome.org ftpadmin install $(tar_file)
1041         @mv -f $(sha256_file) $(top_builddir)/build/$(sha256_file)
1042         @echo "Done."
1043
1044 release-message:
1045         @echo "     Release URL: $(RELEASE_URL)/$(tar_file)"
1046         @echo "Release checksum: $(RELEASE_URL)/$(sha256_file)"
1047         @echo "Send an email to: $(RELEASE_ANNOUNCE_LIST)"
1048         @echo "              Cc: $(RELEASE_ANNOUNCE_CC)"
1049         @echo "         Subject: ANNOUNCE: Clutter $(CLUTTER_VERSION) ($(CLUTTER_RELEASE_STATUS))"
1050         @echo "        Contents:"
1051         @echo "--- CUT HERE ---"
1052         @echo "Good news, everyone!"
1053         @echo ""
1054         @echo "A new Clutter $(CLUTTER_RELEASE_STATUS) is now available at:"
1055         @echo ""
1056         @echo "  http://source.clutter-project.org/sources/clutter/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)/"
1057         @echo "  http://download.gnome.org/sources/clutter/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)/"
1058         @echo ""
1059         @echo "SHA256 Checksum:"
1060         @echo ""
1061         @cat $(top_builddir)/build/$(sha256_file)
1062         @echo ""
1063         @echo "Additionally, a git clone of the source tree:"
1064         @echo "  git clone git://git.gnome.org/clutter"
1065         @echo ""
1066         @echo "will include a signed $(CLUTTER_VERSION) tag which points to a commit named:"
1067         @echo "  `git cat-file tag $(CLUTTER_VERSION) | $(GREP) ^object | $(SED) -e 's,object ,,'`"
1068         @echo ""
1069         @echo "which can be verified with:"
1070         @echo "  git verify-tag $(CLUTTER_VERSION)"
1071         @echo ""
1072         @echo "and can be checked out with a command such as:"
1073         @echo "  git checkout -b build $(CLUTTER_VERSION)"
1074         @echo ""
1075         @echo "Clutter is a library for creating compelling, dynamic and portable graphical"
1076         @echo "user interfaces. Clutter is released under the terms of the GNU Lesser"
1077         @echo "General Public License, version 2.1 or (at your option) later."
1078         @echo ""
1079         @echo "Clutter depends on:"
1080         @echo "  GLib ≥ @GLIB_REQ_VERSION@"
1081         @echo "  JSON-GLib ≥ @JSON_GLIB_REQ_VERSION@"
1082         @echo "  Cogl ≥ @COGL_REQ_VERSION@"
1083         @echo "  Cairo ≥ @CAIRO_REQ_VERSION@"
1084         @echo "  Pango ≥ @PANGO_REQ_VERSION@"
1085         @echo "  Atk ≥ @ATK_REQ_VERSION@"
1086         @echo ""
1087         @echo "Clutter also has platform-specific dependencies; for more information, see"
1088         @echo "the README file included in the release."
1089         @echo ""
1090         @echo "Documentation:"
1091         @echo "   Clutter: $(RELEASE_DOC_URL)/clutter/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)/"
1092         @echo "     Cally: $(RELEASE_DOC_URL)/cally/$(CLUTTER_MAJOR_VERSION).$(CLUTTER_MINOR_VERSION)/"
1093         @echo "  Cookbook: $(RELEASE_DOC_URL)/clutter-cookbook/$(CLUTTER_API_VERSION)/"
1094         @echo ""
1095         @echo "Release Notes:"
1096         @if test "x$(CLUTTER_RELEASE_STATUS)" = "xsnapshot"; then \
1097            echo "  - This is an unstable snapshot of Clutter; there are no compatibility"; \
1098            echo "    guarantees for API added during a development cycle." ; \
1099          fi
1100         @echo "  - This version is API and ABI compatible with the current stable"
1101         @echo "    release of Clutter."
1102         @echo "  - Installing the contents of this release will overwrite the files"
1103         @echo "    from the installation of the current release of Clutter."
1104         @echo "  - Bugs should be reported on the Clutter Bugzilla product, at:"
1105         @echo "    ${BUGS_URL}"
1106         @echo ""
1107         @$(SED) -n '1bend;/^Clutter /q;:end;2,$$p' $(top_srcdir)/NEWS | $(GREP) -v '^======'
1108         @echo ""
1109         @echo "Have fun with Clutter!"
1110         @echo "--- CUT HERE ---"
1111
1112 release-publish: release-check
1113         $(MAKE) $(AM_MAKEFLAGS) release-tag
1114         $(MAKE) $(AM_MAKEFLAGS) release-upload
1115         $(MAKE) $(AM_MAKEFLAGS) release-message
1116
1117 .PHONY: \
1118         release-check \
1119         release-message \
1120         release-publish \
1121         release-tag \
1122         release-upload \
1123         release-verify-even-micro \
1124         release-verify-sane-changelogs
1125
1126 # .release requires .changelog rules
1127
1128 # proxy rule for gcov
1129 gcov:
1130         @( cd clutter && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$?
1131
1132 # proxy rules for tests
1133 test-report full-report:
1134         $(MAKE) -C tests/conform $(@)
1135
1136 perf-report:
1137         $(MAKE) -C tests/performance $(@)
1138
1139 .PHONY: gcov test-report full-report perf-report
1140
1141 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1142 # Otherwise a system limit (for SysV at least) may be exceeded.
1143 .NOEXPORT: