1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
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.
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
25 echo
'am--echo: ; @echo "AM" OK' |
$(MAKE
) -f
- 2>/dev
/null \
26 | grep
'^AM OK$$' >/dev
/null || am__dry
=yes
;; \
28 for am__flg in
$$MAKEFLAGS; do \
31 *n
*) am__dry
=yes
; break
;; \
35 test $$am__dry = yes
; \
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkgincludedir
= $(includedir)/@PACKAGE@
39 pkglibdir
= $(libdir)/@PACKAGE@
40 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
41 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA
= $(install_sh
) -c
-m
644
43 install_sh_PROGRAM
= $(install_sh
) -c
44 install_sh_SCRIPT
= $(install_sh
) -c
45 INSTALL_HEADER
= $(INSTALL_DATA
)
46 transform
= $(program_transform_name
)
53 build_triplet
= @build@
56 DIST_COMMON
= README
$(am__dist_python_DATA_DIST
) $(dist_docs_DATA
) \
57 $(srcdir)/Makefile.am
$(srcdir)/Makefile.in \
58 $(srcdir)/setup.py.in TODO
59 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
60 am__aclocal_m4_deps
= $(top_srcdir
)/m4
/libtool.m4 \
61 $(top_srcdir
)/m4
/ltoptions.m4
$(top_srcdir
)/m4
/ltsugar.m4 \
62 $(top_srcdir
)/m4
/ltversion.m4
$(top_srcdir
)/m4
/lt~obsolete.m4 \
63 $(top_srcdir
)/acinclude.m4
$(top_srcdir
)/configure.in
64 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
66 mkinstalldirs
= $(install_sh
) -d
67 CONFIG_HEADER
= $(top_builddir
)/config.h
68 CONFIG_CLEAN_FILES
= setup.py
69 CONFIG_CLEAN_VPATH_FILES
=
70 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
71 am__vpath_adj
= case
$$p in \
72 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
77 am__nobase_strip_setup
= \
78 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
80 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
81 am__nobase_list
= $(am__nobase_strip_setup
); \
82 for p in
$$list; do echo
"$$p $$p"; done | \
83 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
84 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
85 if (++n[$$2] == $(am__install_max)) \
86 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
87 END { for (dir in files) print dir, files[dir] }'
89 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
90 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
91 am__uninstall_files_from_dir
= { \
93 ||
{ test ! -d
"$$dir" && test ! -f
"$$dir" && test ! -r
"$$dir"; } \
94 ||
{ echo
" ( cd '$$dir' && rm -f" $$files ")"; \
95 $(am__cd
) "$$dir" && rm -f
$$files; }; \
97 am__installdirs
= "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(docsdir)" \
98 "$(DESTDIR)$(pythondir)"
99 LTLIBRARIES
= $(python_LTLIBRARIES
)
100 libxml2mod_la_LIBADD
=
101 am__libxml2mod_la_SOURCES_DIST
= libxml.c libxml_wrap.h libxml2-py.h \
103 @WITH_PYTHON_TRUE@am_libxml2mod_la_OBJECTS
= libxml.lo libxml2-py.lo \
104 @WITH_PYTHON_TRUE@ types.lo
105 libxml2mod_la_OBJECTS
= $(am_libxml2mod_la_OBJECTS
)
106 AM_V_lt
= $(am__v_lt_@AM_V@
)
107 am__v_lt_
= $(am__v_lt_@AM_DEFAULT_V@
)
108 am__v_lt_0
= --silent
109 libxml2mod_la_LINK
= $(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
110 $(LIBTOOLFLAGS
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
111 $(libxml2mod_la_LDFLAGS
) $(LDFLAGS
) -o
$@
112 @WITH_PYTHON_TRUE@am_libxml2mod_la_rpath
= -rpath
$(pythondir
)
113 DEFAULT_INCLUDES
= -I.@am__isrc@
-I
$(top_builddir
)
114 depcomp
= $(SHELL
) $(top_srcdir
)/depcomp
115 am__depfiles_maybe
= depfiles
117 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
118 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
119 LTCOMPILE
= $(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
120 $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) \
121 $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) \
122 $(AM_CFLAGS
) $(CFLAGS
)
123 AM_V_CC
= $(am__v_CC_@AM_V@
)
124 am__v_CC_
= $(am__v_CC_@AM_DEFAULT_V@
)
125 am__v_CC_0
= @echo
" CC " $@
;
126 AM_V_at
= $(am__v_at_@AM_V@
)
127 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
130 LINK
= $(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
131 $(LIBTOOLFLAGS
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
132 $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
133 AM_V_CCLD
= $(am__v_CCLD_@AM_V@
)
134 am__v_CCLD_
= $(am__v_CCLD_@AM_DEFAULT_V@
)
135 am__v_CCLD_0
= @echo
" CCLD " $@
;
136 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
137 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
138 am__v_GEN_0
= @echo
" GEN " $@
;
139 SOURCES
= $(libxml2mod_la_SOURCES
)
140 DIST_SOURCES
= $(am__libxml2mod_la_SOURCES_DIST
)
141 RECURSIVE_TARGETS
= all-recursive check-recursive dvi-recursive \
142 html-recursive info-recursive install-data-recursive \
143 install-dvi-recursive install-exec-recursive \
144 install-html-recursive install-info-recursive \
145 install-pdf-recursive install-ps-recursive install-recursive \
146 installcheck-recursive installdirs-recursive pdf-recursive \
147 ps-recursive uninstall-recursive
148 am__can_run_installinfo
= \
149 case
$$AM_UPDATE_INFO_DIR in \
151 *) (install-info
--version
) >/dev
/null
2>&1;; \
153 am__dist_python_DATA_DIST
= drv_libxml2.py libxml2.py
154 DATA
= $(dist_docs_DATA
) $(dist_python_DATA
)
155 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
156 distclean-recursive maintainer-clean-recursive
157 AM_RECURSIVE_TARGETS
= $(RECURSIVE_TARGETS
:-recursive
=) \
158 $(RECURSIVE_CLEAN_TARGETS
:-recursive
=) tags TAGS ctags CTAGS \
162 DIST_SUBDIRS
= $(SUBDIRS
)
163 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
166 sed_first
='s,^\([^/]*\)/.*$$,\1,'; \
167 sed_rest
='s,^[^/]*/*,,'; \
168 sed_last
='s,^.*/\([^/]*\)$$,\1,'; \
169 sed_butlast
='s,/*[^/]*$$,,'; \
170 while
test -n
"$$dir1"; do \
171 first
=`echo "$$dir1" | sed -e "$$sed_first"`; \
172 if
test "$$first" != "."; then \
173 if
test "$$first" = ".."; then \
174 dir2
=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
175 dir0
=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
177 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
178 if
test "$$first2" = "$$first"; then \
179 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
183 dir0
="$$dir0"/"$$first"; \
186 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
191 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
193 AUTOCONF
= @AUTOCONF@
194 AUTOHEADER
= @AUTOHEADER@
195 AUTOMAKE
= @AUTOMAKE@
197 BASE_THREAD_LIBS
= @BASE_THREAD_LIBS@
198 C14N_OBJ
= @C14N_OBJ@
199 CATALOG_OBJ
= @CATALOG_OBJ@
201 CCDEPMODE
= @CCDEPMODE@
204 CPPFLAGS
= @CPPFLAGS@
205 CYGPATH_W
= @CYGPATH_W@
206 CYGWIN_EXTRA_LDFLAGS
= @CYGWIN_EXTRA_LDFLAGS@
207 CYGWIN_EXTRA_PYTHON_LIBADD
= @CYGWIN_EXTRA_PYTHON_LIBADD@
208 DEBUG_OBJ
= @DEBUG_OBJ@
212 DOCB_OBJ
= @DOCB_OBJ@
213 DSYMUTIL
= @DSYMUTIL@
223 HAVE_ISINF
= @HAVE_ISINF@
224 HAVE_ISNAN
= @HAVE_ISNAN@
225 HTML_DIR
= @HTML_DIR@
226 HTML_OBJ
= @HTML_OBJ@
227 HTTP_OBJ
= @HTTP_OBJ@
228 ICONV_LIBS
= @ICONV_LIBS@
229 ICU_LIBS
= @ICU_LIBS@
231 INSTALL_DATA
= @INSTALL_DATA@
232 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
233 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
234 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
240 LIBXML_MAJOR_VERSION
= @LIBXML_MAJOR_VERSION@
241 LIBXML_MICRO_VERSION
= @LIBXML_MICRO_VERSION@
242 LIBXML_MINOR_VERSION
= @LIBXML_MINOR_VERSION@
243 LIBXML_VERSION
= @LIBXML_VERSION@
244 LIBXML_VERSION_EXTRA
= @LIBXML_VERSION_EXTRA@
245 LIBXML_VERSION_INFO
= @LIBXML_VERSION_INFO@
246 LIBXML_VERSION_NUMBER
= @LIBXML_VERSION_NUMBER@
249 LTLIBOBJS
= @LTLIBOBJS@
250 LZMA_CFLAGS
= @LZMA_CFLAGS@
251 LZMA_LIBS
= @LZMA_LIBS@
252 MAKEINFO
= @MAKEINFO@
253 MANIFEST_TOOL
= @MANIFEST_TOOL@
255 MODULE_EXTENSION
= @MODULE_EXTENSION@
256 MODULE_PLATFORM_LIBS
= @MODULE_PLATFORM_LIBS@
266 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
267 PACKAGE_NAME
= @PACKAGE_NAME@
268 PACKAGE_STRING
= @PACKAGE_STRING@
269 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
270 PACKAGE_URL
= @PACKAGE_URL@
271 PACKAGE_VERSION
= @PACKAGE_VERSION@
272 PATH_SEPARATOR
= @PATH_SEPARATOR@
275 PYTHON_INCLUDES
= @PYTHON_INCLUDES@
276 PYTHON_LIBS
= @PYTHON_LIBS@
277 PYTHON_SITE_PACKAGES
= @PYTHON_SITE_PACKAGES@
278 PYTHON_SUBDIR
= @PYTHON_SUBDIR@
279 PYTHON_TESTS
= @PYTHON_TESTS@
280 PYTHON_VERSION
= @PYTHON_VERSION@
282 RDL_LIBS
= @RDL_LIBS@
283 READER_TEST
= @READER_TEST@
286 SET_MAKE
= @SET_MAKE@
288 STATIC_BINARIES
= @STATIC_BINARIES@
291 TEST_C14N
= @TEST_C14N@
292 TEST_CATALOG
= @TEST_CATALOG@
293 TEST_DEBUG
= @TEST_DEBUG@
294 TEST_HTML
= @TEST_HTML@
295 TEST_MODULES
= @TEST_MODULES@
296 TEST_PATTERN
= @TEST_PATTERN@
297 TEST_PHTML
= @TEST_PHTML@
298 TEST_PUSH
= @TEST_PUSH@
299 TEST_REGEXPS
= @TEST_REGEXPS@
300 TEST_SAX
= @TEST_SAX@
301 TEST_SCHEMAS
= @TEST_SCHEMAS@
302 TEST_SCHEMATRON
= @TEST_SCHEMATRON@
303 TEST_THREADS
= @TEST_THREADS@
304 TEST_VALID
= @TEST_VALID@
305 TEST_VTIME
= @TEST_VTIME@
306 TEST_XINCLUDE
= @TEST_XINCLUDE@
307 TEST_XPATH
= @TEST_XPATH@
308 TEST_XPTR
= @TEST_XPTR@
309 THREAD_CFLAGS
= @THREAD_CFLAGS@
310 THREAD_LIBS
= @THREAD_LIBS@
312 VERSION_SCRIPT_FLAGS
= @VERSION_SCRIPT_FLAGS@
314 WIN32_EXTRA_LDFLAGS
= @WIN32_EXTRA_LDFLAGS@
315 WIN32_EXTRA_LIBADD
= @WIN32_EXTRA_LIBADD@
316 WIN32_EXTRA_PYTHON_LIBADD
= @WIN32_EXTRA_PYTHON_LIBADD@
317 WITH_C14N
= @WITH_C14N@
318 WITH_CATALOG
= @WITH_CATALOG@
319 WITH_DEBUG
= @WITH_DEBUG@
320 WITH_DOCB
= @WITH_DOCB@
321 WITH_FTP
= @WITH_FTP@
322 WITH_HTML
= @WITH_HTML@
323 WITH_HTTP
= @WITH_HTTP@
324 WITH_ICONV
= @WITH_ICONV@
325 WITH_ICU
= @WITH_ICU@
326 WITH_ISO8859X
= @WITH_ISO8859X@
327 WITH_LEGACY
= @WITH_LEGACY@
328 WITH_LZMA
= @WITH_LZMA@
329 WITH_MEM_DEBUG
= @WITH_MEM_DEBUG@
330 WITH_MODULES
= @WITH_MODULES@
331 WITH_OUTPUT
= @WITH_OUTPUT@
332 WITH_PATTERN
= @WITH_PATTERN@
333 WITH_PUSH
= @WITH_PUSH@
334 WITH_READER
= @WITH_READER@
335 WITH_REGEXPS
= @WITH_REGEXPS@
336 WITH_RUN_DEBUG
= @WITH_RUN_DEBUG@
337 WITH_SAX1
= @WITH_SAX1@
338 WITH_SCHEMAS
= @WITH_SCHEMAS@
339 WITH_SCHEMATRON
= @WITH_SCHEMATRON@
340 WITH_THREADS
= @WITH_THREADS@
341 WITH_THREAD_ALLOC
= @WITH_THREAD_ALLOC@
342 WITH_TREE
= @WITH_TREE@
343 WITH_TRIO
= @WITH_TRIO@
344 WITH_VALID
= @WITH_VALID@
345 WITH_WRITER
= @WITH_WRITER@
346 WITH_XINCLUDE
= @WITH_XINCLUDE@
347 WITH_XPATH
= @WITH_XPATH@
348 WITH_XPTR
= @WITH_XPTR@
349 WITH_ZLIB
= @WITH_ZLIB@
350 XINCLUDE_OBJ
= @XINCLUDE_OBJ@
352 XML_CFLAGS
= @XML_CFLAGS@
353 XML_INCLUDEDIR
= @XML_INCLUDEDIR@
354 XML_LIBDIR
= @XML_LIBDIR@
355 XML_LIBS
= @XML_LIBS@
356 XML_LIBTOOLLIBS
= @XML_LIBTOOLLIBS@
357 XPATH_OBJ
= @XPATH_OBJ@
358 XPTR_OBJ
= @XPTR_OBJ@
359 XSLTPROC
= @XSLTPROC@
360 Z_CFLAGS
= @Z_CFLAGS@
362 abs_builddir
= @abs_builddir@
363 abs_srcdir
= @abs_srcdir@
364 abs_top_builddir
= @abs_top_builddir@
365 abs_top_srcdir
= @abs_top_srcdir@
366 ac_ct_AR
= @ac_ct_AR@
367 ac_ct_CC
= @ac_ct_CC@
368 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
369 am__include
= @am__include@
370 am__leading_dot
= @am__leading_dot@
371 am__quote
= @am__quote@
373 am__untar
= @am__untar@
376 build_alias
= @build_alias@
377 build_cpu
= @build_cpu@
378 build_os
= @build_os@
379 build_vendor
= @build_vendor@
380 builddir
= @builddir@
382 datarootdir
= @datarootdir@
385 exec_prefix = @
exec_prefix@
387 host_alias
= @host_alias@
388 host_cpu
= @host_cpu@
390 host_vendor
= @host_vendor@
392 includedir = @
includedir@
394 install_sh
= @install_sh@
396 libexecdir
= @libexecdir@
397 localedir
= @localedir@
398 localstatedir
= @localstatedir@
401 oldincludedir = @
oldincludedir@
404 program_transform_name
= @program_transform_name@
406 pythondir
= @pythondir@
408 sharedstatedir
= @sharedstatedir@
410 sysconfdir
= @sysconfdir@
411 target_alias
= @target_alias@
412 top_build_prefix
= @top_build_prefix@
413 top_builddir
= @top_builddir@
414 top_srcdir
= @top_srcdir@
416 # Makefile for libxml2 python library
417 AUTOMAKE_OPTIONS
= 1.4 foreign
419 docsdir
= $(datadir)/doc
/libxml2-python-
$(LIBXML_VERSION
)
420 dist_docs_DATA
= TODO
426 libxml2-python-api.xml \
430 @WITH_PYTHON_TRUE@AM_CPPFLAGS
= \
431 @WITH_PYTHON_TRUE@
-I
$(top_builddir
)/include \
432 @WITH_PYTHON_TRUE@
-I
$(top_srcdir
)/include \
433 @WITH_PYTHON_TRUE@
-I
$(PYTHON_INCLUDES
)
435 @WITH_PYTHON_TRUE@python_LTLIBRARIES
= libxml2mod.la
436 @WITH_PYTHON_TRUE@libxml2mod_la_SOURCES
= libxml.c libxml_wrap.h libxml2-py.h libxml2-py.c types.c
437 @WITH_PYTHON_TRUE@libxml2mod_la_LDFLAGS
= $(CYGWIN_EXTRA_LDFLAGS
) $(WIN32_EXTRA_LDFLAGS
) -module
-avoid-version \
438 @WITH_PYTHON_TRUE@
$(top_builddir
)/libxml2.la
$(CYGWIN_EXTRA_PYTHON_LIBADD
) $(WIN32_EXTRA_PYTHON_LIBADD
) $(PYTHON_LIBS
)
440 @WITH_PYTHON_TRUE@BUILT_SOURCES
= libxml2-export.c libxml2-py.h libxml2-py.c
441 @WITH_PYTHON_TRUE@dist_python_DATA
= \
442 @WITH_PYTHON_TRUE@ drv_libxml2.py \
443 @WITH_PYTHON_TRUE@ libxml2.py
445 @WITH_PYTHON_TRUE@CLEANFILES
= *.pyc
446 @WITH_PYTHON_TRUE@MAINTAINERCLEANFILES
= libxml2.py libxml2class.
*
447 @WITH_PYTHON_TRUE@API_DESC
= $(top_srcdir
)/doc
/libxml2-api.xml
$(srcdir)/libxml2-python-api.xml
448 @WITH_PYTHON_TRUE@GENERATED
= libxml2class.py libxml2class.txt
$(BUILT_SOURCES
)
449 all: $(BUILT_SOURCES
)
450 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
453 .SUFFIXES
: .c .lo .o .obj
454 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
456 case
'$(am__configure_deps)' in \
458 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
459 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
463 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign python/Makefile'; \
464 $(am__cd
) $(top_srcdir
) && \
465 $(AUTOMAKE
) --foreign python
/Makefile
467 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
470 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
472 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
473 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
476 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
477 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
479 $(top_srcdir
)/configure
: $(am__configure_deps
)
480 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
481 $(ACLOCAL_M4
): $(am__aclocal_m4_deps
)
482 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
483 $(am__aclocal_m4_deps
):
484 setup.py
: $(top_builddir
)/config.status
$(srcdir)/setup.py.in
485 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
486 install-pythonLTLIBRARIES
: $(python_LTLIBRARIES
)
488 @list
='$(python_LTLIBRARIES)'; test -n
"$(pythondir)" || list
=; \
489 list2
=; for p in
$$list; do \
490 if
test -f
$$p; then \
491 list2
="$$list2 $$p"; \
494 test -z
"$$list2" ||
{ \
495 echo
" $(MKDIR_P) '$(DESTDIR)$(pythondir)'"; \
496 $(MKDIR_P
) "$(DESTDIR)$(pythondir)" || exit
1; \
497 echo
" $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pythondir)'"; \
498 $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=install $(INSTALL
) $(INSTALL_STRIP_FLAG
) $$list2 "$(DESTDIR)$(pythondir)"; \
501 uninstall-pythonLTLIBRARIES
:
503 @list
='$(python_LTLIBRARIES)'; test -n
"$(pythondir)" || list
=; \
504 for p in
$$list; do \
506 echo
" $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pythondir)/$$f'"; \
507 $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=uninstall rm -f
"$(DESTDIR)$(pythondir)/$$f"; \
510 clean-pythonLTLIBRARIES
:
511 -test -z
"$(python_LTLIBRARIES)" ||
rm -f
$(python_LTLIBRARIES
)
512 @list
='$(python_LTLIBRARIES)'; for p in
$$list; do \
513 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
514 test "$$dir" != "$$p" ||
dir=.
; \
515 echo
"rm -f \"$${dir}/so_locations\""; \
516 rm -f
"$${dir}/so_locations"; \
518 libxml2mod.la
: $(libxml2mod_la_OBJECTS
) $(libxml2mod_la_DEPENDENCIES
) $(EXTRA_libxml2mod_la_DEPENDENCIES
)
519 $(AM_V_CCLD
)$(libxml2mod_la_LINK
) $(am_libxml2mod_la_rpath
) $(libxml2mod_la_OBJECTS
) $(libxml2mod_la_LIBADD
) $(LIBS
)
527 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/libxml.Plo@am__quote@
528 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/libxml2-py.Plo@am__quote@
529 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/types.Plo@am__quote@
532 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
533 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
534 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
535 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
536 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(COMPILE
) -c
$<
539 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
540 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
541 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
542 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
543 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(COMPILE
) -c
`$(CYGPATH_W) '$<'`
546 @am__fastdepCC_TRUE@
$(AM_V_CC
)$(LTCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
547 @am__fastdepCC_TRUE@
$(AM_V_at
)$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Plo
548 @AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC
)source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
549 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
550 @am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@
)$(LTCOMPILE
) -c
-o
$@
$<
557 install-dist_docsDATA
: $(dist_docs_DATA
)
559 @list
='$(dist_docs_DATA)'; test -n
"$(docsdir)" || list
=; \
560 if
test -n
"$$list"; then \
561 echo
" $(MKDIR_P) '$(DESTDIR)$(docsdir)'"; \
562 $(MKDIR_P
) "$(DESTDIR)$(docsdir)" || exit
1; \
564 for p in
$$list; do \
565 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
567 done |
$(am__base_list
) | \
568 while read files
; do \
569 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(docsdir)'"; \
570 $(INSTALL_DATA
) $$files "$(DESTDIR)$(docsdir)" || exit
$$?
; \
573 uninstall-dist_docsDATA
:
575 @list
='$(dist_docs_DATA)'; test -n
"$(docsdir)" || list
=; \
576 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
577 dir='$(DESTDIR)$(docsdir)'; $(am__uninstall_files_from_dir
)
578 install-dist_pythonDATA
: $(dist_python_DATA
)
580 @list
='$(dist_python_DATA)'; test -n
"$(pythondir)" || list
=; \
581 if
test -n
"$$list"; then \
582 echo
" $(MKDIR_P) '$(DESTDIR)$(pythondir)'"; \
583 $(MKDIR_P
) "$(DESTDIR)$(pythondir)" || exit
1; \
585 for p in
$$list; do \
586 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
588 done |
$(am__base_list
) | \
589 while read files
; do \
590 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(pythondir)'"; \
591 $(INSTALL_DATA
) $$files "$(DESTDIR)$(pythondir)" || exit
$$?
; \
594 uninstall-dist_pythonDATA
:
596 @list
='$(dist_python_DATA)'; test -n
"$(pythondir)" || list
=; \
597 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
598 dir='$(DESTDIR)$(pythondir)'; $(am__uninstall_files_from_dir
)
600 # This directory's subdirectories are mostly independent; you can cd
601 # into them and run `make' without going through this Makefile.
602 # To change the values of `make' variables: instead of editing Makefiles,
603 # (1) if the variable is set in `config.status', edit `config.status'
604 # (which will cause the Makefiles to be regenerated when you run `make');
605 # (2) otherwise, pass the desired values on the `make' command line.
606 $(RECURSIVE_TARGETS
):
607 @fail
= failcom
='exit 1'; \
608 for f in x
$$MAKEFLAGS; do \
611 *k
*) failcom
='fail=yes';; \
615 target
=`echo $@ | sed s/-recursive//`; \
616 list
='$(SUBDIRS)'; for subdir in
$$list; do \
617 echo
"Making $$target in $$subdir"; \
618 if
test "$$subdir" = "."; then \
620 local_target
="$$target-am"; \
622 local_target
="$$target"; \
624 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
627 if
test "$$dot_seen" = "no"; then \
628 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
631 $(RECURSIVE_CLEAN_TARGETS
):
632 @fail
= failcom
='exit 1'; \
633 for f in x
$$MAKEFLAGS; do \
636 *k
*) failcom
='fail=yes';; \
641 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
642 *) list
='$(SUBDIRS)' ;; \
644 rev
=''; for subdir in
$$list; do \
645 if
test "$$subdir" = "."; then
:; else \
646 rev
="$$subdir $$rev"; \
650 target
=`echo $@ | sed s/-recursive//`; \
651 for subdir in
$$rev; do \
652 echo
"Making $$target in $$subdir"; \
653 if
test "$$subdir" = "."; then \
654 local_target
="$$target-am"; \
656 local_target
="$$target"; \
658 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
660 done
&& test -z
"$$fail"
662 list
='$(SUBDIRS)'; for subdir in
$$list; do \
663 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
666 list
='$(SUBDIRS)'; for subdir in
$$list; do \
667 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
670 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
671 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
672 unique
=`for i in $$list; do \
673 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
675 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
676 END { if (nonempty) { for (i in files) print i; }; }'`; \
680 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
681 $(TAGS_FILES
) $(LISP
)
684 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
685 include_option
=--etags-include
; \
688 include_option
=--include; \
691 list
='$(SUBDIRS)'; for subdir in
$$list; do \
692 if
test "$$subdir" = .
; then
:; else \
693 test ! -f
$$subdir/TAGS || \
694 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
697 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
698 unique
=`for i in $$list; do \
699 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
701 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
702 END { if (nonempty) { for (i in files) print i; }; }'`; \
704 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
705 test -n
"$$unique" || unique
=$$empty_fix; \
706 if
test $$# -gt 0; then \
707 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
710 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
715 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
716 $(TAGS_FILES
) $(LISP
)
717 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
718 unique
=`for i in $$list; do \
719 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
721 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
722 END { if (nonempty) { for (i in files) print i; }; }'`; \
723 test -z
"$(CTAGS_ARGS)$$unique" \
724 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
728 here
=`$(am__cd) $(top_builddir) && pwd` \
729 && $(am__cd
) $(top_srcdir
) \
730 && gtags
-i
$(GTAGS_ARGS
) "$$here"
733 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
735 distdir
: $(DISTFILES
)
736 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
737 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
738 list
='$(DISTFILES)'; \
739 dist_files
=`for file in $$list; do echo $$file; done | \
740 sed -e "s|^$$srcdirstrip/||;t" \
741 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
742 case
$$dist_files in \
743 */*) $(MKDIR_P
) `echo "$$dist_files" | \
744 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
747 for file in
$$dist_files; do \
748 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
749 if
test -d
$$d/$$file; then \
750 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
751 if
test -d
"$(distdir)/$$file"; then \
752 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
754 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
755 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
756 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
758 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
760 test -f
"$(distdir)/$$file" \
761 || cp
-p
$$d/$$file "$(distdir)/$$file" \
765 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
766 if
test "$$subdir" = .
; then
:; else \
768 ||
test -d
"$(distdir)/$$subdir" \
769 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
771 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
773 new_distdir
=$$reldir; \
774 dir1
=$$subdir; dir2
="$(top_distdir)"; \
776 new_top_distdir
=$$reldir; \
777 echo
" (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
778 echo
" am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
779 ($(am__cd
) $$subdir && \
780 $(MAKE
) $(AM_MAKEFLAGS
) \
781 top_distdir
="$$new_top_distdir" \
782 distdir
="$$new_distdir" \
783 am__remove_distdir
=: \
784 am__skip_length_check
=: \
785 am__skip_mode_fix
=: \
791 check: $(BUILT_SOURCES
)
792 $(MAKE
) $(AM_MAKEFLAGS
) check-recursive
793 all-am
: Makefile
$(LTLIBRARIES
) $(DATA
)
794 installdirs: installdirs-recursive
796 for
dir in
"$(DESTDIR)$(pythondir)" "$(DESTDIR)$(docsdir)" "$(DESTDIR)$(pythondir)"; do \
797 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
799 install: $(BUILT_SOURCES
)
800 $(MAKE
) $(AM_MAKEFLAGS
) install-recursive
801 install-exec
: install-exec-recursive
802 install-data
: install-data-recursive
803 uninstall: uninstall-recursive
806 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
808 installcheck: installcheck-recursive
810 if
test -z
'$(STRIP)'; then \
811 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
812 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
815 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
816 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
817 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
822 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
825 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
826 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
828 maintainer-clean-generic
:
829 @echo
"This command is intended for maintainers to use"
830 @echo
"it deletes files that may require special tools to rebuild."
831 -test -z
"$(BUILT_SOURCES)" ||
rm -f
$(BUILT_SOURCES
)
832 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
833 clean: clean-recursive
835 clean-am
: clean-generic clean-libtool clean-pythonLTLIBRARIES \
838 distclean: distclean-recursive
841 distclean-am
: clean-am distclean-compile distclean-generic \
856 install-data-am
: install-dist_docsDATA install-dist_pythonDATA \
857 install-pythonLTLIBRARIES
859 install-dvi
: install-dvi-recursive
865 install-html
: install-html-recursive
869 install-info
: install-info-recursive
875 install-pdf
: install-pdf-recursive
879 install-ps
: install-ps-recursive
885 maintainer-clean
: maintainer-clean-recursive
888 maintainer-clean-am
: distclean-am maintainer-clean-generic
890 mostlyclean: mostlyclean-recursive
892 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
903 uninstall-am
: uninstall-dist_docsDATA uninstall-dist_pythonDATA \
904 uninstall-pythonLTLIBRARIES
906 .MAKE
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) all check \
907 ctags-recursive
install install-am install-strip \
910 .PHONY
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) CTAGS GTAGS \
911 all all-am
check check-am
clean clean-generic clean-libtool \
912 clean-pythonLTLIBRARIES ctags ctags-recursive
distclean \
913 distclean-compile distclean-generic distclean-libtool \
914 distclean-tags distdir
dvi dvi-am html html-am
info info-am \
915 install install-am install-data install-data-am \
916 install-dist_docsDATA install-dist_pythonDATA install-dvi \
917 install-dvi-am install-exec install-exec-am install-html \
918 install-html-am install-info install-info-am install-man \
919 install-pdf install-pdf-am install-ps install-ps-am \
920 install-pythonLTLIBRARIES install-strip
installcheck \
921 installcheck-am
installdirs installdirs-am maintainer-clean \
922 maintainer-clean-generic
mostlyclean mostlyclean-compile \
923 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
924 tags tags-recursive
uninstall uninstall-am \
925 uninstall-dist_docsDATA uninstall-dist_pythonDATA \
926 uninstall-pythonLTLIBRARIES
929 # libxml.c #includes libxml2-export.c
930 @WITH_PYTHON_TRUE@libxml.
$(OBJEXT
): libxml2-export.c
932 @WITH_PYTHON_TRUE@libxml2.py
: $(srcdir)/libxml.py libxml2class.py
933 @WITH_PYTHON_TRUE@ cat
$(srcdir)/libxml.py
`test -f libxml2class.py || echo $(srcdir)/`libxml2class.py
> $@
935 @WITH_PYTHON_TRUE@
$(GENERATED
): $(srcdir)/generator.py
$(API_DESC
)
936 @WITH_PYTHON_TRUE@
$(PYTHON
) $(srcdir)/generator.py
$(srcdir)
939 cd tests
&& $(MAKE
) tests
941 # Tell versions [3.59,3.63) of GNU make to not export all variables.
942 # Otherwise a system limit (for SysV at least) may be exceeded.