Imported Upstream version 3.16.1
[platform/upstream/python-gobject.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 OS_EXT = @OS_EXT@
312 OTOOL = @OTOOL@
313 OTOOL64 = @OTOOL64@
314 PACKAGE = @PACKAGE@
315 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
316 PACKAGE_NAME = @PACKAGE_NAME@
317 PACKAGE_STRING = @PACKAGE_STRING@
318 PACKAGE_TARNAME = @PACKAGE_TARNAME@
319 PACKAGE_URL = @PACKAGE_URL@
320 PACKAGE_VERSION = @PACKAGE_VERSION@
321 PATH_SEPARATOR = @PATH_SEPARATOR@
322 PKG_CONFIG = @PKG_CONFIG@
323 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
324 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
325 PLATFORM = @PLATFORM@
326 PYCAIRO_CFLAGS = @PYCAIRO_CFLAGS@
327 PYCAIRO_LIBS = @PYCAIRO_LIBS@
328 PYGOBJECT_MAJOR_VERSION = @PYGOBJECT_MAJOR_VERSION@
329 PYGOBJECT_MICRO_VERSION = @PYGOBJECT_MICRO_VERSION@
330 PYGOBJECT_MINOR_VERSION = @PYGOBJECT_MINOR_VERSION@
331 PYTHON = @PYTHON@
332 PYTHON_BASENAME = @PYTHON_BASENAME@
333 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
334 PYTHON_INCLUDES = @PYTHON_INCLUDES@
335 PYTHON_LIBS = @PYTHON_LIBS@
336 PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
337 PYTHON_PLATFORM = @PYTHON_PLATFORM@
338 PYTHON_PREFIX = @PYTHON_PREFIX@
339 PYTHON_SO = @PYTHON_SO@
340 PYTHON_VERSION = @PYTHON_VERSION@
341 RANLIB = @RANLIB@
342 SED = @SED@
343 SET_MAKE = @SET_MAKE@
344 SHELL = @SHELL@
345 STRIP = @STRIP@
346 THREADING_CFLAGS = @THREADING_CFLAGS@
347 VERSION = @VERSION@
348 WARN_CFLAGS = @WARN_CFLAGS@
349 abs_builddir = @abs_builddir@
350 abs_srcdir = @abs_srcdir@
351 abs_top_builddir = @abs_top_builddir@
352 abs_top_srcdir = @abs_top_srcdir@
353 ac_ct_AR = @ac_ct_AR@
354 ac_ct_CC = @ac_ct_CC@
355 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
356 am__include = @am__include@
357 am__leading_dot = @am__leading_dot@
358 am__quote = @am__quote@
359 am__tar = @am__tar@
360 am__untar = @am__untar@
361 bindir = @bindir@
362 build = @build@
363 build_alias = @build_alias@
364 build_cpu = @build_cpu@
365 build_os = @build_os@
366 build_vendor = @build_vendor@
367 builddir = @builddir@
368 datadir = @datadir@
369 datarootdir = @datarootdir@
370 docdir = @docdir@
371 dvidir = @dvidir@
372 exec_prefix = @exec_prefix@
373 host = @host@
374 host_alias = @host_alias@
375 host_cpu = @host_cpu@
376 host_os = @host_os@
377 host_vendor = @host_vendor@
378 htmldir = @htmldir@
379 includedir = @includedir@
380 infodir = @infodir@
381 install_sh = @install_sh@
382 libdir = @libdir@
383 libexecdir = @libexecdir@
384 localedir = @localedir@
385 localstatedir = @localstatedir@
386 mandir = @mandir@
387 mkdir_p = @mkdir_p@
388 oldincludedir = @oldincludedir@
389 pdfdir = @pdfdir@
390 pkgpyexecdir = @pkgpyexecdir@
391 pkgpythondir = @pkgpythondir@
392 prefix = @prefix@
393 program_transform_name = @program_transform_name@
394 psdir = @psdir@
395 pyexecdir = @pyexecdir@
396 pythondir = @pythondir@
397 sbindir = @sbindir@
398 sharedstatedir = @sharedstatedir@
399 srcdir = @srcdir@
400 sysconfdir = @sysconfdir@
401 target_alias = @target_alias@
402 top_build_prefix = @top_build_prefix@
403 top_builddir = @top_builddir@
404 top_srcdir = @top_srcdir@
405 AUTOMAKE_OPTIONS = 1.7
406
407 # Limit PyFlakes and PEP8 to these directories.
408 pycheck_dirs = examples gi tests pygtkcompat
409
410 # Part of the gi subdirectory is handled with non-recursive make to avoid
411 # py-compile getting confused between gi/types.py and Python's standard
412 # types module.
413 SUBDIRS = . $(pycheck_dirs)
414 PLATFORM_VERSION = 3.0
415 CLEANFILES = \
416         `find "$(builddir)" -type f -name "*.pyc" -print`
417
418 EXTRA_DIST = \
419         autogen.sh \
420         pygobject.doap \
421         pygobject-$(PLATFORM_VERSION).pc.in \
422         PKG-INFO \
423         PKG-INFO.in \
424         pygi-convert.sh \
425         m4/as-ac-expand.m4 \
426         m4/jhflags.m4 \
427         m4/python.m4
428
429 MAINTAINERCLEANFILES = \
430         $(srcdir)/INSTALL \
431         $(srcdir)/aclocal.m4 \
432         $(srcdir)/autoscan.log \
433         $(srcdir)/compile \
434         $(srcdir)/config.guess \
435         $(srcdir)/config.h.in \
436         $(srcdir)/config.sub \
437         $(srcdir)/configure.scan \
438         $(srcdir)/depcomp \
439         $(srcdir)/install-sh \
440         $(srcdir)/ltmain.sh \
441         $(srcdir)/missing \
442         $(srcdir)/mkinstalldirs \
443         $(srcdir)/omf.make \
444         $(srcdir)/xmldocs.make \
445         $(srcdir)/gtk-doc.make \
446         $(srcdir)/ChangeLog \
447         $(srcdir)/py-compile \
448         $(srcdir)/m4/libtool.m4 \
449         $(srcdir)/m4/ltoptions.m4 \
450         $(srcdir)/m4/ltsugar.m4 \
451         $(srcdir)/m4/ltversion.m4 \
452         $(srcdir)/m4/lt~obsolete.m4 \
453         `find "$(srcdir)" -type f -name Makefile.in -print` \
454         `find "$(builddir)" -type f -name "*.pyc" -print`
455
456 BUILT_EXTRA_DIST = \
457         ChangeLog
458
459 nobase_pyexec_PYTHON = \
460         gi/__init__.py \
461         gi/types.py \
462         gi/module.py \
463         gi/importer.py \
464         gi/pygtkcompat.py \
465         gi/docstring.py \
466         gi/_constants.py \
467         gi/_propertyhelper.py \
468         gi/_signalhelper.py \
469         gi/_option.py \
470         gi/_error.py
471
472
473 # pkg-config files
474 @WITH_COMMON_TRUE@pkgconfigdir = $(libdir)/pkgconfig
475 @WITH_COMMON_TRUE@pkgconfig_DATA = pygobject-$(PLATFORM_VERSION).pc
476
477 # python
478 pyexec_LTLIBRARIES = 
479
480 # install pth file.
481 EGG_NAME = $(PACKAGE)-$(PACKAGE_VERSION)-py$(PYTHON_VERSION)-$(PLATFORM)
482 all: config.h
483         $(MAKE) $(AM_MAKEFLAGS) all-recursive
484
485 .SUFFIXES:
486 am--refresh: Makefile
487         @:
488 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
489         @for dep in $?; do \
490           case '$(am__configure_deps)' in \
491             *$$dep*) \
492               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
493               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
494                 && exit 0; \
495               exit 1;; \
496           esac; \
497         done; \
498         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
499         $(am__cd) $(top_srcdir) && \
500           $(AUTOMAKE) --foreign Makefile
501 .PRECIOUS: Makefile
502 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
503         @case '$?' in \
504           *config.status*) \
505             echo ' $(SHELL) ./config.status'; \
506             $(SHELL) ./config.status;; \
507           *) \
508             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
509             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
510         esac;
511
512 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
513         $(SHELL) ./config.status --recheck
514
515 $(top_srcdir)/configure:  $(am__configure_deps)
516         $(am__cd) $(srcdir) && $(AUTOCONF)
517 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
518         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
519 $(am__aclocal_m4_deps):
520
521 config.h: stamp-h1
522         @if test ! -f $@; then rm -f stamp-h1; else :; fi
523         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
524
525 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
526         @rm -f stamp-h1
527         cd $(top_builddir) && $(SHELL) ./config.status config.h
528 $(srcdir)/config.h.in:  $(am__configure_deps) 
529         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
530         rm -f stamp-h1
531         touch $@
532
533 distclean-hdr:
534         -rm -f config.h stamp-h1
535 pygobject-3.0.pc: $(top_builddir)/config.status $(srcdir)/pygobject-3.0.pc.in
536         cd $(top_builddir) && $(SHELL) ./config.status $@
537 pygobject-3.0-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/pygobject-3.0-uninstalled.pc.in
538         cd $(top_builddir) && $(SHELL) ./config.status $@
539 PKG-INFO: $(top_builddir)/config.status $(srcdir)/PKG-INFO.in
540         cd $(top_builddir) && $(SHELL) ./config.status $@
541
542 install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES)
543         @$(NORMAL_INSTALL)
544         @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
545         list2=; for p in $$list; do \
546           if test -f $$p; then \
547             list2="$$list2 $$p"; \
548           else :; fi; \
549         done; \
550         test -z "$$list2" || { \
551           echo " $(MKDIR_P) '$(DESTDIR)$(pyexecdir)'"; \
552           $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" || exit 1; \
553           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pyexecdir)'"; \
554           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pyexecdir)"; \
555         }
556
557 uninstall-pyexecLTLIBRARIES:
558         @$(NORMAL_UNINSTALL)
559         @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
560         for p in $$list; do \
561           $(am__strip_dir) \
562           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$f'"; \
563           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$f"; \
564         done
565
566 clean-pyexecLTLIBRARIES:
567         -test -z "$(pyexec_LTLIBRARIES)" || rm -f $(pyexec_LTLIBRARIES)
568         @list='$(pyexec_LTLIBRARIES)'; \
569         locs=`for p in $$list; do echo $$p; done | \
570               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
571               sort -u`; \
572         test -z "$$locs" || { \
573           echo rm -f $${locs}; \
574           rm -f $${locs}; \
575         }
576
577 mostlyclean-libtool:
578         -rm -f *.lo
579
580 clean-libtool:
581         -rm -rf .libs _libs
582
583 distclean-libtool:
584         -rm -f libtool config.lt
585 install-nobase_pyexecPYTHON: $(nobase_pyexec_PYTHON)
586         @$(NORMAL_INSTALL)
587         @list='$(nobase_pyexec_PYTHON)'; test -n "$(pyexecdir)" || list=; \
588         if test -n "$$list"; then \
589           echo " $(MKDIR_P) '$(DESTDIR)$(pyexecdir)'"; \
590           $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" || exit 1; \
591         fi; \
592         $(am__nobase_list) | while read dir files; do \
593           xfiles=; for p in $$files; do \
594             if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
595             if test -f "$$b$$p"; then xfiles="$$xfiles $$b$$p"; dlist="$$dlist $$p"; \
596             else :; fi; done; \
597           test -z "$$xfiles" || { \
598             test "x$$dir" = x. || { \
599               echo "$(MKDIR_P) '$(DESTDIR)$(pyexecdir)/$$dir'"; \
600               $(MKDIR_P) "$(DESTDIR)$(pyexecdir)/$$dir"; }; \
601             echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(pyexecdir)/$$dir'"; \
602             $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(pyexecdir)/$$dir" || exit $$?; }; \
603           if test -n "$$dlist"; then \
604             $(am__py_compile) --destdir "$(DESTDIR)" \
605                               --basedir "$(pyexecdir)" $$dlist; \
606           else :; fi \
607         done
608
609 uninstall-nobase_pyexecPYTHON:
610         @$(NORMAL_UNINSTALL)
611         @list='$(nobase_pyexec_PYTHON)'; test -n "$(pyexecdir)" || list=; \
612         $(am__nobase_strip_setup); py_files=`$(am__nobase_strip)`; \
613         test -n "$$py_files" || exit 0; \
614         dir='$(DESTDIR)$(pyexecdir)'; \
615         pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
616         pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
617         py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
618         echo "$$py_files_pep3147";\
619         pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
620         pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
621         st=0; \
622         for files in \
623           "$$py_files" \
624           "$$pyc_files" \
625           "$$pyo_files" \
626           "$$pyc_files_pep3147" \
627           "$$pyo_files_pep3147" \
628         ; do \
629           $(am__uninstall_files_from_dir) || st=$$?; \
630         done; \
631         exit $$st
632 install-pkgconfigDATA: $(pkgconfig_DATA)
633         @$(NORMAL_INSTALL)
634         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
635         if test -n "$$list"; then \
636           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
637           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
638         fi; \
639         for p in $$list; do \
640           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
641           echo "$$d$$p"; \
642         done | $(am__base_list) | \
643         while read files; do \
644           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
645           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
646         done
647
648 uninstall-pkgconfigDATA:
649         @$(NORMAL_UNINSTALL)
650         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
651         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
652         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
653
654 # This directory's subdirectories are mostly independent; you can cd
655 # into them and run 'make' without going through this Makefile.
656 # To change the values of 'make' variables: instead of editing Makefiles,
657 # (1) if the variable is set in 'config.status', edit 'config.status'
658 #     (which will cause the Makefiles to be regenerated when you run 'make');
659 # (2) otherwise, pass the desired values on the 'make' command line.
660 $(am__recursive_targets):
661         @fail=; \
662         if $(am__make_keepgoing); then \
663           failcom='fail=yes'; \
664         else \
665           failcom='exit 1'; \
666         fi; \
667         dot_seen=no; \
668         target=`echo $@ | sed s/-recursive//`; \
669         case "$@" in \
670           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
671           *) list='$(SUBDIRS)' ;; \
672         esac; \
673         for subdir in $$list; do \
674           echo "Making $$target in $$subdir"; \
675           if test "$$subdir" = "."; then \
676             dot_seen=yes; \
677             local_target="$$target-am"; \
678           else \
679             local_target="$$target"; \
680           fi; \
681           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
682           || eval $$failcom; \
683         done; \
684         if test "$$dot_seen" = "no"; then \
685           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
686         fi; test -z "$$fail"
687
688 ID: $(am__tagged_files)
689         $(am__define_uniq_tagged_files); mkid -fID $$unique
690 tags: tags-recursive
691 TAGS: tags
692
693 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
694         set x; \
695         here=`pwd`; \
696         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
697           include_option=--etags-include; \
698           empty_fix=.; \
699         else \
700           include_option=--include; \
701           empty_fix=; \
702         fi; \
703         list='$(SUBDIRS)'; for subdir in $$list; do \
704           if test "$$subdir" = .; then :; else \
705             test ! -f $$subdir/TAGS || \
706               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
707           fi; \
708         done; \
709         $(am__define_uniq_tagged_files); \
710         shift; \
711         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
712           test -n "$$unique" || unique=$$empty_fix; \
713           if test $$# -gt 0; then \
714             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
715               "$$@" $$unique; \
716           else \
717             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
718               $$unique; \
719           fi; \
720         fi
721 ctags: ctags-recursive
722
723 CTAGS: ctags
724 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
725         $(am__define_uniq_tagged_files); \
726         test -z "$(CTAGS_ARGS)$$unique" \
727           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
728              $$unique
729
730 GTAGS:
731         here=`$(am__cd) $(top_builddir) && pwd` \
732           && $(am__cd) $(top_srcdir) \
733           && gtags -i $(GTAGS_ARGS) "$$here"
734 cscope: cscope.files
735         test ! -s cscope.files \
736           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
737 clean-cscope:
738         -rm -f cscope.files
739 cscope.files: clean-cscope cscopelist
740 cscopelist: cscopelist-recursive
741
742 cscopelist-am: $(am__tagged_files)
743         list='$(am__tagged_files)'; \
744         case "$(srcdir)" in \
745           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
746           *) sdir=$(subdir)/$(srcdir) ;; \
747         esac; \
748         for i in $$list; do \
749           if test -f "$$i"; then \
750             echo "$(subdir)/$$i"; \
751           else \
752             echo "$$sdir/$$i"; \
753           fi; \
754         done >> $(top_builddir)/cscope.files
755
756 distclean-tags:
757         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
758         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
759
760 distdir: $(DISTFILES)
761         $(am__remove_distdir)
762         test -d "$(distdir)" || mkdir "$(distdir)"
763         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
764         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
765         list='$(DISTFILES)'; \
766           dist_files=`for file in $$list; do echo $$file; done | \
767           sed -e "s|^$$srcdirstrip/||;t" \
768               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
769         case $$dist_files in \
770           */*) $(MKDIR_P) `echo "$$dist_files" | \
771                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
772                            sort -u` ;; \
773         esac; \
774         for file in $$dist_files; do \
775           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
776           if test -d $$d/$$file; then \
777             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
778             if test -d "$(distdir)/$$file"; then \
779               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
780             fi; \
781             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
782               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
783               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
784             fi; \
785             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
786           else \
787             test -f "$(distdir)/$$file" \
788             || cp -p $$d/$$file "$(distdir)/$$file" \
789             || exit 1; \
790           fi; \
791         done
792         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
793           if test "$$subdir" = .; then :; else \
794             $(am__make_dryrun) \
795               || test -d "$(distdir)/$$subdir" \
796               || $(MKDIR_P) "$(distdir)/$$subdir" \
797               || exit 1; \
798             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
799             $(am__relativize); \
800             new_distdir=$$reldir; \
801             dir1=$$subdir; dir2="$(top_distdir)"; \
802             $(am__relativize); \
803             new_top_distdir=$$reldir; \
804             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
805             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
806             ($(am__cd) $$subdir && \
807               $(MAKE) $(AM_MAKEFLAGS) \
808                 top_distdir="$$new_top_distdir" \
809                 distdir="$$new_distdir" \
810                 am__remove_distdir=: \
811                 am__skip_length_check=: \
812                 am__skip_mode_fix=: \
813                 distdir) \
814               || exit 1; \
815           fi; \
816         done
817         $(MAKE) $(AM_MAKEFLAGS) \
818           top_distdir="$(top_distdir)" distdir="$(distdir)" \
819           dist-hook
820         -test -n "$(am__skip_mode_fix)" \
821         || find "$(distdir)" -type d ! -perm -755 \
822                 -exec chmod u+rwx,go+rx {} \; -o \
823           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
824           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
825           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
826         || chmod -R a+r "$(distdir)"
827 dist-gzip: distdir
828         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
829         $(am__post_remove_distdir)
830
831 dist-bzip2: distdir
832         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
833         $(am__post_remove_distdir)
834
835 dist-lzip: distdir
836         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
837         $(am__post_remove_distdir)
838 dist-xz: distdir
839         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
840         $(am__post_remove_distdir)
841
842 dist-tarZ: distdir
843         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
844         $(am__post_remove_distdir)
845
846 dist-shar: distdir
847         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
848         $(am__post_remove_distdir)
849
850 dist-zip: distdir
851         -rm -f $(distdir).zip
852         zip -rq $(distdir).zip $(distdir)
853         $(am__post_remove_distdir)
854
855 dist dist-all:
856         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
857         $(am__post_remove_distdir)
858
859 # This target untars the dist file and tries a VPATH configuration.  Then
860 # it guarantees that the distribution is self-contained by making another
861 # tarfile.
862 distcheck: dist
863         case '$(DIST_ARCHIVES)' in \
864         *.tar.gz*) \
865           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
866         *.tar.bz2*) \
867           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
868         *.tar.lz*) \
869           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
870         *.tar.xz*) \
871           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
872         *.tar.Z*) \
873           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
874         *.shar.gz*) \
875           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
876         *.zip*) \
877           unzip $(distdir).zip ;;\
878         esac
879         chmod -R a-w $(distdir)
880         chmod u+w $(distdir)
881         mkdir $(distdir)/_build $(distdir)/_inst
882         chmod a-w $(distdir)
883         test -d $(distdir)/_build || exit 0; \
884         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
885           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
886           && am__cwd=`pwd` \
887           && $(am__cd) $(distdir)/_build \
888           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
889             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
890             $(DISTCHECK_CONFIGURE_FLAGS) \
891           && $(MAKE) $(AM_MAKEFLAGS) \
892           && $(MAKE) $(AM_MAKEFLAGS) dvi \
893           && $(MAKE) $(AM_MAKEFLAGS) check \
894           && $(MAKE) $(AM_MAKEFLAGS) install \
895           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
896           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
897           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
898                 distuninstallcheck \
899           && chmod -R a-w "$$dc_install_base" \
900           && ({ \
901                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
902                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
903                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
904                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
905                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
906               } || { rm -rf "$$dc_destdir"; exit 1; }) \
907           && rm -rf "$$dc_destdir" \
908           && $(MAKE) $(AM_MAKEFLAGS) dist \
909           && rm -rf $(DIST_ARCHIVES) \
910           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
911           && cd "$$am__cwd" \
912           || exit 1
913         $(am__post_remove_distdir)
914         @(echo "$(distdir) archives ready for distribution: "; \
915           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
916           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
917 distuninstallcheck:
918         @test -n '$(distuninstallcheck_dir)' || { \
919           echo 'ERROR: trying to run $@ with an empty' \
920                '$$(distuninstallcheck_dir)' >&2; \
921           exit 1; \
922         }; \
923         $(am__cd) '$(distuninstallcheck_dir)' || { \
924           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
925           exit 1; \
926         }; \
927         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
928            || { echo "ERROR: files left after uninstall:" ; \
929                 if test -n "$(DESTDIR)"; then \
930                   echo "  (check DESTDIR support)"; \
931                 fi ; \
932                 $(distuninstallcheck_listfiles) ; \
933                 exit 1; } >&2
934 distcleancheck: distclean
935         @if test '$(srcdir)' = . ; then \
936           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
937           exit 1 ; \
938         fi
939         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
940           || { echo "ERROR: files left in build directory after distclean:" ; \
941                $(distcleancheck_listfiles) ; \
942                exit 1; } >&2
943 check-am: all-am
944         $(MAKE) $(AM_MAKEFLAGS) check-local
945 check: check-recursive
946 all-am: Makefile $(LTLIBRARIES) $(DATA) config.h all-local
947 installdirs: installdirs-recursive
948 installdirs-am:
949         for dir in "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
950           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
951         done
952 install: install-recursive
953 install-exec: install-exec-recursive
954 install-data: install-data-recursive
955 uninstall: uninstall-recursive
956
957 install-am: all-am
958         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
959
960 installcheck: installcheck-recursive
961 install-strip:
962         if test -z '$(STRIP)'; then \
963           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
964             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
965               install; \
966         else \
967           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
968             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
969             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
970         fi
971 mostlyclean-generic:
972
973 clean-generic:
974         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
975
976 distclean-generic:
977         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
978         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
979
980 maintainer-clean-generic:
981         @echo "This command is intended for maintainers to use"
982         @echo "it deletes files that may require special tools to rebuild."
983         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
984 clean: clean-recursive
985
986 clean-am: clean-generic clean-libtool clean-pyexecLTLIBRARIES \
987         mostlyclean-am
988
989 distclean: distclean-recursive
990         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
991         -rm -f Makefile
992 distclean-am: clean-am distclean-generic distclean-hdr \
993         distclean-libtool distclean-local distclean-tags
994
995 dvi: dvi-recursive
996
997 dvi-am:
998
999 html: html-recursive
1000
1001 html-am:
1002
1003 info: info-recursive
1004
1005 info-am:
1006
1007 install-data-am: install-data-local install-pkgconfigDATA
1008
1009 install-dvi: install-dvi-recursive
1010
1011 install-dvi-am:
1012
1013 install-exec-am: install-exec-local install-nobase_pyexecPYTHON \
1014         install-pyexecLTLIBRARIES
1015
1016 install-html: install-html-recursive
1017
1018 install-html-am:
1019
1020 install-info: install-info-recursive
1021
1022 install-info-am:
1023
1024 install-man:
1025
1026 install-pdf: install-pdf-recursive
1027
1028 install-pdf-am:
1029
1030 install-ps: install-ps-recursive
1031
1032 install-ps-am:
1033
1034 installcheck-am:
1035
1036 maintainer-clean: maintainer-clean-recursive
1037         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1038         -rm -rf $(top_srcdir)/autom4te.cache
1039         -rm -f Makefile
1040 maintainer-clean-am: distclean-am maintainer-clean-generic
1041
1042 mostlyclean: mostlyclean-recursive
1043
1044 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1045
1046 pdf: pdf-recursive
1047
1048 pdf-am:
1049
1050 ps: ps-recursive
1051
1052 ps-am:
1053
1054 uninstall-am: uninstall-local uninstall-nobase_pyexecPYTHON \
1055         uninstall-pkgconfigDATA uninstall-pyexecLTLIBRARIES
1056
1057 .MAKE: $(am__recursive_targets) all check-am install-am install-strip
1058
1059 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
1060         am--refresh check check-am check-local clean clean-cscope \
1061         clean-generic clean-libtool clean-pyexecLTLIBRARIES cscope \
1062         cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1063         dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
1064         dist-zip distcheck distclean distclean-generic distclean-hdr \
1065         distclean-libtool distclean-local distclean-tags \
1066         distcleancheck distdir distuninstallcheck dvi dvi-am html \
1067         html-am info info-am install install-am install-data \
1068         install-data-am install-data-local install-dvi install-dvi-am \
1069         install-exec install-exec-am install-exec-local install-html \
1070         install-html-am install-info install-info-am install-man \
1071         install-nobase_pyexecPYTHON install-pdf install-pdf-am \
1072         install-pkgconfigDATA install-ps install-ps-am \
1073         install-pyexecLTLIBRARIES install-strip installcheck \
1074         installcheck-am installdirs installdirs-am maintainer-clean \
1075         maintainer-clean-generic mostlyclean mostlyclean-generic \
1076         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1077         uninstall-am uninstall-local uninstall-nobase_pyexecPYTHON \
1078         uninstall-pkgconfigDATA uninstall-pyexecLTLIBRARIES
1079
1080
1081 # if we build in a separate tree, we need to symlink the *.py files from the
1082 # source tree; Python does not accept the extensions and modules in different
1083 # paths
1084 build_pylinks:
1085         for f in $(nobase_pyexec_PYTHON); do \
1086                 [ -e $(builddir)/$$f ] || \
1087                         $(LN_S) $(abs_srcdir)/$$f $(builddir)/$$f; \
1088         done
1089
1090 all-local: build_pylinks
1091
1092 check-local: build_pylinks
1093
1094 install-data-local:
1095         $(mkinstalldirs) $(DESTDIR)$(pyexecdir)
1096         cp $(top_builddir)/PKG-INFO $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
1097 install-exec-local:
1098         $(mkinstalldirs) $(DESTDIR)$(pyexecdir)
1099 uninstall-local:
1100         rm -f $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
1101
1102 egg: EGG_TMPDIR:=$(TMPDIR)/$(PACKAGE)-$(PACKAGE_VERSION)
1103 egg: $(top_srcdir)/gobject/gobject.la PKG-INFO
1104         rm -fr $(EGG_TMPDIR)
1105         echo $(EGG_NAME).egg
1106         $(MKDIR_P) $(EGG_TMPDIR)
1107         $(MKDIR_P) $(EGG_TMPDIR)/EGG-INFO
1108         $(MAKE) -C gobject install-pkgpyexecLTLIBRARIES pkgpyexecdir=$(EGG_TMPDIR)
1109         rm -fr $(EGG_TMPDIR)/gobject.la
1110         $(INSTALL) PKG-INFO $(EGG_TMPDIR)/EGG-INFO
1111         echo "gobject.so" >> $(EGG_TMPDIR)/EGG-INFO/native_libs.txt
1112         ( echo "gobject" ) >> $(EGG_TMPDIR)/EGG-INFO/top_level.txt
1113         cd $(EGG_TMPDIR) && zip -rq $(EGG_NAME).egg .
1114         mv $(EGG_TMPDIR)/$(EGG_NAME).egg .
1115         rm -fr $(EGG_TMPDIR)
1116
1117 doc-dist:
1118         mkdir pygobject
1119         cp -r docs/html/*.html pygobject
1120         cp -r docs/html/*.sgml pygobject
1121         cp -r docs/html/*.devhelp pygobject
1122         cp -r docs/style.css pygobject
1123         tar cfz $(PACKAGE)-docs.tar.gz pygobject
1124         rm -fr pygobject
1125
1126 release-news:
1127         printf "%-8s%s\n" "$(VERSION)" "`LC_TIME=C date '+%d-%b-%Y'`" > NEWS.tmp
1128
1129         @echo -e "\n\n\nFor blogging, you can copy&paste this HTML formatted news:"
1130         @echo "-------------- 8< -------------"
1131         @last=`head -n1 $(top_srcdir)/NEWS | cut -f1 -d' '`; \
1132         echo "<ul>"; \
1133         for commit in `git rev-list $$last..`; do \
1134            data=`git log --format="format:%s%n%an%n%b" $$commit^..$$commit`; \
1135            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"'; \
1136            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; \
1137         done
1138         @echo "</ul>"
1139         @echo "-------------- 8< -------------"
1140
1141         @echo >> NEWS.tmp
1142         @cat $(top_srcdir)/NEWS >> NEWS.tmp
1143         @mv NEWS.tmp $(top_srcdir)/NEWS
1144
1145 .PHONY: ChangeLog release-news
1146
1147 ChangeLog:
1148         @echo Creating $@
1149         @if test -d "$(srcdir)/.git"; then \
1150           (GIT_DIR=$(top_srcdir)/.git $(top_srcdir)/missing --run git log PYGOBJECT_2_17_0^^.. --stat) | fmt --split-only > $@.tmp \
1151           && mv -f $@.tmp $@ \
1152           || ($(RM) $@.tmp; \
1153               echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
1154               (test -f $@ || echo git-log is required to generate this file >> $@)); \
1155         else \
1156           test -f $@ || \
1157           (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
1158           echo A git checkout and git-log is required to generate this file >> $@); \
1159         fi
1160
1161 distclean-local:
1162         if test $(srcdir) = .; then :; else \
1163             rm -f $(BUILT_EXTRA_DIST); \
1164         fi
1165
1166 dist-hook: $(BUILT_EXTRA_DIST)
1167         files='$(BUILT_EXTRA_DIST)'; \
1168         for f in $$files; do \
1169           if test -f $$f; then d=.; else d=$(srcdir); fi; \
1170           rm -f $(distdir)/$$f && cp $$d/$$f $(distdir) || exit 1; done
1171
1172 # pycheck_subdirs = 
1173
1174 check-local:
1175         @echo "  CHECK  Pyflakes" $(pycheck_dirs)
1176         @if type pyflakes >/dev/null 2>&1; then \
1177                 (cd $(abs_top_srcdir) && pyflakes $(pycheck_dirs) ); \
1178         else echo "skipped, pyflakes not installed"; \
1179         fi
1180         @if test -z "$$SKIP_PEP8"; then \
1181                 echo "  CHECK  PEP8"; \
1182                 if type pep8 >/dev/null 2>&1; then \
1183                         (cd $(abs_top_srcdir) && pep8 --ignore=E501,E123,E124 --repeat --show-source $(pycheck_dirs) ); \
1184                 else echo "skipped, pep8 not installed"; \
1185                 fi; \
1186         fi
1187
1188 check.gdb:
1189         cd tests && $(MAKE) check.gdb
1190
1191 check.nemiver:
1192         cd tests && $(MAKE) check.nemiver
1193
1194 check.valgrind:
1195         cd tests && $(MAKE) check.valgrind
1196
1197 check.valgrindlog:
1198         cd tests && $(MAKE) check.valgrindlog
1199
1200 check.valgrindxml:
1201         cd tests && $(MAKE) check.valgrindxml
1202
1203 @GNOME_CODE_COVERAGE_RULES@
1204
1205 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1206 # Otherwise a system limit (for SysV at least) may be exceeded.
1207 .NOEXPORT: