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