b6f258b0378c42cb731ff7c642a0e4c5a2a8df2b
[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 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 pygirepositorydir = $(pyexecdir)/gi/repository
272 pygirepository_PYTHON = \
273         __init__.py
274
275 all: all-am
276
277 .SUFFIXES:
278 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
279         @for dep in $?; do \
280           case '$(am__configure_deps)' in \
281             *$$dep*) \
282               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
283                 && { if test -f $@; then exit 0; else break; fi; }; \
284               exit 1;; \
285           esac; \
286         done; \
287         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gi/repository/Makefile'; \
288         $(am__cd) $(top_srcdir) && \
289           $(AUTOMAKE) --foreign gi/repository/Makefile
290 .PRECIOUS: Makefile
291 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292         @case '$?' in \
293           *config.status*) \
294             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
295           *) \
296             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
297             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
298         esac;
299
300 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
301         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
303 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
304         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
306         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307 $(am__aclocal_m4_deps):
308
309 mostlyclean-libtool:
310         -rm -f *.lo
311
312 clean-libtool:
313         -rm -rf .libs _libs
314 install-pygirepositoryPYTHON: $(pygirepository_PYTHON)
315         @$(NORMAL_INSTALL)
316         @list='$(pygirepository_PYTHON)'; dlist=; list2=; test -n "$(pygirepositorydir)" || list=; \
317         if test -n "$$list"; then \
318           echo " $(MKDIR_P) '$(DESTDIR)$(pygirepositorydir)'"; \
319           $(MKDIR_P) "$(DESTDIR)$(pygirepositorydir)" || exit 1; \
320         fi; \
321         for p in $$list; do \
322           if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
323           if test -f $$b$$p; then \
324             $(am__strip_dir) \
325             dlist="$$dlist $$f"; \
326             list2="$$list2 $$b$$p"; \
327           else :; fi; \
328         done; \
329         for file in $$list2; do echo $$file; done | $(am__base_list) | \
330         while read files; do \
331           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pygirepositorydir)'"; \
332           $(INSTALL_DATA) $$files "$(DESTDIR)$(pygirepositorydir)" || exit $$?; \
333         done || exit $$?; \
334         if test -n "$$dlist"; then \
335           if test -z "$(DESTDIR)"; then \
336             $(am__py_compile) --basedir "$(pygirepositorydir)" $$dlist; \
337           else \
338             $(am__py_compile) --destdir "$(DESTDIR)" \
339                               --basedir "$(pygirepositorydir)" $$dlist; \
340           fi; \
341         else :; fi
342
343 uninstall-pygirepositoryPYTHON:
344         @$(NORMAL_UNINSTALL)
345         @list='$(pygirepository_PYTHON)'; test -n "$(pygirepositorydir)" || list=; \
346         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
347         test -n "$$files" || exit 0; \
348         dir='$(DESTDIR)$(pygirepositorydir)'; \
349         filesc=`echo "$$files" | sed 's|$$|c|'`; \
350         fileso=`echo "$$files" | sed 's|$$|o|'`; \
351         st=0; \
352         for files in "$$files" "$$filesc" "$$fileso"; do \
353           $(am__uninstall_files_from_dir) || st=$$?; \
354         done; \
355         exit $$st
356 tags: TAGS
357 TAGS:
358
359 ctags: CTAGS
360 CTAGS:
361
362
363 distdir: $(DISTFILES)
364         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
365         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
366         list='$(DISTFILES)'; \
367           dist_files=`for file in $$list; do echo $$file; done | \
368           sed -e "s|^$$srcdirstrip/||;t" \
369               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
370         case $$dist_files in \
371           */*) $(MKDIR_P) `echo "$$dist_files" | \
372                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
373                            sort -u` ;; \
374         esac; \
375         for file in $$dist_files; do \
376           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
377           if test -d $$d/$$file; then \
378             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
379             if test -d "$(distdir)/$$file"; then \
380               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
381             fi; \
382             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
384               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385             fi; \
386             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
387           else \
388             test -f "$(distdir)/$$file" \
389             || cp -p $$d/$$file "$(distdir)/$$file" \
390             || exit 1; \
391           fi; \
392         done
393 check-am: all-am
394         $(MAKE) $(AM_MAKEFLAGS) check-local
395 check: check-am
396 all-am: Makefile all-local
397 installdirs:
398         for dir in "$(DESTDIR)$(pygirepositorydir)"; do \
399           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
400         done
401 install: install-am
402 install-exec: install-exec-am
403 install-data: install-data-am
404 uninstall: uninstall-am
405
406 install-am: all-am
407         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
408
409 installcheck: installcheck-am
410 install-strip:
411         if test -z '$(STRIP)'; then \
412           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
413             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
414               install; \
415         else \
416           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
417             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
418             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
419         fi
420 mostlyclean-generic:
421
422 clean-generic:
423
424 distclean-generic:
425         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
426         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
427
428 maintainer-clean-generic:
429         @echo "This command is intended for maintainers to use"
430         @echo "it deletes files that may require special tools to rebuild."
431 clean: clean-am
432
433 clean-am: clean-generic clean-libtool mostlyclean-am
434
435 distclean: distclean-am
436         -rm -f Makefile
437 distclean-am: clean-am distclean-generic
438
439 dvi: dvi-am
440
441 dvi-am:
442
443 html: html-am
444
445 html-am:
446
447 info: info-am
448
449 info-am:
450
451 install-data-am: install-pygirepositoryPYTHON
452
453 install-dvi: install-dvi-am
454
455 install-dvi-am:
456
457 install-exec-am:
458
459 install-html: install-html-am
460
461 install-html-am:
462
463 install-info: install-info-am
464
465 install-info-am:
466
467 install-man:
468
469 install-pdf: install-pdf-am
470
471 install-pdf-am:
472
473 install-ps: install-ps-am
474
475 install-ps-am:
476
477 installcheck-am:
478
479 maintainer-clean: maintainer-clean-am
480         -rm -f Makefile
481 maintainer-clean-am: distclean-am maintainer-clean-generic
482
483 mostlyclean: mostlyclean-am
484
485 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
486
487 pdf: pdf-am
488
489 pdf-am:
490
491 ps: ps-am
492
493 ps-am:
494
495 uninstall-am: uninstall-pygirepositoryPYTHON
496
497 .MAKE: check-am install-am install-strip
498
499 .PHONY: all all-am all-local check check-am check-local clean \
500         clean-generic clean-libtool distclean distclean-generic \
501         distclean-libtool distdir dvi dvi-am html html-am info info-am \
502         install install-am install-data install-data-am install-dvi \
503         install-dvi-am install-exec install-exec-am install-html \
504         install-html-am install-info install-info-am install-man \
505         install-pdf install-pdf-am install-ps install-ps-am \
506         install-pygirepositoryPYTHON install-strip installcheck \
507         installcheck-am installdirs maintainer-clean \
508         maintainer-clean-generic mostlyclean mostlyclean-generic \
509         mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
510         uninstall-pygirepositoryPYTHON
511
512
513 # if we build in a separate tree, we need to symlink the *.py files from the
514 # source tree; Python does not accept the extensions and modules in different
515 # paths
516 build_pylinks:
517         for f in $(pygirepository_PYTHON); do \
518             [ -e $(builddir)/$$f ] || $(LN_S) $(srcdir)/$$f $(builddir)/$$f; \
519         done
520
521 all-local: build_pylinks
522 check-local: build_pylinks
523
524 # Tell versions [3.59,3.63) of GNU make to not export all variables.
525 # Otherwise a system limit (for SysV at least) may be exceeded.
526 .NOEXPORT: