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