Imported Upstream version 2.9.4
[platform/upstream/libxml2.git] / python / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20   if test -z '$(MAKELEVEL)'; then \
21     false; \
22   elif test -n '$(MAKE_HOST)'; then \
23     true; \
24   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25     true; \
26   else \
27     false; \
28   fi; \
29 }
30 am__make_running_with_option = \
31   case $${target_option-} in \
32       ?) ;; \
33       *) echo "am__make_running_with_option: internal error: invalid" \
34               "target option '$${target_option-}' specified" >&2; \
35          exit 1;; \
36   esac; \
37   has_opt=no; \
38   sane_makeflags=$$MAKEFLAGS; \
39   if $(am__is_gnu_make); then \
40     sane_makeflags=$$MFLAGS; \
41   else \
42     case $$MAKEFLAGS in \
43       *\\[\ \   ]*) \
44         bs=\\; \
45         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
47     esac; \
48   fi; \
49   skip_next=no; \
50   strip_trailopt () \
51   { \
52     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53   }; \
54   for flg in $$sane_makeflags; do \
55     test $$skip_next = yes && { skip_next=no; continue; }; \
56     case $$flg in \
57       *=*|--*) continue;; \
58         -*I) strip_trailopt 'I'; skip_next=yes;; \
59       -*I?*) strip_trailopt 'I';; \
60         -*O) strip_trailopt 'O'; skip_next=yes;; \
61       -*O?*) strip_trailopt 'O';; \
62         -*l) strip_trailopt 'l'; skip_next=yes;; \
63       -*l?*) strip_trailopt 'l';; \
64       -[dEDm]) skip_next=yes;; \
65       -[JT]) skip_next=yes;; \
66     esac; \
67     case $$flg in \
68       *$$target_option*) has_opt=yes; break;; \
69     esac; \
70   done; \
71   test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 subdir = python
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
95         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99         $(ACLOCAL_M4)
100 DIST_COMMON = $(srcdir)/Makefile.am $(dist_docs_DATA) \
101         $(am__dist_python_DATA_DIST) $(am__DIST_COMMON)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/config.h
104 CONFIG_CLEAN_FILES = setup.py
105 CONFIG_CLEAN_VPATH_FILES =
106 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107 am__vpath_adj = case $$p in \
108     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
109     *) f=$$p;; \
110   esac;
111 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112 am__install_max = 40
113 am__nobase_strip_setup = \
114   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
115 am__nobase_strip = \
116   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117 am__nobase_list = $(am__nobase_strip_setup); \
118   for p in $$list; do echo "$$p $$p"; done | \
119   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
120   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
121     if (++n[$$2] == $(am__install_max)) \
122       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123     END { for (dir in files) print dir, files[dir] }'
124 am__base_list = \
125   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127 am__uninstall_files_from_dir = { \
128   test -z "$$files" \
129     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
130     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131          $(am__cd) "$$dir" && rm -f $$files; }; \
132   }
133 am__installdirs = "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(docsdir)" \
134         "$(DESTDIR)$(pythondir)"
135 LTLIBRARIES = $(python_LTLIBRARIES)
136 libxml2mod_la_LIBADD =
137 am__libxml2mod_la_SOURCES_DIST = libxml.c libxml_wrap.h libxml2-py.h \
138         libxml2-py.c types.c
139 @WITH_PYTHON_TRUE@am_libxml2mod_la_OBJECTS = libxml.lo libxml2-py.lo \
140 @WITH_PYTHON_TRUE@      types.lo
141 libxml2mod_la_OBJECTS = $(am_libxml2mod_la_OBJECTS)
142 AM_V_lt = $(am__v_lt_@AM_V@)
143 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
144 am__v_lt_0 = --silent
145 am__v_lt_1 = 
146 libxml2mod_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
148         $(libxml2mod_la_LDFLAGS) $(LDFLAGS) -o $@
149 @WITH_PYTHON_TRUE@am_libxml2mod_la_rpath = -rpath $(pythondir)
150 AM_V_P = $(am__v_P_@AM_V@)
151 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152 am__v_P_0 = false
153 am__v_P_1 = :
154 AM_V_GEN = $(am__v_GEN_@AM_V@)
155 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156 am__v_GEN_0 = @echo "  GEN     " $@;
157 am__v_GEN_1 = 
158 AM_V_at = $(am__v_at_@AM_V@)
159 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160 am__v_at_0 = @
161 am__v_at_1 = 
162 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
163 depcomp = $(SHELL) $(top_srcdir)/depcomp
164 am__depfiles_maybe = depfiles
165 am__mv = mv -f
166 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
167         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
168 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
169         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
170         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
171         $(AM_CFLAGS) $(CFLAGS)
172 AM_V_CC = $(am__v_CC_@AM_V@)
173 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
174 am__v_CC_0 = @echo "  CC      " $@;
175 am__v_CC_1 = 
176 CCLD = $(CC)
177 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
179         $(AM_LDFLAGS) $(LDFLAGS) -o $@
180 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
181 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
182 am__v_CCLD_0 = @echo "  CCLD    " $@;
183 am__v_CCLD_1 = 
184 SOURCES = $(libxml2mod_la_SOURCES)
185 DIST_SOURCES = $(am__libxml2mod_la_SOURCES_DIST)
186 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
187         ctags-recursive dvi-recursive html-recursive info-recursive \
188         install-data-recursive install-dvi-recursive \
189         install-exec-recursive install-html-recursive \
190         install-info-recursive install-pdf-recursive \
191         install-ps-recursive install-recursive installcheck-recursive \
192         installdirs-recursive pdf-recursive ps-recursive \
193         tags-recursive uninstall-recursive
194 am__can_run_installinfo = \
195   case $$AM_UPDATE_INFO_DIR in \
196     n|no|NO) false;; \
197     *) (install-info --version) >/dev/null 2>&1;; \
198   esac
199 am__dist_python_DATA_DIST = drv_libxml2.py libxml2.py
200 DATA = $(dist_docs_DATA) $(dist_python_DATA)
201 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
202   distclean-recursive maintainer-clean-recursive
203 am__recursive_targets = \
204   $(RECURSIVE_TARGETS) \
205   $(RECURSIVE_CLEAN_TARGETS) \
206   $(am__extra_recursive_targets)
207 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
208         distdir
209 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
210 # Read a list of newline-separated strings from the standard input,
211 # and print each of them once, without duplicates.  Input order is
212 # *not* preserved.
213 am__uniquify_input = $(AWK) '\
214   BEGIN { nonempty = 0; } \
215   { items[$$0] = 1; nonempty = 1; } \
216   END { if (nonempty) { for (i in items) print i; }; } \
217 '
218 # Make sure the list of sources is unique.  This is necessary because,
219 # e.g., the same source file might be shared among _SOURCES variables
220 # for different programs/libraries.
221 am__define_uniq_tagged_files = \
222   list='$(am__tagged_files)'; \
223   unique=`for i in $$list; do \
224     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
225   done | $(am__uniquify_input)`
226 ETAGS = etags
227 CTAGS = ctags
228 DIST_SUBDIRS = $(SUBDIRS)
229 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/setup.py.in \
230         $(top_srcdir)/depcomp README TODO
231 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
232 am__relativize = \
233   dir0=`pwd`; \
234   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
235   sed_rest='s,^[^/]*/*,,'; \
236   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
237   sed_butlast='s,/*[^/]*$$,,'; \
238   while test -n "$$dir1"; do \
239     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
240     if test "$$first" != "."; then \
241       if test "$$first" = ".."; then \
242         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
243         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
244       else \
245         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
246         if test "$$first2" = "$$first"; then \
247           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
248         else \
249           dir2="../$$dir2"; \
250         fi; \
251         dir0="$$dir0"/"$$first"; \
252       fi; \
253     fi; \
254     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
255   done; \
256   reldir="$$dir2"
257 ACLOCAL = @ACLOCAL@
258 AMTAR = @AMTAR@
259 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
260 AR = @AR@
261 AUTOCONF = @AUTOCONF@
262 AUTOHEADER = @AUTOHEADER@
263 AUTOMAKE = @AUTOMAKE@
264 AWK = @AWK@
265 BASE_THREAD_LIBS = @BASE_THREAD_LIBS@
266 C14N_OBJ = @C14N_OBJ@
267 CATALOG_OBJ = @CATALOG_OBJ@
268 CC = @CC@
269 CCDEPMODE = @CCDEPMODE@
270 CFLAGS = @CFLAGS@
271 CPP = @CPP@
272 CPPFLAGS = @CPPFLAGS@
273 CYGPATH_W = @CYGPATH_W@
274 CYGWIN_EXTRA_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@
275 CYGWIN_EXTRA_PYTHON_LIBADD = @CYGWIN_EXTRA_PYTHON_LIBADD@
276 DEBUG_OBJ = @DEBUG_OBJ@
277 DEFS = @DEFS@
278 DEPDIR = @DEPDIR@
279 DLLTOOL = @DLLTOOL@
280 DOCB_OBJ = @DOCB_OBJ@
281 DSYMUTIL = @DSYMUTIL@
282 DUMPBIN = @DUMPBIN@
283 ECHO_C = @ECHO_C@
284 ECHO_N = @ECHO_N@
285 ECHO_T = @ECHO_T@
286 EGREP = @EGREP@
287 EXEEXT = @EXEEXT@
288 FGREP = @FGREP@
289 FTP_OBJ = @FTP_OBJ@
290 GREP = @GREP@
291 HAVE_ISINF = @HAVE_ISINF@
292 HAVE_ISNAN = @HAVE_ISNAN@
293 HTML_DIR = @HTML_DIR@
294 HTML_OBJ = @HTML_OBJ@
295 HTTP_OBJ = @HTTP_OBJ@
296 ICONV_LIBS = @ICONV_LIBS@
297 ICU_CFLAGS = @ICU_CFLAGS@
298 ICU_LIBS = @ICU_LIBS@
299 INSTALL = @INSTALL@
300 INSTALL_DATA = @INSTALL_DATA@
301 INSTALL_PROGRAM = @INSTALL_PROGRAM@
302 INSTALL_SCRIPT = @INSTALL_SCRIPT@
303 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
304 LD = @LD@
305 LDFLAGS = @LDFLAGS@
306 LIBOBJS = @LIBOBJS@
307 LIBS = @LIBS@
308 LIBTOOL = @LIBTOOL@
309 LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
310 LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
311 LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
312 LIBXML_VERSION = @LIBXML_VERSION@
313 LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
314 LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
315 LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
316 LIPO = @LIPO@
317 LN_S = @LN_S@
318 LTLIBOBJS = @LTLIBOBJS@
319 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
320 LZMA_CFLAGS = @LZMA_CFLAGS@
321 LZMA_LIBS = @LZMA_LIBS@
322 MAINT = @MAINT@
323 MAKEINFO = @MAKEINFO@
324 MANIFEST_TOOL = @MANIFEST_TOOL@
325 MKDIR_P = @MKDIR_P@
326 MODULE_EXTENSION = @MODULE_EXTENSION@
327 MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
328 MV = @MV@
329 M_LIBS = @M_LIBS@
330 NM = @NM@
331 NMEDIT = @NMEDIT@
332 OBJDUMP = @OBJDUMP@
333 OBJEXT = @OBJEXT@
334 OTOOL = @OTOOL@
335 OTOOL64 = @OTOOL64@
336 PACKAGE = @PACKAGE@
337 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
338 PACKAGE_NAME = @PACKAGE_NAME@
339 PACKAGE_STRING = @PACKAGE_STRING@
340 PACKAGE_TARNAME = @PACKAGE_TARNAME@
341 PACKAGE_URL = @PACKAGE_URL@
342 PACKAGE_VERSION = @PACKAGE_VERSION@
343 PATH_SEPARATOR = @PATH_SEPARATOR@
344 PERL = @PERL@
345 PKG_CONFIG = @PKG_CONFIG@
346 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
347 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
348 PYTHON = @PYTHON@
349 PYTHON_INCLUDES = @PYTHON_INCLUDES@
350 PYTHON_LIBS = @PYTHON_LIBS@
351 PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
352 PYTHON_SUBDIR = @PYTHON_SUBDIR@
353 PYTHON_TESTS = @PYTHON_TESTS@
354 PYTHON_VERSION = @PYTHON_VERSION@
355 RANLIB = @RANLIB@
356 RDL_LIBS = @RDL_LIBS@
357 READER_TEST = @READER_TEST@
358 RELDATE = @RELDATE@
359 SED = @SED@
360 SET_MAKE = @SET_MAKE@
361 SHELL = @SHELL@
362 STATIC_BINARIES = @STATIC_BINARIES@
363 STRIP = @STRIP@
364 TAR = @TAR@
365 TEST_C14N = @TEST_C14N@
366 TEST_CATALOG = @TEST_CATALOG@
367 TEST_DEBUG = @TEST_DEBUG@
368 TEST_HTML = @TEST_HTML@
369 TEST_MODULES = @TEST_MODULES@
370 TEST_PATTERN = @TEST_PATTERN@
371 TEST_PHTML = @TEST_PHTML@
372 TEST_PUSH = @TEST_PUSH@
373 TEST_REGEXPS = @TEST_REGEXPS@
374 TEST_SAX = @TEST_SAX@
375 TEST_SCHEMAS = @TEST_SCHEMAS@
376 TEST_SCHEMATRON = @TEST_SCHEMATRON@
377 TEST_THREADS = @TEST_THREADS@
378 TEST_VALID = @TEST_VALID@
379 TEST_VTIME = @TEST_VTIME@
380 TEST_XINCLUDE = @TEST_XINCLUDE@
381 TEST_XPATH = @TEST_XPATH@
382 TEST_XPTR = @TEST_XPTR@
383 THREAD_CFLAGS = @THREAD_CFLAGS@
384 THREAD_LIBS = @THREAD_LIBS@
385 VERSION = @VERSION@
386 VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
387 WGET = @WGET@
388 WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
389 WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
390 WIN32_EXTRA_PYTHON_LIBADD = @WIN32_EXTRA_PYTHON_LIBADD@
391 WITH_C14N = @WITH_C14N@
392 WITH_CATALOG = @WITH_CATALOG@
393 WITH_DEBUG = @WITH_DEBUG@
394 WITH_DOCB = @WITH_DOCB@
395 WITH_FTP = @WITH_FTP@
396 WITH_HTML = @WITH_HTML@
397 WITH_HTTP = @WITH_HTTP@
398 WITH_ICONV = @WITH_ICONV@
399 WITH_ICU = @WITH_ICU@
400 WITH_ISO8859X = @WITH_ISO8859X@
401 WITH_LEGACY = @WITH_LEGACY@
402 WITH_LZMA = @WITH_LZMA@
403 WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
404 WITH_MODULES = @WITH_MODULES@
405 WITH_OUTPUT = @WITH_OUTPUT@
406 WITH_PATTERN = @WITH_PATTERN@
407 WITH_PUSH = @WITH_PUSH@
408 WITH_READER = @WITH_READER@
409 WITH_REGEXPS = @WITH_REGEXPS@
410 WITH_RUN_DEBUG = @WITH_RUN_DEBUG@
411 WITH_SAX1 = @WITH_SAX1@
412 WITH_SCHEMAS = @WITH_SCHEMAS@
413 WITH_SCHEMATRON = @WITH_SCHEMATRON@
414 WITH_THREADS = @WITH_THREADS@
415 WITH_THREAD_ALLOC = @WITH_THREAD_ALLOC@
416 WITH_TREE = @WITH_TREE@
417 WITH_TRIO = @WITH_TRIO@
418 WITH_VALID = @WITH_VALID@
419 WITH_WRITER = @WITH_WRITER@
420 WITH_XINCLUDE = @WITH_XINCLUDE@
421 WITH_XPATH = @WITH_XPATH@
422 WITH_XPTR = @WITH_XPTR@
423 WITH_ZLIB = @WITH_ZLIB@
424 XINCLUDE_OBJ = @XINCLUDE_OBJ@
425 XMLLINT = @XMLLINT@
426 XML_CFLAGS = @XML_CFLAGS@
427 XML_INCLUDEDIR = @XML_INCLUDEDIR@
428 XML_LIBDIR = @XML_LIBDIR@
429 XML_LIBS = @XML_LIBS@
430 XML_LIBTOOLLIBS = @XML_LIBTOOLLIBS@
431 XPATH_OBJ = @XPATH_OBJ@
432 XPTR_OBJ = @XPTR_OBJ@
433 XSLTPROC = @XSLTPROC@
434 Z_CFLAGS = @Z_CFLAGS@
435 Z_LIBS = @Z_LIBS@
436 abs_builddir = @abs_builddir@
437 abs_srcdir = @abs_srcdir@
438 abs_top_builddir = @abs_top_builddir@
439 abs_top_srcdir = @abs_top_srcdir@
440 ac_ct_AR = @ac_ct_AR@
441 ac_ct_CC = @ac_ct_CC@
442 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
443 am__include = @am__include@
444 am__leading_dot = @am__leading_dot@
445 am__quote = @am__quote@
446 am__tar = @am__tar@
447 am__untar = @am__untar@
448 bindir = @bindir@
449 build = @build@
450 build_alias = @build_alias@
451 build_cpu = @build_cpu@
452 build_os = @build_os@
453 build_vendor = @build_vendor@
454 builddir = @builddir@
455 datadir = @datadir@
456 datarootdir = @datarootdir@
457 docdir = @docdir@
458 dvidir = @dvidir@
459 exec_prefix = @exec_prefix@
460 host = @host@
461 host_alias = @host_alias@
462 host_cpu = @host_cpu@
463 host_os = @host_os@
464 host_vendor = @host_vendor@
465 htmldir = @htmldir@
466 includedir = @includedir@
467 infodir = @infodir@
468 install_sh = @install_sh@
469 libdir = @libdir@
470 libexecdir = @libexecdir@
471 localedir = @localedir@
472 localstatedir = @localstatedir@
473 mandir = @mandir@
474 mkdir_p = @mkdir_p@
475 oldincludedir = @oldincludedir@
476 pdfdir = @pdfdir@
477 prefix = @prefix@
478 program_transform_name = @program_transform_name@
479 psdir = @psdir@
480 pythondir = @pythondir@
481 sbindir = @sbindir@
482 sharedstatedir = @sharedstatedir@
483 srcdir = @srcdir@
484 sysconfdir = @sysconfdir@
485 target_alias = @target_alias@
486 top_build_prefix = @top_build_prefix@
487 top_builddir = @top_builddir@
488 top_srcdir = @top_srcdir@
489
490 # Makefile for libxml2 python library
491 AUTOMAKE_OPTIONS = 1.4 foreign
492 SUBDIRS = . tests
493 docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
494 dist_docs_DATA = TODO
495 EXTRA_DIST = \
496         setup.py                \
497         generator.py            \
498         libxml.py               \
499         libxml2-export.c        \
500         libxml2-python-api.xml  \
501         libxml2class.py         \
502         libxml2class.txt
503
504 @WITH_PYTHON_TRUE@AM_CPPFLAGS = \
505 @WITH_PYTHON_TRUE@      -I$(top_builddir)/include \
506 @WITH_PYTHON_TRUE@      -I$(top_srcdir)/include \
507 @WITH_PYTHON_TRUE@      -I$(PYTHON_INCLUDES)
508
509 @WITH_PYTHON_TRUE@python_LTLIBRARIES = libxml2mod.la
510 @WITH_PYTHON_TRUE@libxml2mod_la_SOURCES = libxml.c libxml_wrap.h libxml2-py.h libxml2-py.c types.c
511 @WITH_PYTHON_TRUE@libxml2mod_la_LDFLAGS = $(CYGWIN_EXTRA_LDFLAGS) $(WIN32_EXTRA_LDFLAGS) -module -avoid-version \
512 @WITH_PYTHON_TRUE@        $(top_builddir)/libxml2.la $(CYGWIN_EXTRA_PYTHON_LIBADD) $(WIN32_EXTRA_PYTHON_LIBADD) $(PYTHON_LIBS)
513
514 @WITH_PYTHON_TRUE@BUILT_SOURCES = libxml2-export.c libxml2-py.h libxml2-py.c
515 @WITH_PYTHON_TRUE@dist_python_DATA = \
516 @WITH_PYTHON_TRUE@      drv_libxml2.py \
517 @WITH_PYTHON_TRUE@      libxml2.py
518
519 @WITH_PYTHON_TRUE@CLEANFILES = *.pyc
520 @WITH_PYTHON_TRUE@MAINTAINERCLEANFILES = libxml2.py libxml2class.*
521 @WITH_PYTHON_TRUE@API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
522 @WITH_PYTHON_TRUE@GENERATED = libxml2class.py libxml2class.txt $(BUILT_SOURCES)
523 all: $(BUILT_SOURCES)
524         $(MAKE) $(AM_MAKEFLAGS) all-recursive
525
526 .SUFFIXES:
527 .SUFFIXES: .c .lo .o .obj
528 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
529         @for dep in $?; do \
530           case '$(am__configure_deps)' in \
531             *$$dep*) \
532               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
533                 && { if test -f $@; then exit 0; else break; fi; }; \
534               exit 1;; \
535           esac; \
536         done; \
537         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign python/Makefile'; \
538         $(am__cd) $(top_srcdir) && \
539           $(AUTOMAKE) --foreign python/Makefile
540 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
541         @case '$?' in \
542           *config.status*) \
543             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
544           *) \
545             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
546             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
547         esac;
548
549 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
550         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
551
552 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
553         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
554 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
555         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
556 $(am__aclocal_m4_deps):
557 setup.py: $(top_builddir)/config.status $(srcdir)/setup.py.in
558         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
559
560 install-pythonLTLIBRARIES: $(python_LTLIBRARIES)
561         @$(NORMAL_INSTALL)
562         @list='$(python_LTLIBRARIES)'; test -n "$(pythondir)" || list=; \
563         list2=; for p in $$list; do \
564           if test -f $$p; then \
565             list2="$$list2 $$p"; \
566           else :; fi; \
567         done; \
568         test -z "$$list2" || { \
569           echo " $(MKDIR_P) '$(DESTDIR)$(pythondir)'"; \
570           $(MKDIR_P) "$(DESTDIR)$(pythondir)" || exit 1; \
571           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pythondir)'"; \
572           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pythondir)"; \
573         }
574
575 uninstall-pythonLTLIBRARIES:
576         @$(NORMAL_UNINSTALL)
577         @list='$(python_LTLIBRARIES)'; test -n "$(pythondir)" || list=; \
578         for p in $$list; do \
579           $(am__strip_dir) \
580           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pythondir)/$$f'"; \
581           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pythondir)/$$f"; \
582         done
583
584 clean-pythonLTLIBRARIES:
585         -test -z "$(python_LTLIBRARIES)" || rm -f $(python_LTLIBRARIES)
586         @list='$(python_LTLIBRARIES)'; \
587         locs=`for p in $$list; do echo $$p; done | \
588               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
589               sort -u`; \
590         test -z "$$locs" || { \
591           echo rm -f $${locs}; \
592           rm -f $${locs}; \
593         }
594
595 libxml2mod.la: $(libxml2mod_la_OBJECTS) $(libxml2mod_la_DEPENDENCIES) $(EXTRA_libxml2mod_la_DEPENDENCIES) 
596         $(AM_V_CCLD)$(libxml2mod_la_LINK) $(am_libxml2mod_la_rpath) $(libxml2mod_la_OBJECTS) $(libxml2mod_la_LIBADD) $(LIBS)
597
598 mostlyclean-compile:
599         -rm -f *.$(OBJEXT)
600
601 distclean-compile:
602         -rm -f *.tab.c
603
604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxml.Plo@am__quote@
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxml2-py.Plo@am__quote@
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/types.Plo@am__quote@
607
608 .c.o:
609 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
610 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
611 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
612 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
614
615 .c.obj:
616 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
617 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
618 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
619 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
620 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
621
622 .c.lo:
623 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
624 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
625 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
626 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
627 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
628
629 mostlyclean-libtool:
630         -rm -f *.lo
631
632 clean-libtool:
633         -rm -rf .libs _libs
634 install-dist_docsDATA: $(dist_docs_DATA)
635         @$(NORMAL_INSTALL)
636         @list='$(dist_docs_DATA)'; test -n "$(docsdir)" || list=; \
637         if test -n "$$list"; then \
638           echo " $(MKDIR_P) '$(DESTDIR)$(docsdir)'"; \
639           $(MKDIR_P) "$(DESTDIR)$(docsdir)" || exit 1; \
640         fi; \
641         for p in $$list; do \
642           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
643           echo "$$d$$p"; \
644         done | $(am__base_list) | \
645         while read files; do \
646           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docsdir)'"; \
647           $(INSTALL_DATA) $$files "$(DESTDIR)$(docsdir)" || exit $$?; \
648         done
649
650 uninstall-dist_docsDATA:
651         @$(NORMAL_UNINSTALL)
652         @list='$(dist_docs_DATA)'; test -n "$(docsdir)" || list=; \
653         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
654         dir='$(DESTDIR)$(docsdir)'; $(am__uninstall_files_from_dir)
655 install-dist_pythonDATA: $(dist_python_DATA)
656         @$(NORMAL_INSTALL)
657         @list='$(dist_python_DATA)'; test -n "$(pythondir)" || list=; \
658         if test -n "$$list"; then \
659           echo " $(MKDIR_P) '$(DESTDIR)$(pythondir)'"; \
660           $(MKDIR_P) "$(DESTDIR)$(pythondir)" || exit 1; \
661         fi; \
662         for p in $$list; do \
663           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
664           echo "$$d$$p"; \
665         done | $(am__base_list) | \
666         while read files; do \
667           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pythondir)'"; \
668           $(INSTALL_DATA) $$files "$(DESTDIR)$(pythondir)" || exit $$?; \
669         done
670
671 uninstall-dist_pythonDATA:
672         @$(NORMAL_UNINSTALL)
673         @list='$(dist_python_DATA)'; test -n "$(pythondir)" || list=; \
674         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
675         dir='$(DESTDIR)$(pythondir)'; $(am__uninstall_files_from_dir)
676
677 # This directory's subdirectories are mostly independent; you can cd
678 # into them and run 'make' without going through this Makefile.
679 # To change the values of 'make' variables: instead of editing Makefiles,
680 # (1) if the variable is set in 'config.status', edit 'config.status'
681 #     (which will cause the Makefiles to be regenerated when you run 'make');
682 # (2) otherwise, pass the desired values on the 'make' command line.
683 $(am__recursive_targets):
684         @fail=; \
685         if $(am__make_keepgoing); then \
686           failcom='fail=yes'; \
687         else \
688           failcom='exit 1'; \
689         fi; \
690         dot_seen=no; \
691         target=`echo $@ | sed s/-recursive//`; \
692         case "$@" in \
693           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
694           *) list='$(SUBDIRS)' ;; \
695         esac; \
696         for subdir in $$list; do \
697           echo "Making $$target in $$subdir"; \
698           if test "$$subdir" = "."; then \
699             dot_seen=yes; \
700             local_target="$$target-am"; \
701           else \
702             local_target="$$target"; \
703           fi; \
704           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
705           || eval $$failcom; \
706         done; \
707         if test "$$dot_seen" = "no"; then \
708           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
709         fi; test -z "$$fail"
710
711 ID: $(am__tagged_files)
712         $(am__define_uniq_tagged_files); mkid -fID $$unique
713 tags: tags-recursive
714 TAGS: tags
715
716 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
717         set x; \
718         here=`pwd`; \
719         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
720           include_option=--etags-include; \
721           empty_fix=.; \
722         else \
723           include_option=--include; \
724           empty_fix=; \
725         fi; \
726         list='$(SUBDIRS)'; for subdir in $$list; do \
727           if test "$$subdir" = .; then :; else \
728             test ! -f $$subdir/TAGS || \
729               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
730           fi; \
731         done; \
732         $(am__define_uniq_tagged_files); \
733         shift; \
734         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
735           test -n "$$unique" || unique=$$empty_fix; \
736           if test $$# -gt 0; then \
737             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
738               "$$@" $$unique; \
739           else \
740             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
741               $$unique; \
742           fi; \
743         fi
744 ctags: ctags-recursive
745
746 CTAGS: ctags
747 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
748         $(am__define_uniq_tagged_files); \
749         test -z "$(CTAGS_ARGS)$$unique" \
750           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
751              $$unique
752
753 GTAGS:
754         here=`$(am__cd) $(top_builddir) && pwd` \
755           && $(am__cd) $(top_srcdir) \
756           && gtags -i $(GTAGS_ARGS) "$$here"
757 cscopelist: cscopelist-recursive
758
759 cscopelist-am: $(am__tagged_files)
760         list='$(am__tagged_files)'; \
761         case "$(srcdir)" in \
762           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
763           *) sdir=$(subdir)/$(srcdir) ;; \
764         esac; \
765         for i in $$list; do \
766           if test -f "$$i"; then \
767             echo "$(subdir)/$$i"; \
768           else \
769             echo "$$sdir/$$i"; \
770           fi; \
771         done >> $(top_builddir)/cscope.files
772
773 distclean-tags:
774         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
775
776 distdir: $(DISTFILES)
777         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
778         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
779         list='$(DISTFILES)'; \
780           dist_files=`for file in $$list; do echo $$file; done | \
781           sed -e "s|^$$srcdirstrip/||;t" \
782               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
783         case $$dist_files in \
784           */*) $(MKDIR_P) `echo "$$dist_files" | \
785                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
786                            sort -u` ;; \
787         esac; \
788         for file in $$dist_files; do \
789           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
790           if test -d $$d/$$file; then \
791             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
792             if test -d "$(distdir)/$$file"; then \
793               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
794             fi; \
795             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
796               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
797               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
798             fi; \
799             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
800           else \
801             test -f "$(distdir)/$$file" \
802             || cp -p $$d/$$file "$(distdir)/$$file" \
803             || exit 1; \
804           fi; \
805         done
806         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
807           if test "$$subdir" = .; then :; else \
808             $(am__make_dryrun) \
809               || test -d "$(distdir)/$$subdir" \
810               || $(MKDIR_P) "$(distdir)/$$subdir" \
811               || exit 1; \
812             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
813             $(am__relativize); \
814             new_distdir=$$reldir; \
815             dir1=$$subdir; dir2="$(top_distdir)"; \
816             $(am__relativize); \
817             new_top_distdir=$$reldir; \
818             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
819             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
820             ($(am__cd) $$subdir && \
821               $(MAKE) $(AM_MAKEFLAGS) \
822                 top_distdir="$$new_top_distdir" \
823                 distdir="$$new_distdir" \
824                 am__remove_distdir=: \
825                 am__skip_length_check=: \
826                 am__skip_mode_fix=: \
827                 distdir) \
828               || exit 1; \
829           fi; \
830         done
831 check-am: all-am
832 check: $(BUILT_SOURCES)
833         $(MAKE) $(AM_MAKEFLAGS) check-recursive
834 all-am: Makefile $(LTLIBRARIES) $(DATA)
835 installdirs: installdirs-recursive
836 installdirs-am:
837         for dir in "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(docsdir)" "$(DESTDIR)$(pythondir)"; do \
838           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
839         done
840 install: $(BUILT_SOURCES)
841         $(MAKE) $(AM_MAKEFLAGS) install-recursive
842 install-exec: install-exec-recursive
843 install-data: install-data-recursive
844 uninstall: uninstall-recursive
845
846 install-am: all-am
847         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
848
849 installcheck: installcheck-recursive
850 install-strip:
851         if test -z '$(STRIP)'; then \
852           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
853             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
854               install; \
855         else \
856           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
857             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
858             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
859         fi
860 mostlyclean-generic:
861
862 clean-generic:
863         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
864
865 distclean-generic:
866         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
867         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
868
869 maintainer-clean-generic:
870         @echo "This command is intended for maintainers to use"
871         @echo "it deletes files that may require special tools to rebuild."
872         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
873         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
874 clean: clean-recursive
875
876 clean-am: clean-generic clean-libtool clean-pythonLTLIBRARIES \
877         mostlyclean-am
878
879 distclean: distclean-recursive
880         -rm -rf ./$(DEPDIR)
881         -rm -f Makefile
882 distclean-am: clean-am distclean-compile distclean-generic \
883         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-dist_docsDATA install-dist_pythonDATA \
898         install-pythonLTLIBRARIES
899
900 install-dvi: install-dvi-recursive
901
902 install-dvi-am:
903
904 install-exec-am:
905
906 install-html: install-html-recursive
907
908 install-html-am:
909
910 install-info: install-info-recursive
911
912 install-info-am:
913
914 install-man:
915
916 install-pdf: install-pdf-recursive
917
918 install-pdf-am:
919
920 install-ps: install-ps-recursive
921
922 install-ps-am:
923
924 installcheck-am:
925
926 maintainer-clean: maintainer-clean-recursive
927         -rm -rf ./$(DEPDIR)
928         -rm -f Makefile
929 maintainer-clean-am: distclean-am maintainer-clean-generic
930
931 mostlyclean: mostlyclean-recursive
932
933 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
934         mostlyclean-libtool
935
936 pdf: pdf-recursive
937
938 pdf-am:
939
940 ps: ps-recursive
941
942 ps-am:
943
944 uninstall-am: uninstall-dist_docsDATA uninstall-dist_pythonDATA \
945         uninstall-pythonLTLIBRARIES
946
947 .MAKE: $(am__recursive_targets) all check install install-am \
948         install-strip
949
950 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
951         check-am clean clean-generic clean-libtool \
952         clean-pythonLTLIBRARIES cscopelist-am ctags ctags-am distclean \
953         distclean-compile distclean-generic distclean-libtool \
954         distclean-tags distdir dvi dvi-am html html-am info info-am \
955         install install-am install-data install-data-am \
956         install-dist_docsDATA install-dist_pythonDATA install-dvi \
957         install-dvi-am install-exec install-exec-am install-html \
958         install-html-am install-info install-info-am install-man \
959         install-pdf install-pdf-am install-ps install-ps-am \
960         install-pythonLTLIBRARIES install-strip installcheck \
961         installcheck-am installdirs installdirs-am maintainer-clean \
962         maintainer-clean-generic mostlyclean mostlyclean-compile \
963         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
964         tags tags-am uninstall uninstall-am uninstall-dist_docsDATA \
965         uninstall-dist_pythonDATA uninstall-pythonLTLIBRARIES
966
967 .PRECIOUS: Makefile
968
969
970 # libxml.c #includes libxml2-export.c
971 @WITH_PYTHON_TRUE@libxml.$(OBJEXT): libxml2-export.c
972
973 @WITH_PYTHON_TRUE@libxml2.py: $(srcdir)/libxml.py libxml2class.py
974 @WITH_PYTHON_TRUE@      cat $(srcdir)/libxml.py `test -f libxml2class.py || echo $(srcdir)/`libxml2class.py > $@
975
976 @WITH_PYTHON_TRUE@$(GENERATED): $(srcdir)/generator.py $(API_DESC)
977 @WITH_PYTHON_TRUE@      $(PYTHON) $(srcdir)/generator.py $(srcdir)
978
979 tests test: all
980         cd tests && $(MAKE) tests
981
982 # Tell versions [3.59,3.63) of GNU make to not export all variables.
983 # Otherwise a system limit (for SysV at least) may be exceeded.
984 .NOEXPORT: