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