1 # Makefile.in generated by automake 1.13.3 from Makefile.am.
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
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.
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
19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20 am__make_running_with_option = \
21 case $${target_option-} in \
23 *) echo "am__make_running_with_option: internal error: invalid" \
24 "target option '$${target_option-}' specified" >&2; \
28 sane_makeflags=$$MAKEFLAGS; \
29 if $(am__is_gnu_make); then \
30 sane_makeflags=$$MFLAGS; \
35 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
42 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44 for flg in $$sane_makeflags; do \
45 test $$skip_next = yes && { skip_next=no; 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;; \
58 *$$target_option*) has_opt=yes; break;; \
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)
80 build_triplet = @build@
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 AUTHORS COPYING ChangeLog INSTALL NEWS \
88 README compile config.guess config.sub install-sh missing \
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) \
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 \
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/||"`;; \
110 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112 am__nobase_strip_setup = \
113 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
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] }'
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 = { \
128 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
129 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
130 $(am__cd) "$$dir" && rm -f $$files; }; \
132 am__installdirs = "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pkgconfigdir)"
133 LTLIBRARIES = $(pyexec_LTLIBRARIES)
134 AM_V_P = $(am__v_P_@AM_V@)
135 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
138 AM_V_GEN = $(am__v_GEN_@AM_V@)
139 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
140 am__v_GEN_0 = @echo " GEN " $@;
142 AM_V_at = $(am__v_at_@AM_V@)
143 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
148 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
149 ctags-recursive dvi-recursive html-recursive info-recursive \
150 install-data-recursive install-dvi-recursive \
151 install-exec-recursive install-html-recursive \
152 install-info-recursive install-pdf-recursive \
153 install-ps-recursive install-recursive installcheck-recursive \
154 installdirs-recursive pdf-recursive ps-recursive \
155 tags-recursive uninstall-recursive
156 am__can_run_installinfo = \
157 case $$AM_UPDATE_INFO_DIR in \
159 *) (install-info --version) >/dev/null 2>&1;; \
161 DATA = $(pkgconfig_DATA)
162 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
163 distclean-recursive maintainer-clean-recursive
164 am__recursive_targets = \
165 $(RECURSIVE_TARGETS) \
166 $(RECURSIVE_CLEAN_TARGETS) \
167 $(am__extra_recursive_targets)
168 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
169 cscope distdir dist dist-all distcheck
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
172 # Read a list of newline-separated strings from the standard input,
173 # and print each of them once, without duplicates. Input order is
175 am__uniquify_input = $(AWK) '\
176 BEGIN { nonempty = 0; } \
177 { items[$$0] = 1; nonempty = 1; } \
178 END { if (nonempty) { for (i in items) print i; }; } \
180 # Make sure the list of sources is unique. This is necessary because,
181 # e.g., the same source file might be shared among _SOURCES variables
182 # for different programs/libraries.
183 am__define_uniq_tagged_files = \
184 list='$(am__tagged_files)'; \
185 unique=`for i in $$list; do \
186 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
187 done | $(am__uniquify_input)`
191 DIST_SUBDIRS = $(SUBDIRS)
192 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
193 distdir = $(PACKAGE)-$(VERSION)
194 top_distdir = $(distdir)
195 am__remove_distdir = \
196 if test -d "$(distdir)"; then \
197 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
198 && rm -rf "$(distdir)" \
199 || { sleep 5 && rm -rf "$(distdir)"; }; \
201 am__post_remove_distdir = $(am__remove_distdir)
204 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
205 sed_rest='s,^[^/]*/*,,'; \
206 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
207 sed_butlast='s,/*[^/]*$$,,'; \
208 while test -n "$$dir1"; do \
209 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
210 if test "$$first" != "."; then \
211 if test "$$first" = ".."; then \
212 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
213 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
215 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
216 if test "$$first2" = "$$first"; then \
217 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
221 dir0="$$dir0"/"$$first"; \
224 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
228 DIST_ARCHIVES = $(distdir).tar.xz
229 DIST_TARGETS = dist-xz
230 distuninstallcheck_listfiles = find . -type f -print
231 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
232 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
233 distcleancheck_listfiles = find . -type f -print
235 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
237 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
240 AUTOCONF = @AUTOCONF@
241 AUTOHEADER = @AUTOHEADER@
242 AUTOMAKE = @AUTOMAKE@
244 CAIRO_CFLAGS = @CAIRO_CFLAGS@
245 CAIRO_LIBS = @CAIRO_LIBS@
247 CCDEPMODE = @CCDEPMODE@
249 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
250 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
251 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
253 CPPFLAGS = @CPPFLAGS@
254 CYGPATH_W = @CYGPATH_W@
259 DSYMUTIL = @DSYMUTIL@
266 FFI_CFLAGS = @FFI_CFLAGS@
267 FFI_LIBS = @FFI_LIBS@
270 GIO_CFLAGS = @GIO_CFLAGS@
271 GIO_LIBS = @GIO_LIBS@
272 GI_CFLAGS = @GI_CFLAGS@
273 GI_DATADIR = @GI_DATADIR@
275 GLIB_CFLAGS = @GLIB_CFLAGS@
276 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
277 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
278 GLIB_LIBS = @GLIB_LIBS@
279 GLIB_MKENUMS = @GLIB_MKENUMS@
280 GOBJECT_QUERY = @GOBJECT_QUERY@
283 INSTALL_DATA = @INSTALL_DATA@
284 INSTALL_PROGRAM = @INSTALL_PROGRAM@
285 INSTALL_SCRIPT = @INSTALL_SCRIPT@
286 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
287 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
288 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
292 LIBFFI_PC = @LIBFFI_PC@
298 LTLIBOBJS = @LTLIBOBJS@
299 MAKEINFO = @MAKEINFO@
300 MANIFEST_TOOL = @MANIFEST_TOOL@
309 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
310 PACKAGE_NAME = @PACKAGE_NAME@
311 PACKAGE_STRING = @PACKAGE_STRING@
312 PACKAGE_TARNAME = @PACKAGE_TARNAME@
313 PACKAGE_URL = @PACKAGE_URL@
314 PACKAGE_VERSION = @PACKAGE_VERSION@
315 PATH_SEPARATOR = @PATH_SEPARATOR@
316 PKG_CONFIG = @PKG_CONFIG@
317 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
318 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
319 PLATFORM = @PLATFORM@
320 PYCAIRO_CFLAGS = @PYCAIRO_CFLAGS@
321 PYCAIRO_LIBS = @PYCAIRO_LIBS@
322 PYGOBJECT_MAJOR_VERSION = @PYGOBJECT_MAJOR_VERSION@
323 PYGOBJECT_MICRO_VERSION = @PYGOBJECT_MICRO_VERSION@
324 PYGOBJECT_MINOR_VERSION = @PYGOBJECT_MINOR_VERSION@
326 PYTHON_BASENAME = @PYTHON_BASENAME@
327 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
328 PYTHON_INCLUDES = @PYTHON_INCLUDES@
329 PYTHON_LIBS = @PYTHON_LIBS@
330 PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
331 PYTHON_PLATFORM = @PYTHON_PLATFORM@
332 PYTHON_PREFIX = @PYTHON_PREFIX@
333 PYTHON_SO = @PYTHON_SO@
334 PYTHON_VERSION = @PYTHON_VERSION@
337 SET_MAKE = @SET_MAKE@
340 THREADING_CFLAGS = @THREADING_CFLAGS@
342 WARN_CFLAGS = @WARN_CFLAGS@
343 abs_builddir = @abs_builddir@
344 abs_srcdir = @abs_srcdir@
345 abs_top_builddir = @abs_top_builddir@
346 abs_top_srcdir = @abs_top_srcdir@
347 ac_ct_AR = @ac_ct_AR@
348 ac_ct_CC = @ac_ct_CC@
349 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
350 am__include = @am__include@
351 am__leading_dot = @am__leading_dot@
352 am__quote = @am__quote@
354 am__untar = @am__untar@
357 build_alias = @build_alias@
358 build_cpu = @build_cpu@
359 build_os = @build_os@
360 build_vendor = @build_vendor@
361 builddir = @builddir@
363 datarootdir = @datarootdir@
366 exec_prefix = @exec_prefix@
368 host_alias = @host_alias@
369 host_cpu = @host_cpu@
371 host_vendor = @host_vendor@
373 includedir = @includedir@
375 install_sh = @install_sh@
377 libexecdir = @libexecdir@
378 localedir = @localedir@
379 localstatedir = @localstatedir@
382 oldincludedir = @oldincludedir@
384 pkgpyexecdir = @pkgpyexecdir@
385 pkgpythondir = @pkgpythondir@
387 program_transform_name = @program_transform_name@
389 pyexecdir = @pyexecdir@
390 pythondir = @pythondir@
392 sharedstatedir = @sharedstatedir@
394 sysconfdir = @sysconfdir@
395 target_alias = @target_alias@
396 top_build_prefix = @top_build_prefix@
397 top_builddir = @top_builddir@
398 top_srcdir = @top_srcdir@
399 AUTOMAKE_OPTIONS = 1.7
400 SUBDIRS = examples gi tests pygtkcompat
401 PLATFORM_VERSION = 3.0
403 `find "$(builddir)" -type f -name "*.pyc" -print`
408 pygobject-$(PLATFORM_VERSION).pc.in \
416 MAINTAINERCLEANFILES = \
418 $(srcdir)/aclocal.m4 \
419 $(srcdir)/autoscan.log \
421 $(srcdir)/config.guess \
422 $(srcdir)/config.h.in \
423 $(srcdir)/config.sub \
424 $(srcdir)/configure.scan \
426 $(srcdir)/install-sh \
427 $(srcdir)/ltmain.sh \
429 $(srcdir)/mkinstalldirs \
431 $(srcdir)/xmldocs.make \
432 $(srcdir)/gtk-doc.make \
433 $(srcdir)/ChangeLog \
434 $(srcdir)/py-compile \
435 $(srcdir)/m4/libtool.m4 \
436 $(srcdir)/m4/ltoptions.m4 \
437 $(srcdir)/m4/ltsugar.m4 \
438 $(srcdir)/m4/ltversion.m4 \
439 $(srcdir)/m4/lt~obsolete.m4 \
440 `find "$(srcdir)" -type f -name Makefile.in -print` \
441 `find "$(builddir)" -type f -name "*.pyc" -print`
448 pkgconfigdir = $(libdir)/pkgconfig
449 pkgconfig_DATA = pygobject-$(PLATFORM_VERSION).pc
455 EGG_NAME = $(PACKAGE)-$(PACKAGE_VERSION)-py$(PYTHON_VERSION)-$(PLATFORM)
457 $(MAKE) $(AM_MAKEFLAGS) all-recursive
460 am--refresh: Makefile
462 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
464 case '$(am__configure_deps)' in \
466 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
467 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
472 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
473 $(am__cd) $(top_srcdir) && \
474 $(AUTOMAKE) --foreign Makefile
476 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
479 echo ' $(SHELL) ./config.status'; \
480 $(SHELL) ./config.status;; \
482 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
483 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
486 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
487 $(SHELL) ./config.status --recheck
489 $(top_srcdir)/configure: $(am__configure_deps)
490 $(am__cd) $(srcdir) && $(AUTOCONF)
491 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
492 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
493 $(am__aclocal_m4_deps):
496 @if test ! -f $@; then rm -f stamp-h1; else :; fi
497 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
499 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
501 cd $(top_builddir) && $(SHELL) ./config.status config.h
502 $(srcdir)/config.h.in: $(am__configure_deps)
503 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
508 -rm -f config.h stamp-h1
509 pygobject-3.0.pc: $(top_builddir)/config.status $(srcdir)/pygobject-3.0.pc.in
510 cd $(top_builddir) && $(SHELL) ./config.status $@
511 pygobject-3.0-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/pygobject-3.0-uninstalled.pc.in
512 cd $(top_builddir) && $(SHELL) ./config.status $@
513 PKG-INFO: $(top_builddir)/config.status $(srcdir)/PKG-INFO.in
514 cd $(top_builddir) && $(SHELL) ./config.status $@
516 install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES)
518 @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
519 list2=; for p in $$list; do \
520 if test -f $$p; then \
521 list2="$$list2 $$p"; \
524 test -z "$$list2" || { \
525 echo " $(MKDIR_P) '$(DESTDIR)$(pyexecdir)'"; \
526 $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" || exit 1; \
527 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pyexecdir)'"; \
528 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pyexecdir)"; \
531 uninstall-pyexecLTLIBRARIES:
533 @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
534 for p in $$list; do \
536 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$f'"; \
537 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$f"; \
540 clean-pyexecLTLIBRARIES:
541 -test -z "$(pyexec_LTLIBRARIES)" || rm -f $(pyexec_LTLIBRARIES)
542 @list='$(pyexec_LTLIBRARIES)'; \
543 locs=`for p in $$list; do echo $$p; done | \
544 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
546 test -z "$$locs" || { \
547 echo rm -f $${locs}; \
558 -rm -f libtool config.lt
559 install-pkgconfigDATA: $(pkgconfig_DATA)
561 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
562 if test -n "$$list"; then \
563 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
564 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
566 for p in $$list; do \
567 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
569 done | $(am__base_list) | \
570 while read files; do \
571 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
572 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
575 uninstall-pkgconfigDATA:
577 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
578 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
579 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
581 # This directory's subdirectories are mostly independent; you can cd
582 # into them and run 'make' without going through this Makefile.
583 # To change the values of 'make' variables: instead of editing Makefiles,
584 # (1) if the variable is set in 'config.status', edit 'config.status'
585 # (which will cause the Makefiles to be regenerated when you run 'make');
586 # (2) otherwise, pass the desired values on the 'make' command line.
587 $(am__recursive_targets):
589 if $(am__make_keepgoing); then \
590 failcom='fail=yes'; \
595 target=`echo $@ | sed s/-recursive//`; \
597 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
598 *) list='$(SUBDIRS)' ;; \
600 for subdir in $$list; do \
601 echo "Making $$target in $$subdir"; \
602 if test "$$subdir" = "."; then \
604 local_target="$$target-am"; \
606 local_target="$$target"; \
608 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
611 if test "$$dot_seen" = "no"; then \
612 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
615 ID: $(am__tagged_files)
616 $(am__define_uniq_tagged_files); mkid -fID $$unique
620 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
623 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
624 include_option=--etags-include; \
627 include_option=--include; \
630 list='$(SUBDIRS)'; for subdir in $$list; do \
631 if test "$$subdir" = .; then :; else \
632 test ! -f $$subdir/TAGS || \
633 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
636 $(am__define_uniq_tagged_files); \
638 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
639 test -n "$$unique" || unique=$$empty_fix; \
640 if test $$# -gt 0; then \
641 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
644 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
648 ctags: ctags-recursive
651 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
652 $(am__define_uniq_tagged_files); \
653 test -z "$(CTAGS_ARGS)$$unique" \
654 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
658 here=`$(am__cd) $(top_builddir) && pwd` \
659 && $(am__cd) $(top_srcdir) \
660 && gtags -i $(GTAGS_ARGS) "$$here"
662 test ! -s cscope.files \
663 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
666 cscope.files: clean-cscope cscopelist
667 cscopelist: cscopelist-recursive
669 cscopelist-am: $(am__tagged_files)
670 list='$(am__tagged_files)'; \
671 case "$(srcdir)" in \
672 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
673 *) sdir=$(subdir)/$(srcdir) ;; \
675 for i in $$list; do \
676 if test -f "$$i"; then \
677 echo "$(subdir)/$$i"; \
681 done >> $(top_builddir)/cscope.files
684 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
685 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
687 distdir: $(DISTFILES)
688 $(am__remove_distdir)
689 test -d "$(distdir)" || mkdir "$(distdir)"
690 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
691 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
692 list='$(DISTFILES)'; \
693 dist_files=`for file in $$list; do echo $$file; done | \
694 sed -e "s|^$$srcdirstrip/||;t" \
695 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
696 case $$dist_files in \
697 */*) $(MKDIR_P) `echo "$$dist_files" | \
698 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
701 for file in $$dist_files; do \
702 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
703 if test -d $$d/$$file; then \
704 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
705 if test -d "$(distdir)/$$file"; then \
706 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
708 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
709 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
710 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
712 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
714 test -f "$(distdir)/$$file" \
715 || cp -p $$d/$$file "$(distdir)/$$file" \
719 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
720 if test "$$subdir" = .; then :; else \
722 || test -d "$(distdir)/$$subdir" \
723 || $(MKDIR_P) "$(distdir)/$$subdir" \
725 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
727 new_distdir=$$reldir; \
728 dir1=$$subdir; dir2="$(top_distdir)"; \
730 new_top_distdir=$$reldir; \
731 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
732 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
733 ($(am__cd) $$subdir && \
734 $(MAKE) $(AM_MAKEFLAGS) \
735 top_distdir="$$new_top_distdir" \
736 distdir="$$new_distdir" \
737 am__remove_distdir=: \
738 am__skip_length_check=: \
739 am__skip_mode_fix=: \
744 $(MAKE) $(AM_MAKEFLAGS) \
745 top_distdir="$(top_distdir)" distdir="$(distdir)" \
747 -test -n "$(am__skip_mode_fix)" \
748 || find "$(distdir)" -type d ! -perm -755 \
749 -exec chmod u+rwx,go+rx {} \; -o \
750 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
751 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
752 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
753 || chmod -R a+r "$(distdir)"
755 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
756 $(am__post_remove_distdir)
759 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
760 $(am__post_remove_distdir)
763 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
764 $(am__post_remove_distdir)
766 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
767 $(am__post_remove_distdir)
770 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
771 $(am__post_remove_distdir)
774 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
775 $(am__post_remove_distdir)
778 -rm -f $(distdir).zip
779 zip -rq $(distdir).zip $(distdir)
780 $(am__post_remove_distdir)
783 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
784 $(am__post_remove_distdir)
786 # This target untars the dist file and tries a VPATH configuration. Then
787 # it guarantees that the distribution is self-contained by making another
790 case '$(DIST_ARCHIVES)' in \
792 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
794 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
796 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
798 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
800 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
802 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
804 unzip $(distdir).zip ;;\
806 chmod -R a-w $(distdir)
808 mkdir $(distdir)/_build $(distdir)/_inst
810 test -d $(distdir)/_build || exit 0; \
811 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
812 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
814 && $(am__cd) $(distdir)/_build \
815 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
816 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
817 $(DISTCHECK_CONFIGURE_FLAGS) \
818 && $(MAKE) $(AM_MAKEFLAGS) \
819 && $(MAKE) $(AM_MAKEFLAGS) dvi \
820 && $(MAKE) $(AM_MAKEFLAGS) check \
821 && $(MAKE) $(AM_MAKEFLAGS) install \
822 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
823 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
824 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
826 && chmod -R a-w "$$dc_install_base" \
828 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
829 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
830 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
831 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
832 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
833 } || { rm -rf "$$dc_destdir"; exit 1; }) \
834 && rm -rf "$$dc_destdir" \
835 && $(MAKE) $(AM_MAKEFLAGS) dist \
836 && rm -rf $(DIST_ARCHIVES) \
837 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
840 $(am__post_remove_distdir)
841 @(echo "$(distdir) archives ready for distribution: "; \
842 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
843 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
845 @test -n '$(distuninstallcheck_dir)' || { \
846 echo 'ERROR: trying to run $@ with an empty' \
847 '$$(distuninstallcheck_dir)' >&2; \
850 $(am__cd) '$(distuninstallcheck_dir)' || { \
851 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
854 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
855 || { echo "ERROR: files left after uninstall:" ; \
856 if test -n "$(DESTDIR)"; then \
857 echo " (check DESTDIR support)"; \
859 $(distuninstallcheck_listfiles) ; \
861 distcleancheck: distclean
862 @if test '$(srcdir)' = . ; then \
863 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
866 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
867 || { echo "ERROR: files left in build directory after distclean:" ; \
868 $(distcleancheck_listfiles) ; \
871 check: check-recursive
872 all-am: Makefile $(LTLIBRARIES) $(DATA) config.h
873 installdirs: installdirs-recursive
875 for dir in "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
876 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
878 install: install-recursive
879 install-exec: install-exec-recursive
880 install-data: install-data-recursive
881 uninstall: uninstall-recursive
884 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
886 installcheck: installcheck-recursive
888 if test -z '$(STRIP)'; then \
889 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
890 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
893 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
894 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
895 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
900 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
903 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
904 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
906 maintainer-clean-generic:
907 @echo "This command is intended for maintainers to use"
908 @echo "it deletes files that may require special tools to rebuild."
909 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
910 clean: clean-recursive
912 clean-am: clean-generic clean-libtool clean-pyexecLTLIBRARIES \
915 distclean: distclean-recursive
916 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
918 distclean-am: clean-am distclean-generic distclean-hdr \
919 distclean-libtool distclean-local distclean-tags
933 install-data-am: install-data-local install-pkgconfigDATA
935 install-dvi: install-dvi-recursive
939 install-exec-am: install-exec-local install-pyexecLTLIBRARIES
941 install-html: install-html-recursive
945 install-info: install-info-recursive
951 install-pdf: install-pdf-recursive
955 install-ps: install-ps-recursive
961 maintainer-clean: maintainer-clean-recursive
962 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
963 -rm -rf $(top_srcdir)/autom4te.cache
965 maintainer-clean-am: distclean-am maintainer-clean-generic
967 mostlyclean: mostlyclean-recursive
969 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
979 uninstall-am: uninstall-local uninstall-pkgconfigDATA \
980 uninstall-pyexecLTLIBRARIES
982 .MAKE: $(am__recursive_targets) all install-am install-strip
984 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
985 am--refresh check check-am clean clean-cscope clean-generic \
986 clean-libtool clean-pyexecLTLIBRARIES cscope cscopelist-am \
987 ctags ctags-am dist dist-all dist-bzip2 dist-gzip dist-hook \
988 dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
989 distclean distclean-generic distclean-hdr distclean-libtool \
990 distclean-local distclean-tags distcleancheck distdir \
991 distuninstallcheck dvi dvi-am html html-am info info-am \
992 install install-am install-data install-data-am \
993 install-data-local install-dvi install-dvi-am install-exec \
994 install-exec-am install-exec-local install-html \
995 install-html-am install-info install-info-am install-man \
996 install-pdf install-pdf-am install-pkgconfigDATA install-ps \
997 install-ps-am install-pyexecLTLIBRARIES install-strip \
998 installcheck installcheck-am installdirs installdirs-am \
999 maintainer-clean maintainer-clean-generic mostlyclean \
1000 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1001 tags tags-am uninstall uninstall-am uninstall-local \
1002 uninstall-pkgconfigDATA uninstall-pyexecLTLIBRARIES
1006 $(mkinstalldirs) $(DESTDIR)$(pyexecdir)
1007 cp $(top_builddir)/PKG-INFO $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
1009 $(mkinstalldirs) $(DESTDIR)$(pyexecdir)
1011 rm -f $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
1013 egg: EGG_TMPDIR:=$(TMPDIR)/$(PACKAGE)-$(PACKAGE_VERSION)
1014 egg: $(top_srcdir)/gobject/gobject.la PKG-INFO
1015 rm -fr $(EGG_TMPDIR)
1016 echo $(EGG_NAME).egg
1017 $(MKDIR_P) $(EGG_TMPDIR)
1018 $(MKDIR_P) $(EGG_TMPDIR)/EGG-INFO
1019 $(MAKE) -C gobject install-pkgpyexecLTLIBRARIES pkgpyexecdir=$(EGG_TMPDIR)
1020 rm -fr $(EGG_TMPDIR)/gobject.la
1021 $(INSTALL) PKG-INFO $(EGG_TMPDIR)/EGG-INFO
1022 echo "gobject.so" >> $(EGG_TMPDIR)/EGG-INFO/native_libs.txt
1023 ( echo "gobject" ) >> $(EGG_TMPDIR)/EGG-INFO/top_level.txt
1024 cd $(EGG_TMPDIR) && zip -rq $(EGG_NAME).egg .
1025 mv $(EGG_TMPDIR)/$(EGG_NAME).egg .
1026 rm -fr $(EGG_TMPDIR)
1030 cp -r docs/html/*.html pygobject
1031 cp -r docs/html/*.sgml pygobject
1032 cp -r docs/html/*.devhelp pygobject
1033 cp -r docs/style.css pygobject
1034 tar cfz $(PACKAGE)-docs.tar.gz pygobject
1038 printf "%-8s%s\n" "$(VERSION)" "`LC_TIME=C date '+%d-%b-%Y'`" > NEWS.tmp
1040 @echo -e "\n\n\nFor blogging, you can copy&paste this HTML formatted news:"
1041 @echo "-------------- 8< -------------"
1042 @last=`head -n1 NEWS | cut -f1 -d' '`; \
1044 for commit in `git rev-list $$last..`; do \
1045 data=`git log --format="format:%s%n%an%n%b" $$commit^..$$commit`; \
1046 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"'; \
1047 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; \
1050 @echo "-------------- 8< -------------"
1053 @cat NEWS >> NEWS.tmp
1056 .PHONY: ChangeLog release-news
1060 @if test -d "$(srcdir)/.git"; then \
1061 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log PYGOBJECT_2_17_0^^.. --stat) | fmt --split-only > $@.tmp \
1062 && mv -f $@.tmp $@ \
1064 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
1065 (test -f $@ || echo git-log is required to generate this file >> $@)); \
1068 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
1069 echo A git checkout and git-log is required to generate this file >> $@); \
1073 if test $(srcdir) = .; then :; else \
1074 rm -f $(BUILT_EXTRA_DIST); \
1077 dist-hook: $(BUILT_EXTRA_DIST)
1078 files='$(BUILT_EXTRA_DIST)'; \
1079 for f in $$files; do \
1080 if test -f $$f; then d=.; else d=$(srcdir); fi; \
1081 rm -f $(distdir)/$$f && cp $$d/$$f $(distdir) || exit 1; done
1084 cd tests && $(MAKE) check.gdb
1087 cd tests && $(MAKE) check.nemiver
1090 cd tests && $(MAKE) check.valgrind
1092 @GNOME_CODE_COVERAGE_RULES@
1094 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1095 # Otherwise a system limit (for SysV at least) may be exceeded.