1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
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.
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
18 # To make real stable releases or devel snapshots, use either:
20 # or make release-publish
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkglibexecdir = $(libexecdir)/@PACKAGE@
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
38 build_triplet = @build@
40 @BUILD_COGL_PANGO_TRUE@am__append_1 = cogl-pango
41 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
42 $(srcdir)/Makefile.in $(srcdir)/README.in \
43 $(srcdir)/config.h.in $(srcdir)/config.h.win32.in \
44 $(top_srcdir)/build/autotools/Makefile.am.release \
45 $(top_srcdir)/configure ABOUT-NLS COPYING ChangeLog NEWS
47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 am__aclocal_m4_deps = \
49 $(top_srcdir)/build/autotools/as-compiler-flag.m4 \
50 $(top_srcdir)/build/autotools/as-linguas.m4 \
51 $(top_srcdir)/build/autotools/gettext.m4 \
52 $(top_srcdir)/build/autotools/gtk-doc.m4 \
53 $(top_srcdir)/build/autotools/iconv.m4 \
54 $(top_srcdir)/build/autotools/intlmacosx.m4 \
55 $(top_srcdir)/build/autotools/introspection.m4 \
56 $(top_srcdir)/build/autotools/lib-ld.m4 \
57 $(top_srcdir)/build/autotools/lib-link.m4 \
58 $(top_srcdir)/build/autotools/lib-prefix.m4 \
59 $(top_srcdir)/build/autotools/libtool.m4 \
60 $(top_srcdir)/build/autotools/ltoptions.m4 \
61 $(top_srcdir)/build/autotools/ltsugar.m4 \
62 $(top_srcdir)/build/autotools/ltversion.m4 \
63 $(top_srcdir)/build/autotools/lt~obsolete.m4 \
64 $(top_srcdir)/build/autotools/nls.m4 \
65 $(top_srcdir)/build/autotools/po.m4 \
66 $(top_srcdir)/build/autotools/progtest.m4 \
67 $(top_srcdir)/configure.ac
68 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
71 configure.lineno config.status.lineno
72 mkinstalldirs = $(install_sh) -d
73 CONFIG_HEADER = config.h
74 CONFIG_CLEAN_FILES = README config.h.win32
75 CONFIG_CLEAN_VPATH_FILES =
76 AM_V_GEN = $(am__v_GEN_$(V))
77 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
78 am__v_GEN_0 = @echo " GEN " $@;
79 AM_V_at = $(am__v_at_$(V))
80 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
84 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
85 html-recursive info-recursive install-data-recursive \
86 install-dvi-recursive install-exec-recursive \
87 install-html-recursive install-info-recursive \
88 install-pdf-recursive install-ps-recursive install-recursive \
89 installcheck-recursive installdirs-recursive pdf-recursive \
90 ps-recursive uninstall-recursive
91 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
92 distclean-recursive maintainer-clean-recursive
93 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
94 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
95 distdir dist dist-all distcheck
98 DIST_SUBDIRS = cogl tests cogl-pango examples doc po build
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 distdir = $(PACKAGE)-$(VERSION)
101 top_distdir = $(distdir)
102 am__remove_distdir = \
103 { test ! -d "$(distdir)" \
104 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
105 && rm -fr "$(distdir)"; }; }
108 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
109 sed_rest='s,^[^/]*/*,,'; \
110 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
111 sed_butlast='s,/*[^/]*$$,,'; \
112 while test -n "$$dir1"; do \
113 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
114 if test "$$first" != "."; then \
115 if test "$$first" = ".."; then \
116 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
117 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
119 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
120 if test "$$first2" = "$$first"; then \
121 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
125 dir0="$$dir0"/"$$first"; \
128 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
132 DIST_ARCHIVES = $(distdir).tar.bz2
133 distuninstallcheck_listfiles = find . -type f -print
134 distcleancheck_listfiles = find . -type f -print
136 ALL_LINGUAS = @ALL_LINGUAS@
138 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
140 AUTOCONF = @AUTOCONF@
141 AUTOHEADER = @AUTOHEADER@
142 AUTOMAKE = @AUTOMAKE@
144 CAIRO_REQ_VERSION = @CAIRO_REQ_VERSION@
146 CCDEPMODE = @CCDEPMODE@
148 COGL_1_MICRO_VERSION = @COGL_1_MICRO_VERSION@
149 COGL_1_MINOR_VERSION = @COGL_1_MINOR_VERSION@
150 COGL_1_VERSION = @COGL_1_VERSION@
151 COGL_API_VERSION = @COGL_API_VERSION@
152 COGL_API_VERSION_AM = @COGL_API_VERSION_AM@
153 COGL_DEBUG_CFLAGS = @COGL_DEBUG_CFLAGS@
154 COGL_DEFINES = @COGL_DEFINES@
155 COGL_DEP_CFLAGS = @COGL_DEP_CFLAGS@
156 COGL_DEP_GL_CFLAGS = @COGL_DEP_GL_CFLAGS@
157 COGL_DEP_GL_LIBS = @COGL_DEP_GL_LIBS@
158 COGL_DEP_LIBS = @COGL_DEP_LIBS@
159 COGL_EGL_INCLUDES = @COGL_EGL_INCLUDES@
160 COGL_EXTRA_CFLAGS = @COGL_EXTRA_CFLAGS@
161 COGL_EXTRA_LDFLAGS = @COGL_EXTRA_LDFLAGS@
162 COGL_GLES1_LIBNAME = @COGL_GLES1_LIBNAME@
163 COGL_GLES2_LIBNAME = @COGL_GLES2_LIBNAME@
164 COGL_GL_HEADER_INCLUDES = @COGL_GL_HEADER_INCLUDES@
165 COGL_GL_LIBNAME = @COGL_GL_LIBNAME@
166 COGL_LT_AGE = @COGL_LT_AGE@
167 COGL_LT_CURRENT = @COGL_LT_CURRENT@
168 COGL_LT_RELEASE = @COGL_LT_RELEASE@
169 COGL_LT_REVISION = @COGL_LT_REVISION@
170 COGL_MAJOR_VERSION = @COGL_MAJOR_VERSION@
171 COGL_MICRO_VERSION = @COGL_MICRO_VERSION@
172 COGL_MINOR_VERSION = @COGL_MINOR_VERSION@
173 COGL_PANGO_DEP_CFLAGS = @COGL_PANGO_DEP_CFLAGS@
174 COGL_PANGO_DEP_LIBS = @COGL_PANGO_DEP_LIBS@
175 COGL_PANGO_PKG_REQUIRES = @COGL_PANGO_PKG_REQUIRES@
176 COGL_PKG_REQUIRES = @COGL_PKG_REQUIRES@
177 COGL_RELEASE_STATUS = @COGL_RELEASE_STATUS@
178 COGL_VERSION = @COGL_VERSION@
180 CPPFLAGS = @CPPFLAGS@
181 CYGPATH_W = @CYGPATH_W@
185 DSYMUTIL = @DSYMUTIL@
186 DUMMY_CFLAGS = @DUMMY_CFLAGS@
187 DUMMY_LIBS = @DUMMY_LIBS@
195 GDK_PIXBUF_REQ_VERSION = @GDK_PIXBUF_REQ_VERSION@
196 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
197 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
198 GI_REQ_VERSION = @GI_REQ_VERSION@
199 GLIB_CFLAGS = @GLIB_CFLAGS@
200 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
201 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
202 GLIB_LIBS = @GLIB_LIBS@
203 GLIB_MKENUMS = @GLIB_MKENUMS@
204 GLIB_REQ_VERSION = @GLIB_REQ_VERSION@
206 GMSGFMT_015 = @GMSGFMT_015@
207 GOBJECT_QUERY = @GOBJECT_QUERY@
209 GTKDOC_CHECK = @GTKDOC_CHECK@
210 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
211 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
212 GTKDOC_MKPDF = @GTKDOC_MKPDF@
213 GTKDOC_REBASE = @GTKDOC_REBASE@
214 GTK_DOC_REQ_VERSION = @GTK_DOC_REQ_VERSION@
216 HAVE_GLES1 = @HAVE_GLES1@
217 HAVE_GLES2 = @HAVE_GLES2@
218 HTML_DIR = @HTML_DIR@
220 INSTALL_DATA = @INSTALL_DATA@
221 INSTALL_PROGRAM = @INSTALL_PROGRAM@
222 INSTALL_SCRIPT = @INSTALL_SCRIPT@
223 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
224 INTLLIBS = @INTLLIBS@
225 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
226 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
227 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
228 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
229 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
230 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
231 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
232 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
233 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
236 LIBICONV = @LIBICONV@
243 LTLIBICONV = @LTLIBICONV@
244 LTLIBINTL = @LTLIBINTL@
245 LTLIBOBJS = @LTLIBOBJS@
246 MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
247 MAKEINFO = @MAKEINFO@
248 MANIFEST_TOOL = @MANIFEST_TOOL@
251 MSGFMT_015 = @MSGFMT_015@
252 MSGMERGE = @MSGMERGE@
260 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
261 PACKAGE_NAME = @PACKAGE_NAME@
262 PACKAGE_STRING = @PACKAGE_STRING@
263 PACKAGE_TARNAME = @PACKAGE_TARNAME@
264 PACKAGE_URL = @PACKAGE_URL@
265 PACKAGE_VERSION = @PACKAGE_VERSION@
266 PANGOCAIRO_REQ_VERSION = @PANGOCAIRO_REQ_VERSION@
267 PATH_SEPARATOR = @PATH_SEPARATOR@
268 PKG_CONFIG = @PKG_CONFIG@
269 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
270 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
274 SET_MAKE = @SET_MAKE@
277 UPROF_REQ_VERSION = @UPROF_REQ_VERSION@
280 XCOMPOSITE_REQ_VERSION = @XCOMPOSITE_REQ_VERSION@
281 XFIXES_REQ_VERSION = @XFIXES_REQ_VERSION@
282 XGETTEXT = @XGETTEXT@
283 XGETTEXT_015 = @XGETTEXT_015@
284 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
286 abs_builddir = @abs_builddir@
287 abs_srcdir = @abs_srcdir@
288 abs_top_builddir = @abs_top_builddir@
289 abs_top_srcdir = @abs_top_srcdir@
290 ac_ct_AR = @ac_ct_AR@
291 ac_ct_CC = @ac_ct_CC@
292 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
293 am__include = @am__include@
294 am__leading_dot = @am__leading_dot@
295 am__quote = @am__quote@
297 am__untar = @am__untar@
300 build_alias = @build_alias@
301 build_cpu = @build_cpu@
302 build_os = @build_os@
303 build_vendor = @build_vendor@
304 builddir = @builddir@
306 datarootdir = @datarootdir@
309 exec_prefix = @exec_prefix@
311 host_alias = @host_alias@
312 host_cpu = @host_cpu@
314 host_vendor = @host_vendor@
316 includedir = @includedir@
318 install_sh = @install_sh@
320 libexecdir = @libexecdir@
321 localedir = @localedir@
322 localstatedir = @localstatedir@
325 oldincludedir = @oldincludedir@
328 program_transform_name = @program_transform_name@
331 sharedstatedir = @sharedstatedir@
333 sysconfdir = @sysconfdir@
334 target_alias = @target_alias@
335 top_build_prefix = @top_build_prefix@
336 top_builddir = @top_builddir@
337 top_srcdir = @top_srcdir@
338 SUBDIRS = cogl tests $(am__append_1) examples doc po build
339 ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
347 # .changelog expects these to be initializes
350 DISTCHECK_CONFIGURE_FLAGS = \
352 --enable-maintainer-flags \
357 --enable-xlib-egl-platform \
358 --enable-wayland-egl-platform \
360 --enable-wayland-egl-server
362 TAR_OPTIONS = --owner=0 --group=0
363 RELEASE_UPLOAD_HOST = clutter-project.org
364 RELEASE_UPLOAD_USER = clutter
365 RELEASE_UPLOAD_DIR = $(RELEASE_UPLOAD_USER)@$(RELEASE_UPLOAD_HOST):~$(RELEASE_UPLOAD_USER)/upload-source
366 RELEASE_URL_BASE = http://source.clutter-project.org/sources/clutter
367 RELEASE_URL = $(RELEASE_URL_BASE)/$(COGL_MAJOR_VERSION).$(COGL_MINOR_VERSION)
368 RELEASE_ANNOUNCE_LIST = cogl3d@googlegroups.com, clutter-announce@clutter-project.org
369 RELEASE_ANNOUNCE_CC = gnome-announce-list@gnome.org
370 RELEASE_DOC_URL = http://docs.clutter-project.org/docs/
371 tar_file = $(distdir).tar.bz2
372 sha256_file = $(distdir).sha256sum
374 $(MAKE) $(AM_MAKEFLAGS) all-recursive
379 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/Makefile.am.release $(am__configure_deps)
381 case '$(am__configure_deps)' in \
383 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
384 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
389 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
390 $(am__cd) $(top_srcdir) && \
391 $(AUTOMAKE) --foreign Makefile
393 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
396 echo ' $(SHELL) ./config.status'; \
397 $(SHELL) ./config.status;; \
399 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
400 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
403 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
404 $(SHELL) ./config.status --recheck
406 $(top_srcdir)/configure: $(am__configure_deps)
407 $(am__cd) $(srcdir) && $(AUTOCONF)
408 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
409 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
410 $(am__aclocal_m4_deps):
413 @if test ! -f $@; then \
415 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
418 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
420 cd $(top_builddir) && $(SHELL) ./config.status config.h
421 $(srcdir)/config.h.in: $(am__configure_deps)
422 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
427 -rm -f config.h stamp-h1
428 README: $(top_builddir)/config.status $(srcdir)/README.in
429 cd $(top_builddir) && $(SHELL) ./config.status $@
430 config.h.win32: $(top_builddir)/config.status $(srcdir)/config.h.win32.in
431 cd $(top_builddir) && $(SHELL) ./config.status $@
440 -rm -f libtool config.lt
442 # This directory's subdirectories are mostly independent; you can cd
443 # into them and run `make' without going through this Makefile.
444 # To change the values of `make' variables: instead of editing Makefiles,
445 # (1) if the variable is set in `config.status', edit `config.status'
446 # (which will cause the Makefiles to be regenerated when you run `make');
447 # (2) otherwise, pass the desired values on the `make' command line.
448 $(RECURSIVE_TARGETS):
449 @fail= failcom='exit 1'; \
450 for f in x $$MAKEFLAGS; do \
453 *k*) failcom='fail=yes';; \
457 target=`echo $@ | sed s/-recursive//`; \
458 list='$(SUBDIRS)'; for subdir in $$list; do \
459 echo "Making $$target in $$subdir"; \
460 if test "$$subdir" = "."; then \
462 local_target="$$target-am"; \
464 local_target="$$target"; \
466 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
469 if test "$$dot_seen" = "no"; then \
470 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
473 $(RECURSIVE_CLEAN_TARGETS):
474 @fail= failcom='exit 1'; \
475 for f in x $$MAKEFLAGS; do \
478 *k*) failcom='fail=yes';; \
483 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
484 *) list='$(SUBDIRS)' ;; \
486 rev=''; for subdir in $$list; do \
487 if test "$$subdir" = "."; then :; else \
488 rev="$$subdir $$rev"; \
492 target=`echo $@ | sed s/-recursive//`; \
493 for subdir in $$rev; do \
494 echo "Making $$target in $$subdir"; \
495 if test "$$subdir" = "."; then \
496 local_target="$$target-am"; \
498 local_target="$$target"; \
500 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
502 done && test -z "$$fail"
504 list='$(SUBDIRS)'; for subdir in $$list; do \
505 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
508 list='$(SUBDIRS)'; for subdir in $$list; do \
509 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
512 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
513 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
514 unique=`for i in $$list; do \
515 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
517 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
518 END { if (nonempty) { for (i in files) print i; }; }'`; \
522 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
523 $(TAGS_FILES) $(LISP)
526 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
527 include_option=--etags-include; \
530 include_option=--include; \
533 list='$(SUBDIRS)'; for subdir in $$list; do \
534 if test "$$subdir" = .; then :; else \
535 test ! -f $$subdir/TAGS || \
536 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
539 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
540 unique=`for i in $$list; do \
541 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
543 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
544 END { if (nonempty) { for (i in files) print i; }; }'`; \
546 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
547 test -n "$$unique" || unique=$$empty_fix; \
548 if test $$# -gt 0; then \
549 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
552 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
557 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
558 $(TAGS_FILES) $(LISP)
559 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
560 unique=`for i in $$list; do \
561 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
563 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
564 END { if (nonempty) { for (i in files) print i; }; }'`; \
565 test -z "$(CTAGS_ARGS)$$unique" \
566 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
570 here=`$(am__cd) $(top_builddir) && pwd` \
571 && $(am__cd) $(top_srcdir) \
572 && gtags -i $(GTAGS_ARGS) "$$here"
575 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
577 distdir: $(DISTFILES)
578 $(am__remove_distdir)
579 test -d "$(distdir)" || mkdir "$(distdir)"
580 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
581 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
582 list='$(DISTFILES)'; \
583 dist_files=`for file in $$list; do echo $$file; done | \
584 sed -e "s|^$$srcdirstrip/||;t" \
585 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
586 case $$dist_files in \
587 */*) $(MKDIR_P) `echo "$$dist_files" | \
588 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
591 for file in $$dist_files; do \
592 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
593 if test -d $$d/$$file; then \
594 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
595 if test -d "$(distdir)/$$file"; then \
596 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
598 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
599 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
600 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
602 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
604 test -f "$(distdir)/$$file" \
605 || cp -p $$d/$$file "$(distdir)/$$file" \
609 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
610 if test "$$subdir" = .; then :; else \
611 test -d "$(distdir)/$$subdir" \
612 || $(MKDIR_P) "$(distdir)/$$subdir" \
616 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
617 if test "$$subdir" = .; then :; else \
618 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
620 new_distdir=$$reldir; \
621 dir1=$$subdir; dir2="$(top_distdir)"; \
623 new_top_distdir=$$reldir; \
624 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
625 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
626 ($(am__cd) $$subdir && \
627 $(MAKE) $(AM_MAKEFLAGS) \
628 top_distdir="$$new_top_distdir" \
629 distdir="$$new_distdir" \
630 am__remove_distdir=: \
631 am__skip_length_check=: \
632 am__skip_mode_fix=: \
637 -test -n "$(am__skip_mode_fix)" \
638 || find "$(distdir)" -type d ! -perm -755 \
639 -exec chmod u+rwx,go+rx {} \; -o \
640 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
641 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
642 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
643 || chmod -R a+r "$(distdir)"
645 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
646 $(am__remove_distdir)
648 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
649 $(am__remove_distdir)
652 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
653 $(am__remove_distdir)
656 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
657 $(am__remove_distdir)
660 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
661 $(am__remove_distdir)
664 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
665 $(am__remove_distdir)
668 -rm -f $(distdir).zip
669 zip -rq $(distdir).zip $(distdir)
670 $(am__remove_distdir)
672 dist dist-all: distdir
673 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
674 $(am__remove_distdir)
676 # This target untars the dist file and tries a VPATH configuration. Then
677 # it guarantees that the distribution is self-contained by making another
680 case '$(DIST_ARCHIVES)' in \
682 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
684 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
686 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
688 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
690 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
692 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
694 unzip $(distdir).zip ;;\
696 chmod -R a-w $(distdir); chmod a+w $(distdir)
697 mkdir $(distdir)/_build
698 mkdir $(distdir)/_inst
700 test -d $(distdir)/_build || exit 0; \
701 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
702 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
704 && $(am__cd) $(distdir)/_build \
705 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
706 $(DISTCHECK_CONFIGURE_FLAGS) \
707 && $(MAKE) $(AM_MAKEFLAGS) \
708 && $(MAKE) $(AM_MAKEFLAGS) dvi \
709 && $(MAKE) $(AM_MAKEFLAGS) check \
710 && $(MAKE) $(AM_MAKEFLAGS) install \
711 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
712 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
713 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
715 && chmod -R a-w "$$dc_install_base" \
717 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
718 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
719 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
720 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
721 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
722 } || { rm -rf "$$dc_destdir"; exit 1; }) \
723 && rm -rf "$$dc_destdir" \
724 && $(MAKE) $(AM_MAKEFLAGS) dist \
725 && rm -rf $(DIST_ARCHIVES) \
726 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
729 $(am__remove_distdir)
730 @(echo "$(distdir) archives ready for distribution: "; \
731 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
732 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
734 @$(am__cd) '$(distuninstallcheck_dir)' \
735 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
736 || { echo "ERROR: files left after uninstall:" ; \
737 if test -n "$(DESTDIR)"; then \
738 echo " (check DESTDIR support)"; \
740 $(distuninstallcheck_listfiles) ; \
742 distcleancheck: distclean
743 @if test '$(srcdir)' = . ; then \
744 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
747 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
748 || { echo "ERROR: files left in build directory after distclean:" ; \
749 $(distcleancheck_listfiles) ; \
752 check: check-recursive
753 all-am: Makefile config.h
754 installdirs: installdirs-recursive
756 install: install-recursive
757 install-exec: install-exec-recursive
758 install-data: install-data-recursive
759 uninstall: uninstall-recursive
762 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
764 installcheck: installcheck-recursive
766 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
767 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
768 `test -z '$(STRIP)' || \
769 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
773 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
776 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
777 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
778 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
780 maintainer-clean-generic:
781 @echo "This command is intended for maintainers to use"
782 @echo "it deletes files that may require special tools to rebuild."
783 clean: clean-recursive
785 clean-am: clean-generic clean-libtool mostlyclean-am
787 distclean: distclean-recursive
788 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
790 distclean-am: clean-am distclean-generic distclean-hdr \
791 distclean-libtool distclean-tags
807 install-dvi: install-dvi-recursive
813 install-html: install-html-recursive
817 install-info: install-info-recursive
823 install-pdf: install-pdf-recursive
827 install-ps: install-ps-recursive
833 maintainer-clean: maintainer-clean-recursive
834 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
835 -rm -rf $(top_srcdir)/autom4te.cache
837 maintainer-clean-am: distclean-am maintainer-clean-generic
839 mostlyclean: mostlyclean-recursive
841 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
853 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
854 ctags-recursive install-am install-strip tags-recursive
856 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
857 all all-am am--refresh check check-am clean clean-generic \
858 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
859 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
860 distcheck distclean distclean-generic distclean-hdr \
861 distclean-libtool distclean-tags distcleancheck distdir \
862 distuninstallcheck dvi dvi-am html html-am info info-am \
863 install install-am install-data install-data-am install-dvi \
864 install-dvi-am install-exec install-exec-am install-html \
865 install-html-am install-info install-info-am install-man \
866 install-pdf install-pdf-am install-ps install-ps-am \
867 install-strip installcheck installcheck-am installdirs \
868 installdirs-am maintainer-clean maintainer-clean-generic \
869 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
870 ps ps-am tags tags-recursive uninstall uninstall-am
873 $(sha256_file): $(tar_file)
874 $(AM_V_GEN)sha256sum $^ > $@
877 @if test "x$(COGL_RELEASE_STATUS)" = "xgit"; then \
878 echo "Cannot tag a Git version; please, update the Cogl version" >&2; \
880 if test -d "$(top_srcdir)/.git"; then \
881 echo "Tagging release $(COGL_1_VERSION)..." ; \
882 $(top_srcdir)/build/missing --run git tag \
884 -m "Cogl $(COGL_1_VERSION) ($(COGL_RELEASE_STATUS))" \
885 $(COGL_1_VERSION) ; \
887 echo A git checkout is required to tag a release >&2; \
891 release-check: release-verify-even-micro release-verify-news
892 TAR_OPTIONS="$(TAR_OPTIONS)" $(MAKE) $(AM_MAKEFLAGS) distcheck
895 @echo -n "Checking that the NEWS file has been updated..."
896 @if ! grep -q "$(COGL_1_VERSION)" $(top_srcdir)/NEWS; then \
898 echo "The version in the NEWS file does not match $(COGL_1_VERSION)." && \
899 echo "This probably means you haven't updated the NEWS file." && \
903 release-verify-even-micro:
904 @echo -n "Checking that $(VERSION) has an even micro component..."
905 @test "$(COGL_1_MICRO_VERSION)" = "`echo $(COGL_1_MICRO_VERSION)/2*2 | bc`" || \
907 echo "The version micro component '$(COGL_1_MICRO_VERSION)' is not an even number." && \
908 echo "The version in configure.ac must be incremented before a new release." && \
912 release-upload: $(sha256_file)
913 @echo "Uploading to $(RELEASE_UPLOAD_HOST)..."
914 @scp $(tar_file) $(RELEASE_UPLOAD_DIR)
915 @echo "Uploading to master.gnome.org..."
916 @scp $(tar_file) master.gnome.org:
917 @echo "Running ftpadmin install..."
918 @ssh master.gnome.org ftpadmin install $(tar_file)
919 @mv -f $(sha256_file) $(top_builddir)/build/$(sha256_file)
923 @echo " Release URL: $(RELEASE_URL)/$(tar_file)"
924 @echo "Release checksum: $(RELEASE_URL)/$(sha256_file)"
925 @echo "Send an email to: $(RELEASE_ANNOUNCE_LIST)"
926 @echo " Cc: $(RELEASE_ANNOUNCE_CC)"
927 @echo " Subject: Release Cogl $(COGL_1_VERSION) ($(COGL_RELEASE_STATUS))"
929 @csplit -q --prefix=.README-section- $(top_builddir)/README '/^--$$/' '{*}'
930 @csplit -q --prefix=.NEWS-section- NEWS '/^Cogl/' '{*}'
931 @echo "--- CUT HERE ---"
932 @echo "Good news, everyone!"
934 @echo "A new Cogl $(COGL_RELEASE_STATUS) ($(COGL_1_VERSION)) is now available:"
937 @echo "-------------------------------------------------------------------------------"
939 @cat .NEWS-section-01
940 @echo "FETCHING THE RELEASE"
941 @echo "-------------------------------------------------------------------------------"
943 @echo "Tarballs can be downloaded from:"
945 @echo " http://source.clutter-project.org/sources/cogl/1.$(COGL_1_MINOR_VERSION)/"
946 @echo " http://download.gnome.org/sources/cogl/1.$(COGL_1_MINOR_VERSION)/"
948 @echo "SHA256 Checksum:"
950 @cat $(top_builddir)/build/$(sha256_file)
952 @echo "Additionally, a git clone of the source tree:"
953 @echo " git clone git://git.gnome.org/cogl"
955 @echo "will include a signed $(COGL_1_VERSION) tag which points to a commit named:"
956 @echo " `git cat-file tag $(COGL_1_VERSION) | $(GREP) ^object | $(SED) -e 's,object ,,'`"
958 @echo "which can be verified with:"
959 @echo " git verify-tag $(COGL_1_VERSION)"
961 @echo "and can be checked out with a command such as:"
962 @echo " git checkout -b build $(COGL_1_VERSION)"
964 @tail -n +2 .README-section-01
966 @tail -n +2 .README-section-02
969 @echo "DOCUMENTATION"
970 @echo "-------------------------------------------------------------------------------"
972 @echo "The 1.x API is documented here:"
973 @echo " http://docs.clutter-project.org/docs/cogl/1.$(COGL_1_MINOR_VERSION)"
974 @echo "The experimental 2.0 API is documented here:"
975 @echo " http://docs.clutter-project.org/docs/cogl-2.0-experimental/1.$(COGL_1_MINOR_VERSION)"
978 @echo "RELEASE NOTES"
979 @echo "-------------------------------------------------------------------------------"
980 @if test "x$(COGL_RELEASE_STATUS)" = "xsnapshot"; then \
981 echo " - This is a development snapshot release so there are not API or ABI stability"; \
982 echo " guarantees at this point for new APIs since the last stable release."; \
985 @echo " - This Cogl release exports a 1.x API (For third-party Clutter"
986 @echo " developers to write custom actors) and an experimental 2.0 API which"
987 @echo " allows standalone application development."
989 @echo " - Internally Clutter depends on the Cogl 2.0 experimental API so we maintain"
990 @echo " runtime compatibility between the 1.x API and experimental 2.0 APIs, which"
991 @echo " means developers can mix-and-match their use of the APIs in the same"
992 @echo " process. API selection is done per-file by including a line like: '#define"
993 @echo " COGL_ENABLE_EXPERIMENTAL_2_0_API' before including cogl.h or clutter.h."
995 @echo " - We recommend using the 2.0 API if you don't mind updating your code once in"
996 @echo " a while as this API evolves and stabilizes. We promise not to break the 2.0"
997 @echo " API during a 1.x stable cycle and hope that will encourage people to"
998 @echo " experiment with it and give critical feedback! For example after releasing"
999 @echo " 1.8, the 2.0 API will be stable for 1.8.1, 1.8.2, 1.8.3 etc, but may update"
1000 @echo " for 1.9/1.10."
1002 @echo " - Because we export the 1.x and 2.0 APIs from one libcogl.so the library"
1003 @echo " versioning, and thus ABI, can only be considered as stable as our 2.0 API - "
1004 @echo " i.e. during a stable release 1.x cycle."
1006 @echo " - Please report bugs using the Cogl Bugzilla product, at:"
1007 @echo " http://bugzilla.gnome.org/enter_bug.cgi?product=cogl"
1008 @echo "--- CUT HERE ---"
1010 release-publish: release-check
1011 $(MAKE) $(AM_MAKEFLAGS) release-tag
1012 $(MAKE) $(AM_MAKEFLAGS) release-upload
1013 $(MAKE) $(AM_MAKEFLAGS) release-message
1021 release-verify-even-micro
1023 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1024 # Otherwise a system limit (for SysV at least) may be exceeded.