26e1fd085b99e7bbdf23a36e1f656aaac355601a
[platform/upstream/python-gobject.git] / examples / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
6 # Foundation, 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 VPATH = @srcdir@
18 am__make_dryrun = \
19   { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22       *\\[\ \   ]*) \
23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25       *) \
26         for am__flg in $$MAKEFLAGS; do \
27           case $$am__flg in \
28             *=*|--*) ;; \
29             *n*) am__dry=yes; break;; \
30           esac; \
31         done;; \
32     esac; \
33     test $$am__dry = yes; \
34   }
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 subdir = examples
54 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56 am__aclocal_m4_deps = $(top_srcdir)/m4/as-ac-expand.m4 \
57         $(top_srcdir)/m4/jhflags.m4 $(top_srcdir)/m4/libtool.m4 \
58         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
59         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
60         $(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62         $(ACLOCAL_M4)
63 mkinstalldirs = $(install_sh) -d
64 CONFIG_HEADER = $(top_builddir)/config.h
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 AM_V_GEN = $(am__v_GEN_@AM_V@)
68 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
69 am__v_GEN_0 = @echo "  GEN   " $@;
70 AM_V_at = $(am__v_at_@AM_V@)
71 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
72 am__v_at_0 = @
73 SOURCES =
74 DIST_SOURCES =
75 am__can_run_installinfo = \
76   case $$AM_UPDATE_INFO_DIR in \
77     n|no|NO) false;; \
78     *) (install-info --version) >/dev/null 2>&1;; \
79   esac
80 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81 ACLOCAL = @ACLOCAL@
82 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
83 AMTAR = @AMTAR@
84 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
85 AR = @AR@
86 AS = @AS@
87 AUTOCONF = @AUTOCONF@
88 AUTOHEADER = @AUTOHEADER@
89 AUTOMAKE = @AUTOMAKE@
90 AWK = @AWK@
91 CAIRO_CFLAGS = @CAIRO_CFLAGS@
92 CAIRO_LIBS = @CAIRO_LIBS@
93 CC = @CC@
94 CCDEPMODE = @CCDEPMODE@
95 CFLAGS = @CFLAGS@
96 CPP = @CPP@
97 CPPFLAGS = @CPPFLAGS@
98 CYGPATH_W = @CYGPATH_W@
99 DATADIR = @DATADIR@
100 DEFS = @DEFS@
101 DEPDIR = @DEPDIR@
102 DLLTOOL = @DLLTOOL@
103 DSYMUTIL = @DSYMUTIL@
104 DUMPBIN = @DUMPBIN@
105 ECHO_C = @ECHO_C@
106 ECHO_N = @ECHO_N@
107 ECHO_T = @ECHO_T@
108 EGREP = @EGREP@
109 EXEEXT = @EXEEXT@
110 FFI_CFLAGS = @FFI_CFLAGS@
111 FFI_LIBS = @FFI_LIBS@
112 FGREP = @FGREP@
113 GIO_CFLAGS = @GIO_CFLAGS@
114 GIO_LIBS = @GIO_LIBS@
115 GI_CFLAGS = @GI_CFLAGS@
116 GI_DATADIR = @GI_DATADIR@
117 GI_LIBS = @GI_LIBS@
118 GLIB_CFLAGS = @GLIB_CFLAGS@
119 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
120 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
121 GLIB_LIBS = @GLIB_LIBS@
122 GLIB_MKENUMS = @GLIB_MKENUMS@
123 GOBJECT_QUERY = @GOBJECT_QUERY@
124 GREP = @GREP@
125 INSTALL = @INSTALL@
126 INSTALL_DATA = @INSTALL_DATA@
127 INSTALL_PROGRAM = @INSTALL_PROGRAM@
128 INSTALL_SCRIPT = @INSTALL_SCRIPT@
129 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
130 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
131 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
132 LD = @LD@
133 LDFLAGS = @LDFLAGS@
134 LIBFFI_PC = @LIBFFI_PC@
135 LIBOBJS = @LIBOBJS@
136 LIBS = @LIBS@
137 LIBTOOL = @LIBTOOL@
138 LIPO = @LIPO@
139 LN_S = @LN_S@
140 LTLIBOBJS = @LTLIBOBJS@
141 MAINT = @MAINT@
142 MAKEINFO = @MAKEINFO@
143 MANIFEST_TOOL = @MANIFEST_TOOL@
144 MKDIR_P = @MKDIR_P@
145 NM = @NM@
146 NMEDIT = @NMEDIT@
147 OBJDUMP = @OBJDUMP@
148 OBJEXT = @OBJEXT@
149 OTOOL = @OTOOL@
150 OTOOL64 = @OTOOL64@
151 PACKAGE = @PACKAGE@
152 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153 PACKAGE_NAME = @PACKAGE_NAME@
154 PACKAGE_STRING = @PACKAGE_STRING@
155 PACKAGE_TARNAME = @PACKAGE_TARNAME@
156 PACKAGE_URL = @PACKAGE_URL@
157 PACKAGE_VERSION = @PACKAGE_VERSION@
158 PATH_SEPARATOR = @PATH_SEPARATOR@
159 PKG_CONFIG = @PKG_CONFIG@
160 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
161 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
162 PLATFORM = @PLATFORM@
163 PYCAIRO_CFLAGS = @PYCAIRO_CFLAGS@
164 PYCAIRO_LIBS = @PYCAIRO_LIBS@
165 PYGOBJECT_MAJOR_VERSION = @PYGOBJECT_MAJOR_VERSION@
166 PYGOBJECT_MICRO_VERSION = @PYGOBJECT_MICRO_VERSION@
167 PYGOBJECT_MINOR_VERSION = @PYGOBJECT_MINOR_VERSION@
168 PYTHON = @PYTHON@
169 PYTHON_BASENAME = @PYTHON_BASENAME@
170 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
171 PYTHON_INCLUDES = @PYTHON_INCLUDES@
172 PYTHON_LIBS = @PYTHON_LIBS@
173 PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
174 PYTHON_PLATFORM = @PYTHON_PLATFORM@
175 PYTHON_PREFIX = @PYTHON_PREFIX@
176 PYTHON_VERSION = @PYTHON_VERSION@
177 RANLIB = @RANLIB@
178 SED = @SED@
179 SET_MAKE = @SET_MAKE@
180 SHELL = @SHELL@
181 STRIP = @STRIP@
182 THREADING_CFLAGS = @THREADING_CFLAGS@
183 VERSION = @VERSION@
184 abs_builddir = @abs_builddir@
185 abs_srcdir = @abs_srcdir@
186 abs_top_builddir = @abs_top_builddir@
187 abs_top_srcdir = @abs_top_srcdir@
188 ac_ct_AR = @ac_ct_AR@
189 ac_ct_CC = @ac_ct_CC@
190 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
191 am__include = @am__include@
192 am__leading_dot = @am__leading_dot@
193 am__quote = @am__quote@
194 am__tar = @am__tar@
195 am__untar = @am__untar@
196 bindir = @bindir@
197 build = @build@
198 build_alias = @build_alias@
199 build_cpu = @build_cpu@
200 build_os = @build_os@
201 build_vendor = @build_vendor@
202 builddir = @builddir@
203 datadir = @datadir@
204 datarootdir = @datarootdir@
205 docdir = @docdir@
206 dvidir = @dvidir@
207 exec_prefix = @exec_prefix@
208 host = @host@
209 host_alias = @host_alias@
210 host_cpu = @host_cpu@
211 host_os = @host_os@
212 host_vendor = @host_vendor@
213 htmldir = @htmldir@
214 includedir = @includedir@
215 infodir = @infodir@
216 install_sh = @install_sh@
217 libdir = @libdir@
218 libexecdir = @libexecdir@
219 localedir = @localedir@
220 localstatedir = @localstatedir@
221 mandir = @mandir@
222 mkdir_p = @mkdir_p@
223 oldincludedir = @oldincludedir@
224 pdfdir = @pdfdir@
225 pkgpyexecdir = @pkgpyexecdir@
226 pkgpythondir = @pkgpythondir@
227 prefix = @prefix@
228 program_transform_name = @program_transform_name@
229 psdir = @psdir@
230 pyexecdir = @pyexecdir@
231 pythondir = @pythondir@
232 sbindir = @sbindir@
233 sharedstatedir = @sharedstatedir@
234 srcdir = @srcdir@
235 sysconfdir = @sysconfdir@
236 target_alias = @target_alias@
237 top_build_prefix = @top_build_prefix@
238 top_builddir = @top_builddir@
239 top_srcdir = @top_srcdir@
240 EXTRA_DIST = properties.py signal.py option.py cairo-demo.py
241 all: all-am
242
243 .SUFFIXES:
244 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
245         @for dep in $?; do \
246           case '$(am__configure_deps)' in \
247             *$$dep*) \
248               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
249                 && { if test -f $@; then exit 0; else break; fi; }; \
250               exit 1;; \
251           esac; \
252         done; \
253         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
254         $(am__cd) $(top_srcdir) && \
255           $(AUTOMAKE) --foreign examples/Makefile
256 .PRECIOUS: Makefile
257 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258         @case '$?' in \
259           *config.status*) \
260             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
261           *) \
262             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
263             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
264         esac;
265
266 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
267         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
269 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
270         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
272         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273 $(am__aclocal_m4_deps):
274
275 mostlyclean-libtool:
276         -rm -f *.lo
277
278 clean-libtool:
279         -rm -rf .libs _libs
280 tags: TAGS
281 TAGS:
282
283 ctags: CTAGS
284 CTAGS:
285
286
287 distdir: $(DISTFILES)
288         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
289         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
290         list='$(DISTFILES)'; \
291           dist_files=`for file in $$list; do echo $$file; done | \
292           sed -e "s|^$$srcdirstrip/||;t" \
293               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
294         case $$dist_files in \
295           */*) $(MKDIR_P) `echo "$$dist_files" | \
296                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
297                            sort -u` ;; \
298         esac; \
299         for file in $$dist_files; do \
300           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
301           if test -d $$d/$$file; then \
302             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
303             if test -d "$(distdir)/$$file"; then \
304               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
305             fi; \
306             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
307               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
308               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
309             fi; \
310             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
311           else \
312             test -f "$(distdir)/$$file" \
313             || cp -p $$d/$$file "$(distdir)/$$file" \
314             || exit 1; \
315           fi; \
316         done
317 check-am: all-am
318 check: check-am
319 all-am: Makefile
320 installdirs:
321 install: install-am
322 install-exec: install-exec-am
323 install-data: install-data-am
324 uninstall: uninstall-am
325
326 install-am: all-am
327         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
328
329 installcheck: installcheck-am
330 install-strip:
331         if test -z '$(STRIP)'; then \
332           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
333             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
334               install; \
335         else \
336           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
337             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
338             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
339         fi
340 mostlyclean-generic:
341
342 clean-generic:
343
344 distclean-generic:
345         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
346         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
347
348 maintainer-clean-generic:
349         @echo "This command is intended for maintainers to use"
350         @echo "it deletes files that may require special tools to rebuild."
351 clean: clean-am
352
353 clean-am: clean-generic clean-libtool mostlyclean-am
354
355 distclean: distclean-am
356         -rm -f Makefile
357 distclean-am: clean-am distclean-generic
358
359 dvi: dvi-am
360
361 dvi-am:
362
363 html: html-am
364
365 html-am:
366
367 info: info-am
368
369 info-am:
370
371 install-data-am:
372
373 install-dvi: install-dvi-am
374
375 install-dvi-am:
376
377 install-exec-am:
378
379 install-html: install-html-am
380
381 install-html-am:
382
383 install-info: install-info-am
384
385 install-info-am:
386
387 install-man:
388
389 install-pdf: install-pdf-am
390
391 install-pdf-am:
392
393 install-ps: install-ps-am
394
395 install-ps-am:
396
397 installcheck-am:
398
399 maintainer-clean: maintainer-clean-am
400         -rm -f Makefile
401 maintainer-clean-am: distclean-am maintainer-clean-generic
402
403 mostlyclean: mostlyclean-am
404
405 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
406
407 pdf: pdf-am
408
409 pdf-am:
410
411 ps: ps-am
412
413 ps-am:
414
415 uninstall-am:
416
417 .MAKE: install-am install-strip
418
419 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
420         distclean distclean-generic distclean-libtool distdir dvi \
421         dvi-am html html-am info info-am install install-am \
422         install-data install-data-am install-dvi install-dvi-am \
423         install-exec install-exec-am install-html install-html-am \
424         install-info install-info-am install-man install-pdf \
425         install-pdf-am install-ps install-ps-am install-strip \
426         installcheck installcheck-am installdirs maintainer-clean \
427         maintainer-clean-generic mostlyclean mostlyclean-generic \
428         mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
429
430
431 # Tell versions [3.59,3.63) of GNU make to not export all variables.
432 # Otherwise a system limit (for SysV at least) may be exceeded.
433 .NOEXPORT: