cleanup specfile for packaging
[profile/ivi/cogl.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 # To make real stable releases or devel snapshots, use either:
19 #       make release-check
20 # or    make release-publish
21 VPATH = @srcdir@
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)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
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
46 subdir = .
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) \
69         $(ACLOCAL_M4)
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))
81 am__v_at_0 = @
82 SOURCES =
83 DIST_SOURCES =
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
96 ETAGS = etags
97 CTAGS = ctags
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)"; }; }
106 am__relativize = \
107   dir0=`pwd`; \
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"`; \
118       else \
119         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
120         if test "$$first2" = "$$first"; then \
121           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
122         else \
123           dir2="../$$dir2"; \
124         fi; \
125         dir0="$$dir0"/"$$first"; \
126       fi; \
127     fi; \
128     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
129   done; \
130   reldir="$$dir2"
131 GZIP_ENV = --best
132 DIST_ARCHIVES = $(distdir).tar.bz2
133 distuninstallcheck_listfiles = find . -type f -print
134 distcleancheck_listfiles = find . -type f -print
135 ACLOCAL = @ACLOCAL@
136 ALL_LINGUAS = @ALL_LINGUAS@
137 AMTAR = @AMTAR@
138 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
139 AR = @AR@
140 AUTOCONF = @AUTOCONF@
141 AUTOHEADER = @AUTOHEADER@
142 AUTOMAKE = @AUTOMAKE@
143 AWK = @AWK@
144 CAIRO_REQ_VERSION = @CAIRO_REQ_VERSION@
145 CC = @CC@
146 CCDEPMODE = @CCDEPMODE@
147 CFLAGS = @CFLAGS@
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@
179 CPP = @CPP@
180 CPPFLAGS = @CPPFLAGS@
181 CYGPATH_W = @CYGPATH_W@
182 DEFS = @DEFS@
183 DEPDIR = @DEPDIR@
184 DLLTOOL = @DLLTOOL@
185 DSYMUTIL = @DSYMUTIL@
186 DUMMY_CFLAGS = @DUMMY_CFLAGS@
187 DUMMY_LIBS = @DUMMY_LIBS@
188 DUMPBIN = @DUMPBIN@
189 ECHO_C = @ECHO_C@
190 ECHO_N = @ECHO_N@
191 ECHO_T = @ECHO_T@
192 EGREP = @EGREP@
193 EXEEXT = @EXEEXT@
194 FGREP = @FGREP@
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@
205 GMSGFMT = @GMSGFMT@
206 GMSGFMT_015 = @GMSGFMT_015@
207 GOBJECT_QUERY = @GOBJECT_QUERY@
208 GREP = @GREP@
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@
215 HAVE_GL = @HAVE_GL@
216 HAVE_GLES1 = @HAVE_GLES1@
217 HAVE_GLES2 = @HAVE_GLES2@
218 HTML_DIR = @HTML_DIR@
219 INSTALL = @INSTALL@
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@
234 LD = @LD@
235 LDFLAGS = @LDFLAGS@
236 LIBICONV = @LIBICONV@
237 LIBINTL = @LIBINTL@
238 LIBOBJS = @LIBOBJS@
239 LIBS = @LIBS@
240 LIBTOOL = @LIBTOOL@
241 LIPO = @LIPO@
242 LN_S = @LN_S@
243 LTLIBICONV = @LTLIBICONV@
244 LTLIBINTL = @LTLIBINTL@
245 LTLIBOBJS = @LTLIBOBJS@
246 MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
247 MAKEINFO = @MAKEINFO@
248 MANIFEST_TOOL = @MANIFEST_TOOL@
249 MKDIR_P = @MKDIR_P@
250 MSGFMT = @MSGFMT@
251 MSGFMT_015 = @MSGFMT_015@
252 MSGMERGE = @MSGMERGE@
253 NM = @NM@
254 NMEDIT = @NMEDIT@
255 OBJDUMP = @OBJDUMP@
256 OBJEXT = @OBJEXT@
257 OTOOL = @OTOOL@
258 OTOOL64 = @OTOOL64@
259 PACKAGE = @PACKAGE@
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@
271 POSUB = @POSUB@
272 RANLIB = @RANLIB@
273 SED = @SED@
274 SET_MAKE = @SET_MAKE@
275 SHELL = @SHELL@
276 STRIP = @STRIP@
277 UPROF_REQ_VERSION = @UPROF_REQ_VERSION@
278 USE_NLS = @USE_NLS@
279 VERSION = @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@
285 XMKMF = @XMKMF@
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@
296 am__tar = @am__tar@
297 am__untar = @am__untar@
298 bindir = @bindir@
299 build = @build@
300 build_alias = @build_alias@
301 build_cpu = @build_cpu@
302 build_os = @build_os@
303 build_vendor = @build_vendor@
304 builddir = @builddir@
305 datadir = @datadir@
306 datarootdir = @datarootdir@
307 docdir = @docdir@
308 dvidir = @dvidir@
309 exec_prefix = @exec_prefix@
310 host = @host@
311 host_alias = @host_alias@
312 host_cpu = @host_cpu@
313 host_os = @host_os@
314 host_vendor = @host_vendor@
315 htmldir = @htmldir@
316 includedir = @includedir@
317 infodir = @infodir@
318 install_sh = @install_sh@
319 libdir = @libdir@
320 libexecdir = @libexecdir@
321 localedir = @localedir@
322 localstatedir = @localstatedir@
323 mandir = @mandir@
324 mkdir_p = @mkdir_p@
325 oldincludedir = @oldincludedir@
326 pdfdir = @pdfdir@
327 prefix = @prefix@
328 program_transform_name = @program_transform_name@
329 psdir = @psdir@
330 sbindir = @sbindir@
331 sharedstatedir = @sharedstatedir@
332 srcdir = @srcdir@
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}
340 EXTRA_DIST = \
341         README.in \
342         config-custom.h \
343         config.h.win32 \
344         config.h.win32.in
345
346
347 # .changelog expects these to be initializes
348 CLEANFILES = 
349 DISTCLEANFILES = 
350 DISTCHECK_CONFIGURE_FLAGS = \
351         --enable-gtk-doc \
352         --enable-maintainer-flags \
353         --enable-profile \
354         --enable-gles1 \
355         --enable-gles2 \
356         --enable-gl \
357         --enable-xlib-egl-platform \
358         --enable-wayland-egl-platform \
359         --enable-glx \
360         --enable-wayland-egl-server
361
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
373 all: config.h
374         $(MAKE) $(AM_MAKEFLAGS) all-recursive
375
376 .SUFFIXES:
377 am--refresh:
378         @:
379 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/Makefile.am.release $(am__configure_deps)
380         @for dep in $?; do \
381           case '$(am__configure_deps)' in \
382             *$$dep*) \
383               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
384               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
385                 && exit 0; \
386               exit 1;; \
387           esac; \
388         done; \
389         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
390         $(am__cd) $(top_srcdir) && \
391           $(AUTOMAKE) --foreign Makefile
392 .PRECIOUS: Makefile
393 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
394         @case '$?' in \
395           *config.status*) \
396             echo ' $(SHELL) ./config.status'; \
397             $(SHELL) ./config.status;; \
398           *) \
399             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
400             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
401         esac;
402
403 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
404         $(SHELL) ./config.status --recheck
405
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):
411
412 config.h: stamp-h1
413         @if test ! -f $@; then \
414           rm -f stamp-h1; \
415           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
416         else :; fi
417
418 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
419         @rm -f stamp-h1
420         cd $(top_builddir) && $(SHELL) ./config.status config.h
421 $(srcdir)/config.h.in:  $(am__configure_deps) 
422         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
423         rm -f stamp-h1
424         touch $@
425
426 distclean-hdr:
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 $@
432
433 mostlyclean-libtool:
434         -rm -f *.lo
435
436 clean-libtool:
437         -rm -rf .libs _libs
438
439 distclean-libtool:
440         -rm -f libtool config.lt
441
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 \
451           case $$f in \
452             *=* | --[!k]*);; \
453             *k*) failcom='fail=yes';; \
454           esac; \
455         done; \
456         dot_seen=no; \
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 \
461             dot_seen=yes; \
462             local_target="$$target-am"; \
463           else \
464             local_target="$$target"; \
465           fi; \
466           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
467           || eval $$failcom; \
468         done; \
469         if test "$$dot_seen" = "no"; then \
470           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
471         fi; test -z "$$fail"
472
473 $(RECURSIVE_CLEAN_TARGETS):
474         @fail= failcom='exit 1'; \
475         for f in x $$MAKEFLAGS; do \
476           case $$f in \
477             *=* | --[!k]*);; \
478             *k*) failcom='fail=yes';; \
479           esac; \
480         done; \
481         dot_seen=no; \
482         case "$@" in \
483           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
484           *) list='$(SUBDIRS)' ;; \
485         esac; \
486         rev=''; for subdir in $$list; do \
487           if test "$$subdir" = "."; then :; else \
488             rev="$$subdir $$rev"; \
489           fi; \
490         done; \
491         rev="$$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"; \
497           else \
498             local_target="$$target"; \
499           fi; \
500           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
501           || eval $$failcom; \
502         done && test -z "$$fail"
503 tags-recursive:
504         list='$(SUBDIRS)'; for subdir in $$list; do \
505           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
506         done
507 ctags-recursive:
508         list='$(SUBDIRS)'; for subdir in $$list; do \
509           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
510         done
511
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; \
516           done | \
517           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
518               END { if (nonempty) { for (i in files) print i; }; }'`; \
519         mkid -fID $$unique
520 tags: TAGS
521
522 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
523                 $(TAGS_FILES) $(LISP)
524         set x; \
525         here=`pwd`; \
526         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
527           include_option=--etags-include; \
528           empty_fix=.; \
529         else \
530           include_option=--include; \
531           empty_fix=; \
532         fi; \
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"; \
537           fi; \
538         done; \
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; \
542           done | \
543           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
544               END { if (nonempty) { for (i in files) print i; }; }'`; \
545         shift; \
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) \
550               "$$@" $$unique; \
551           else \
552             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
553               $$unique; \
554           fi; \
555         fi
556 ctags: CTAGS
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; \
562           done | \
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) \
567              $$unique
568
569 GTAGS:
570         here=`$(am__cd) $(top_builddir) && pwd` \
571           && $(am__cd) $(top_srcdir) \
572           && gtags -i $(GTAGS_ARGS) "$$here"
573
574 distclean-tags:
575         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
576
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,/[^/]*$$,,' | \
589                            sort -u` ;; \
590         esac; \
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 {} \;; \
597             fi; \
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 {} \;; \
601             fi; \
602             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
603           else \
604             test -f "$(distdir)/$$file" \
605             || cp -p $$d/$$file "$(distdir)/$$file" \
606             || exit 1; \
607           fi; \
608         done
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" \
613             || exit 1; \
614           fi; \
615         done
616         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
617           if test "$$subdir" = .; then :; else \
618             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
619             $(am__relativize); \
620             new_distdir=$$reldir; \
621             dir1=$$subdir; dir2="$(top_distdir)"; \
622             $(am__relativize); \
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=: \
633                 distdir) \
634               || exit 1; \
635           fi; \
636         done
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)"
644 dist-gzip: distdir
645         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
646         $(am__remove_distdir)
647 dist-bzip2: distdir
648         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
649         $(am__remove_distdir)
650
651 dist-lzma: distdir
652         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
653         $(am__remove_distdir)
654
655 dist-xz: distdir
656         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
657         $(am__remove_distdir)
658
659 dist-tarZ: distdir
660         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
661         $(am__remove_distdir)
662
663 dist-shar: distdir
664         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
665         $(am__remove_distdir)
666
667 dist-zip: distdir
668         -rm -f $(distdir).zip
669         zip -rq $(distdir).zip $(distdir)
670         $(am__remove_distdir)
671
672 dist dist-all: distdir
673         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
674         $(am__remove_distdir)
675
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
678 # tarfile.
679 distcheck: dist
680         case '$(DIST_ARCHIVES)' in \
681         *.tar.gz*) \
682           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
683         *.tar.bz2*) \
684           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
685         *.tar.lzma*) \
686           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
687         *.tar.xz*) \
688           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
689         *.tar.Z*) \
690           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
691         *.shar.gz*) \
692           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
693         *.zip*) \
694           unzip $(distdir).zip ;;\
695         esac
696         chmod -R a-w $(distdir); chmod a+w $(distdir)
697         mkdir $(distdir)/_build
698         mkdir $(distdir)/_inst
699         chmod a-w $(distdir)
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-$$$$/" \
703           && am__cwd=`pwd` \
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" \
714                 distuninstallcheck \
715           && chmod -R a-w "$$dc_install_base" \
716           && ({ \
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 \
727           && cd "$$am__cwd" \
728           || exit 1
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'
733 distuninstallcheck:
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)"; \
739                 fi ; \
740                 $(distuninstallcheck_listfiles) ; \
741                 exit 1; } >&2
742 distcleancheck: distclean
743         @if test '$(srcdir)' = . ; then \
744           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
745           exit 1 ; \
746         fi
747         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
748           || { echo "ERROR: files left in build directory after distclean:" ; \
749                $(distcleancheck_listfiles) ; \
750                exit 1; } >&2
751 check-am: all-am
752 check: check-recursive
753 all-am: Makefile config.h
754 installdirs: installdirs-recursive
755 installdirs-am:
756 install: install-recursive
757 install-exec: install-exec-recursive
758 install-data: install-data-recursive
759 uninstall: uninstall-recursive
760
761 install-am: all-am
762         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
763
764 installcheck: installcheck-recursive
765 install-strip:
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
770 mostlyclean-generic:
771
772 clean-generic:
773         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
774
775 distclean-generic:
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)
779
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
784
785 clean-am: clean-generic clean-libtool mostlyclean-am
786
787 distclean: distclean-recursive
788         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
789         -rm -f Makefile
790 distclean-am: clean-am distclean-generic distclean-hdr \
791         distclean-libtool distclean-tags
792
793 dvi: dvi-recursive
794
795 dvi-am:
796
797 html: html-recursive
798
799 html-am:
800
801 info: info-recursive
802
803 info-am:
804
805 install-data-am:
806
807 install-dvi: install-dvi-recursive
808
809 install-dvi-am:
810
811 install-exec-am:
812
813 install-html: install-html-recursive
814
815 install-html-am:
816
817 install-info: install-info-recursive
818
819 install-info-am:
820
821 install-man:
822
823 install-pdf: install-pdf-recursive
824
825 install-pdf-am:
826
827 install-ps: install-ps-recursive
828
829 install-ps-am:
830
831 installcheck-am:
832
833 maintainer-clean: maintainer-clean-recursive
834         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
835         -rm -rf $(top_srcdir)/autom4te.cache
836         -rm -f Makefile
837 maintainer-clean-am: distclean-am maintainer-clean-generic
838
839 mostlyclean: mostlyclean-recursive
840
841 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
842
843 pdf: pdf-recursive
844
845 pdf-am:
846
847 ps: ps-recursive
848
849 ps-am:
850
851 uninstall-am:
852
853 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
854         ctags-recursive install-am install-strip tags-recursive
855
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
871
872
873 $(sha256_file): $(tar_file)
874         $(AM_V_GEN)sha256sum $^ > $@
875
876 release-tag:
877         @if test "x$(COGL_RELEASE_STATUS)" = "xgit"; then \
878           echo "Cannot tag a Git version; please, update the Cogl version" >&2; \
879         else \
880           if test -d "$(top_srcdir)/.git"; then \
881             echo "Tagging release $(COGL_1_VERSION)..." ; \
882             $(top_srcdir)/build/missing --run git tag \
883                 -s \
884                 -m "Cogl $(COGL_1_VERSION) ($(COGL_RELEASE_STATUS))" \
885                 $(COGL_1_VERSION) ; \
886           else \
887             echo A git checkout is required to tag a release >&2; \
888           fi \
889         fi
890
891 release-check: release-verify-even-micro release-verify-news
892         TAR_OPTIONS="$(TAR_OPTIONS)" $(MAKE) $(AM_MAKEFLAGS) distcheck
893
894 release-verify-news:
895         @echo -n "Checking that the NEWS file has been updated..."
896         @if ! grep -q "$(COGL_1_VERSION)" $(top_srcdir)/NEWS; then \
897           (echo "Ouch." && \
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." && \
900            false); else :; fi
901         @echo "Good."
902
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`" || \
906           (echo "Ouch." && \
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." && \
909            false)
910         @echo "Good."
911
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)
920         @echo "Done."
921
922 release-message:
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))"
928         @echo "        Contents:"
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!"
933         @echo ""
934         @echo "A new Cogl $(COGL_RELEASE_STATUS) ($(COGL_1_VERSION)) is now available:"
935         @echo ""
936         @echo "LATEST NEWS"
937         @echo "-------------------------------------------------------------------------------"
938         @echo ""
939         @cat .NEWS-section-01
940         @echo "FETCHING THE RELEASE"
941         @echo "-------------------------------------------------------------------------------"
942         @echo ""
943         @echo "Tarballs can be downloaded from:"
944         @echo ""
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)/"
947         @echo ""
948         @echo "SHA256 Checksum:"
949         @echo ""
950         @cat $(top_builddir)/build/$(sha256_file)
951         @echo ""
952         @echo "Additionally, a git clone of the source tree:"
953         @echo "  git clone git://git.gnome.org/cogl"
954         @echo ""
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 ,,'`"
957         @echo ""
958         @echo "which can be verified with:"
959         @echo "  git verify-tag $(COGL_1_VERSION)"
960         @echo ""
961         @echo "and can be checked out with a command such as:"
962         @echo "  git checkout -b build $(COGL_1_VERSION)"
963         @echo ""
964         @tail -n +2 .README-section-01
965         @echo ""
966         @tail -n +2 .README-section-02
967         @echo ""
968         @echo ""
969         @echo "DOCUMENTATION"
970         @echo "-------------------------------------------------------------------------------"
971         @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)"
976         @echo ""
977         @echo ""
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."; \
983                 echo ""; \
984         fi
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."
988         @echo ""
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."
994         @echo ""
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."
1001         @echo ""
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."
1005         @echo ""
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 ---"
1009
1010 release-publish: release-check
1011         $(MAKE) $(AM_MAKEFLAGS) release-tag
1012         $(MAKE) $(AM_MAKEFLAGS) release-upload
1013         $(MAKE) $(AM_MAKEFLAGS) release-message
1014
1015 .PHONY: \
1016         release-check \
1017         release-message \
1018         release-publish \
1019         release-tag \
1020         release-upload \
1021         release-verify-even-micro
1022
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.
1025 .NOEXPORT: