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