cleanup specfile for packaging
[profile/ivi/clutter.git] / doc / cookbook / 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 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39         $(srcdir)/clutter-cookbook.xml.in \
40         $(top_srcdir)/build/autotools/Makefile.am.silent
41 subdir = doc/cookbook
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps =  \
44         $(top_srcdir)/build/autotools/as-compiler-flag.m4 \
45         $(top_srcdir)/build/autotools/as-linguas.m4 \
46         $(top_srcdir)/build/autotools/gettext.m4 \
47         $(top_srcdir)/build/autotools/gtk-doc.m4 \
48         $(top_srcdir)/build/autotools/iconv.m4 \
49         $(top_srcdir)/build/autotools/intlmacosx.m4 \
50         $(top_srcdir)/build/autotools/introspection.m4 \
51         $(top_srcdir)/build/autotools/lib-ld.m4 \
52         $(top_srcdir)/build/autotools/lib-link.m4 \
53         $(top_srcdir)/build/autotools/lib-prefix.m4 \
54         $(top_srcdir)/build/autotools/libtool.m4 \
55         $(top_srcdir)/build/autotools/ltoptions.m4 \
56         $(top_srcdir)/build/autotools/ltsugar.m4 \
57         $(top_srcdir)/build/autotools/ltversion.m4 \
58         $(top_srcdir)/build/autotools/lt~obsolete.m4 \
59         $(top_srcdir)/build/autotools/nls.m4 \
60         $(top_srcdir)/build/autotools/po.m4 \
61         $(top_srcdir)/build/autotools/progtest.m4 \
62         $(top_srcdir)/configure.ac
63 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64         $(ACLOCAL_M4)
65 mkinstalldirs = $(install_sh) -d
66 CONFIG_HEADER = $(top_builddir)/config.h
67 CONFIG_CLEAN_FILES = clutter-cookbook.xml
68 CONFIG_CLEAN_VPATH_FILES =
69 AM_V_GEN = $(am__v_GEN_$(V))
70 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
71 am__v_GEN_0 = @echo "  GEN   " $@;
72 AM_V_at = $(am__v_at_$(V))
73 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
74 am__v_at_0 = @
75 SOURCES =
76 DIST_SOURCES =
77 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78         html-recursive info-recursive install-data-recursive \
79         install-dvi-recursive install-exec-recursive \
80         install-html-recursive install-info-recursive \
81         install-pdf-recursive install-ps-recursive install-recursive \
82         installcheck-recursive installdirs-recursive pdf-recursive \
83         ps-recursive uninstall-recursive
84 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
85   distclean-recursive maintainer-clean-recursive
86 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
87         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
88         distdir
89 ETAGS = etags
90 CTAGS = ctags
91 DIST_SUBDIRS = $(SUBDIRS)
92 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93 am__relativize = \
94   dir0=`pwd`; \
95   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
96   sed_rest='s,^[^/]*/*,,'; \
97   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
98   sed_butlast='s,/*[^/]*$$,,'; \
99   while test -n "$$dir1"; do \
100     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
101     if test "$$first" != "."; then \
102       if test "$$first" = ".."; then \
103         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
104         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
105       else \
106         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
107         if test "$$first2" = "$$first"; then \
108           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
109         else \
110           dir2="../$$dir2"; \
111         fi; \
112         dir0="$$dir0"/"$$first"; \
113       fi; \
114     fi; \
115     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
116   done; \
117   reldir="$$dir2"
118 ACLOCAL = @ACLOCAL@
119 ALL_LINGUAS = @ALL_LINGUAS@
120 AMTAR = @AMTAR@
121 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
122 AR = @AR@
123 ATK_PREFIX = @ATK_PREFIX@
124 ATK_REQ_VERSION = @ATK_REQ_VERSION@
125 AUTOCONF = @AUTOCONF@
126 AUTOHEADER = @AUTOHEADER@
127 AUTOMAKE = @AUTOMAKE@
128 AWK = @AWK@
129 CAIRO_PREFIX = @CAIRO_PREFIX@
130 CAIRO_REQ_VERSION = @CAIRO_REQ_VERSION@
131 CC = @CC@
132 CCDEPMODE = @CCDEPMODE@
133 CFLAGS = @CFLAGS@
134 CLUTTER_API_VERSION = @CLUTTER_API_VERSION@
135 CLUTTER_API_VERSION_AM = @CLUTTER_API_VERSION_AM@
136 CLUTTER_BACKENDS = @CLUTTER_BACKENDS@
137 CLUTTER_CEX100_LIBGDL_PREFIX = @CLUTTER_CEX100_LIBGDL_PREFIX@
138 CLUTTER_CFLAGS = @CLUTTER_CFLAGS@
139 CLUTTER_COGL = @CLUTTER_COGL@
140 CLUTTER_CONFIG_DEFINES = @CLUTTER_CONFIG_DEFINES@
141 CLUTTER_DEBUG_CFLAGS = @CLUTTER_DEBUG_CFLAGS@
142 CLUTTER_DEPRECATED_CFLAGS = @CLUTTER_DEPRECATED_CFLAGS@
143 CLUTTER_DEPS_CFLAGS = @CLUTTER_DEPS_CFLAGS@
144 CLUTTER_DEPS_LIBS = @CLUTTER_DEPS_LIBS@
145 CLUTTER_DEPS_PRIVATE_CFLAGS = @CLUTTER_DEPS_PRIVATE_CFLAGS@
146 CLUTTER_DEPS_PRIVATE_LIBS = @CLUTTER_DEPS_PRIVATE_LIBS@
147 CLUTTER_FLAVOUR = @CLUTTER_FLAVOUR@
148 CLUTTER_INPUT_BACKENDS = @CLUTTER_INPUT_BACKENDS@
149 CLUTTER_LIBS = @CLUTTER_LIBS@
150 CLUTTER_LINK_FLAGS = @CLUTTER_LINK_FLAGS@
151 CLUTTER_LT_CURRENT = @CLUTTER_LT_CURRENT@
152 CLUTTER_LT_LDFLAGS = @CLUTTER_LT_LDFLAGS@
153 CLUTTER_LT_REVISION = @CLUTTER_LT_REVISION@
154 CLUTTER_LT_VERSION = @CLUTTER_LT_VERSION@
155 CLUTTER_MAJOR_VERSION = @CLUTTER_MAJOR_VERSION@
156 CLUTTER_MICRO_VERSION = @CLUTTER_MICRO_VERSION@
157 CLUTTER_MINOR_VERSION = @CLUTTER_MINOR_VERSION@
158 CLUTTER_PROFILE_CFLAGS = @CLUTTER_PROFILE_CFLAGS@
159 CLUTTER_PROFILE_LDFLAGS = @CLUTTER_PROFILE_LDFLAGS@
160 CLUTTER_RELEASE_STATUS = @CLUTTER_RELEASE_STATUS@
161 CLUTTER_REQUIRES = @CLUTTER_REQUIRES@
162 CLUTTER_REQUIRES_PRIVATE = @CLUTTER_REQUIRES_PRIVATE@
163 CLUTTER_SONAME_INFIX = @CLUTTER_SONAME_INFIX@
164 CLUTTER_STAGE_TYPE = @CLUTTER_STAGE_TYPE@
165 CLUTTER_VERSION = @CLUTTER_VERSION@
166 CLUTTER_WINSYS = @CLUTTER_WINSYS@
167 CLUTTER_WINSYS_BASE = @CLUTTER_WINSYS_BASE@
168 COGL_DRIVER = @COGL_DRIVER@
169 COGL_PREFIX = @COGL_PREFIX@
170 COGL_REQ_VERSION = @COGL_REQ_VERSION@
171 CPP = @CPP@
172 CPPFLAGS = @CPPFLAGS@
173 CYGPATH_W = @CYGPATH_W@
174 DEFS = @DEFS@
175 DEPDIR = @DEPDIR@
176 DLLTOOL = @DLLTOOL@
177 DSYMUTIL = @DSYMUTIL@
178 DUMPBIN = @DUMPBIN@
179 ECHO_C = @ECHO_C@
180 ECHO_N = @ECHO_N@
181 ECHO_T = @ECHO_T@
182 EGREP = @EGREP@
183 EVDEV_CFLAGS = @EVDEV_CFLAGS@
184 EVDEV_LIBS = @EVDEV_LIBS@
185 EXEEXT = @EXEEXT@
186 FGREP = @FGREP@
187 GCOV = @GCOV@
188 GCOV_CFLAGS = @GCOV_CFLAGS@
189 GCOV_LDFLAGS = @GCOV_LDFLAGS@
190 GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
191 GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
192 GDK_REQ_VERSION = @GDK_REQ_VERSION@
193 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
194 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
195 GI_REQ_VERSION = @GI_REQ_VERSION@
196 GLIB_CFLAGS = @GLIB_CFLAGS@
197 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
198 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
199 GLIB_LIBS = @GLIB_LIBS@
200 GLIB_MKENUMS = @GLIB_MKENUMS@
201 GLIB_PREFIX = @GLIB_PREFIX@
202 GLIB_REQ_VERSION = @GLIB_REQ_VERSION@
203 GMSGFMT = @GMSGFMT@
204 GMSGFMT_015 = @GMSGFMT_015@
205 GOBJECT_QUERY = @GOBJECT_QUERY@
206 GREP = @GREP@
207 GTKDOC_CHECK = @GTKDOC_CHECK@
208 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
209 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
210 GTKDOC_MKPDF = @GTKDOC_MKPDF@
211 GTKDOC_REBASE = @GTKDOC_REBASE@
212 GTK_DOC_REQ_VERSION = @GTK_DOC_REQ_VERSION@
213 HTML_DIR = $(datadir)/gtk-doc/html
214 INSTALL = @INSTALL@
215 INSTALL_DATA = @INSTALL_DATA@
216 INSTALL_PROGRAM = @INSTALL_PROGRAM@
217 INSTALL_SCRIPT = @INSTALL_SCRIPT@
218 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
219 INTLLIBS = @INTLLIBS@
220 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
221 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
222 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
223 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
224 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
225 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
226 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
227 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
228 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
229 JSON_GLIB_REQ_VERSION = @JSON_GLIB_REQ_VERSION@
230 JW = @JW@
231 LD = @LD@
232 LDFLAGS = @LDFLAGS@
233 LIBICONV = @LIBICONV@
234 LIBINTL = @LIBINTL@
235 LIBOBJS = @LIBOBJS@
236 LIBS = @LIBS@
237 LIBTOOL = @LIBTOOL@
238 LIPO = @LIPO@
239 LN_S = @LN_S@
240 LTLIBICONV = @LTLIBICONV@
241 LTLIBINTL = @LTLIBINTL@
242 LTLIBOBJS = @LTLIBOBJS@
243 MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
244 MAKEINFO = @MAKEINFO@
245 MANIFEST_TOOL = @MANIFEST_TOOL@
246 MKDIR_P = @MKDIR_P@
247 MSGFMT = @MSGFMT@
248 MSGFMT_015 = @MSGFMT_015@
249 MSGMERGE = @MSGMERGE@
250 NM = @NM@
251 NMEDIT = @NMEDIT@
252 OBJDUMP = @OBJDUMP@
253 OBJEXT = @OBJEXT@
254 OTOOL = @OTOOL@
255 OTOOL64 = @OTOOL64@
256 PACKAGE = @PACKAGE@
257 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
258 PACKAGE_NAME = @PACKAGE_NAME@
259 PACKAGE_STRING = @PACKAGE_STRING@
260 PACKAGE_TARNAME = @PACKAGE_TARNAME@
261 PACKAGE_URL = @PACKAGE_URL@
262 PACKAGE_VERSION = @PACKAGE_VERSION@
263 PANGO_PREFIX = @PANGO_PREFIX@
264 PANGO_REQ_VERSION = @PANGO_REQ_VERSION@
265 PATH_SEPARATOR = @PATH_SEPARATOR@
266 PKG_CONFIG = @PKG_CONFIG@
267 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
268 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
269 POSUB = @POSUB@
270 PROFILE_DEP_CFLAGS = @PROFILE_DEP_CFLAGS@
271 PROFILE_DEP_LIBS = @PROFILE_DEP_LIBS@
272 RANLIB = @RANLIB@
273 SED = @SED@
274 SET_MAKE = @SET_MAKE@
275 SHELL = @SHELL@
276 STRIP = @STRIP@
277 TSLIB_CFLAGS = @TSLIB_CFLAGS@
278 TSLIB_LIBS = @TSLIB_LIBS@
279 UPROF_REQ_VERSION = @UPROF_REQ_VERSION@
280 USE_NLS = @USE_NLS@
281 VERSION = @VERSION@
282 WINDRES = @WINDRES@
283 XCOMPOSITE_REQ_VERSION = @XCOMPOSITE_REQ_VERSION@
284 XFIXES_REQ_VERSION = @XFIXES_REQ_VERSION@
285 XGETTEXT = @XGETTEXT@
286 XGETTEXT_015 = @XGETTEXT_015@
287 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
288 XMKMF = @XMKMF@
289 XSLTPROC = @XSLTPROC@
290 abs_builddir = @abs_builddir@
291 abs_srcdir = @abs_srcdir@
292 abs_top_builddir = @abs_top_builddir@
293 abs_top_srcdir = @abs_top_srcdir@
294 ac_ct_AR = @ac_ct_AR@
295 ac_ct_CC = @ac_ct_CC@
296 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
297 am__include = @am__include@
298 am__leading_dot = @am__leading_dot@
299 am__quote = @am__quote@
300 am__tar = @am__tar@
301 am__untar = @am__untar@
302 bindir = @bindir@
303 build = @build@
304 build_alias = @build_alias@
305 build_cpu = @build_cpu@
306 build_os = @build_os@
307 build_vendor = @build_vendor@
308 builddir = @builddir@
309 datadir = @datadir@
310 datarootdir = @datarootdir@
311 docdir = @docdir@
312 dvidir = @dvidir@
313 exec_prefix = @exec_prefix@
314 host = @host@
315 host_alias = @host_alias@
316 host_cpu = @host_cpu@
317 host_os = @host_os@
318 host_vendor = @host_vendor@
319 htmldir = @htmldir@
320 includedir = @includedir@
321 infodir = @infodir@
322 install_sh = @install_sh@
323 libdir = @libdir@
324 libexecdir = @libexecdir@
325 localedir = @localedir@
326 localstatedir = @localstatedir@
327 mandir = @mandir@
328 mkdir_p = @mkdir_p@
329 oldincludedir = @oldincludedir@
330 pdfdir = @pdfdir@
331 prefix = @prefix@
332 program_transform_name = @program_transform_name@
333 psdir = @psdir@
334 sbindir = @sbindir@
335 sharedstatedir = @sharedstatedir@
336 srcdir = @srcdir@
337 sysconfdir = @sysconfdir@
338 target_alias = @target_alias@
339 top_build_prefix = @top_build_prefix@
340 top_builddir = @top_builddir@
341 top_srcdir = @top_srcdir@
342 QUIET_GEN = $(AM_V_GEN)
343 QUIET_LN = $(QUIET_LN_$(V))
344 QUIET_LN_ = $(QUIET_LN_$(AM_DEFAULT_VERBOSITY))
345 QUIET_LN_0 = @echo '  LN     '$@;
346 QUIET_RM = $(QUIET_RM_$(V))
347 QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY))
348 QUIET_RM_0 = @echo '  RM     '$@;
349 QUIET_SCAN = $(QUIET_SCAN_$(V))
350 QUIET_SCAN_ = $(QUIET_SCAN_$(AM_DEFAULT_VERBOSITY))
351 QUIET_SCAN_0 = @echo '  GISCAN '$@;
352 QUIET_COMP = $(QUIET_COMP_$(V))
353 QUIET_COMP_ = $(QUIET_COMP_$(AM_DEFAULT_VERBOSITY))
354 QUIET_COMP_0 = @echo '  GICOMP '$@;
355 SUBDIRS = examples
356 NULL = 
357 TARGET_DIR = $(HTML_DIR)/clutter-cookbook
358 XML_FILES = \
359         $(srcdir)/actors.xml            \
360         $(srcdir)/animations.xml        \
361         $(srcdir)/events.xml            \
362         $(srcdir)/introduction.xml      \
363         $(srcdir)/text.xml              \
364         $(srcdir)/textures.xml          \
365         $(srcdir)/layouts.xml           \
366         $(srcdir)/script.xml            \
367         $(srcdir)/effects.xml           \
368         $(NULL)
369
370 XSLTOPTS = \
371         --stringparam html.stylesheet style.css                 \
372         --stringparam  chapter.autolabel 1                      \
373         --stringparam  appendix.autolabel 1                     \
374         --stringparam  section.autolabel 1                      \
375         --stringparam gtkdoc.bookname "clutter-cookbook"        \
376         --stringparam gtkdoc.version @CLUTTER_API_VERSION@      \
377         --stringparam callout.graphics 0                        \
378         --path $(top_srcdir)/doc/common                         \
379         --xinclude
380
381 XSL_BASE_URI = http://docbook.sourceforge.net/release/xsl/current
382 XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl
383 HTML_FILES = $(top_builddir)/doc/cookbook/html/*.html
384 CSS_FILES = $(top_builddir)/doc/cookbook/html/*.css
385 IMAGE_FILES = \
386         $(srcdir)/images/clutter-logo.png \
387         $(srcdir)/images/effects-basic.png \
388         $(srcdir)/images/effects-basic-background.png \
389         $(srcdir)/images/effects-built-in.png \
390         $(srcdir)/images/effects-custom-deform.png \
391         $(srcdir)/images/effects-custom-deform-back-material.png \
392         $(srcdir)/images/textures-reflection.png \
393         $(srcdir)/images/actors-opacity.png \
394         $(srcdir)/images/actors-opacity-container-affects-opacity.png \
395         $(srcdir)/images/text-shadow.png \
396         $(srcdir)/images/textures-sub-texture.png \
397         $(srcdir)/images/layouts-stacking-diff-actor-sizes.png \
398         $(srcdir)/images/events-pointer-motion-stacking.png     \
399         $(srcdir)/images/layouts-bind-constraint-stage.png      \
400         $(NULL)
401
402 VIDEO_FILES = \
403         $(srcdir)/videos/animations-fading-out.ogv \
404         $(srcdir)/videos/animations-fading-in-then-out.ogv \
405         $(srcdir)/videos/animations-path.ogv \
406         $(srcdir)/videos/animations-rotating-x-minus-45.ogv \
407         $(srcdir)/videos/animations-rotating-y-45.ogv \
408         $(srcdir)/videos/animations-rotating-z-90.ogv \
409         $(srcdir)/videos/animations-rotating-x-minus-180-with-y-minus-96.ogv \
410         $(srcdir)/videos/animations-rotating-x-minus-180-with-z-minus-96.ogv \
411         $(srcdir)/videos/animations-rotating-x-centered.ogv \
412         $(srcdir)/videos/animations-rotating-y-centered.ogv \
413         $(srcdir)/videos/animations-rotating-z-centered.ogv \
414         $(srcdir)/videos/animations-rotating-container-reverses-direction.ogv \
415         $(srcdir)/videos/effects-custom-deform.ogv \
416         $(srcdir)/videos/textures-split-go.ogv \
417         $(srcdir)/videos/events-mouse-scroll.ogv \
418         $(srcdir)/videos/textures-crossfade-two-textures.ogv \
419         $(srcdir)/videos/animations-complex.ogv \
420         $(srcdir)/videos/animations-reuse.ogv \
421         $(srcdir)/videos/animations-moving-anchors.ogv \
422         $(srcdir)/videos/animations-moving-depth.ogv \
423         $(srcdir)/videos/animations-looping.ogv \
424         $(NULL)
425
426 EXTRA_DIST = \
427         clutter-cookbook.xml.in \
428         recipe-template.xml     \
429         $(IMAGE_FILES) \
430         $(XML_FILES) \
431         $(VIDEO_FILES)
432
433 CLEANFILES = \
434         pdf-build.stamp \
435         html-build.stamp \
436         clutter-cookbook.html
437
438 @ENABLE_PDFS_FALSE@pdf_target = 
439
440 #pdf_target = pdf-build.stamp
441 @ENABLE_PDFS_TRUE@pdf_target = 
442 COOKBOOK_BASE_PATH = /home/clutter/web/docs.clutter-project.org/docs/clutter-cookbook
443 COOKBOOK_VERSION = $(CLUTTER_API_VERSION)
444 COOKBOOK_PATH = $(COOKBOOK_BASE_PATH)/$(COOKBOOK_VERSION)
445 all: all-recursive
446
447 .SUFFIXES:
448 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/Makefile.am.silent $(am__configure_deps)
449         @for dep in $?; do \
450           case '$(am__configure_deps)' in \
451             *$$dep*) \
452               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
453                 && { if test -f $@; then exit 0; else break; fi; }; \
454               exit 1;; \
455           esac; \
456         done; \
457         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/cookbook/Makefile'; \
458         $(am__cd) $(top_srcdir) && \
459           $(AUTOMAKE) --foreign doc/cookbook/Makefile
460 .PRECIOUS: Makefile
461 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
462         @case '$?' in \
463           *config.status*) \
464             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
465           *) \
466             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
467             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
468         esac;
469
470 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
471         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
472
473 $(top_srcdir)/configure:  $(am__configure_deps)
474         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
476         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
477 $(am__aclocal_m4_deps):
478 clutter-cookbook.xml: $(top_builddir)/config.status $(srcdir)/clutter-cookbook.xml.in
479         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
480
481 mostlyclean-libtool:
482         -rm -f *.lo
483
484 clean-libtool:
485         -rm -rf .libs _libs
486
487 # This directory's subdirectories are mostly independent; you can cd
488 # into them and run `make' without going through this Makefile.
489 # To change the values of `make' variables: instead of editing Makefiles,
490 # (1) if the variable is set in `config.status', edit `config.status'
491 #     (which will cause the Makefiles to be regenerated when you run `make');
492 # (2) otherwise, pass the desired values on the `make' command line.
493 $(RECURSIVE_TARGETS):
494         @fail= failcom='exit 1'; \
495         for f in x $$MAKEFLAGS; do \
496           case $$f in \
497             *=* | --[!k]*);; \
498             *k*) failcom='fail=yes';; \
499           esac; \
500         done; \
501         dot_seen=no; \
502         target=`echo $@ | sed s/-recursive//`; \
503         list='$(SUBDIRS)'; for subdir in $$list; do \
504           echo "Making $$target in $$subdir"; \
505           if test "$$subdir" = "."; then \
506             dot_seen=yes; \
507             local_target="$$target-am"; \
508           else \
509             local_target="$$target"; \
510           fi; \
511           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
512           || eval $$failcom; \
513         done; \
514         if test "$$dot_seen" = "no"; then \
515           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
516         fi; test -z "$$fail"
517
518 $(RECURSIVE_CLEAN_TARGETS):
519         @fail= failcom='exit 1'; \
520         for f in x $$MAKEFLAGS; do \
521           case $$f in \
522             *=* | --[!k]*);; \
523             *k*) failcom='fail=yes';; \
524           esac; \
525         done; \
526         dot_seen=no; \
527         case "$@" in \
528           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
529           *) list='$(SUBDIRS)' ;; \
530         esac; \
531         rev=''; for subdir in $$list; do \
532           if test "$$subdir" = "."; then :; else \
533             rev="$$subdir $$rev"; \
534           fi; \
535         done; \
536         rev="$$rev ."; \
537         target=`echo $@ | sed s/-recursive//`; \
538         for subdir in $$rev; do \
539           echo "Making $$target in $$subdir"; \
540           if test "$$subdir" = "."; then \
541             local_target="$$target-am"; \
542           else \
543             local_target="$$target"; \
544           fi; \
545           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
546           || eval $$failcom; \
547         done && test -z "$$fail"
548 tags-recursive:
549         list='$(SUBDIRS)'; for subdir in $$list; do \
550           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
551         done
552 ctags-recursive:
553         list='$(SUBDIRS)'; for subdir in $$list; do \
554           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
555         done
556
557 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
558         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
559         unique=`for i in $$list; do \
560             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
561           done | \
562           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
563               END { if (nonempty) { for (i in files) print i; }; }'`; \
564         mkid -fID $$unique
565 tags: TAGS
566
567 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
568                 $(TAGS_FILES) $(LISP)
569         set x; \
570         here=`pwd`; \
571         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
572           include_option=--etags-include; \
573           empty_fix=.; \
574         else \
575           include_option=--include; \
576           empty_fix=; \
577         fi; \
578         list='$(SUBDIRS)'; for subdir in $$list; do \
579           if test "$$subdir" = .; then :; else \
580             test ! -f $$subdir/TAGS || \
581               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
582           fi; \
583         done; \
584         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
585         unique=`for i in $$list; do \
586             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
587           done | \
588           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
589               END { if (nonempty) { for (i in files) print i; }; }'`; \
590         shift; \
591         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
592           test -n "$$unique" || unique=$$empty_fix; \
593           if test $$# -gt 0; then \
594             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
595               "$$@" $$unique; \
596           else \
597             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598               $$unique; \
599           fi; \
600         fi
601 ctags: CTAGS
602 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
603                 $(TAGS_FILES) $(LISP)
604         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
605         unique=`for i in $$list; do \
606             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
607           done | \
608           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
609               END { if (nonempty) { for (i in files) print i; }; }'`; \
610         test -z "$(CTAGS_ARGS)$$unique" \
611           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
612              $$unique
613
614 GTAGS:
615         here=`$(am__cd) $(top_builddir) && pwd` \
616           && $(am__cd) $(top_srcdir) \
617           && gtags -i $(GTAGS_ARGS) "$$here"
618
619 distclean-tags:
620         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
621
622 distdir: $(DISTFILES)
623         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
624         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
625         list='$(DISTFILES)'; \
626           dist_files=`for file in $$list; do echo $$file; done | \
627           sed -e "s|^$$srcdirstrip/||;t" \
628               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
629         case $$dist_files in \
630           */*) $(MKDIR_P) `echo "$$dist_files" | \
631                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
632                            sort -u` ;; \
633         esac; \
634         for file in $$dist_files; do \
635           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
636           if test -d $$d/$$file; then \
637             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
638             if test -d "$(distdir)/$$file"; then \
639               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
640             fi; \
641             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
642               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
643               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
644             fi; \
645             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
646           else \
647             test -f "$(distdir)/$$file" \
648             || cp -p $$d/$$file "$(distdir)/$$file" \
649             || exit 1; \
650           fi; \
651         done
652         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
653           if test "$$subdir" = .; then :; else \
654             test -d "$(distdir)/$$subdir" \
655             || $(MKDIR_P) "$(distdir)/$$subdir" \
656             || exit 1; \
657           fi; \
658         done
659         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
660           if test "$$subdir" = .; then :; else \
661             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
662             $(am__relativize); \
663             new_distdir=$$reldir; \
664             dir1=$$subdir; dir2="$(top_distdir)"; \
665             $(am__relativize); \
666             new_top_distdir=$$reldir; \
667             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
668             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
669             ($(am__cd) $$subdir && \
670               $(MAKE) $(AM_MAKEFLAGS) \
671                 top_distdir="$$new_top_distdir" \
672                 distdir="$$new_distdir" \
673                 am__remove_distdir=: \
674                 am__skip_length_check=: \
675                 am__skip_mode_fix=: \
676                 distdir) \
677               || exit 1; \
678           fi; \
679         done
680 check-am: all-am
681 check: check-recursive
682 all-am: Makefile all-local
683 installdirs: installdirs-recursive
684 installdirs-am:
685 install: install-recursive
686 install-exec: install-exec-recursive
687 install-data: install-data-recursive
688 uninstall: uninstall-recursive
689
690 install-am: all-am
691         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
692
693 installcheck: installcheck-recursive
694 install-strip:
695         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
696           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
697           `test -z '$(STRIP)' || \
698             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
699 mostlyclean-generic:
700
701 clean-generic:
702         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
703
704 distclean-generic:
705         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
706         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
707
708 maintainer-clean-generic:
709         @echo "This command is intended for maintainers to use"
710         @echo "it deletes files that may require special tools to rebuild."
711 clean: clean-recursive
712
713 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
714
715 distclean: distclean-recursive
716         -rm -f Makefile
717 distclean-am: clean-am distclean-generic distclean-tags
718
719 dvi: dvi-recursive
720
721 dvi-am:
722
723 html: html-recursive
724
725 html-am:
726
727 info: info-recursive
728
729 info-am:
730
731 install-data-am: install-data-local
732
733 install-dvi: install-dvi-recursive
734
735 install-dvi-am:
736
737 install-exec-am:
738
739 install-html: install-html-recursive
740
741 install-html-am:
742
743 install-info: install-info-recursive
744
745 install-info-am:
746
747 install-man:
748
749 install-pdf: install-pdf-recursive
750
751 install-pdf-am:
752
753 install-ps: install-ps-recursive
754
755 install-ps-am:
756
757 installcheck-am:
758
759 maintainer-clean: maintainer-clean-recursive
760         -rm -f Makefile
761 maintainer-clean-am: distclean-am maintainer-clean-generic
762
763 mostlyclean: mostlyclean-recursive
764
765 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
766
767 pdf: pdf-recursive
768
769 pdf-am:
770
771 ps: ps-recursive
772
773 ps-am:
774
775 uninstall-am: uninstall-local
776
777 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
778         install-am install-strip tags-recursive
779
780 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
781         all all-am all-local check check-am clean clean-generic \
782         clean-libtool clean-local ctags ctags-recursive distclean \
783         distclean-generic distclean-libtool distclean-tags distdir dvi \
784         dvi-am html html-am info info-am install install-am \
785         install-data install-data-am install-data-local install-dvi \
786         install-dvi-am install-exec install-exec-am install-html \
787         install-html-am install-info install-info-am install-man \
788         install-pdf install-pdf-am install-ps install-ps-am \
789         install-strip installcheck installcheck-am installdirs \
790         installdirs-am maintainer-clean maintainer-clean-generic \
791         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
792         ps ps-am tags tags-recursive uninstall uninstall-am \
793         uninstall-local
794
795
796 pdf-build.stamp: clutter-cookbook.xml $(XML_FILES)
797         SP_ENCODING=XML SP_CHARSET_FIXED=YES \
798         $(JW) -b pdf $(top_builddir)/doc/cookbook/clutter-cookbook.xml \
799         && mv -f clutter-cookbook.pdf clutter-cookbook-@CLUTTER_API_VERSION@.pdf \
800         && echo timestamp > $(@F)
801
802 html-build.stamp: clutter-cookbook.xml $(XML_FILES)
803         if [ ! -d html ] ; then mkdir html ; fi && \
804         if [ ! -d html/images ] ; then mkdir html/images ; fi && \
805         if [ ! -d html/videos ] ; then mkdir html/videos ; fi && \
806         if [ ! -d html/examples ] ; then mkdir html/examples ; fi && \
807         $(XSLTPROC) $(XSLTOPTS) -o clutter-cookbook.html $(XSL_XHTML_URI) $(top_builddir)/doc/cookbook/clutter-cookbook.xml && \
808         $(XSLTPROC) $(XSLTOPTS) -o html/ cookbook.xsl $(top_builddir)/doc/cookbook/clutter-cookbook.xml && \
809         cp $(top_srcdir)/doc/common/style.css html/ && \
810         if [[ "$(VIDEO_FILES)" != "" ]] ; then \
811                 for file in `ls $(VIDEO_FILES)`; do \
812                         cp $$file html/videos/ ; \
813                 done \
814         fi && \
815         cp $(top_srcdir)/doc/cookbook/images/* html/images/ && \
816         cp $(top_srcdir)/doc/cookbook/examples/*.c html/examples/ && \
817         echo timestamp > $(@F)
818
819 @ENABLE_DOCS_TRUE@all-local: html-build.stamp $(pdf_target)
820 @ENABLE_DOCS_FALSE@all-local:
821
822 clean-local:
823         @rm -rf html ; \
824         rm -f *.pdf ; \
825         rm -f *.stamp
826
827 uninstall-local:
828         @rm -rf $(DESTDIR)$(TARGET_DIR)
829         @rm -f $(DESTDIR)$(TARGET_DIR)/clutter-cookbook.devhelp
830
831 install-data-local:
832         installfiles=`echo $(top_builddir)/doc/cookbook/html/*`; \
833         if test "$$installfiles" = '$(top_builddir)/doc/cookbook/html/*'; \
834         then echo '-- Nothing to install' ; \
835         else \
836           $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) ; \
837           for file in `ls $(HTML_FILES) $(CSS_FILES)`; do \
838             if [ -f $$file ]; then \
839               basefile=`echo $$file | sed -e 's,^.*/,,'`; \
840               $(INSTALL_DATA) $$file $(DESTDIR)$(TARGET_DIR)/$$basefile; \
841             fi \
842           done; \
843         fi; \
844         if [ -d $(top_srcdir)/doc/cookbook/images ]; \
845         then \
846           $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/images ; \
847           for file in `ls $(IMAGE_FILES)`; do \
848             if [ -f $$file ]; \
849             then \
850               basefile=`echo $$file | sed -e 's,^.*/,,'`; \
851               $(INSTALL_DATA) $$file $(DESTDIR)$(TARGET_DIR)/images/$$basefile; \
852             fi \
853           done; \
854         fi; \
855         if [ -d $(top_srcdir)/doc/cookbook/videos ]; \
856         then \
857           $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/videos ; \
858           for file in `ls $(VIDEO_FILES)`; do \
859             if [ -f $$file ]; \
860             then \
861               basefile=`echo $$file | sed -e 's,^.*/,,'`; \
862               $(INSTALL_DATA) $$file $(DESTDIR)$(TARGET_DIR)/videos/$$basefile; \
863             fi \
864           done; \
865         fi; \
866         $(INSTALL_DATA) $(top_builddir)/doc/cookbook/html/clutter-cookbook.devhelp $(DESTDIR)$(TARGET_DIR)/clutter-cookbook.devhelp
867
868 .PHONY : doc
869
870 publish: html-build.stamp
871         $(QUIET_CP)scp -r html/* clutter@clutter-project.org:$(COOKBOOK_PATH)
872
873 .PHONY : publish
874
875 # Tell versions [3.59,3.63) of GNU make to not export all variables.
876 # Otherwise a system limit (for SysV at least) may be exceeded.
877 .NOEXPORT: