Imported Upstream version 3.26.1
[platform/upstream/python-gobject.git] / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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
17
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20   if test -z '$(MAKELEVEL)'; then \
21     false; \
22   elif test -n '$(MAKE_HOST)'; then \
23     true; \
24   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25     true; \
26   else \
27     false; \
28   fi; \
29 }
30 am__make_running_with_option = \
31   case $${target_option-} in \
32       ?) ;; \
33       *) echo "am__make_running_with_option: internal error: invalid" \
34               "target option '$${target_option-}' specified" >&2; \
35          exit 1;; \
36   esac; \
37   has_opt=no; \
38   sane_makeflags=$$MAKEFLAGS; \
39   if $(am__is_gnu_make); then \
40     sane_makeflags=$$MFLAGS; \
41   else \
42     case $$MAKEFLAGS in \
43       *\\[\ \   ]*) \
44         bs=\\; \
45         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
47     esac; \
48   fi; \
49   skip_next=no; \
50   strip_trailopt () \
51   { \
52     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53   }; \
54   for flg in $$sane_makeflags; do \
55     test $$skip_next = yes && { skip_next=no; continue; }; \
56     case $$flg in \
57       *=*|--*) continue;; \
58         -*I) strip_trailopt 'I'; skip_next=yes;; \
59       -*I?*) strip_trailopt 'I';; \
60         -*O) strip_trailopt 'O'; skip_next=yes;; \
61       -*O?*) strip_trailopt 'O';; \
62         -*l) strip_trailopt 'l'; skip_next=yes;; \
63       -*l?*) strip_trailopt 'l';; \
64       -[dEDm]) skip_next=yes;; \
65       -[JT]) skip_next=yes;; \
66     esac; \
67     case $$flg in \
68       *$$target_option*) has_opt=yes; break;; \
69     esac; \
70   done; \
71   test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 subdir = .
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
95         $(top_srcdir)/m4/ax_append_flag.m4 \
96         $(top_srcdir)/m4/ax_append_link_flags.m4 \
97         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
98         $(top_srcdir)/m4/ax_check_link_flag.m4 \
99         $(top_srcdir)/m4/ax_code_coverage.m4 \
100         $(top_srcdir)/m4/ax_compiler_flags.m4 \
101         $(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
102         $(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
103         $(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
104         $(top_srcdir)/m4/ax_is_release.m4 \
105         $(top_srcdir)/m4/ax_require_defined.m4 \
106         $(top_srcdir)/m4/glib-2.0.m4 $(top_srcdir)/m4/introspection.m4 \
107         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
108         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
109         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
110         $(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac
111 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
112         $(ACLOCAL_M4)
113 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
114         $(am__configure_deps) $(nobase_pyexec_PYTHON) \
115         $(am__DIST_COMMON)
116 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
117  configure.lineno config.status.lineno
118 mkinstalldirs = $(install_sh) -d
119 CONFIG_HEADER = config.h
120 CONFIG_CLEAN_FILES = pygobject-3.0.pc pygobject-3.0-uninstalled.pc \
121         PKG-INFO
122 CONFIG_CLEAN_VPATH_FILES =
123 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
124 am__vpath_adj = case $$p in \
125     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
126     *) f=$$p;; \
127   esac;
128 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
129 am__install_max = 40
130 am__nobase_strip_setup = \
131   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
132 am__nobase_strip = \
133   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
134 am__nobase_list = $(am__nobase_strip_setup); \
135   for p in $$list; do echo "$$p $$p"; done | \
136   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
137   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
138     if (++n[$$2] == $(am__install_max)) \
139       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
140     END { for (dir in files) print dir, files[dir] }'
141 am__base_list = \
142   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
143   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
144 am__uninstall_files_from_dir = { \
145   test -z "$$files" \
146     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
147     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
148          $(am__cd) "$$dir" && rm -f $$files; }; \
149   }
150 am__installdirs = "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pyexecdir)" \
151         "$(DESTDIR)$(pkgconfigdir)"
152 LTLIBRARIES = $(pyexec_LTLIBRARIES)
153 AM_V_P = $(am__v_P_@AM_V@)
154 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
155 am__v_P_0 = false
156 am__v_P_1 = :
157 AM_V_GEN = $(am__v_GEN_@AM_V@)
158 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
159 am__v_GEN_0 = @echo "  GEN     " $@;
160 am__v_GEN_1 = 
161 AM_V_at = $(am__v_at_@AM_V@)
162 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
163 am__v_at_0 = @
164 am__v_at_1 = 
165 SOURCES =
166 DIST_SOURCES =
167 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
168         ctags-recursive dvi-recursive html-recursive info-recursive \
169         install-data-recursive install-dvi-recursive \
170         install-exec-recursive install-html-recursive \
171         install-info-recursive install-pdf-recursive \
172         install-ps-recursive install-recursive installcheck-recursive \
173         installdirs-recursive pdf-recursive ps-recursive \
174         tags-recursive uninstall-recursive
175 am__can_run_installinfo = \
176   case $$AM_UPDATE_INFO_DIR in \
177     n|no|NO) false;; \
178     *) (install-info --version) >/dev/null 2>&1;; \
179   esac
180 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
181 am__pep3147_tweak = \
182   sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
183 py_compile = $(top_srcdir)/py-compile
184 DATA = $(pkgconfig_DATA)
185 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
186   distclean-recursive maintainer-clean-recursive
187 am__recursive_targets = \
188   $(RECURSIVE_TARGETS) \
189   $(RECURSIVE_CLEAN_TARGETS) \
190   $(am__extra_recursive_targets)
191 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
192         cscope distdir dist dist-all distcheck
193 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
194         $(LISP)config.h.in
195 # Read a list of newline-separated strings from the standard input,
196 # and print each of them once, without duplicates.  Input order is
197 # *not* preserved.
198 am__uniquify_input = $(AWK) '\
199   BEGIN { nonempty = 0; } \
200   { items[$$0] = 1; nonempty = 1; } \
201   END { if (nonempty) { for (i in items) print i; }; } \
202 '
203 # Make sure the list of sources is unique.  This is necessary because,
204 # e.g., the same source file might be shared among _SOURCES variables
205 # for different programs/libraries.
206 am__define_uniq_tagged_files = \
207   list='$(am__tagged_files)'; \
208   unique=`for i in $$list; do \
209     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210   done | $(am__uniquify_input)`
211 ETAGS = etags
212 CTAGS = ctags
213 CSCOPE = cscope
214 DIST_SUBDIRS = $(SUBDIRS)
215 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/PKG-INFO.in \
216         $(srcdir)/config.h.in \
217         $(srcdir)/pygobject-3.0-uninstalled.pc.in \
218         $(srcdir)/pygobject-3.0.pc.in AUTHORS COPYING ChangeLog \
219         INSTALL NEWS README compile config.guess config.sub install-sh \
220         ltmain.sh missing py-compile
221 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
222 distdir = $(PACKAGE)-$(VERSION)
223 top_distdir = $(distdir)
224 am__remove_distdir = \
225   if test -d "$(distdir)"; then \
226     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
227       && rm -rf "$(distdir)" \
228       || { sleep 5 && rm -rf "$(distdir)"; }; \
229   else :; fi
230 am__post_remove_distdir = $(am__remove_distdir)
231 am__relativize = \
232   dir0=`pwd`; \
233   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
234   sed_rest='s,^[^/]*/*,,'; \
235   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
236   sed_butlast='s,/*[^/]*$$,,'; \
237   while test -n "$$dir1"; do \
238     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
239     if test "$$first" != "."; then \
240       if test "$$first" = ".."; then \
241         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
242         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
243       else \
244         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
245         if test "$$first2" = "$$first"; then \
246           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
247         else \
248           dir2="../$$dir2"; \
249         fi; \
250         dir0="$$dir0"/"$$first"; \
251       fi; \
252     fi; \
253     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
254   done; \
255   reldir="$$dir2"
256 GZIP_ENV = --best
257 DIST_ARCHIVES = $(distdir).tar.xz
258 DIST_TARGETS = dist-xz
259 distuninstallcheck_listfiles = find . -type f -print
260 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
261   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
262 distcleancheck_listfiles = find . -type f -print
263 ACLOCAL = @ACLOCAL@
264 AMTAR = @AMTAR@
265 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
266 AR = @AR@
267 AS = @AS@
268 AUTOCONF = @AUTOCONF@
269 AUTOHEADER = @AUTOHEADER@
270 AUTOMAKE = @AUTOMAKE@
271 AWK = @AWK@
272 CAIRO_CFLAGS = @CAIRO_CFLAGS@
273 CAIRO_LIBS = @CAIRO_LIBS@
274 CC = @CC@
275 CCDEPMODE = @CCDEPMODE@
276 CFLAGS = @CFLAGS@
277 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
278 CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
279 CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
280 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
281 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
282 CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
283 CPP = @CPP@
284 CPPFLAGS = @CPPFLAGS@
285 CYGPATH_W = @CYGPATH_W@
286 DEFS = @DEFS@
287 DEPDIR = @DEPDIR@
288 DLLTOOL = @DLLTOOL@
289 DSYMUTIL = @DSYMUTIL@
290 DUMPBIN = @DUMPBIN@
291 ECHO_C = @ECHO_C@
292 ECHO_N = @ECHO_N@
293 ECHO_T = @ECHO_T@
294 EGREP = @EGREP@
295 EXEEXT = @EXEEXT@
296 FFI_CFLAGS = @FFI_CFLAGS@
297 FFI_LIBS = @FFI_LIBS@
298 FGREP = @FGREP@
299 GCOV = @GCOV@
300 GENHTML = @GENHTML@
301 GIO_CFLAGS = @GIO_CFLAGS@
302 GIO_LIBS = @GIO_LIBS@
303 GI_CFLAGS = @GI_CFLAGS@
304 GI_DATADIR = @GI_DATADIR@
305 GI_LIBS = @GI_LIBS@
306 GLIB_CFLAGS = @GLIB_CFLAGS@
307 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
308 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
309 GLIB_LIBS = @GLIB_LIBS@
310 GLIB_MKENUMS = @GLIB_MKENUMS@
311 GOBJECT_QUERY = @GOBJECT_QUERY@
312 GREP = @GREP@
313 INSTALL = @INSTALL@
314 INSTALL_DATA = @INSTALL_DATA@
315 INSTALL_PROGRAM = @INSTALL_PROGRAM@
316 INSTALL_SCRIPT = @INSTALL_SCRIPT@
317 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
318 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
319 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
320 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
321 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
322 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
323 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
324 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
325 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
326 LCOV = @LCOV@
327 LD = @LD@
328 LDFLAGS = @LDFLAGS@
329 LIBFFI_PC = @LIBFFI_PC@
330 LIBOBJS = @LIBOBJS@
331 LIBS = @LIBS@
332 LIBTOOL = @LIBTOOL@
333 LIPO = @LIPO@
334 LN_S = @LN_S@
335 LTLIBOBJS = @LTLIBOBJS@
336 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
337 MAKEINFO = @MAKEINFO@
338 MANIFEST_TOOL = @MANIFEST_TOOL@
339 MKDIR_P = @MKDIR_P@
340 NM = @NM@
341 NMEDIT = @NMEDIT@
342 OBJDUMP = @OBJDUMP@
343 OBJEXT = @OBJEXT@
344 OS_EXT = @OS_EXT@
345 OTOOL = @OTOOL@
346 OTOOL64 = @OTOOL64@
347 PACKAGE = @PACKAGE@
348 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
349 PACKAGE_NAME = @PACKAGE_NAME@
350 PACKAGE_STRING = @PACKAGE_STRING@
351 PACKAGE_TARNAME = @PACKAGE_TARNAME@
352 PACKAGE_URL = @PACKAGE_URL@
353 PACKAGE_VERSION = @PACKAGE_VERSION@
354 PATH_SEPARATOR = @PATH_SEPARATOR@
355 PKG_CONFIG = @PKG_CONFIG@
356 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
357 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
358 PYCAIRO_CFLAGS = @PYCAIRO_CFLAGS@
359 PYCAIRO_LIBS = @PYCAIRO_LIBS@
360 PYGOBJECT_MAJOR_VERSION = @PYGOBJECT_MAJOR_VERSION@
361 PYGOBJECT_MICRO_VERSION = @PYGOBJECT_MICRO_VERSION@
362 PYGOBJECT_MINOR_VERSION = @PYGOBJECT_MINOR_VERSION@
363 PYTHON = @PYTHON@
364 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
365 PYTHON_INCLUDES = @PYTHON_INCLUDES@
366 PYTHON_LIBS = @PYTHON_LIBS@
367 PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
368 PYTHON_PLATFORM = @PYTHON_PLATFORM@
369 PYTHON_PREFIX = @PYTHON_PREFIX@
370 PYTHON_SO = @PYTHON_SO@
371 PYTHON_VALGRIND_SUPP = @PYTHON_VALGRIND_SUPP@
372 PYTHON_VERSION = @PYTHON_VERSION@
373 RANLIB = @RANLIB@
374 SED = @SED@
375 SET_MAKE = @SET_MAKE@
376 SHELL = @SHELL@
377 STRIP = @STRIP@
378 VERSION = @VERSION@
379 WARN_CFLAGS = @WARN_CFLAGS@
380 WARN_LDFLAGS = @WARN_LDFLAGS@
381 WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
382 abs_builddir = @abs_builddir@
383 abs_srcdir = @abs_srcdir@
384 abs_top_builddir = @abs_top_builddir@
385 abs_top_srcdir = @abs_top_srcdir@
386 ac_ct_AR = @ac_ct_AR@
387 ac_ct_CC = @ac_ct_CC@
388 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
389 am__include = @am__include@
390 am__leading_dot = @am__leading_dot@
391 am__quote = @am__quote@
392 am__tar = @am__tar@
393 am__untar = @am__untar@
394 bindir = @bindir@
395 build = @build@
396 build_alias = @build_alias@
397 build_cpu = @build_cpu@
398 build_os = @build_os@
399 build_vendor = @build_vendor@
400 builddir = @builddir@
401 datadir = @datadir@
402 datarootdir = @datarootdir@
403 docdir = @docdir@
404 dvidir = @dvidir@
405 exec_prefix = @exec_prefix@
406 host = @host@
407 host_alias = @host_alias@
408 host_cpu = @host_cpu@
409 host_os = @host_os@
410 host_vendor = @host_vendor@
411 htmldir = @htmldir@
412 includedir = @includedir@
413 infodir = @infodir@
414 install_sh = @install_sh@
415 libdir = @libdir@
416 libexecdir = @libexecdir@
417 localedir = @localedir@
418 localstatedir = @localstatedir@
419 mandir = @mandir@
420 mkdir_p = @mkdir_p@
421 oldincludedir = @oldincludedir@
422 pdfdir = @pdfdir@
423 pkgpyexecdir = @pkgpyexecdir@
424 pkgpythondir = @pkgpythondir@
425 prefix = @prefix@
426 program_transform_name = @program_transform_name@
427 psdir = @psdir@
428 pyexecdir = @pyexecdir@
429 pythondir = @pythondir@
430 runstatedir = @runstatedir@
431 sbindir = @sbindir@
432 sharedstatedir = @sharedstatedir@
433 srcdir = @srcdir@
434 sysconfdir = @sysconfdir@
435 target_alias = @target_alias@
436 top_build_prefix = @top_build_prefix@
437 top_builddir = @top_builddir@
438 top_srcdir = @top_srcdir@
439
440 # Limit PyFlakes and PEP8 to these directories.
441 pycheck_dirs = examples gi tests pygtkcompat
442
443 # Part of the gi subdirectory is handled with non-recursive make to avoid
444 # py-compile getting confused between gi/types.py and Python's standard
445 # types module.
446 SUBDIRS = . $(pycheck_dirs)
447 PLATFORM_VERSION = 3.0
448 CLEANFILES = \
449         `find "$(builddir)" -type f -name "*.pyc" -print`
450
451 EXTRA_DIST = \
452         autogen.sh \
453         pygobject.doap \
454         pygobject-$(PLATFORM_VERSION).pc.in \
455         PKG-INFO \
456         PKG-INFO.in \
457         pygi-convert.sh \
458         m4/python.m4 \
459         m4/introspection.m4 \
460         setup.py
461
462 MAINTAINERCLEANFILES = \
463         $(srcdir)/INSTALL \
464         $(srcdir)/aclocal.m4 \
465         $(srcdir)/autoscan.log \
466         $(srcdir)/compile \
467         $(srcdir)/config.guess \
468         $(srcdir)/config.h.in \
469         $(srcdir)/config.sub \
470         $(srcdir)/configure.scan \
471         $(srcdir)/depcomp \
472         $(srcdir)/install-sh \
473         $(srcdir)/ltmain.sh \
474         $(srcdir)/missing \
475         $(srcdir)/mkinstalldirs \
476         $(srcdir)/omf.make \
477         $(srcdir)/xmldocs.make \
478         $(srcdir)/gtk-doc.make \
479         $(srcdir)/ChangeLog \
480         $(srcdir)/py-compile \
481         $(srcdir)/m4/libtool.m4 \
482         $(srcdir)/m4/ltoptions.m4 \
483         $(srcdir)/m4/ltsugar.m4 \
484         $(srcdir)/m4/ltversion.m4 \
485         $(srcdir)/m4/lt~obsolete.m4 \
486         `find "$(srcdir)" -type f -name Makefile.in -print` \
487         `find "$(builddir)" -type f -name "*.pyc" -print`
488
489 BUILT_EXTRA_DIST = \
490         ChangeLog
491
492 nobase_pyexec_PYTHON = \
493         gi/__init__.py \
494         gi/types.py \
495         gi/module.py \
496         gi/importer.py \
497         gi/pygtkcompat.py \
498         gi/docstring.py \
499         gi/_constants.py \
500         gi/_propertyhelper.py \
501         gi/_signalhelper.py \
502         gi/_option.py \
503         gi/_error.py
504
505
506 # pkg-config files
507 @WITH_COMMON_TRUE@pkgconfigdir = $(libdir)/pkgconfig
508 @WITH_COMMON_TRUE@pkgconfig_DATA = pygobject-$(PLATFORM_VERSION).pc
509
510 # python
511 pyexec_LTLIBRARIES = 
512 EGG_NAME = $(PACKAGE)-$(PACKAGE_VERSION)-py$(PYTHON_VERSION)
513 all: config.h
514         $(MAKE) $(AM_MAKEFLAGS) all-recursive
515
516 .SUFFIXES:
517 am--refresh: Makefile
518         @:
519 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
520         @for dep in $?; do \
521           case '$(am__configure_deps)' in \
522             *$$dep*) \
523               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
524               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
525                 && exit 0; \
526               exit 1;; \
527           esac; \
528         done; \
529         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
530         $(am__cd) $(top_srcdir) && \
531           $(AUTOMAKE) --foreign Makefile
532 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
533         @case '$?' in \
534           *config.status*) \
535             echo ' $(SHELL) ./config.status'; \
536             $(SHELL) ./config.status;; \
537           *) \
538             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
539             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
540         esac;
541
542 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
543         $(SHELL) ./config.status --recheck
544
545 $(top_srcdir)/configure:  $(am__configure_deps)
546         $(am__cd) $(srcdir) && $(AUTOCONF)
547 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
548         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
549 $(am__aclocal_m4_deps):
550
551 config.h: stamp-h1
552         @test -f $@ || rm -f stamp-h1
553         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
554
555 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
556         @rm -f stamp-h1
557         cd $(top_builddir) && $(SHELL) ./config.status config.h
558 $(srcdir)/config.h.in:  $(am__configure_deps) 
559         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
560         rm -f stamp-h1
561         touch $@
562
563 distclean-hdr:
564         -rm -f config.h stamp-h1
565 pygobject-3.0.pc: $(top_builddir)/config.status $(srcdir)/pygobject-3.0.pc.in
566         cd $(top_builddir) && $(SHELL) ./config.status $@
567 pygobject-3.0-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/pygobject-3.0-uninstalled.pc.in
568         cd $(top_builddir) && $(SHELL) ./config.status $@
569 PKG-INFO: $(top_builddir)/config.status $(srcdir)/PKG-INFO.in
570         cd $(top_builddir) && $(SHELL) ./config.status $@
571
572 install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES)
573         @$(NORMAL_INSTALL)
574         @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
575         list2=; for p in $$list; do \
576           if test -f $$p; then \
577             list2="$$list2 $$p"; \
578           else :; fi; \
579         done; \
580         test -z "$$list2" || { \
581           echo " $(MKDIR_P) '$(DESTDIR)$(pyexecdir)'"; \
582           $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" || exit 1; \
583           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pyexecdir)'"; \
584           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pyexecdir)"; \
585         }
586
587 uninstall-pyexecLTLIBRARIES:
588         @$(NORMAL_UNINSTALL)
589         @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
590         for p in $$list; do \
591           $(am__strip_dir) \
592           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$f'"; \
593           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$f"; \
594         done
595
596 clean-pyexecLTLIBRARIES:
597         -test -z "$(pyexec_LTLIBRARIES)" || rm -f $(pyexec_LTLIBRARIES)
598         @list='$(pyexec_LTLIBRARIES)'; \
599         locs=`for p in $$list; do echo $$p; done | \
600               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
601               sort -u`; \
602         test -z "$$locs" || { \
603           echo rm -f $${locs}; \
604           rm -f $${locs}; \
605         }
606
607 mostlyclean-libtool:
608         -rm -f *.lo
609
610 clean-libtool:
611         -rm -rf .libs _libs
612
613 distclean-libtool:
614         -rm -f libtool config.lt
615 install-nobase_pyexecPYTHON: $(nobase_pyexec_PYTHON)
616         @$(NORMAL_INSTALL)
617         @list='$(nobase_pyexec_PYTHON)'; test -n "$(pyexecdir)" || list=; \
618         if test -n "$$list"; then \
619           echo " $(MKDIR_P) '$(DESTDIR)$(pyexecdir)'"; \
620           $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" || exit 1; \
621         fi; \
622         $(am__nobase_list) | { while read dir files; do \
623           xfiles=; for p in $$files; do \
624             if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
625             if test -f "$$b$$p"; then xfiles="$$xfiles $$b$$p"; dlist="$$dlist $$p"; \
626             else :; fi; done; \
627           test -z "$$xfiles" || { \
628             test "x$$dir" = x. || { \
629               echo "$(MKDIR_P) '$(DESTDIR)$(pyexecdir)/$$dir'"; \
630               $(MKDIR_P) "$(DESTDIR)$(pyexecdir)/$$dir"; }; \
631             echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(pyexecdir)/$$dir'"; \
632             $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(pyexecdir)/$$dir" || exit $$?; }; \
633         done; \
634         if test -n "$$dlist"; then \
635           $(am__py_compile) --destdir "$(DESTDIR)" \
636                             --basedir "$(pyexecdir)" $$dlist; \
637         else :; fi; }
638
639 uninstall-nobase_pyexecPYTHON:
640         @$(NORMAL_UNINSTALL)
641         @list='$(nobase_pyexec_PYTHON)'; test -n "$(pyexecdir)" || list=; \
642         $(am__nobase_strip_setup); py_files=`$(am__nobase_strip)`; \
643         test -n "$$py_files" || exit 0; \
644         dir='$(DESTDIR)$(pyexecdir)'; \
645         pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
646         pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
647         py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
648         echo "$$py_files_pep3147";\
649         pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
650         pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
651         st=0; \
652         for files in \
653           "$$py_files" \
654           "$$pyc_files" \
655           "$$pyo_files" \
656           "$$pyc_files_pep3147" \
657           "$$pyo_files_pep3147" \
658         ; do \
659           $(am__uninstall_files_from_dir) || st=$$?; \
660         done; \
661         exit $$st
662 install-pkgconfigDATA: $(pkgconfig_DATA)
663         @$(NORMAL_INSTALL)
664         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
665         if test -n "$$list"; then \
666           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
667           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
668         fi; \
669         for p in $$list; do \
670           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
671           echo "$$d$$p"; \
672         done | $(am__base_list) | \
673         while read files; do \
674           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
675           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
676         done
677
678 uninstall-pkgconfigDATA:
679         @$(NORMAL_UNINSTALL)
680         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
681         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
682         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
683
684 # This directory's subdirectories are mostly independent; you can cd
685 # into them and run 'make' without going through this Makefile.
686 # To change the values of 'make' variables: instead of editing Makefiles,
687 # (1) if the variable is set in 'config.status', edit 'config.status'
688 #     (which will cause the Makefiles to be regenerated when you run 'make');
689 # (2) otherwise, pass the desired values on the 'make' command line.
690 $(am__recursive_targets):
691         @fail=; \
692         if $(am__make_keepgoing); then \
693           failcom='fail=yes'; \
694         else \
695           failcom='exit 1'; \
696         fi; \
697         dot_seen=no; \
698         target=`echo $@ | sed s/-recursive//`; \
699         case "$@" in \
700           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
701           *) list='$(SUBDIRS)' ;; \
702         esac; \
703         for subdir in $$list; do \
704           echo "Making $$target in $$subdir"; \
705           if test "$$subdir" = "."; then \
706             dot_seen=yes; \
707             local_target="$$target-am"; \
708           else \
709             local_target="$$target"; \
710           fi; \
711           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
712           || eval $$failcom; \
713         done; \
714         if test "$$dot_seen" = "no"; then \
715           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
716         fi; test -z "$$fail"
717
718 ID: $(am__tagged_files)
719         $(am__define_uniq_tagged_files); mkid -fID $$unique
720 tags: tags-recursive
721 TAGS: tags
722
723 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
724         set x; \
725         here=`pwd`; \
726         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
727           include_option=--etags-include; \
728           empty_fix=.; \
729         else \
730           include_option=--include; \
731           empty_fix=; \
732         fi; \
733         list='$(SUBDIRS)'; for subdir in $$list; do \
734           if test "$$subdir" = .; then :; else \
735             test ! -f $$subdir/TAGS || \
736               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
737           fi; \
738         done; \
739         $(am__define_uniq_tagged_files); \
740         shift; \
741         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
742           test -n "$$unique" || unique=$$empty_fix; \
743           if test $$# -gt 0; then \
744             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
745               "$$@" $$unique; \
746           else \
747             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
748               $$unique; \
749           fi; \
750         fi
751 ctags: ctags-recursive
752
753 CTAGS: ctags
754 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
755         $(am__define_uniq_tagged_files); \
756         test -z "$(CTAGS_ARGS)$$unique" \
757           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
758              $$unique
759
760 GTAGS:
761         here=`$(am__cd) $(top_builddir) && pwd` \
762           && $(am__cd) $(top_srcdir) \
763           && gtags -i $(GTAGS_ARGS) "$$here"
764 cscope: cscope.files
765         test ! -s cscope.files \
766           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
767 clean-cscope:
768         -rm -f cscope.files
769 cscope.files: clean-cscope cscopelist
770 cscopelist: cscopelist-recursive
771
772 cscopelist-am: $(am__tagged_files)
773         list='$(am__tagged_files)'; \
774         case "$(srcdir)" in \
775           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
776           *) sdir=$(subdir)/$(srcdir) ;; \
777         esac; \
778         for i in $$list; do \
779           if test -f "$$i"; then \
780             echo "$(subdir)/$$i"; \
781           else \
782             echo "$$sdir/$$i"; \
783           fi; \
784         done >> $(top_builddir)/cscope.files
785
786 distclean-tags:
787         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
788         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
789
790 distdir: $(DISTFILES)
791         $(am__remove_distdir)
792         test -d "$(distdir)" || mkdir "$(distdir)"
793         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
794         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
795         list='$(DISTFILES)'; \
796           dist_files=`for file in $$list; do echo $$file; done | \
797           sed -e "s|^$$srcdirstrip/||;t" \
798               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
799         case $$dist_files in \
800           */*) $(MKDIR_P) `echo "$$dist_files" | \
801                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
802                            sort -u` ;; \
803         esac; \
804         for file in $$dist_files; do \
805           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
806           if test -d $$d/$$file; then \
807             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
808             if test -d "$(distdir)/$$file"; then \
809               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
810             fi; \
811             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
812               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
813               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
814             fi; \
815             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
816           else \
817             test -f "$(distdir)/$$file" \
818             || cp -p $$d/$$file "$(distdir)/$$file" \
819             || exit 1; \
820           fi; \
821         done
822         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
823           if test "$$subdir" = .; then :; else \
824             $(am__make_dryrun) \
825               || test -d "$(distdir)/$$subdir" \
826               || $(MKDIR_P) "$(distdir)/$$subdir" \
827               || exit 1; \
828             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
829             $(am__relativize); \
830             new_distdir=$$reldir; \
831             dir1=$$subdir; dir2="$(top_distdir)"; \
832             $(am__relativize); \
833             new_top_distdir=$$reldir; \
834             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
835             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
836             ($(am__cd) $$subdir && \
837               $(MAKE) $(AM_MAKEFLAGS) \
838                 top_distdir="$$new_top_distdir" \
839                 distdir="$$new_distdir" \
840                 am__remove_distdir=: \
841                 am__skip_length_check=: \
842                 am__skip_mode_fix=: \
843                 distdir) \
844               || exit 1; \
845           fi; \
846         done
847         $(MAKE) $(AM_MAKEFLAGS) \
848           top_distdir="$(top_distdir)" distdir="$(distdir)" \
849           dist-hook
850         -test -n "$(am__skip_mode_fix)" \
851         || find "$(distdir)" -type d ! -perm -755 \
852                 -exec chmod u+rwx,go+rx {} \; -o \
853           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
854           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
855           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
856         || chmod -R a+r "$(distdir)"
857 dist-gzip: distdir
858         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
859         $(am__post_remove_distdir)
860
861 dist-bzip2: distdir
862         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
863         $(am__post_remove_distdir)
864
865 dist-lzip: distdir
866         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
867         $(am__post_remove_distdir)
868 dist-xz: distdir
869         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
870         $(am__post_remove_distdir)
871
872 dist-tarZ: distdir
873         @echo WARNING: "Support for distribution archives compressed with" \
874                        "legacy program 'compress' is deprecated." >&2
875         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
876         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
877         $(am__post_remove_distdir)
878
879 dist-shar: distdir
880         @echo WARNING: "Support for shar distribution archives is" \
881                        "deprecated." >&2
882         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
883         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
884         $(am__post_remove_distdir)
885
886 dist-zip: distdir
887         -rm -f $(distdir).zip
888         zip -rq $(distdir).zip $(distdir)
889         $(am__post_remove_distdir)
890
891 dist dist-all:
892         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
893         $(am__post_remove_distdir)
894
895 # This target untars the dist file and tries a VPATH configuration.  Then
896 # it guarantees that the distribution is self-contained by making another
897 # tarfile.
898 distcheck: dist
899         case '$(DIST_ARCHIVES)' in \
900         *.tar.gz*) \
901           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
902         *.tar.bz2*) \
903           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
904         *.tar.lz*) \
905           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
906         *.tar.xz*) \
907           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
908         *.tar.Z*) \
909           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
910         *.shar.gz*) \
911           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
912         *.zip*) \
913           unzip $(distdir).zip ;;\
914         esac
915         chmod -R a-w $(distdir)
916         chmod u+w $(distdir)
917         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
918         chmod a-w $(distdir)
919         test -d $(distdir)/_build || exit 0; \
920         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
921           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
922           && am__cwd=`pwd` \
923           && $(am__cd) $(distdir)/_build/sub \
924           && ../../configure \
925             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
926             $(DISTCHECK_CONFIGURE_FLAGS) \
927             --srcdir=../.. --prefix="$$dc_install_base" \
928           && $(MAKE) $(AM_MAKEFLAGS) \
929           && $(MAKE) $(AM_MAKEFLAGS) dvi \
930           && $(MAKE) $(AM_MAKEFLAGS) check \
931           && $(MAKE) $(AM_MAKEFLAGS) install \
932           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
933           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
934           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
935                 distuninstallcheck \
936           && chmod -R a-w "$$dc_install_base" \
937           && ({ \
938                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
939                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
940                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
941                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
942                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
943               } || { rm -rf "$$dc_destdir"; exit 1; }) \
944           && rm -rf "$$dc_destdir" \
945           && $(MAKE) $(AM_MAKEFLAGS) dist \
946           && rm -rf $(DIST_ARCHIVES) \
947           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
948           && cd "$$am__cwd" \
949           || exit 1
950         $(am__post_remove_distdir)
951         @(echo "$(distdir) archives ready for distribution: "; \
952           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
953           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
954 distuninstallcheck:
955         @test -n '$(distuninstallcheck_dir)' || { \
956           echo 'ERROR: trying to run $@ with an empty' \
957                '$$(distuninstallcheck_dir)' >&2; \
958           exit 1; \
959         }; \
960         $(am__cd) '$(distuninstallcheck_dir)' || { \
961           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
962           exit 1; \
963         }; \
964         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
965            || { echo "ERROR: files left after uninstall:" ; \
966                 if test -n "$(DESTDIR)"; then \
967                   echo "  (check DESTDIR support)"; \
968                 fi ; \
969                 $(distuninstallcheck_listfiles) ; \
970                 exit 1; } >&2
971 distcleancheck: distclean
972         @if test '$(srcdir)' = . ; then \
973           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
974           exit 1 ; \
975         fi
976         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
977           || { echo "ERROR: files left in build directory after distclean:" ; \
978                $(distcleancheck_listfiles) ; \
979                exit 1; } >&2
980 check-am: all-am
981         $(MAKE) $(AM_MAKEFLAGS) check-local
982 check: check-recursive
983 all-am: Makefile $(LTLIBRARIES) $(DATA) config.h all-local
984 installdirs: installdirs-recursive
985 installdirs-am:
986         for dir in "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
987           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
988         done
989 install: install-recursive
990 install-exec: install-exec-recursive
991 install-data: install-data-recursive
992 uninstall: uninstall-recursive
993
994 install-am: all-am
995         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
996
997 installcheck: installcheck-recursive
998 install-strip:
999         if test -z '$(STRIP)'; then \
1000           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1001             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1002               install; \
1003         else \
1004           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1005             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1006             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1007         fi
1008 mostlyclean-generic:
1009
1010 clean-generic:
1011         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1012
1013 distclean-generic:
1014         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1015         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1016
1017 maintainer-clean-generic:
1018         @echo "This command is intended for maintainers to use"
1019         @echo "it deletes files that may require special tools to rebuild."
1020         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1021 clean: clean-recursive
1022
1023 clean-am: clean-generic clean-libtool clean-pyexecLTLIBRARIES \
1024         mostlyclean-am
1025
1026 distclean: distclean-recursive
1027         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1028         -rm -f Makefile
1029 distclean-am: clean-am distclean-generic distclean-hdr \
1030         distclean-libtool distclean-local distclean-tags
1031
1032 dvi: dvi-recursive
1033
1034 dvi-am:
1035
1036 html: html-recursive
1037
1038 html-am:
1039
1040 info: info-recursive
1041
1042 info-am:
1043
1044 install-data-am: install-data-local install-pkgconfigDATA
1045
1046 install-dvi: install-dvi-recursive
1047
1048 install-dvi-am:
1049
1050 install-exec-am: install-nobase_pyexecPYTHON install-pyexecLTLIBRARIES
1051
1052 install-html: install-html-recursive
1053
1054 install-html-am:
1055
1056 install-info: install-info-recursive
1057
1058 install-info-am:
1059
1060 install-man:
1061
1062 install-pdf: install-pdf-recursive
1063
1064 install-pdf-am:
1065
1066 install-ps: install-ps-recursive
1067
1068 install-ps-am:
1069
1070 installcheck-am:
1071
1072 maintainer-clean: maintainer-clean-recursive
1073         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1074         -rm -rf $(top_srcdir)/autom4te.cache
1075         -rm -f Makefile
1076 maintainer-clean-am: distclean-am maintainer-clean-generic
1077
1078 mostlyclean: mostlyclean-recursive
1079
1080 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1081
1082 pdf: pdf-recursive
1083
1084 pdf-am:
1085
1086 ps: ps-recursive
1087
1088 ps-am:
1089
1090 uninstall-am: uninstall-local uninstall-nobase_pyexecPYTHON \
1091         uninstall-pkgconfigDATA uninstall-pyexecLTLIBRARIES
1092
1093 .MAKE: $(am__recursive_targets) all check-am install-am install-strip
1094
1095 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
1096         am--refresh check check-am check-local clean clean-cscope \
1097         clean-generic clean-libtool clean-pyexecLTLIBRARIES cscope \
1098         cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1099         dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
1100         dist-zip distcheck distclean distclean-generic distclean-hdr \
1101         distclean-libtool distclean-local distclean-tags \
1102         distcleancheck distdir distuninstallcheck dvi dvi-am html \
1103         html-am info info-am install install-am install-data \
1104         install-data-am install-data-local install-dvi install-dvi-am \
1105         install-exec install-exec-am install-html install-html-am \
1106         install-info install-info-am install-man \
1107         install-nobase_pyexecPYTHON install-pdf install-pdf-am \
1108         install-pkgconfigDATA install-ps install-ps-am \
1109         install-pyexecLTLIBRARIES install-strip installcheck \
1110         installcheck-am installdirs installdirs-am maintainer-clean \
1111         maintainer-clean-generic mostlyclean mostlyclean-generic \
1112         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1113         uninstall-am uninstall-local uninstall-nobase_pyexecPYTHON \
1114         uninstall-pkgconfigDATA uninstall-pyexecLTLIBRARIES
1115
1116 .PRECIOUS: Makefile
1117
1118
1119 # if we build in a separate tree, we need to symlink the *.py files from the
1120 # source tree; Python does not accept the extensions and modules in different
1121 # paths
1122 build_pylinks:
1123         for f in $(nobase_pyexec_PYTHON); do \
1124                 [ -e $(builddir)/$$f ] || \
1125                         $(LN_S) $(abs_srcdir)/$$f $(builddir)/$$f; \
1126         done
1127
1128 all-local: build_pylinks
1129
1130 check-local: build_pylinks
1131 install-data-local:
1132         $(mkinstalldirs) $(DESTDIR)$(pyexecdir)
1133         cp $(top_builddir)/PKG-INFO $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
1134 uninstall-local:
1135         rm -f $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
1136
1137 release-news:
1138         printf "%-8s%s\n" "$(VERSION)" "`LC_TIME=C date '+%d-%b-%Y'`" > NEWS.tmp
1139
1140         @echo -e "\n\n\nFor blogging, you can copy&paste this HTML formatted news:"
1141         @echo "-------------- 8< -------------"
1142         @last=`head -n1 $(top_srcdir)/NEWS | cut -f1 -d' '`; \
1143         echo "<ul>"; \
1144         for commit in `git rev-list $$last..`; do \
1145            data=`git log --format="format:%s%n%an%n%b" $$commit^..$$commit`; \
1146            echo "$$data" | perl -e '$$subj = <>; chomp $$subj; $$author = <>; chomp $$author; while (<>) { if (/bugzilla.gnome.org.*id=([0-9]+)/) { $$bug = $$1 }};  print "  <li>$$subj ($$author)"; if ($$bug) { print " (<a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=$$bug\">#$$bug</a>)"; }; print "</li>\n"'; \
1147            echo "$$data" | perl -e '$$subj = <>; chomp $$subj; $$author = <>; chomp $$author; while (<>) { if (/bugzilla.gnome.org.*id=([0-9]+)/) { $$bug = $$1 }};  print "        - $$subj ($$author)"; if ($$bug) { print " (#$$bug)"; }; print "\n"' >> NEWS.tmp; \
1148         done
1149         @echo "</ul>"
1150         @echo "-------------- 8< -------------"
1151
1152         @echo >> NEWS.tmp
1153         @cat $(top_srcdir)/NEWS >> NEWS.tmp
1154         @mv NEWS.tmp $(top_srcdir)/NEWS
1155
1156 .PHONY: ChangeLog release-news
1157
1158 ChangeLog:
1159         @echo Creating $@
1160         @if test -d "$(srcdir)/.git"; then \
1161           (GIT_DIR=$(top_srcdir)/.git $(top_srcdir)/missing --run git log PYGOBJECT_2_17_0^^.. --stat) | fmt --split-only > $@.tmp \
1162           && mv -f $@.tmp $@ \
1163           || ($(RM) $@.tmp; \
1164               echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
1165               (test -f $@ || echo git-log is required to generate this file >> $@)); \
1166         else \
1167           test -f $@ || \
1168           (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
1169           echo A git checkout and git-log is required to generate this file >> $@); \
1170         fi
1171
1172 distclean-local:
1173         if test $(srcdir) = .; then :; else \
1174             rm -f $(BUILT_EXTRA_DIST); \
1175         fi
1176
1177 dist-hook: $(BUILT_EXTRA_DIST)
1178         files='$(BUILT_EXTRA_DIST)'; \
1179         for f in $$files; do \
1180           if test -f $$f; then d=.; else d=$(srcdir); fi; \
1181           rm -f $(distdir)/$$f && cp $$d/$$f $(distdir) || exit 1; done
1182
1183 # pycheck_subdirs = 
1184
1185 check.quality:
1186         @echo "  CHECK  Pyflakes" $(pycheck_dirs)
1187         @if type pyflakes >/dev/null 2>&1; then \
1188                 (cd $(abs_top_srcdir) && PYFLAKES_BUILTINS="basestring,long,unicode" pyflakes $(pycheck_dirs) ); \
1189         else echo "skipped, pyflakes not installed"; \
1190         fi
1191         @echo "  CHECK  PEP8";
1192         @if type pep8 >/dev/null 2>&1; then \
1193                 (cd $(abs_top_srcdir) && pep8 --ignore=E501,E123,E124,E402,E731,E722 --repeat --show-source $(pycheck_dirs) ); \
1194         else echo "skipped, pep8 not installed"; \
1195         fi
1196
1197 check.gdb:
1198         cd tests && $(MAKE) check.gdb
1199
1200 check.nemiver:
1201         cd tests && $(MAKE) check.nemiver
1202
1203 check.valgrind:
1204         cd tests && $(MAKE) check.valgrind
1205
1206 check.valgrindlog:
1207         cd tests && $(MAKE) check.valgrindlog
1208
1209 check.valgrindxml:
1210         cd tests && $(MAKE) check.valgrindxml
1211
1212 @CODE_COVERAGE_RULES@
1213
1214 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1215 # Otherwise a system limit (for SysV at least) may be exceeded.
1216 .NOEXPORT: