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