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