1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18VPATH = @srcdir@
19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20am__make_running_with_option = \
21  case $${target_option-} in \
22      ?) ;; \
23      *) echo "am__make_running_with_option: internal error: invalid" \
24              "target option '$${target_option-}' specified" >&2; \
25         exit 1;; \
26  esac; \
27  has_opt=no; \
28  sane_makeflags=$$MAKEFLAGS; \
29  if $(am__is_gnu_make); then \
30    sane_makeflags=$$MFLAGS; \
31  else \
32    case $$MAKEFLAGS in \
33      *\\[\ \	]*) \
34        bs=\\; \
35        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
37    esac; \
38  fi; \
39  skip_next=no; \
40  strip_trailopt () \
41  { \
42    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43  }; \
44  for flg in $$sane_makeflags; do \
45    test $$skip_next = yes && { skip_next=no; continue; }; \
46    case $$flg in \
47      *=*|--*) continue;; \
48        -*I) strip_trailopt 'I'; skip_next=yes;; \
49      -*I?*) strip_trailopt 'I';; \
50        -*O) strip_trailopt 'O'; skip_next=yes;; \
51      -*O?*) strip_trailopt 'O';; \
52        -*l) strip_trailopt 'l'; skip_next=yes;; \
53      -*l?*) strip_trailopt 'l';; \
54      -[dEDm]) skip_next=yes;; \
55      -[JT]) skip_next=yes;; \
56    esac; \
57    case $$flg in \
58      *$$target_option*) has_opt=yes; break;; \
59    esac; \
60  done; \
61  test $$has_opt = yes
62am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64pkgdatadir = $(datadir)/@PACKAGE@
65pkgincludedir = $(includedir)/@PACKAGE@
66pkglibdir = $(libdir)/@PACKAGE@
67pkglibexecdir = $(libexecdir)/@PACKAGE@
68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69install_sh_DATA = $(install_sh) -c -m 644
70install_sh_PROGRAM = $(install_sh) -c
71install_sh_SCRIPT = $(install_sh) -c
72INSTALL_HEADER = $(INSTALL_DATA)
73transform = $(program_transform_name)
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
80build_triplet = @build@
81host_triplet = @host@
82DIST_COMMON = $(srcdir)/../src/filelist.am $(srcdir)/filelist.am \
83	$(top_srcdir)/build/compile-binding.am $(srcdir)/Makefile.in \
84	$(srcdir)/Makefile.am $(top_srcdir)/build/depcomp \
85	$(binding_include_HEADERS) $(binding_private_HEADERS)
86subdir = clutter/cluttermm
87ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88am__aclocal_m4_deps = $(top_srcdir)/build/libtool.m4 \
89	$(top_srcdir)/build/ltoptions.m4 \
90	$(top_srcdir)/build/ltsugar.m4 \
91	$(top_srcdir)/build/ltversion.m4 \
92	$(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/configure.ac
93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94	$(ACLOCAL_M4)
95mkinstalldirs = $(install_sh) -d
96CONFIG_HEADER = $(top_builddir)/build/config.h \
97	$(top_builddir)/clutter/cluttermmconfig.h
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
100am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
101am__vpath_adj = case $$p in \
102    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
103    *) f=$$p;; \
104  esac;
105am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
106am__install_max = 40
107am__nobase_strip_setup = \
108  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
109am__nobase_strip = \
110  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
111am__nobase_list = $(am__nobase_strip_setup); \
112  for p in $$list; do echo "$$p $$p"; done | \
113  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
114  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
115    if (++n[$$2] == $(am__install_max)) \
116      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
117    END { for (dir in files) print dir, files[dir] }'
118am__base_list = \
119  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
120  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
121am__uninstall_files_from_dir = { \
122  test -z "$$files" \
123    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
124    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
125         $(am__cd) "$$dir" && rm -f $$files; }; \
126  }
127am__installdirs = "$(DESTDIR)$(libdir)" \
128	"$(DESTDIR)$(binding_includedir)" \
129	"$(DESTDIR)$(binding_privatedir)"
130LTLIBRARIES = $(lib_LTLIBRARIES)
131am__DEPENDENCIES_1 =
132libcluttermm_@CLUTTERMM_API_VERSION@_la_DEPENDENCIES =  \
133	$(am__DEPENDENCIES_1)
134am__objects_1 = actor.lo actor-box.lo actor-meta.lo action.lo \
135	align-constraint.lo alpha.lo animatable.lo animation.lo \
136	animator.lo backend.lo behaviour.lo behaviour-depth.lo \
137	behaviour-ellipse.lo behaviour-opacity.lo behaviour-path.lo \
138	behaviour-rotate.lo behaviour-scale.lo bin-layout.lo \
139	bind-constraint.lo box.lo box-layout.lo blur-effect.lo \
140	brightness-contrast-effect.lo cairo-texture.lo canvas.lo \
141	childmeta.lo clone.lo color.lo colorize-effect.lo \
142	constraint.lo container.lo content.lo deform-effect.lo \
143	device-manager.lo desaturate-effect.lo effect.lo \
144	fixed-layout.lo flow-layout.lo grid-layout.lo group.lo \
145	image.lo input-device.lo interval.lo keyframe-transition.lo \
146	layoutmeta.lo layout-manager.lo media.lo model.lo \
147	model-iter.lo offscreen-effect.lo page-turn-effect.lo path.lo \
148	path-constraint.lo property-transition.lo rectangle.lo \
149	scroll-actor.lo score.lo script.lo scriptable.lo shader.lo \
150	shader-effect.lo size.lo snap-constraint.lo stage.lo text.lo \
151	text-buffer.lo texture.lo timeline.lo transition.lo types.lo
152am__objects_2 = $(am__objects_1) wrap_init.lo
153am__objects_3 = event.lo frame-source.lo init.lo main.lo threads.lo
154am__objects_4 = $(am__objects_2) $(am__objects_3)
155am_libcluttermm_@CLUTTERMM_API_VERSION@_la_OBJECTS = $(am__objects_4)
156libcluttermm_@CLUTTERMM_API_VERSION@_la_OBJECTS =  \
157	$(am_libcluttermm_@CLUTTERMM_API_VERSION@_la_OBJECTS)
158AM_V_lt = $(am__v_lt_@AM_V@)
159am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
160am__v_lt_0 = --silent
161am__v_lt_1 =
162libcluttermm_@CLUTTERMM_API_VERSION@_la_LINK = $(LIBTOOL) $(AM_V_lt) \
163	--tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
164	$(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
165	$(libcluttermm_@CLUTTERMM_API_VERSION@_la_LDFLAGS) $(LDFLAGS) \
166	-o $@
167AM_V_P = $(am__v_P_@AM_V@)
168am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
169am__v_P_0 = false
170am__v_P_1 = :
171AM_V_GEN = $(am__v_GEN_@AM_V@)
172am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
173am__v_GEN_0 = @echo "  GEN     " $@;
174am__v_GEN_1 =
175AM_V_at = $(am__v_at_@AM_V@)
176am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
177am__v_at_0 = @
178am__v_at_1 =
179DEFAULT_INCLUDES =
180depcomp = $(SHELL) $(top_srcdir)/build/depcomp
181am__depfiles_maybe = depfiles
182am__mv = mv -f
183CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
184	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
185LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
186	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
187	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
188	$(AM_CXXFLAGS) $(CXXFLAGS)
189AM_V_CXX = $(am__v_CXX_@AM_V@)
190am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
191am__v_CXX_0 = @echo "  CXX     " $@;
192am__v_CXX_1 =
193CXXLD = $(CXX)
194CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
195	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
196	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
197AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
198am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
199am__v_CXXLD_0 = @echo "  CXXLD   " $@;
200am__v_CXXLD_1 =
201SOURCES = $(libcluttermm_@CLUTTERMM_API_VERSION@_la_SOURCES)
202DIST_SOURCES = $(libcluttermm_@CLUTTERMM_API_VERSION@_la_SOURCES)
203am__can_run_installinfo = \
204  case $$AM_UPDATE_INFO_DIR in \
205    n|no|NO) false;; \
206    *) (install-info --version) >/dev/null 2>&1;; \
207  esac
208HEADERS = $(binding_include_HEADERS) $(binding_private_HEADERS)
209am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
210# Read a list of newline-separated strings from the standard input,
211# and print each of them once, without duplicates.  Input order is
212# *not* preserved.
213am__uniquify_input = $(AWK) '\
214  BEGIN { nonempty = 0; } \
215  { items[$$0] = 1; nonempty = 1; } \
216  END { if (nonempty) { for (i in items) print i; }; } \
217'
218# Make sure the list of sources is unique.  This is necessary because,
219# e.g., the same source file might be shared among _SOURCES variables
220# for different programs/libraries.
221am__define_uniq_tagged_files = \
222  list='$(am__tagged_files)'; \
223  unique=`for i in $$list; do \
224    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
225  done | $(am__uniquify_input)`
226ETAGS = etags
227CTAGS = ctags
228DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
229ACLOCAL = @ACLOCAL@
230ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
231AMTAR = @AMTAR@
232AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
233AR = @AR@
234AS = @AS@
235AUTOCONF = @AUTOCONF@
236AUTOHEADER = @AUTOHEADER@
237AUTOMAKE = @AUTOMAKE@
238AWK = @AWK@
239CC = @CC@
240CCDEPMODE = @CCDEPMODE@
241CFLAGS = @CFLAGS@
242CLUTTERMM_API_VERSION = @CLUTTERMM_API_VERSION@
243CLUTTERMM_CFLAGS = @CLUTTERMM_CFLAGS@
244CLUTTERMM_EXAMPLES_CFLAGS = @CLUTTERMM_EXAMPLES_CFLAGS@
245CLUTTERMM_EXAMPLES_LIBS = @CLUTTERMM_EXAMPLES_LIBS@
246CLUTTERMM_LIBS = @CLUTTERMM_LIBS@
247CLUTTERMM_MAJOR_VERSION = @CLUTTERMM_MAJOR_VERSION@
248CLUTTERMM_MICRO_VERSION = @CLUTTERMM_MICRO_VERSION@
249CLUTTERMM_MINOR_VERSION = @CLUTTERMM_MINOR_VERSION@
250CLUTTERMM_MODULES = @CLUTTERMM_MODULES@
251CLUTTERMM_MODULE_NAME = @CLUTTERMM_MODULE_NAME@
252CLUTTERMM_SO_VERSION = @CLUTTERMM_SO_VERSION@
253CLUTTERMM_VERSION = @CLUTTERMM_VERSION@
254CLUTTERMM_WXXFLAGS = @CLUTTERMM_WXXFLAGS@
255CPP = @CPP@
256CPPFLAGS = @CPPFLAGS@
257CXX = @CXX@
258CXXCPP = @CXXCPP@
259CXXDEPMODE = @CXXDEPMODE@
260CXXFLAGS = @CXXFLAGS@
261CYGPATH_W = @CYGPATH_W@
262DEFS = @DEFS@
263DEPDIR = @DEPDIR@
264DLLTOOL = @DLLTOOL@
265DOCINSTALL_FLAGS = @DOCINSTALL_FLAGS@
266DOT = @DOT@
267DOXYGEN = @DOXYGEN@
268DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@
269DSYMUTIL = @DSYMUTIL@
270DUMPBIN = @DUMPBIN@
271ECHO_C = @ECHO_C@
272ECHO_N = @ECHO_N@
273ECHO_T = @ECHO_T@
274EGREP = @EGREP@
275EXEEXT = @EXEEXT@
276FGREP = @FGREP@
277GMMPROC_DIR = @GMMPROC_DIR@
278GMMPROC_EXTRA_M4_DIR = @GMMPROC_EXTRA_M4_DIR@
279GREP = @GREP@
280INSTALL = @INSTALL@
281INSTALL_DATA = @INSTALL_DATA@
282INSTALL_PROGRAM = @INSTALL_PROGRAM@
283INSTALL_SCRIPT = @INSTALL_SCRIPT@
284INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
285LD = @LD@
286LDFLAGS = @LDFLAGS@
287LIBOBJS = @LIBOBJS@
288LIBS = @LIBS@
289LIBTOOL = @LIBTOOL@
290LIPO = @LIPO@
291LN_S = @LN_S@
292LTLIBOBJS = @LTLIBOBJS@
293MAINT = @MAINT@
294MAKEINFO = @MAKEINFO@
295MANIFEST_TOOL = @MANIFEST_TOOL@
296MKDIR_P = @MKDIR_P@
297MMDOCTOOLDIR = @MMDOCTOOLDIR@
298NM = @NM@
299NMEDIT = @NMEDIT@
300OBJDUMP = @OBJDUMP@
301OBJEXT = @OBJEXT@
302OTOOL = @OTOOL@
303OTOOL64 = @OTOOL64@
304PACKAGE = @PACKAGE@
305PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
306PACKAGE_NAME = @PACKAGE_NAME@
307PACKAGE_STRING = @PACKAGE_STRING@
308PACKAGE_TARNAME = @PACKAGE_TARNAME@
309PACKAGE_URL = @PACKAGE_URL@
310PACKAGE_VERSION = @PACKAGE_VERSION@
311PATH_SEPARATOR = @PATH_SEPARATOR@
312PERL = @PERL@
313PKG_CONFIG = @PKG_CONFIG@
314PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
315PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
316RANLIB = @RANLIB@
317SED = @SED@
318SET_MAKE = @SET_MAKE@
319SHELL = @SHELL@
320STRIP = @STRIP@
321VERSION = @VERSION@
322XSLTPROC = @XSLTPROC@
323abs_builddir = @abs_builddir@
324abs_srcdir = @abs_srcdir@
325abs_top_builddir = @abs_top_builddir@
326abs_top_srcdir = @abs_top_srcdir@
327ac_ct_AR = @ac_ct_AR@
328ac_ct_CC = @ac_ct_CC@
329ac_ct_CXX = @ac_ct_CXX@
330ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
331am__include = @am__include@
332am__leading_dot = @am__leading_dot@
333am__quote = @am__quote@
334am__tar = @am__tar@
335am__untar = @am__untar@
336bindir = @bindir@
337build = @build@
338build_alias = @build_alias@
339build_cpu = @build_cpu@
340build_os = @build_os@
341build_vendor = @build_vendor@
342builddir = @builddir@
343datadir = @datadir@
344datarootdir = @datarootdir@
345docdir = @docdir@
346dvidir = @dvidir@
347exec_prefix = @exec_prefix@
348host = @host@
349host_alias = @host_alias@
350host_cpu = @host_cpu@
351host_os = @host_os@
352host_vendor = @host_vendor@
353htmldir = @htmldir@
354includedir = @includedir@
355infodir = @infodir@
356install_sh = @install_sh@
357libdir = @libdir@
358libexecdir = @libexecdir@
359localedir = @localedir@
360localstatedir = @localstatedir@
361mandir = @mandir@
362mkdir_p = @mkdir_p@
363oldincludedir = @oldincludedir@
364pdfdir = @pdfdir@
365prefix = @prefix@
366program_transform_name = @program_transform_name@
367psdir = @psdir@
368sbindir = @sbindir@
369sharedstatedir = @sharedstatedir@
370srcdir = @srcdir@
371sysconfdir = @sysconfdir@
372target_alias = @target_alias@
373top_build_prefix = @top_build_prefix@
374top_builddir = @top_builddir@
375top_srcdir = @top_srcdir@
376lib_LTLIBRARIES = libcluttermm-@CLUTTERMM_API_VERSION@.la
377files_defs = \
378	clutter.defs		\
379	clutter_enums.defs	\
380	clutter_methods.defs	\
381	clutter_others.defs	\
382	clutter_signals.defs	\
383	clutter_vfuncs.defs	\
384	clutter_extra_objects.defs \
385	clutter_docs.xml	\
386	clutter_docs_override.xml
387
388files_hg = \
389	actor.hg		\
390	actor-box.hg		\
391	actor-meta.hg		\
392	action.hg		\
393	align-constraint.hg \
394	alpha.hg		\
395	animatable.hg		\
396	animation.hg		\
397	animator.hg		\
398	backend.hg		\
399	behaviour.hg		\
400	behaviour-depth.hg	\
401	behaviour-ellipse.hg	\
402	behaviour-opacity.hg	\
403	behaviour-path.hg	\
404	behaviour-rotate.hg	\
405	behaviour-scale.hg	\
406	bin-layout.hg           \
407	bind-constraint.hg \
408	box.hg			\
409	box-layout.hg           \
410	blur-effect.hg          \
411	brightness-contrast-effect.hg \
412	cairo-texture.hg	\
413	canvas.hg		\
414	childmeta.hg		\
415	clone.hg		\
416	color.hg		\
417	colorize-effect.hg \
418	constraint.hg		\
419	container.hg		\
420	content.hg		\
421	deform-effect.hg \
422	device-manager.hg	\
423	desaturate-effect.hg \
424	effect.hg               \
425	fixed-layout.hg         \
426	flow-layout.hg          \
427	grid-layout.hg		\
428	group.hg		\
429	image.hg		\
430	input-device.hg		\
431	interval.hg		\
432	keyframe-transition.hg \
433	layoutmeta.hg		\
434	layout-manager.hg	\
435	media.hg		\
436	model.hg \
437	model-iter.hg \
438	offscreen-effect.hg \
439	page-turn-effect.hg \
440	path.hg			\
441	path-constraint.hg \
442	property-transition.hg  \
443	rectangle.hg		\
444	scroll-actor.hg		\
445	score.hg		\
446	script.hg		\
447	scriptable.hg		\
448	shader.hg		\
449	shader-effect.hg \
450	size.hg			\
451	snap-constraint.hg \
452	stage.hg		\
453	text.hg			\
454	text-buffer.hg			\
455	texture.hg		\
456	timeline.hg		\
457	transition.hg \
458	types.hg
459
460files_ccg = $(files_hg:.hg=.ccg)
461files_built_cc = $(files_hg:.hg=.cc) wrap_init.cc
462files_built_h = $(files_hg:.hg=.h)
463files_built_ph = $(patsubst %.hg,private/%_p.h,$(files_hg))
464files_extra_cc = event.cc frame-source.cc init.cc main.cc threads.cc
465files_extra_h = event.h frame-source.h init.h main.h threads.h wrap_init.h
466files_extra_ph =
467
468# Try to work out whether the binding's module name includes a "lib" prefix.
469binding_libprefix = $(if $(filter lib%,$(binding_name)),lib)
470
471# Files to be listed in the module's _SOURCES variable.
472binding_sources = $(files_built_cc) $(files_extra_cc)
473
474# Default include directories and preprocessor flags.
475binding_includes = -I..$(if $(srcdir:.=), -I$(top_srcdir)/$(binding_basedir)) -I$(top_builddir)
476binding_cppflags = -DG_LOG_DOMAIN=\"$(binding_name)\"
477
478# Installation directories for header files.
479binding_includedir = $(includedir)/$(binding_modulename)/$(binding_name)
480binding_privatedir = $(binding_includedir)/private
481
482# List of installed header files.
483binding_include_HEADERS = $(files_built_h) $(files_extra_h)
484binding_private_HEADERS = $(files_built_ph) $(files_extra_ph)
485
486# Delete built sources on make maintainer-clean.
487binding_built_sources = $(files_built_cc) $(files_built_h) $(files_built_ph)
488MAINTAINERCLEANFILES = $(binding_built_sources) $(addprefix $(srcdir)/,$(binding_built_sources))
489local_cppflags = $(binding_includes) $(binding_cppflags) -DCLUTTERMM_BUILD=1
490AM_CPPFLAGS = $(local_cppflags) $(CLUTTERMM_CFLAGS)
491AM_CXXFLAGS = $(CLUTTERMM_WXXFLAGS)
492libcluttermm_@CLUTTERMM_API_VERSION@_la_SOURCES = $(binding_sources)
493libcluttermm_@CLUTTERMM_API_VERSION@_la_LDFLAGS = -no-undefined -version-info $(CLUTTERMM_SO_VERSION)
494libcluttermm_@CLUTTERMM_API_VERSION@_la_LIBADD = $(CLUTTERMM_LIBS)
495all: all-am
496
497.SUFFIXES:
498.SUFFIXES: .cc .lo .o .obj
499$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../src/filelist.am $(srcdir)/filelist.am $(top_srcdir)/build/compile-binding.am $(am__configure_deps)
500	@for dep in $?; do \
501	  case '$(am__configure_deps)' in \
502	    *$$dep*) \
503	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
504	        && { if test -f $@; then exit 0; else break; fi; }; \
505	      exit 1;; \
506	  esac; \
507	done; \
508	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu clutter/cluttermm/Makefile'; \
509	$(am__cd) $(top_srcdir) && \
510	  $(AUTOMAKE) --gnu clutter/cluttermm/Makefile
511.PRECIOUS: Makefile
512Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
513	@case '$?' in \
514	  *config.status*) \
515	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
516	  *) \
517	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
518	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
519	esac;
520$(srcdir)/../src/filelist.am $(srcdir)/filelist.am $(top_srcdir)/build/compile-binding.am:
521
522$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
523	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
524
525$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
526	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
527$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
528	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
529$(am__aclocal_m4_deps):
530
531install-libLTLIBRARIES: $(lib_LTLIBRARIES)
532	@$(NORMAL_INSTALL)
533	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
534	list2=; for p in $$list; do \
535	  if test -f $$p; then \
536	    list2="$$list2 $$p"; \
537	  else :; fi; \
538	done; \
539	test -z "$$list2" || { \
540	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
541	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
542	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
543	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
544	}
545
546uninstall-libLTLIBRARIES:
547	@$(NORMAL_UNINSTALL)
548	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
549	for p in $$list; do \
550	  $(am__strip_dir) \
551	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
552	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
553	done
554
555clean-libLTLIBRARIES:
556	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
557	@list='$(lib_LTLIBRARIES)'; \
558	locs=`for p in $$list; do echo $$p; done | \
559	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
560	      sort -u`; \
561	test -z "$$locs" || { \
562	  echo rm -f $${locs}; \
563	  rm -f $${locs}; \
564	}
565
566libcluttermm-@CLUTTERMM_API_VERSION@.la: $(libcluttermm_@CLUTTERMM_API_VERSION@_la_OBJECTS) $(libcluttermm_@CLUTTERMM_API_VERSION@_la_DEPENDENCIES) $(EXTRA_libcluttermm_@CLUTTERMM_API_VERSION@_la_DEPENDENCIES)
567	$(AM_V_CXXLD)$(libcluttermm_@CLUTTERMM_API_VERSION@_la_LINK) -rpath $(libdir) $(libcluttermm_@CLUTTERMM_API_VERSION@_la_OBJECTS) $(libcluttermm_@CLUTTERMM_API_VERSION@_la_LIBADD) $(LIBS)
568
569mostlyclean-compile:
570	-rm -f *.$(OBJEXT)
571
572distclean-compile:
573	-rm -f *.tab.c
574
575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/action.Plo@am__quote@
576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/actor-box.Plo@am__quote@
577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/actor-meta.Plo@am__quote@
578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/actor.Plo@am__quote@
579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/align-constraint.Plo@am__quote@
580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpha.Plo@am__quote@
581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animatable.Plo@am__quote@
582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation.Plo@am__quote@
583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animator.Plo@am__quote@
584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backend.Plo@am__quote@
585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/behaviour-depth.Plo@am__quote@
586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/behaviour-ellipse.Plo@am__quote@
587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/behaviour-opacity.Plo@am__quote@
588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/behaviour-path.Plo@am__quote@
589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/behaviour-rotate.Plo@am__quote@
590@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/behaviour-scale.Plo@am__quote@
591@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/behaviour.Plo@am__quote@
592@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bin-layout.Plo@am__quote@
593@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bind-constraint.Plo@am__quote@
594@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blur-effect.Plo@am__quote@
595@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box-layout.Plo@am__quote@
596@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box.Plo@am__quote@
597@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brightness-contrast-effect.Plo@am__quote@
598@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cairo-texture.Plo@am__quote@
599@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canvas.Plo@am__quote@
600@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/childmeta.Plo@am__quote@
601@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clone.Plo@am__quote@
602@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color.Plo@am__quote@
603@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colorize-effect.Plo@am__quote@
604@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constraint.Plo@am__quote@
605@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/container.Plo@am__quote@
606@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/content.Plo@am__quote@
607@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deform-effect.Plo@am__quote@
608@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/desaturate-effect.Plo@am__quote@
609@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device-manager.Plo@am__quote@
610@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/effect.Plo@am__quote@
611@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
612@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixed-layout.Plo@am__quote@
613@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flow-layout.Plo@am__quote@
614@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame-source.Plo@am__quote@
615@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grid-layout.Plo@am__quote@
616@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/group.Plo@am__quote@
617@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Plo@am__quote@
618@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Plo@am__quote@
619@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input-device.Plo@am__quote@
620@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interval.Plo@am__quote@
621@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyframe-transition.Plo@am__quote@
622@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout-manager.Plo@am__quote@
623@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layoutmeta.Plo@am__quote@
624@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Plo@am__quote@
625@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/media.Plo@am__quote@
626@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/model-iter.Plo@am__quote@
627@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/model.Plo@am__quote@
628@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/offscreen-effect.Plo@am__quote@
629@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/page-turn-effect.Plo@am__quote@
630@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/path-constraint.Plo@am__quote@
631@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/path.Plo@am__quote@
632@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/property-transition.Plo@am__quote@
633@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rectangle.Plo@am__quote@
634@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/score.Plo@am__quote@
635@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Plo@am__quote@
636@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptable.Plo@am__quote@
637@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scroll-actor.Plo@am__quote@
638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shader-effect.Plo@am__quote@
639@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shader.Plo@am__quote@
640@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/size.Plo@am__quote@
641@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snap-constraint.Plo@am__quote@
642@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stage.Plo@am__quote@
643@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text-buffer.Plo@am__quote@
644@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text.Plo@am__quote@
645@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texture.Plo@am__quote@
646@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threads.Plo@am__quote@
647@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeline.Plo@am__quote@
648@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transition.Plo@am__quote@
649@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/types.Plo@am__quote@
650@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrap_init.Plo@am__quote@
651
652.cc.o:
653@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
654@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
655@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
656@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
657@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
658
659.cc.obj:
660@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
661@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
662@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
663@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
664@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
665
666.cc.lo:
667@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
668@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
669@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
670@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
671@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
672
673mostlyclean-libtool:
674	-rm -f *.lo
675
676clean-libtool:
677	-rm -rf .libs _libs
678install-binding_includeHEADERS: $(binding_include_HEADERS)
679	@$(NORMAL_INSTALL)
680	@list='$(binding_include_HEADERS)'; test -n "$(binding_includedir)" || list=; \
681	if test -n "$$list"; then \
682	  echo " $(MKDIR_P) '$(DESTDIR)$(binding_includedir)'"; \
683	  $(MKDIR_P) "$(DESTDIR)$(binding_includedir)" || exit 1; \
684	fi; \
685	for p in $$list; do \
686	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
687	  echo "$$d$$p"; \
688	done | $(am__base_list) | \
689	while read files; do \
690	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(binding_includedir)'"; \
691	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(binding_includedir)" || exit $$?; \
692	done
693
694uninstall-binding_includeHEADERS:
695	@$(NORMAL_UNINSTALL)
696	@list='$(binding_include_HEADERS)'; test -n "$(binding_includedir)" || list=; \
697	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
698	dir='$(DESTDIR)$(binding_includedir)'; $(am__uninstall_files_from_dir)
699install-binding_privateHEADERS: $(binding_private_HEADERS)
700	@$(NORMAL_INSTALL)
701	@list='$(binding_private_HEADERS)'; test -n "$(binding_privatedir)" || list=; \
702	if test -n "$$list"; then \
703	  echo " $(MKDIR_P) '$(DESTDIR)$(binding_privatedir)'"; \
704	  $(MKDIR_P) "$(DESTDIR)$(binding_privatedir)" || exit 1; \
705	fi; \
706	for p in $$list; do \
707	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
708	  echo "$$d$$p"; \
709	done | $(am__base_list) | \
710	while read files; do \
711	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(binding_privatedir)'"; \
712	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(binding_privatedir)" || exit $$?; \
713	done
714
715uninstall-binding_privateHEADERS:
716	@$(NORMAL_UNINSTALL)
717	@list='$(binding_private_HEADERS)'; test -n "$(binding_privatedir)" || list=; \
718	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
719	dir='$(DESTDIR)$(binding_privatedir)'; $(am__uninstall_files_from_dir)
720
721ID: $(am__tagged_files)
722	$(am__define_uniq_tagged_files); mkid -fID $$unique
723tags: tags-am
724TAGS: tags
725
726tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
727	set x; \
728	here=`pwd`; \
729	$(am__define_uniq_tagged_files); \
730	shift; \
731	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
732	  test -n "$$unique" || unique=$$empty_fix; \
733	  if test $$# -gt 0; then \
734	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
735	      "$$@" $$unique; \
736	  else \
737	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
738	      $$unique; \
739	  fi; \
740	fi
741ctags: ctags-am
742
743CTAGS: ctags
744ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
745	$(am__define_uniq_tagged_files); \
746	test -z "$(CTAGS_ARGS)$$unique" \
747	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
748	     $$unique
749
750GTAGS:
751	here=`$(am__cd) $(top_builddir) && pwd` \
752	  && $(am__cd) $(top_srcdir) \
753	  && gtags -i $(GTAGS_ARGS) "$$here"
754cscopelist: cscopelist-am
755
756cscopelist-am: $(am__tagged_files)
757	list='$(am__tagged_files)'; \
758	case "$(srcdir)" in \
759	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
760	  *) sdir=$(subdir)/$(srcdir) ;; \
761	esac; \
762	for i in $$list; do \
763	  if test -f "$$i"; then \
764	    echo "$(subdir)/$$i"; \
765	  else \
766	    echo "$$sdir/$$i"; \
767	  fi; \
768	done >> $(top_builddir)/cscope.files
769
770distclean-tags:
771	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
772
773distdir: $(DISTFILES)
774	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
775	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
776	list='$(DISTFILES)'; \
777	  dist_files=`for file in $$list; do echo $$file; done | \
778	  sed -e "s|^$$srcdirstrip/||;t" \
779	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
780	case $$dist_files in \
781	  */*) $(MKDIR_P) `echo "$$dist_files" | \
782			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
783			   sort -u` ;; \
784	esac; \
785	for file in $$dist_files; do \
786	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
787	  if test -d $$d/$$file; then \
788	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
789	    if test -d "$(distdir)/$$file"; then \
790	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
791	    fi; \
792	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
793	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
794	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
795	    fi; \
796	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
797	  else \
798	    test -f "$(distdir)/$$file" \
799	    || cp -p $$d/$$file "$(distdir)/$$file" \
800	    || exit 1; \
801	  fi; \
802	done
803check-am: all-am
804check: check-am
805all-am: Makefile $(LTLIBRARIES) $(HEADERS)
806installdirs:
807	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(binding_includedir)" "$(DESTDIR)$(binding_privatedir)"; do \
808	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
809	done
810install: install-am
811install-exec: install-exec-am
812install-data: install-data-am
813uninstall: uninstall-am
814
815install-am: all-am
816	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
817
818installcheck: installcheck-am
819install-strip:
820	if test -z '$(STRIP)'; then \
821	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
822	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
823	      install; \
824	else \
825	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
826	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
827	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
828	fi
829mostlyclean-generic:
830
831clean-generic:
832
833distclean-generic:
834	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
835	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
836
837maintainer-clean-generic:
838	@echo "This command is intended for maintainers to use"
839	@echo "it deletes files that may require special tools to rebuild."
840	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
841clean: clean-am
842
843clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
844	mostlyclean-am
845
846distclean: distclean-am
847	-rm -rf ./$(DEPDIR)
848	-rm -f Makefile
849distclean-am: clean-am distclean-compile distclean-generic \
850	distclean-tags
851
852dvi: dvi-am
853
854dvi-am:
855
856html: html-am
857
858html-am:
859
860info: info-am
861
862info-am:
863
864install-data-am: install-binding_includeHEADERS \
865	install-binding_privateHEADERS
866
867install-dvi: install-dvi-am
868
869install-dvi-am:
870
871install-exec-am: install-libLTLIBRARIES
872
873install-html: install-html-am
874
875install-html-am:
876
877install-info: install-info-am
878
879install-info-am:
880
881install-man:
882
883install-pdf: install-pdf-am
884
885install-pdf-am:
886
887install-ps: install-ps-am
888
889install-ps-am:
890
891installcheck-am:
892
893maintainer-clean: maintainer-clean-am
894	-rm -rf ./$(DEPDIR)
895	-rm -f Makefile
896maintainer-clean-am: distclean-am maintainer-clean-generic
897
898mostlyclean: mostlyclean-am
899
900mostlyclean-am: mostlyclean-compile mostlyclean-generic \
901	mostlyclean-libtool
902
903pdf: pdf-am
904
905pdf-am:
906
907ps: ps-am
908
909ps-am:
910
911uninstall-am: uninstall-binding_includeHEADERS \
912	uninstall-binding_privateHEADERS uninstall-libLTLIBRARIES
913
914.MAKE: install-am install-strip
915
916.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
917	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
918	ctags-am distclean distclean-compile distclean-generic \
919	distclean-libtool distclean-tags distdir dvi dvi-am html \
920	html-am info info-am install install-am \
921	install-binding_includeHEADERS install-binding_privateHEADERS \
922	install-data install-data-am install-dvi install-dvi-am \
923	install-exec install-exec-am install-html install-html-am \
924	install-info install-info-am install-libLTLIBRARIES \
925	install-man install-pdf install-pdf-am install-ps \
926	install-ps-am install-strip installcheck installcheck-am \
927	installdirs maintainer-clean maintainer-clean-generic \
928	mostlyclean mostlyclean-compile mostlyclean-generic \
929	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
930	uninstall-am uninstall-binding_includeHEADERS \
931	uninstall-binding_privateHEADERS uninstall-libLTLIBRARIES
932
933
934# The name of the binding module.  Usually identical to the name of the
935# directory where the generated sources and include files live.
936binding_name ?= $(notdir $(subdir))
937
938# The parent directory of the src/ and libmm/ directories.
939# Usually the same as the C library name.
940binding_basedir ?= $(patsubst %/,%,$(dir $(subdir)))
941
942# The library name of the binding, possibly including an API version suffix.
943# Depending on the module, the "lib" prefix may or may not be included.
944binding_modulename ?= $(patsubst lib%,$(binding_libprefix)%,$(basename $(lib_LTLIBRARIES)))
945
946# Instruct GNU make to delete the targets of a rule after it failed, in
947# order to avoid the complication of handling that situation manually.
948.DELETE_ON_ERROR:
949
950# Tell versions [3.59,3.63) of GNU make to not export all variables.
951# Otherwise a system limit (for SysV at least) may be exceeded.
952.NOEXPORT:
953