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