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