94a31e582c8e784d6ea1d894654ed51c23284759
[platform/upstream/pygobject2.git] / pygtkcompat / 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 = pygtkcompat
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
93         $(top_srcdir)/m4/ax_append_flag.m4 \
94         $(top_srcdir)/m4/ax_append_link_flags.m4 \
95         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
96         $(top_srcdir)/m4/ax_check_link_flag.m4 \
97         $(top_srcdir)/m4/ax_code_coverage.m4 \
98         $(top_srcdir)/m4/ax_compiler_flags.m4 \
99         $(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
100         $(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
101         $(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
102         $(top_srcdir)/m4/ax_is_release.m4 \
103         $(top_srcdir)/m4/ax_require_defined.m4 \
104         $(top_srcdir)/m4/glib-2.0.m4 $(top_srcdir)/m4/introspection.m4 \
105         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
106         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
107         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
108         $(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac
109 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110         $(ACLOCAL_M4)
111 DIST_COMMON = $(srcdir)/Makefile.am $(pygtkcompat_PYTHON) \
112         $(am__DIST_COMMON)
113 mkinstalldirs = $(install_sh) -d
114 CONFIG_HEADER = $(top_builddir)/config.h
115 CONFIG_CLEAN_FILES =
116 CONFIG_CLEAN_VPATH_FILES =
117 AM_V_P = $(am__v_P_@AM_V@)
118 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119 am__v_P_0 = false
120 am__v_P_1 = :
121 AM_V_GEN = $(am__v_GEN_@AM_V@)
122 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
123 am__v_GEN_0 = @echo "  GEN     " $@;
124 am__v_GEN_1 = 
125 AM_V_at = $(am__v_at_@AM_V@)
126 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127 am__v_at_0 = @
128 am__v_at_1 = 
129 SOURCES =
130 DIST_SOURCES =
131 am__can_run_installinfo = \
132   case $$AM_UPDATE_INFO_DIR in \
133     n|no|NO) false;; \
134     *) (install-info --version) >/dev/null 2>&1;; \
135   esac
136 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
137 am__vpath_adj = case $$p in \
138     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
139     *) f=$$p;; \
140   esac;
141 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
142 am__install_max = 40
143 am__nobase_strip_setup = \
144   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
145 am__nobase_strip = \
146   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
147 am__nobase_list = $(am__nobase_strip_setup); \
148   for p in $$list; do echo "$$p $$p"; done | \
149   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
150   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
151     if (++n[$$2] == $(am__install_max)) \
152       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
153     END { for (dir in files) print dir, files[dir] }'
154 am__base_list = \
155   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
156   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
157 am__uninstall_files_from_dir = { \
158   test -z "$$files" \
159     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
160     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
161          $(am__cd) "$$dir" && rm -f $$files; }; \
162   }
163 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
164 am__installdirs = "$(DESTDIR)$(pygtkcompatdir)"
165 am__pep3147_tweak = \
166   sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
167 py_compile = $(top_srcdir)/py-compile
168 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
169 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/py-compile
170 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
171 ACLOCAL = @ACLOCAL@
172 AMTAR = @AMTAR@
173 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
174 AR = @AR@
175 AS = @AS@
176 AUTOCONF = @AUTOCONF@
177 AUTOHEADER = @AUTOHEADER@
178 AUTOMAKE = @AUTOMAKE@
179 AWK = @AWK@
180 CAIRO_CFLAGS = @CAIRO_CFLAGS@
181 CAIRO_LIBS = @CAIRO_LIBS@
182 CC = @CC@
183 CCDEPMODE = @CCDEPMODE@
184 CFLAGS = @CFLAGS@
185 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
186 CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
187 CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
188 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
189 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
190 CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
191 CPP = @CPP@
192 CPPFLAGS = @CPPFLAGS@
193 CYGPATH_W = @CYGPATH_W@
194 DEFS = @DEFS@
195 DEPDIR = @DEPDIR@
196 DLLTOOL = @DLLTOOL@
197 DSYMUTIL = @DSYMUTIL@
198 DUMPBIN = @DUMPBIN@
199 ECHO_C = @ECHO_C@
200 ECHO_N = @ECHO_N@
201 ECHO_T = @ECHO_T@
202 EGREP = @EGREP@
203 EXEEXT = @EXEEXT@
204 FFI_CFLAGS = @FFI_CFLAGS@
205 FFI_LIBS = @FFI_LIBS@
206 FGREP = @FGREP@
207 GCOV = @GCOV@
208 GENHTML = @GENHTML@
209 GIO_CFLAGS = @GIO_CFLAGS@
210 GIO_LIBS = @GIO_LIBS@
211 GI_CFLAGS = @GI_CFLAGS@
212 GI_DATADIR = @GI_DATADIR@
213 GI_LIBS = @GI_LIBS@
214 GLIB_CFLAGS = @GLIB_CFLAGS@
215 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
216 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
217 GLIB_LIBS = @GLIB_LIBS@
218 GLIB_MKENUMS = @GLIB_MKENUMS@
219 GOBJECT_QUERY = @GOBJECT_QUERY@
220 GREP = @GREP@
221 INSTALL = @INSTALL@
222 INSTALL_DATA = @INSTALL_DATA@
223 INSTALL_PROGRAM = @INSTALL_PROGRAM@
224 INSTALL_SCRIPT = @INSTALL_SCRIPT@
225 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
226 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
227 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
228 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
229 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
230 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
231 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
232 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
233 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
234 LCOV = @LCOV@
235 LD = @LD@
236 LDFLAGS = @LDFLAGS@
237 LIBFFI_PC = @LIBFFI_PC@
238 LIBOBJS = @LIBOBJS@
239 LIBS = @LIBS@
240 LIBTOOL = @LIBTOOL@
241 LIPO = @LIPO@
242 LN_S = @LN_S@
243 LTLIBOBJS = @LTLIBOBJS@
244 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
245 MAKEINFO = @MAKEINFO@
246 MANIFEST_TOOL = @MANIFEST_TOOL@
247 MKDIR_P = @MKDIR_P@
248 NM = @NM@
249 NMEDIT = @NMEDIT@
250 OBJDUMP = @OBJDUMP@
251 OBJEXT = @OBJEXT@
252 OS_EXT = @OS_EXT@
253 OTOOL = @OTOOL@
254 OTOOL64 = @OTOOL64@
255 PACKAGE = @PACKAGE@
256 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
257 PACKAGE_NAME = @PACKAGE_NAME@
258 PACKAGE_STRING = @PACKAGE_STRING@
259 PACKAGE_TARNAME = @PACKAGE_TARNAME@
260 PACKAGE_URL = @PACKAGE_URL@
261 PACKAGE_VERSION = @PACKAGE_VERSION@
262 PATH_SEPARATOR = @PATH_SEPARATOR@
263 PKG_CONFIG = @PKG_CONFIG@
264 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
265 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
266 PYCAIRO_CFLAGS = @PYCAIRO_CFLAGS@
267 PYCAIRO_LIBS = @PYCAIRO_LIBS@
268 PYGOBJECT_MAJOR_VERSION = @PYGOBJECT_MAJOR_VERSION@
269 PYGOBJECT_MICRO_VERSION = @PYGOBJECT_MICRO_VERSION@
270 PYGOBJECT_MINOR_VERSION = @PYGOBJECT_MINOR_VERSION@
271 PYTHON = @PYTHON@
272 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
273 PYTHON_INCLUDES = @PYTHON_INCLUDES@
274 PYTHON_LIBS = @PYTHON_LIBS@
275 PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
276 PYTHON_PLATFORM = @PYTHON_PLATFORM@
277 PYTHON_PREFIX = @PYTHON_PREFIX@
278 PYTHON_SO = @PYTHON_SO@
279 PYTHON_VALGRIND_SUPP = @PYTHON_VALGRIND_SUPP@
280 PYTHON_VERSION = @PYTHON_VERSION@
281 RANLIB = @RANLIB@
282 SED = @SED@
283 SET_MAKE = @SET_MAKE@
284 SHELL = @SHELL@
285 STRIP = @STRIP@
286 VERSION = @VERSION@
287 WARN_CFLAGS = @WARN_CFLAGS@
288 WARN_LDFLAGS = @WARN_LDFLAGS@
289 WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
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 pkgpyexecdir = @pkgpyexecdir@
332 pkgpythondir = @pkgpythondir@
333 prefix = @prefix@
334 program_transform_name = @program_transform_name@
335 psdir = @psdir@
336 pyexecdir = @pyexecdir@
337 pythondir = @pythondir@
338 runstatedir = @runstatedir@
339 sbindir = @sbindir@
340 sharedstatedir = @sharedstatedir@
341 srcdir = @srcdir@
342 sysconfdir = @sysconfdir@
343 target_alias = @target_alias@
344 top_build_prefix = @top_build_prefix@
345 top_builddir = @top_builddir@
346 top_srcdir = @top_srcdir@
347 pygtkcompatdir = $(pyexecdir)/pygtkcompat
348 pygtkcompat_PYTHON = \
349         __init__.py \
350         generictreemodel.py \
351         pygtkcompat.py
352
353 all: all-am
354
355 .SUFFIXES:
356 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
357         @for dep in $?; do \
358           case '$(am__configure_deps)' in \
359             *$$dep*) \
360               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
361                 && { if test -f $@; then exit 0; else break; fi; }; \
362               exit 1;; \
363           esac; \
364         done; \
365         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pygtkcompat/Makefile'; \
366         $(am__cd) $(top_srcdir) && \
367           $(AUTOMAKE) --foreign pygtkcompat/Makefile
368 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
369         @case '$?' in \
370           *config.status*) \
371             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
372           *) \
373             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
374             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
375         esac;
376
377 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
378         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379
380 $(top_srcdir)/configure:  $(am__configure_deps)
381         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
383         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384 $(am__aclocal_m4_deps):
385
386 mostlyclean-libtool:
387         -rm -f *.lo
388
389 clean-libtool:
390         -rm -rf .libs _libs
391 install-pygtkcompatPYTHON: $(pygtkcompat_PYTHON)
392         @$(NORMAL_INSTALL)
393         @list='$(pygtkcompat_PYTHON)'; dlist=; list2=; test -n "$(pygtkcompatdir)" || list=; \
394         if test -n "$$list"; then \
395           echo " $(MKDIR_P) '$(DESTDIR)$(pygtkcompatdir)'"; \
396           $(MKDIR_P) "$(DESTDIR)$(pygtkcompatdir)" || exit 1; \
397         fi; \
398         for p in $$list; do \
399           if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
400           if test -f $$b$$p; then \
401             $(am__strip_dir) \
402             dlist="$$dlist $$f"; \
403             list2="$$list2 $$b$$p"; \
404           else :; fi; \
405         done; \
406         for file in $$list2; do echo $$file; done | $(am__base_list) | \
407         while read files; do \
408           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pygtkcompatdir)'"; \
409           $(INSTALL_DATA) $$files "$(DESTDIR)$(pygtkcompatdir)" || exit $$?; \
410         done || exit $$?; \
411         if test -n "$$dlist"; then \
412           $(am__py_compile) --destdir "$(DESTDIR)" \
413                             --basedir "$(pygtkcompatdir)" $$dlist; \
414         else :; fi
415
416 uninstall-pygtkcompatPYTHON:
417         @$(NORMAL_UNINSTALL)
418         @list='$(pygtkcompat_PYTHON)'; test -n "$(pygtkcompatdir)" || list=; \
419         py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
420         test -n "$$py_files" || exit 0; \
421         dir='$(DESTDIR)$(pygtkcompatdir)'; \
422         pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
423         pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
424         py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
425         echo "$$py_files_pep3147";\
426         pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
427         pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
428         st=0; \
429         for files in \
430           "$$py_files" \
431           "$$pyc_files" \
432           "$$pyo_files" \
433           "$$pyc_files_pep3147" \
434           "$$pyo_files_pep3147" \
435         ; do \
436           $(am__uninstall_files_from_dir) || st=$$?; \
437         done; \
438         exit $$st
439 tags TAGS:
440
441 ctags CTAGS:
442
443 cscope cscopelist:
444
445
446 distdir: $(DISTFILES)
447         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449         list='$(DISTFILES)'; \
450           dist_files=`for file in $$list; do echo $$file; done | \
451           sed -e "s|^$$srcdirstrip/||;t" \
452               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
453         case $$dist_files in \
454           */*) $(MKDIR_P) `echo "$$dist_files" | \
455                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
456                            sort -u` ;; \
457         esac; \
458         for file in $$dist_files; do \
459           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
460           if test -d $$d/$$file; then \
461             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
462             if test -d "$(distdir)/$$file"; then \
463               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
464             fi; \
465             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
466               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
467               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468             fi; \
469             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
470           else \
471             test -f "$(distdir)/$$file" \
472             || cp -p $$d/$$file "$(distdir)/$$file" \
473             || exit 1; \
474           fi; \
475         done
476 check-am: all-am
477 check: check-am
478 all-am: Makefile all-local
479 installdirs:
480         for dir in "$(DESTDIR)$(pygtkcompatdir)"; do \
481           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
482         done
483 install: install-am
484 install-exec: install-exec-am
485 install-data: install-data-am
486 uninstall: uninstall-am
487
488 install-am: all-am
489         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
490
491 installcheck: installcheck-am
492 install-strip:
493         if test -z '$(STRIP)'; then \
494           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
495             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
496               install; \
497         else \
498           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
501         fi
502 mostlyclean-generic:
503
504 clean-generic:
505
506 distclean-generic:
507         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
508         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
509
510 maintainer-clean-generic:
511         @echo "This command is intended for maintainers to use"
512         @echo "it deletes files that may require special tools to rebuild."
513 clean: clean-am
514
515 clean-am: clean-generic clean-libtool mostlyclean-am
516
517 distclean: distclean-am
518         -rm -f Makefile
519 distclean-am: clean-am distclean-generic
520
521 dvi: dvi-am
522
523 dvi-am:
524
525 html: html-am
526
527 html-am:
528
529 info: info-am
530
531 info-am:
532
533 install-data-am: install-pygtkcompatPYTHON
534
535 install-dvi: install-dvi-am
536
537 install-dvi-am:
538
539 install-exec-am:
540
541 install-html: install-html-am
542
543 install-html-am:
544
545 install-info: install-info-am
546
547 install-info-am:
548
549 install-man:
550
551 install-pdf: install-pdf-am
552
553 install-pdf-am:
554
555 install-ps: install-ps-am
556
557 install-ps-am:
558
559 installcheck-am:
560
561 maintainer-clean: maintainer-clean-am
562         -rm -f Makefile
563 maintainer-clean-am: distclean-am maintainer-clean-generic
564
565 mostlyclean: mostlyclean-am
566
567 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
568
569 pdf: pdf-am
570
571 pdf-am:
572
573 ps: ps-am
574
575 ps-am:
576
577 uninstall-am: uninstall-pygtkcompatPYTHON
578
579 .MAKE: install-am install-strip
580
581 .PHONY: all all-am all-local check check-am clean clean-generic \
582         clean-libtool cscopelist-am ctags-am distclean \
583         distclean-generic distclean-libtool distdir dvi dvi-am html \
584         html-am info info-am install install-am install-data \
585         install-data-am install-dvi install-dvi-am install-exec \
586         install-exec-am install-html install-html-am install-info \
587         install-info-am install-man install-pdf install-pdf-am \
588         install-ps install-ps-am install-pygtkcompatPYTHON \
589         install-strip installcheck installcheck-am installdirs \
590         maintainer-clean maintainer-clean-generic mostlyclean \
591         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
592         tags-am uninstall uninstall-am uninstall-pygtkcompatPYTHON
593
594 .PRECIOUS: Makefile
595
596
597 # if we build in a separate tree, we need to symlink the *.py files from the
598 # source tree; Python does not accept the extensions and modules in different
599 # paths
600 build_pylinks:
601         for f in $(pygtkcompat_PYTHON); do \
602             [ -e $(builddir)/$$f ] || $(LN_S) $(srcdir)/$$f $(builddir)/$$f; \
603         done
604
605 all-local: build_pylinks
606
607 # Tell versions [3.59,3.63) of GNU make to not export all variables.
608 # Otherwise a system limit (for SysV at least) may be exceeded.
609 .NOEXPORT: