VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.4/python/Makefile.in@ 76389

最後變更 在這個檔案從76389是 65950,由 vboxsync 提交於 8 年 前

libxml 2.9.4: fix export

  • 屬性 svn:eol-style 設為 native
檔案大小: 31.8 KB
 
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
18VPATH = @srcdir@
19am__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}
30am__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
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92subdir = python
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__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
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100DIST_COMMON = $(srcdir)/Makefile.am $(dist_docs_DATA) \
101 $(am__dist_python_DATA_DIST) $(am__DIST_COMMON)
102mkinstalldirs = $(install_sh) -d
103CONFIG_HEADER = $(top_builddir)/config.h
104CONFIG_CLEAN_FILES = setup.py
105CONFIG_CLEAN_VPATH_FILES =
106am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107am__vpath_adj = case $$p in \
108 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
109 *) f=$$p;; \
110 esac;
111am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112am__install_max = 40
113am__nobase_strip_setup = \
114 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
115am__nobase_strip = \
116 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117am__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] }'
124am__base_list = \
125 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127am__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 }
133am__installdirs = "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(docsdir)" \
134 "$(DESTDIR)$(pythondir)"
135LTLIBRARIES = $(python_LTLIBRARIES)
136libxml2mod_la_LIBADD =
137am__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
141libxml2mod_la_OBJECTS = $(am_libxml2mod_la_OBJECTS)
142AM_V_lt = $(am__v_lt_@AM_V@)
143am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
144am__v_lt_0 = --silent
145am__v_lt_1 =
146libxml2mod_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)
150AM_V_P = $(am__v_P_@AM_V@)
151am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152am__v_P_0 = false
153am__v_P_1 = :
154AM_V_GEN = $(am__v_GEN_@AM_V@)
155am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156am__v_GEN_0 = @echo " GEN " $@;
157am__v_GEN_1 =
158AM_V_at = $(am__v_at_@AM_V@)
159am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160am__v_at_0 = @
161am__v_at_1 =
162DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
163depcomp = $(SHELL) $(top_srcdir)/depcomp
164am__depfiles_maybe = depfiles
165am__mv = mv -f
166COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
167 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
168LTCOMPILE = $(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)
172AM_V_CC = $(am__v_CC_@AM_V@)
173am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
174am__v_CC_0 = @echo " CC " $@;
175am__v_CC_1 =
176CCLD = $(CC)
177LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
179 $(AM_LDFLAGS) $(LDFLAGS) -o $@
180AM_V_CCLD = $(am__v_CCLD_@AM_V@)
181am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
182am__v_CCLD_0 = @echo " CCLD " $@;
183am__v_CCLD_1 =
184SOURCES = $(libxml2mod_la_SOURCES)
185DIST_SOURCES = $(am__libxml2mod_la_SOURCES_DIST)
186RECURSIVE_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
194am__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
199am__dist_python_DATA_DIST = drv_libxml2.py libxml2.py
200DATA = $(dist_docs_DATA) $(dist_python_DATA)
201RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
202 distclean-recursive maintainer-clean-recursive
203am__recursive_targets = \
204 $(RECURSIVE_TARGETS) \
205 $(RECURSIVE_CLEAN_TARGETS) \
206 $(am__extra_recursive_targets)
207AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
208 distdir
209am__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.
213am__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.
221am__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)`
226ETAGS = etags
227CTAGS = ctags
228DIST_SUBDIRS = $(SUBDIRS)
229am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/setup.py.in \
230 $(top_srcdir)/depcomp README TODO
231DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
232am__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"
257ACLOCAL = @ACLOCAL@
258AMTAR = @AMTAR@
259AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
260AR = @AR@
261AUTOCONF = @AUTOCONF@
262AUTOHEADER = @AUTOHEADER@
263AUTOMAKE = @AUTOMAKE@
264AWK = @AWK@
265BASE_THREAD_LIBS = @BASE_THREAD_LIBS@
266C14N_OBJ = @C14N_OBJ@
267CATALOG_OBJ = @CATALOG_OBJ@
268CC = @CC@
269CCDEPMODE = @CCDEPMODE@
270CFLAGS = @CFLAGS@
271CPP = @CPP@
272CPPFLAGS = @CPPFLAGS@
273CYGPATH_W = @CYGPATH_W@
274CYGWIN_EXTRA_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@
275CYGWIN_EXTRA_PYTHON_LIBADD = @CYGWIN_EXTRA_PYTHON_LIBADD@
276DEBUG_OBJ = @DEBUG_OBJ@
277DEFS = @DEFS@
278DEPDIR = @DEPDIR@
279DLLTOOL = @DLLTOOL@
280DOCB_OBJ = @DOCB_OBJ@
281DSYMUTIL = @DSYMUTIL@
282DUMPBIN = @DUMPBIN@
283ECHO_C = @ECHO_C@
284ECHO_N = @ECHO_N@
285ECHO_T = @ECHO_T@
286EGREP = @EGREP@
287EXEEXT = @EXEEXT@
288FGREP = @FGREP@
289FTP_OBJ = @FTP_OBJ@
290GREP = @GREP@
291HAVE_ISINF = @HAVE_ISINF@
292HAVE_ISNAN = @HAVE_ISNAN@
293HTML_DIR = @HTML_DIR@
294HTML_OBJ = @HTML_OBJ@
295HTTP_OBJ = @HTTP_OBJ@
296ICONV_LIBS = @ICONV_LIBS@
297ICU_CFLAGS = @ICU_CFLAGS@
298ICU_LIBS = @ICU_LIBS@
299INSTALL = @INSTALL@
300INSTALL_DATA = @INSTALL_DATA@
301INSTALL_PROGRAM = @INSTALL_PROGRAM@
302INSTALL_SCRIPT = @INSTALL_SCRIPT@
303INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
304LD = @LD@
305LDFLAGS = @LDFLAGS@
306LIBOBJS = @LIBOBJS@
307LIBS = @LIBS@
308LIBTOOL = @LIBTOOL@
309LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
310LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
311LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
312LIBXML_VERSION = @LIBXML_VERSION@
313LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
314LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
315LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
316LIPO = @LIPO@
317LN_S = @LN_S@
318LTLIBOBJS = @LTLIBOBJS@
319LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
320LZMA_CFLAGS = @LZMA_CFLAGS@
321LZMA_LIBS = @LZMA_LIBS@
322MAINT = @MAINT@
323MAKEINFO = @MAKEINFO@
324MANIFEST_TOOL = @MANIFEST_TOOL@
325MKDIR_P = @MKDIR_P@
326MODULE_EXTENSION = @MODULE_EXTENSION@
327MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
328MV = @MV@
329M_LIBS = @M_LIBS@
330NM = @NM@
331NMEDIT = @NMEDIT@
332OBJDUMP = @OBJDUMP@
333OBJEXT = @OBJEXT@
334OTOOL = @OTOOL@
335OTOOL64 = @OTOOL64@
336PACKAGE = @PACKAGE@
337PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
338PACKAGE_NAME = @PACKAGE_NAME@
339PACKAGE_STRING = @PACKAGE_STRING@
340PACKAGE_TARNAME = @PACKAGE_TARNAME@
341PACKAGE_URL = @PACKAGE_URL@
342PACKAGE_VERSION = @PACKAGE_VERSION@
343PATH_SEPARATOR = @PATH_SEPARATOR@
344PERL = @PERL@
345PKG_CONFIG = @PKG_CONFIG@
346PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
347PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
348PYTHON = @PYTHON@
349PYTHON_INCLUDES = @PYTHON_INCLUDES@
350PYTHON_LIBS = @PYTHON_LIBS@
351PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
352PYTHON_SUBDIR = @PYTHON_SUBDIR@
353PYTHON_TESTS = @PYTHON_TESTS@
354PYTHON_VERSION = @PYTHON_VERSION@
355RANLIB = @RANLIB@
356RDL_LIBS = @RDL_LIBS@
357READER_TEST = @READER_TEST@
358RELDATE = @RELDATE@
359SED = @SED@
360SET_MAKE = @SET_MAKE@
361SHELL = @SHELL@
362STATIC_BINARIES = @STATIC_BINARIES@
363STRIP = @STRIP@
364TAR = @TAR@
365TEST_C14N = @TEST_C14N@
366TEST_CATALOG = @TEST_CATALOG@
367TEST_DEBUG = @TEST_DEBUG@
368TEST_HTML = @TEST_HTML@
369TEST_MODULES = @TEST_MODULES@
370TEST_PATTERN = @TEST_PATTERN@
371TEST_PHTML = @TEST_PHTML@
372TEST_PUSH = @TEST_PUSH@
373TEST_REGEXPS = @TEST_REGEXPS@
374TEST_SAX = @TEST_SAX@
375TEST_SCHEMAS = @TEST_SCHEMAS@
376TEST_SCHEMATRON = @TEST_SCHEMATRON@
377TEST_THREADS = @TEST_THREADS@
378TEST_VALID = @TEST_VALID@
379TEST_VTIME = @TEST_VTIME@
380TEST_XINCLUDE = @TEST_XINCLUDE@
381TEST_XPATH = @TEST_XPATH@
382TEST_XPTR = @TEST_XPTR@
383THREAD_CFLAGS = @THREAD_CFLAGS@
384THREAD_LIBS = @THREAD_LIBS@
385VERSION = @VERSION@
386VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
387WGET = @WGET@
388WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
389WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
390WIN32_EXTRA_PYTHON_LIBADD = @WIN32_EXTRA_PYTHON_LIBADD@
391WITH_C14N = @WITH_C14N@
392WITH_CATALOG = @WITH_CATALOG@
393WITH_DEBUG = @WITH_DEBUG@
394WITH_DOCB = @WITH_DOCB@
395WITH_FTP = @WITH_FTP@
396WITH_HTML = @WITH_HTML@
397WITH_HTTP = @WITH_HTTP@
398WITH_ICONV = @WITH_ICONV@
399WITH_ICU = @WITH_ICU@
400WITH_ISO8859X = @WITH_ISO8859X@
401WITH_LEGACY = @WITH_LEGACY@
402WITH_LZMA = @WITH_LZMA@
403WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
404WITH_MODULES = @WITH_MODULES@
405WITH_OUTPUT = @WITH_OUTPUT@
406WITH_PATTERN = @WITH_PATTERN@
407WITH_PUSH = @WITH_PUSH@
408WITH_READER = @WITH_READER@
409WITH_REGEXPS = @WITH_REGEXPS@
410WITH_RUN_DEBUG = @WITH_RUN_DEBUG@
411WITH_SAX1 = @WITH_SAX1@
412WITH_SCHEMAS = @WITH_SCHEMAS@
413WITH_SCHEMATRON = @WITH_SCHEMATRON@
414WITH_THREADS = @WITH_THREADS@
415WITH_THREAD_ALLOC = @WITH_THREAD_ALLOC@
416WITH_TREE = @WITH_TREE@
417WITH_TRIO = @WITH_TRIO@
418WITH_VALID = @WITH_VALID@
419WITH_WRITER = @WITH_WRITER@
420WITH_XINCLUDE = @WITH_XINCLUDE@
421WITH_XPATH = @WITH_XPATH@
422WITH_XPTR = @WITH_XPTR@
423WITH_ZLIB = @WITH_ZLIB@
424XINCLUDE_OBJ = @XINCLUDE_OBJ@
425XMLLINT = @XMLLINT@
426XML_CFLAGS = @XML_CFLAGS@
427XML_INCLUDEDIR = @XML_INCLUDEDIR@
428XML_LIBDIR = @XML_LIBDIR@
429XML_LIBS = @XML_LIBS@
430XML_LIBTOOLLIBS = @XML_LIBTOOLLIBS@
431XPATH_OBJ = @XPATH_OBJ@
432XPTR_OBJ = @XPTR_OBJ@
433XSLTPROC = @XSLTPROC@
434Z_CFLAGS = @Z_CFLAGS@
435Z_LIBS = @Z_LIBS@
436abs_builddir = @abs_builddir@
437abs_srcdir = @abs_srcdir@
438abs_top_builddir = @abs_top_builddir@
439abs_top_srcdir = @abs_top_srcdir@
440ac_ct_AR = @ac_ct_AR@
441ac_ct_CC = @ac_ct_CC@
442ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
443am__include = @am__include@
444am__leading_dot = @am__leading_dot@
445am__quote = @am__quote@
446am__tar = @am__tar@
447am__untar = @am__untar@
448bindir = @bindir@
449build = @build@
450build_alias = @build_alias@
451build_cpu = @build_cpu@
452build_os = @build_os@
453build_vendor = @build_vendor@
454builddir = @builddir@
455datadir = @datadir@
456datarootdir = @datarootdir@
457docdir = @docdir@
458dvidir = @dvidir@
459exec_prefix = @exec_prefix@
460host = @host@
461host_alias = @host_alias@
462host_cpu = @host_cpu@
463host_os = @host_os@
464host_vendor = @host_vendor@
465htmldir = @htmldir@
466includedir = @includedir@
467infodir = @infodir@
468install_sh = @install_sh@
469libdir = @libdir@
470libexecdir = @libexecdir@
471localedir = @localedir@
472localstatedir = @localstatedir@
473mandir = @mandir@
474mkdir_p = @mkdir_p@
475oldincludedir = @oldincludedir@
476pdfdir = @pdfdir@
477prefix = @prefix@
478program_transform_name = @program_transform_name@
479psdir = @psdir@
480pythondir = @pythondir@
481sbindir = @sbindir@
482sharedstatedir = @sharedstatedir@
483srcdir = @srcdir@
484sysconfdir = @sysconfdir@
485target_alias = @target_alias@
486top_build_prefix = @top_build_prefix@
487top_builddir = @top_builddir@
488top_srcdir = @top_srcdir@
489
490# Makefile for libxml2 python library
491AUTOMAKE_OPTIONS = 1.4 foreign
492SUBDIRS = . tests
493docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
494dist_docs_DATA = TODO
495EXTRA_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@ $(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)
523all: $(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
540Makefile: $(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):
557setup.py: $(top_builddir)/config.status $(srcdir)/setup.py.in
558 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
559
560install-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
575uninstall-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
584clean-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
595libxml2mod.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
598mostlyclean-compile:
599 -rm -f *.$(OBJEXT)
600
601distclean-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
629mostlyclean-libtool:
630 -rm -f *.lo
631
632clean-libtool:
633 -rm -rf .libs _libs
634install-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
650uninstall-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)
655install-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
671uninstall-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
711ID: $(am__tagged_files)
712 $(am__define_uniq_tagged_files); mkid -fID $$unique
713tags: tags-recursive
714TAGS: tags
715
716tags-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
744ctags: ctags-recursive
745
746CTAGS: ctags
747ctags-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
753GTAGS:
754 here=`$(am__cd) $(top_builddir) && pwd` \
755 && $(am__cd) $(top_srcdir) \
756 && gtags -i $(GTAGS_ARGS) "$$here"
757cscopelist: cscopelist-recursive
758
759cscopelist-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
773distclean-tags:
774 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
775
776distdir: $(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
831check-am: all-am
832check: $(BUILT_SOURCES)
833 $(MAKE) $(AM_MAKEFLAGS) check-recursive
834all-am: Makefile $(LTLIBRARIES) $(DATA)
835installdirs: installdirs-recursive
836installdirs-am:
837 for dir in "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(docsdir)" "$(DESTDIR)$(pythondir)"; do \
838 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
839 done
840install: $(BUILT_SOURCES)
841 $(MAKE) $(AM_MAKEFLAGS) install-recursive
842install-exec: install-exec-recursive
843install-data: install-data-recursive
844uninstall: uninstall-recursive
845
846install-am: all-am
847 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
848
849installcheck: installcheck-recursive
850install-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
860mostlyclean-generic:
861
862clean-generic:
863 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
864
865distclean-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
869maintainer-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)
874clean: clean-recursive
875
876clean-am: clean-generic clean-libtool clean-pythonLTLIBRARIES \
877 mostlyclean-am
878
879distclean: distclean-recursive
880 -rm -rf ./$(DEPDIR)
881 -rm -f Makefile
882distclean-am: clean-am distclean-compile distclean-generic \
883 distclean-tags
884
885dvi: dvi-recursive
886
887dvi-am:
888
889html: html-recursive
890
891html-am:
892
893info: info-recursive
894
895info-am:
896
897install-data-am: install-dist_docsDATA install-dist_pythonDATA \
898 install-pythonLTLIBRARIES
899
900install-dvi: install-dvi-recursive
901
902install-dvi-am:
903
904install-exec-am:
905
906install-html: install-html-recursive
907
908install-html-am:
909
910install-info: install-info-recursive
911
912install-info-am:
913
914install-man:
915
916install-pdf: install-pdf-recursive
917
918install-pdf-am:
919
920install-ps: install-ps-recursive
921
922install-ps-am:
923
924installcheck-am:
925
926maintainer-clean: maintainer-clean-recursive
927 -rm -rf ./$(DEPDIR)
928 -rm -f Makefile
929maintainer-clean-am: distclean-am maintainer-clean-generic
930
931mostlyclean: mostlyclean-recursive
932
933mostlyclean-am: mostlyclean-compile mostlyclean-generic \
934 mostlyclean-libtool
935
936pdf: pdf-recursive
937
938pdf-am:
939
940ps: ps-recursive
941
942ps-am:
943
944uninstall-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@[email protected]: $(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
979tests 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:
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette