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