VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.2/python/Makefile.in@ 62177

最後變更 在這個檔案從62177是 58072,由 vboxsync 提交於 9 年 前

libxml 2.9.2 unmodified

  • 屬性 svn:eol-style 設為 native
檔案大小: 31.4 KB
 
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
18VPATH = @srcdir@
19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20am__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
62am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64pkgdatadir = $(datadir)/@PACKAGE@
65pkgincludedir = $(includedir)/@PACKAGE@
66pkglibdir = $(libdir)/@PACKAGE@
67pkglibexecdir = $(libexecdir)/@PACKAGE@
68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69install_sh_DATA = $(install_sh) -c -m 644
70install_sh_PROGRAM = $(install_sh) -c
71install_sh_SCRIPT = $(install_sh) -c
72INSTALL_HEADER = $(INSTALL_DATA)
73transform = $(program_transform_name)
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
80build_triplet = @build@
81host_triplet = @host@
82subdir = python
83DIST_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
86ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87am__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
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92 $(ACLOCAL_M4)
93mkinstalldirs = $(install_sh) -d
94CONFIG_HEADER = $(top_builddir)/config.h
95CONFIG_CLEAN_FILES = setup.py
96CONFIG_CLEAN_VPATH_FILES =
97am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
98am__vpath_adj = case $$p in \
99 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
100 *) f=$$p;; \
101 esac;
102am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
103am__install_max = 40
104am__nobase_strip_setup = \
105 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
106am__nobase_strip = \
107 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
108am__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] }'
115am__base_list = \
116 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
117 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
118am__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 }
124am__installdirs = "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(docsdir)" \
125 "$(DESTDIR)$(pythondir)"
126LTLIBRARIES = $(python_LTLIBRARIES)
127libxml2mod_la_LIBADD =
128am__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
132libxml2mod_la_OBJECTS = $(am_libxml2mod_la_OBJECTS)
133AM_V_lt = $(am__v_lt_@AM_V@)
134am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
135am__v_lt_0 = --silent
136am__v_lt_1 =
137libxml2mod_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)
141AM_V_P = $(am__v_P_@AM_V@)
142am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
143am__v_P_0 = false
144am__v_P_1 = :
145AM_V_GEN = $(am__v_GEN_@AM_V@)
146am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
147am__v_GEN_0 = @echo " GEN " $@;
148am__v_GEN_1 =
149AM_V_at = $(am__v_at_@AM_V@)
150am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151am__v_at_0 = @
152am__v_at_1 =
153DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
154depcomp = $(SHELL) $(top_srcdir)/depcomp
155am__depfiles_maybe = depfiles
156am__mv = mv -f
157COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
158 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
159LTCOMPILE = $(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)
163AM_V_CC = $(am__v_CC_@AM_V@)
164am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
165am__v_CC_0 = @echo " CC " $@;
166am__v_CC_1 =
167CCLD = $(CC)
168LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
169 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
170 $(AM_LDFLAGS) $(LDFLAGS) -o $@
171AM_V_CCLD = $(am__v_CCLD_@AM_V@)
172am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
173am__v_CCLD_0 = @echo " CCLD " $@;
174am__v_CCLD_1 =
175SOURCES = $(libxml2mod_la_SOURCES)
176DIST_SOURCES = $(am__libxml2mod_la_SOURCES_DIST)
177RECURSIVE_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
185am__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
190am__dist_python_DATA_DIST = drv_libxml2.py libxml2.py
191DATA = $(dist_docs_DATA) $(dist_python_DATA)
192RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
193 distclean-recursive maintainer-clean-recursive
194am__recursive_targets = \
195 $(RECURSIVE_TARGETS) \
196 $(RECURSIVE_CLEAN_TARGETS) \
197 $(am__extra_recursive_targets)
198AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
199 distdir
200am__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.
204am__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.
212am__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)`
217ETAGS = etags
218CTAGS = ctags
219DIST_SUBDIRS = $(SUBDIRS)
220DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221am__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"
246ACLOCAL = @ACLOCAL@
247AMTAR = @AMTAR@
248AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
249AR = @AR@
250AUTOCONF = @AUTOCONF@
251AUTOHEADER = @AUTOHEADER@
252AUTOMAKE = @AUTOMAKE@
253AWK = @AWK@
254BASE_THREAD_LIBS = @BASE_THREAD_LIBS@
255C14N_OBJ = @C14N_OBJ@
256CATALOG_OBJ = @CATALOG_OBJ@
257CC = @CC@
258CCDEPMODE = @CCDEPMODE@
259CFLAGS = @CFLAGS@
260CPP = @CPP@
261CPPFLAGS = @CPPFLAGS@
262CYGPATH_W = @CYGPATH_W@
263CYGWIN_EXTRA_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@
264CYGWIN_EXTRA_PYTHON_LIBADD = @CYGWIN_EXTRA_PYTHON_LIBADD@
265DEBUG_OBJ = @DEBUG_OBJ@
266DEFS = @DEFS@
267DEPDIR = @DEPDIR@
268DLLTOOL = @DLLTOOL@
269DOCB_OBJ = @DOCB_OBJ@
270DSYMUTIL = @DSYMUTIL@
271DUMPBIN = @DUMPBIN@
272ECHO_C = @ECHO_C@
273ECHO_N = @ECHO_N@
274ECHO_T = @ECHO_T@
275EGREP = @EGREP@
276EXEEXT = @EXEEXT@
277FGREP = @FGREP@
278FTP_OBJ = @FTP_OBJ@
279GREP = @GREP@
280HAVE_ISINF = @HAVE_ISINF@
281HAVE_ISNAN = @HAVE_ISNAN@
282HTML_DIR = @HTML_DIR@
283HTML_OBJ = @HTML_OBJ@
284HTTP_OBJ = @HTTP_OBJ@
285ICONV_LIBS = @ICONV_LIBS@
286ICU_LIBS = @ICU_LIBS@
287INSTALL = @INSTALL@
288INSTALL_DATA = @INSTALL_DATA@
289INSTALL_PROGRAM = @INSTALL_PROGRAM@
290INSTALL_SCRIPT = @INSTALL_SCRIPT@
291INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
292LD = @LD@
293LDFLAGS = @LDFLAGS@
294LIBOBJS = @LIBOBJS@
295LIBS = @LIBS@
296LIBTOOL = @LIBTOOL@
297LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
298LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
299LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
300LIBXML_VERSION = @LIBXML_VERSION@
301LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
302LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
303LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
304LIPO = @LIPO@
305LN_S = @LN_S@
306LTLIBOBJS = @LTLIBOBJS@
307LZMA_CFLAGS = @LZMA_CFLAGS@
308LZMA_LIBS = @LZMA_LIBS@
309MAKEINFO = @MAKEINFO@
310MANIFEST_TOOL = @MANIFEST_TOOL@
311MKDIR_P = @MKDIR_P@
312MODULE_EXTENSION = @MODULE_EXTENSION@
313MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
314MV = @MV@
315M_LIBS = @M_LIBS@
316NM = @NM@
317NMEDIT = @NMEDIT@
318OBJDUMP = @OBJDUMP@
319OBJEXT = @OBJEXT@
320OTOOL = @OTOOL@
321OTOOL64 = @OTOOL64@
322PACKAGE = @PACKAGE@
323PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
324PACKAGE_NAME = @PACKAGE_NAME@
325PACKAGE_STRING = @PACKAGE_STRING@
326PACKAGE_TARNAME = @PACKAGE_TARNAME@
327PACKAGE_URL = @PACKAGE_URL@
328PACKAGE_VERSION = @PACKAGE_VERSION@
329PATH_SEPARATOR = @PATH_SEPARATOR@
330PERL = @PERL@
331PKG_CONFIG = @PKG_CONFIG@
332PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
333PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
334PYTHON = @PYTHON@
335PYTHON_INCLUDES = @PYTHON_INCLUDES@
336PYTHON_LIBS = @PYTHON_LIBS@
337PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
338PYTHON_SUBDIR = @PYTHON_SUBDIR@
339PYTHON_TESTS = @PYTHON_TESTS@
340PYTHON_VERSION = @PYTHON_VERSION@
341RANLIB = @RANLIB@
342RDL_LIBS = @RDL_LIBS@
343READER_TEST = @READER_TEST@
344RELDATE = @RELDATE@
345SED = @SED@
346SET_MAKE = @SET_MAKE@
347SHELL = @SHELL@
348STATIC_BINARIES = @STATIC_BINARIES@
349STRIP = @STRIP@
350TAR = @TAR@
351TEST_C14N = @TEST_C14N@
352TEST_CATALOG = @TEST_CATALOG@
353TEST_DEBUG = @TEST_DEBUG@
354TEST_HTML = @TEST_HTML@
355TEST_MODULES = @TEST_MODULES@
356TEST_PATTERN = @TEST_PATTERN@
357TEST_PHTML = @TEST_PHTML@
358TEST_PUSH = @TEST_PUSH@
359TEST_REGEXPS = @TEST_REGEXPS@
360TEST_SAX = @TEST_SAX@
361TEST_SCHEMAS = @TEST_SCHEMAS@
362TEST_SCHEMATRON = @TEST_SCHEMATRON@
363TEST_THREADS = @TEST_THREADS@
364TEST_VALID = @TEST_VALID@
365TEST_VTIME = @TEST_VTIME@
366TEST_XINCLUDE = @TEST_XINCLUDE@
367TEST_XPATH = @TEST_XPATH@
368TEST_XPTR = @TEST_XPTR@
369THREAD_CFLAGS = @THREAD_CFLAGS@
370THREAD_LIBS = @THREAD_LIBS@
371VERSION = @VERSION@
372VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
373WGET = @WGET@
374WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
375WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
376WIN32_EXTRA_PYTHON_LIBADD = @WIN32_EXTRA_PYTHON_LIBADD@
377WITH_C14N = @WITH_C14N@
378WITH_CATALOG = @WITH_CATALOG@
379WITH_DEBUG = @WITH_DEBUG@
380WITH_DOCB = @WITH_DOCB@
381WITH_FTP = @WITH_FTP@
382WITH_HTML = @WITH_HTML@
383WITH_HTTP = @WITH_HTTP@
384WITH_ICONV = @WITH_ICONV@
385WITH_ICU = @WITH_ICU@
386WITH_ISO8859X = @WITH_ISO8859X@
387WITH_LEGACY = @WITH_LEGACY@
388WITH_LZMA = @WITH_LZMA@
389WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
390WITH_MODULES = @WITH_MODULES@
391WITH_OUTPUT = @WITH_OUTPUT@
392WITH_PATTERN = @WITH_PATTERN@
393WITH_PUSH = @WITH_PUSH@
394WITH_READER = @WITH_READER@
395WITH_REGEXPS = @WITH_REGEXPS@
396WITH_RUN_DEBUG = @WITH_RUN_DEBUG@
397WITH_SAX1 = @WITH_SAX1@
398WITH_SCHEMAS = @WITH_SCHEMAS@
399WITH_SCHEMATRON = @WITH_SCHEMATRON@
400WITH_THREADS = @WITH_THREADS@
401WITH_THREAD_ALLOC = @WITH_THREAD_ALLOC@
402WITH_TREE = @WITH_TREE@
403WITH_TRIO = @WITH_TRIO@
404WITH_VALID = @WITH_VALID@
405WITH_WRITER = @WITH_WRITER@
406WITH_XINCLUDE = @WITH_XINCLUDE@
407WITH_XPATH = @WITH_XPATH@
408WITH_XPTR = @WITH_XPTR@
409WITH_ZLIB = @WITH_ZLIB@
410XINCLUDE_OBJ = @XINCLUDE_OBJ@
411XMLLINT = @XMLLINT@
412XML_CFLAGS = @XML_CFLAGS@
413XML_INCLUDEDIR = @XML_INCLUDEDIR@
414XML_LIBDIR = @XML_LIBDIR@
415XML_LIBS = @XML_LIBS@
416XML_LIBTOOLLIBS = @XML_LIBTOOLLIBS@
417XPATH_OBJ = @XPATH_OBJ@
418XPTR_OBJ = @XPTR_OBJ@
419XSLTPROC = @XSLTPROC@
420Z_CFLAGS = @Z_CFLAGS@
421Z_LIBS = @Z_LIBS@
422abs_builddir = @abs_builddir@
423abs_srcdir = @abs_srcdir@
424abs_top_builddir = @abs_top_builddir@
425abs_top_srcdir = @abs_top_srcdir@
426ac_ct_AR = @ac_ct_AR@
427ac_ct_CC = @ac_ct_CC@
428ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
429am__include = @am__include@
430am__leading_dot = @am__leading_dot@
431am__quote = @am__quote@
432am__tar = @am__tar@
433am__untar = @am__untar@
434bindir = @bindir@
435build = @build@
436build_alias = @build_alias@
437build_cpu = @build_cpu@
438build_os = @build_os@
439build_vendor = @build_vendor@
440builddir = @builddir@
441datadir = @datadir@
442datarootdir = @datarootdir@
443docdir = @docdir@
444dvidir = @dvidir@
445exec_prefix = @exec_prefix@
446host = @host@
447host_alias = @host_alias@
448host_cpu = @host_cpu@
449host_os = @host_os@
450host_vendor = @host_vendor@
451htmldir = @htmldir@
452includedir = @includedir@
453infodir = @infodir@
454install_sh = @install_sh@
455libdir = @libdir@
456libexecdir = @libexecdir@
457localedir = @localedir@
458localstatedir = @localstatedir@
459mandir = @mandir@
460mkdir_p = @mkdir_p@
461oldincludedir = @oldincludedir@
462pdfdir = @pdfdir@
463prefix = @prefix@
464program_transform_name = @program_transform_name@
465psdir = @psdir@
466pythondir = @pythondir@
467sbindir = @sbindir@
468sharedstatedir = @sharedstatedir@
469srcdir = @srcdir@
470sysconfdir = @sysconfdir@
471target_alias = @target_alias@
472top_build_prefix = @top_build_prefix@
473top_builddir = @top_builddir@
474top_srcdir = @top_srcdir@
475
476# Makefile for libxml2 python library
477AUTOMAKE_OPTIONS = 1.4 foreign
478SUBDIRS = . tests
479docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
480dist_docs_DATA = TODO
481EXTRA_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)
509all: $(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
527Makefile: $(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):
544setup.py: $(top_builddir)/config.status $(srcdir)/setup.py.in
545 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
546
547install-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
562uninstall-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
571clean-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
582libxml2mod.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
585mostlyclean-compile:
586 -rm -f *.$(OBJEXT)
587
588distclean-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
616mostlyclean-libtool:
617 -rm -f *.lo
618
619clean-libtool:
620 -rm -rf .libs _libs
621install-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
637uninstall-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)
642install-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
658uninstall-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
698ID: $(am__tagged_files)
699 $(am__define_uniq_tagged_files); mkid -fID $$unique
700tags: tags-recursive
701TAGS: tags
702
703tags-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
731ctags: ctags-recursive
732
733CTAGS: ctags
734ctags-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
740GTAGS:
741 here=`$(am__cd) $(top_builddir) && pwd` \
742 && $(am__cd) $(top_srcdir) \
743 && gtags -i $(GTAGS_ARGS) "$$here"
744cscopelist: cscopelist-recursive
745
746cscopelist-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
760distclean-tags:
761 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
762
763distdir: $(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
818check-am: all-am
819check: $(BUILT_SOURCES)
820 $(MAKE) $(AM_MAKEFLAGS) check-recursive
821all-am: Makefile $(LTLIBRARIES) $(DATA)
822installdirs: installdirs-recursive
823installdirs-am:
824 for dir in "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(docsdir)" "$(DESTDIR)$(pythondir)"; do \
825 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
826 done
827install: $(BUILT_SOURCES)
828 $(MAKE) $(AM_MAKEFLAGS) install-recursive
829install-exec: install-exec-recursive
830install-data: install-data-recursive
831uninstall: uninstall-recursive
832
833install-am: all-am
834 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
835
836installcheck: installcheck-recursive
837install-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
847mostlyclean-generic:
848
849clean-generic:
850 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
851
852distclean-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
856maintainer-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)
861clean: clean-recursive
862
863clean-am: clean-generic clean-libtool clean-pythonLTLIBRARIES \
864 mostlyclean-am
865
866distclean: distclean-recursive
867 -rm -rf ./$(DEPDIR)
868 -rm -f Makefile
869distclean-am: clean-am distclean-compile distclean-generic \
870 distclean-tags
871
872dvi: dvi-recursive
873
874dvi-am:
875
876html: html-recursive
877
878html-am:
879
880info: info-recursive
881
882info-am:
883
884install-data-am: install-dist_docsDATA install-dist_pythonDATA \
885 install-pythonLTLIBRARIES
886
887install-dvi: install-dvi-recursive
888
889install-dvi-am:
890
891install-exec-am:
892
893install-html: install-html-recursive
894
895install-html-am:
896
897install-info: install-info-recursive
898
899install-info-am:
900
901install-man:
902
903install-pdf: install-pdf-recursive
904
905install-pdf-am:
906
907install-ps: install-ps-recursive
908
909install-ps-am:
910
911installcheck-am:
912
913maintainer-clean: maintainer-clean-recursive
914 -rm -rf ./$(DEPDIR)
915 -rm -f Makefile
916maintainer-clean-am: distclean-am maintainer-clean-generic
917
918mostlyclean: mostlyclean-recursive
919
920mostlyclean-am: mostlyclean-compile mostlyclean-generic \
921 mostlyclean-libtool
922
923pdf: pdf-recursive
924
925pdf-am:
926
927ps: ps-recursive
928
929ps-am:
930
931uninstall-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@[email protected]: $(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
964tests 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:
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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