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