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