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