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