VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.4/doc/Makefile.in@ 72634

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

libxml 2.9.4: fix export

  • 屬性 svn:eol-style 設為 native
檔案大小: 36.1 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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27}
28am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = doc
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4)
98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = $(top_builddir)/config.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo " GEN " $@;
110am__v_GEN_1 =
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 =
115SOURCES =
116DIST_SOURCES =
117RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118 ctags-recursive dvi-recursive html-recursive info-recursive \
119 install-data-recursive install-dvi-recursive \
120 install-exec-recursive install-html-recursive \
121 install-info-recursive install-pdf-recursive \
122 install-ps-recursive install-recursive installcheck-recursive \
123 installdirs-recursive pdf-recursive ps-recursive \
124 tags-recursive uninstall-recursive
125am__can_run_installinfo = \
126 case $$AM_UPDATE_INFO_DIR in \
127 n|no|NO) false;; \
128 *) (install-info --version) >/dev/null 2>&1;; \
129 esac
130am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131am__vpath_adj = case $$p in \
132 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133 *) f=$$p;; \
134 esac;
135am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136am__install_max = 40
137am__nobase_strip_setup = \
138 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139am__nobase_strip = \
140 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141am__nobase_list = $(am__nobase_strip_setup); \
142 for p in $$list; do echo "$$p $$p"; done | \
143 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
144 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145 if (++n[$$2] == $(am__install_max)) \
146 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147 END { for (dir in files) print dir, files[dir] }'
148am__base_list = \
149 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
151am__uninstall_files_from_dir = { \
152 test -z "$$files" \
153 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
154 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
155 $(am__cd) "$$dir" && rm -f $$files; }; \
156 }
157man1dir = $(mandir)/man1
158am__installdirs = "$(DESTDIR)$(man1dir)"
159NROFF = nroff
160MANS = $(man_MANS)
161RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
162 distclean-recursive maintainer-clean-recursive
163am__recursive_targets = \
164 $(RECURSIVE_TARGETS) \
165 $(RECURSIVE_CLEAN_TARGETS) \
166 $(am__extra_recursive_targets)
167AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
168 distdir
169am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
170# Read a list of newline-separated strings from the standard input,
171# and print each of them once, without duplicates. Input order is
172# *not* preserved.
173am__uniquify_input = $(AWK) '\
174 BEGIN { nonempty = 0; } \
175 { items[$$0] = 1; nonempty = 1; } \
176 END { if (nonempty) { for (i in items) print i; }; } \
177'
178# Make sure the list of sources is unique. This is necessary because,
179# e.g., the same source file might be shared among _SOURCES variables
180# for different programs/libraries.
181am__define_uniq_tagged_files = \
182 list='$(am__tagged_files)'; \
183 unique=`for i in $$list; do \
184 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
185 done | $(am__uniquify_input)`
186ETAGS = etags
187CTAGS = ctags
188DIST_SUBDIRS = $(SUBDIRS)
189am__DIST_COMMON = $(srcdir)/Makefile.in
190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191am__relativize = \
192 dir0=`pwd`; \
193 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
194 sed_rest='s,^[^/]*/*,,'; \
195 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
196 sed_butlast='s,/*[^/]*$$,,'; \
197 while test -n "$$dir1"; do \
198 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
199 if test "$$first" != "."; then \
200 if test "$$first" = ".."; then \
201 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
202 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
203 else \
204 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
205 if test "$$first2" = "$$first"; then \
206 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
207 else \
208 dir2="../$$dir2"; \
209 fi; \
210 dir0="$$dir0"/"$$first"; \
211 fi; \
212 fi; \
213 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
214 done; \
215 reldir="$$dir2"
216ACLOCAL = @ACLOCAL@
217AMTAR = @AMTAR@
218AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
219AR = @AR@
220AUTOCONF = @AUTOCONF@
221AUTOHEADER = @AUTOHEADER@
222AUTOMAKE = @AUTOMAKE@
223AWK = @AWK@
224BASE_THREAD_LIBS = @BASE_THREAD_LIBS@
225C14N_OBJ = @C14N_OBJ@
226CATALOG_OBJ = @CATALOG_OBJ@
227CC = @CC@
228CCDEPMODE = @CCDEPMODE@
229CFLAGS = @CFLAGS@
230CPP = @CPP@
231CPPFLAGS = @CPPFLAGS@
232CYGPATH_W = @CYGPATH_W@
233CYGWIN_EXTRA_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@
234CYGWIN_EXTRA_PYTHON_LIBADD = @CYGWIN_EXTRA_PYTHON_LIBADD@
235DEBUG_OBJ = @DEBUG_OBJ@
236DEFS = @DEFS@
237DEPDIR = @DEPDIR@
238DLLTOOL = @DLLTOOL@
239DOCB_OBJ = @DOCB_OBJ@
240DSYMUTIL = @DSYMUTIL@
241DUMPBIN = @DUMPBIN@
242ECHO_C = @ECHO_C@
243ECHO_N = @ECHO_N@
244ECHO_T = @ECHO_T@
245EGREP = @EGREP@
246EXEEXT = @EXEEXT@
247FGREP = @FGREP@
248FTP_OBJ = @FTP_OBJ@
249GREP = @GREP@
250HAVE_ISINF = @HAVE_ISINF@
251HAVE_ISNAN = @HAVE_ISNAN@
252HTML_DIR = @HTML_DIR@
253HTML_OBJ = @HTML_OBJ@
254HTTP_OBJ = @HTTP_OBJ@
255ICONV_LIBS = @ICONV_LIBS@
256ICU_CFLAGS = @ICU_CFLAGS@
257ICU_LIBS = @ICU_LIBS@
258INSTALL = @INSTALL@
259INSTALL_DATA = @INSTALL_DATA@
260INSTALL_PROGRAM = @INSTALL_PROGRAM@
261INSTALL_SCRIPT = @INSTALL_SCRIPT@
262INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
263LD = @LD@
264LDFLAGS = @LDFLAGS@
265LIBOBJS = @LIBOBJS@
266LIBS = @LIBS@
267LIBTOOL = @LIBTOOL@
268LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
269LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
270LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
271LIBXML_VERSION = @LIBXML_VERSION@
272LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
273LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
274LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
275LIPO = @LIPO@
276LN_S = @LN_S@
277LTLIBOBJS = @LTLIBOBJS@
278LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
279LZMA_CFLAGS = @LZMA_CFLAGS@
280LZMA_LIBS = @LZMA_LIBS@
281MAINT = @MAINT@
282MAKEINFO = @MAKEINFO@
283MANIFEST_TOOL = @MANIFEST_TOOL@
284MKDIR_P = @MKDIR_P@
285MODULE_EXTENSION = @MODULE_EXTENSION@
286MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
287MV = @MV@
288M_LIBS = @M_LIBS@
289NM = @NM@
290NMEDIT = @NMEDIT@
291OBJDUMP = @OBJDUMP@
292OBJEXT = @OBJEXT@
293OTOOL = @OTOOL@
294OTOOL64 = @OTOOL64@
295PACKAGE = @PACKAGE@
296PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297PACKAGE_NAME = @PACKAGE_NAME@
298PACKAGE_STRING = @PACKAGE_STRING@
299PACKAGE_TARNAME = @PACKAGE_TARNAME@
300PACKAGE_URL = @PACKAGE_URL@
301PACKAGE_VERSION = @PACKAGE_VERSION@
302PATH_SEPARATOR = @PATH_SEPARATOR@
303PERL = @PERL@
304PKG_CONFIG = @PKG_CONFIG@
305PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
306PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
307PYTHON = @PYTHON@
308PYTHON_INCLUDES = @PYTHON_INCLUDES@
309PYTHON_LIBS = @PYTHON_LIBS@
310PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
311PYTHON_SUBDIR = @PYTHON_SUBDIR@
312PYTHON_TESTS = @PYTHON_TESTS@
313PYTHON_VERSION = @PYTHON_VERSION@
314RANLIB = @RANLIB@
315RDL_LIBS = @RDL_LIBS@
316READER_TEST = @READER_TEST@
317RELDATE = @RELDATE@
318SED = @SED@
319SET_MAKE = @SET_MAKE@
320SHELL = @SHELL@
321STATIC_BINARIES = @STATIC_BINARIES@
322STRIP = @STRIP@
323TAR = @TAR@
324TEST_C14N = @TEST_C14N@
325TEST_CATALOG = @TEST_CATALOG@
326TEST_DEBUG = @TEST_DEBUG@
327TEST_HTML = @TEST_HTML@
328TEST_MODULES = @TEST_MODULES@
329TEST_PATTERN = @TEST_PATTERN@
330TEST_PHTML = @TEST_PHTML@
331TEST_PUSH = @TEST_PUSH@
332TEST_REGEXPS = @TEST_REGEXPS@
333TEST_SAX = @TEST_SAX@
334TEST_SCHEMAS = @TEST_SCHEMAS@
335TEST_SCHEMATRON = @TEST_SCHEMATRON@
336TEST_THREADS = @TEST_THREADS@
337TEST_VALID = @TEST_VALID@
338TEST_VTIME = @TEST_VTIME@
339TEST_XINCLUDE = @TEST_XINCLUDE@
340TEST_XPATH = @TEST_XPATH@
341TEST_XPTR = @TEST_XPTR@
342THREAD_CFLAGS = @THREAD_CFLAGS@
343THREAD_LIBS = @THREAD_LIBS@
344VERSION = @VERSION@
345VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
346WGET = @WGET@
347WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
348WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
349WIN32_EXTRA_PYTHON_LIBADD = @WIN32_EXTRA_PYTHON_LIBADD@
350WITH_C14N = @WITH_C14N@
351WITH_CATALOG = @WITH_CATALOG@
352WITH_DEBUG = @WITH_DEBUG@
353WITH_DOCB = @WITH_DOCB@
354WITH_FTP = @WITH_FTP@
355WITH_HTML = @WITH_HTML@
356WITH_HTTP = @WITH_HTTP@
357WITH_ICONV = @WITH_ICONV@
358WITH_ICU = @WITH_ICU@
359WITH_ISO8859X = @WITH_ISO8859X@
360WITH_LEGACY = @WITH_LEGACY@
361WITH_LZMA = @WITH_LZMA@
362WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
363WITH_MODULES = @WITH_MODULES@
364WITH_OUTPUT = @WITH_OUTPUT@
365WITH_PATTERN = @WITH_PATTERN@
366WITH_PUSH = @WITH_PUSH@
367WITH_READER = @WITH_READER@
368WITH_REGEXPS = @WITH_REGEXPS@
369WITH_RUN_DEBUG = @WITH_RUN_DEBUG@
370WITH_SAX1 = @WITH_SAX1@
371WITH_SCHEMAS = @WITH_SCHEMAS@
372WITH_SCHEMATRON = @WITH_SCHEMATRON@
373WITH_THREADS = @WITH_THREADS@
374WITH_THREAD_ALLOC = @WITH_THREAD_ALLOC@
375WITH_TREE = @WITH_TREE@
376WITH_TRIO = @WITH_TRIO@
377WITH_VALID = @WITH_VALID@
378WITH_WRITER = @WITH_WRITER@
379WITH_XINCLUDE = @WITH_XINCLUDE@
380WITH_XPATH = @WITH_XPATH@
381WITH_XPTR = @WITH_XPTR@
382WITH_ZLIB = @WITH_ZLIB@
383XINCLUDE_OBJ = @XINCLUDE_OBJ@
384XMLLINT = @XMLLINT@
385XML_CFLAGS = @XML_CFLAGS@
386XML_INCLUDEDIR = @XML_INCLUDEDIR@
387XML_LIBDIR = @XML_LIBDIR@
388XML_LIBS = @XML_LIBS@
389XML_LIBTOOLLIBS = @XML_LIBTOOLLIBS@
390XPATH_OBJ = @XPATH_OBJ@
391XPTR_OBJ = @XPTR_OBJ@
392XSLTPROC = @XSLTPROC@
393Z_CFLAGS = @Z_CFLAGS@
394Z_LIBS = @Z_LIBS@
395abs_builddir = @abs_builddir@
396abs_srcdir = @abs_srcdir@
397abs_top_builddir = @abs_top_builddir@
398abs_top_srcdir = @abs_top_srcdir@
399ac_ct_AR = @ac_ct_AR@
400ac_ct_CC = @ac_ct_CC@
401ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
402am__include = @am__include@
403am__leading_dot = @am__leading_dot@
404am__quote = @am__quote@
405am__tar = @am__tar@
406am__untar = @am__untar@
407bindir = @bindir@
408build = @build@
409build_alias = @build_alias@
410build_cpu = @build_cpu@
411build_os = @build_os@
412build_vendor = @build_vendor@
413builddir = @builddir@
414datadir = @datadir@
415datarootdir = @datarootdir@
416docdir = @docdir@
417dvidir = @dvidir@
418exec_prefix = @exec_prefix@
419host = @host@
420host_alias = @host_alias@
421host_cpu = @host_cpu@
422host_os = @host_os@
423host_vendor = @host_vendor@
424htmldir = @htmldir@
425includedir = @includedir@
426infodir = @infodir@
427install_sh = @install_sh@
428libdir = @libdir@
429libexecdir = @libexecdir@
430localedir = @localedir@
431localstatedir = @localstatedir@
432mandir = @mandir@
433mkdir_p = @mkdir_p@
434oldincludedir = @oldincludedir@
435pdfdir = @pdfdir@
436prefix = @prefix@
437program_transform_name = @program_transform_name@
438psdir = @psdir@
439pythondir = @pythondir@
440sbindir = @sbindir@
441sharedstatedir = @sharedstatedir@
442srcdir = @srcdir@
443sysconfdir = @sysconfdir@
444target_alias = @target_alias@
445top_build_prefix = @top_build_prefix@
446top_builddir = @top_builddir@
447top_srcdir = @top_srcdir@
448SUBDIRS = . devhelp examples
449
450# The top-level SGML file.
451DOC_MAIN_XML_FILE = gnome-xml.xml
452
453# The directory containing the source code (if it contains documentation).
454DOC_SOURCE_DIR = ..
455
456# A file in win32 depends upon one of the doc files
457WIN32_DIR = $(top_srcdir)/win32
458PAGES = architecture.html bugs.html contribs.html docs.html DOM.html \
459 downloads.html entities.html example.html help.html index.html \
460 interface.html intro.html library.html namespaces.html news.html \
461 tree.html xmldtd.html XMLinfo.html XSLT.html
462
463APIPAGES = APIconstructors.html APIfiles.html APIfunctions.html \
464 APIsymbols.html APIchunk0.html
465
466@REBUILD_DOCS_TRUE@EXTRA_DIST_wc = xmlcatalog_man.xml $(wildcard tutorial/*.html) \
467@REBUILD_DOCS_TRUE@ $(wildcard tutorial/*.c) $(wildcard tutorial/*.pdf) \
468@REBUILD_DOCS_TRUE@ $(wildcard tutorial/images/*.png) \
469@REBUILD_DOCS_TRUE@ $(wildcard tutorial/images/callouts/*.png) $(wildcard API*.html) \
470@REBUILD_DOCS_TRUE@ $(wildcard *.1) $(wildcard *.xsl) $(wildcard *.html) \
471@REBUILD_DOCS_TRUE@ $(wildcard *.gif) w3c.png $(wildcard html/*.html) \
472@REBUILD_DOCS_TRUE@ $(wildcard html/*.png) libxml2-api.xml index.py search.php \
473@REBUILD_DOCS_TRUE@ apibuild.py libxml2.xsa xmllint.xml xmlcatalog_man.xml \
474@REBUILD_DOCS_TRUE@ README.docs symbols.xml
475
476
477# Expanded form of EXTRA_DIST_wc
478#
479EXTRA_DIST = \
480 APIchunk0.html \
481 APIchunk1.html \
482 APIchunk2.html \
483 APIchunk3.html \
484 APIchunk4.html \
485 APIchunk5.html \
486 APIchunk6.html \
487 APIchunk7.html \
488 APIchunk8.html \
489 APIchunk9.html \
490 APIchunk10.html \
491 APIchunk11.html \
492 APIchunk12.html \
493 APIchunk13.html \
494 APIchunk14.html \
495 APIchunk15.html \
496 APIchunk16.html \
497 APIchunk17.html \
498 APIchunk18.html \
499 APIchunk19.html \
500 APIchunk20.html \
501 APIchunk21.html \
502 APIchunk22.html \
503 APIchunk23.html \
504 APIchunk24.html \
505 APIchunk25.html \
506 APIchunk26.html \
507 APIchunk27.html \
508 APIchunk28.html \
509 APIchunk29.html \
510 APIconstructors.html \
511 APIfiles.html \
512 APIfunctions.html \
513 APIsymbols.html \
514 ChangeLog.xsl \
515 DOM.gif \
516 DOM.html \
517 FAQ.html \
518 Libxml2-Logo-180x168.gif \
519 Libxml2-Logo-90x34.gif \
520 README.docs \
521 XMLinfo.html \
522 XSLT.html \
523 api.xsl \
524 apibuild.py \
525 architecture.html \
526 bugs.html \
527 catalog.gif \
528 catalog.html \
529 checkapisym.xsl \
530 contribs.html \
531 docs.html \
532 downloads.html \
533 elfgcchack.xsl \
534 encoding.html \
535 entities.html \
536 example.html \
537 guidelines.html \
538 help.html \
539 html/book1.html \
540 html/home.png \
541 html/index.html \
542 html/left.png \
543 html/libxml-DOCBparser.html \
544 html/libxml-HTMLparser.html \
545 html/libxml-HTMLtree.html \
546 html/libxml-SAX.html \
547 html/libxml-SAX2.html \
548 html/libxml-c14n.html \
549 html/libxml-catalog.html \
550 html/libxml-chvalid.html \
551 html/libxml-debugXML.html \
552 html/libxml-dict.html \
553 html/libxml-encoding.html \
554 html/libxml-entities.html \
555 html/libxml-globals.html \
556 html/libxml-hash.html \
557 html/libxml-lib.html \
558 html/libxml-list.html \
559 html/libxml-nanoftp.html \
560 html/libxml-nanohttp.html \
561 html/libxml-parser.html \
562 html/libxml-parserInternals.html \
563 html/libxml-pattern.html \
564 html/libxml-relaxng.html \
565 html/libxml-schemasInternals.html \
566 html/libxml-schematron.html \
567 html/libxml-threads.html \
568 html/libxml-tree.html \
569 html/libxml-uri.html \
570 html/libxml-valid.html \
571 html/libxml-xinclude.html \
572 html/libxml-xlink.html \
573 html/libxml-xmlIO.html \
574 html/libxml-xmlautomata.html \
575 html/libxml-xmlerror.html \
576 html/libxml-xmlexports.html \
577 html/libxml-xmlmemory.html \
578 html/libxml-xmlmodule.html \
579 html/libxml-xmlreader.html \
580 html/libxml-xmlregexp.html \
581 html/libxml-xmlsave.html \
582 html/libxml-xmlschemas.html \
583 html/libxml-xmlschemastypes.html \
584 html/libxml-xmlstring.html \
585 html/libxml-xmlunicode.html \
586 html/libxml-xmlversion.html \
587 html/libxml-xmlwriter.html \
588 html/libxml-xpath.html \
589 html/libxml-xpathInternals.html \
590 html/libxml-xpointer.html \
591 html/libxml-xzlib.html \
592 html/right.png \
593 html/up.png \
594 index.html \
595 index.py \
596 interface.html \
597 intro.html \
598 library.html \
599 libxml.gif \
600 libxml2-api.xml \
601 libxml2.xsa \
602 namespaces.html \
603 newapi.xsl \
604 news.html \
605 news.xsl \
606 python.html \
607 redhat.gif \
608 search.php \
609 searches.html \
610 searches.xsl \
611 site.xsl \
612 smallfootonly.gif \
613 structure.gif \
614 symbols.xml \
615 syms.xsl \
616 threads.html \
617 tree.html \
618 tutorial/apa.html \
619 tutorial/apb.html \
620 tutorial/apc.html \
621 tutorial/apd.html \
622 tutorial/ape.html \
623 tutorial/apf.html \
624 tutorial/apg.html \
625 tutorial/aph.html \
626 tutorial/api.html \
627 tutorial/ar01s02.html \
628 tutorial/ar01s03.html \
629 tutorial/ar01s04.html \
630 tutorial/ar01s05.html \
631 tutorial/ar01s06.html \
632 tutorial/ar01s07.html \
633 tutorial/ar01s08.html \
634 tutorial/ar01s09.html \
635 tutorial/images/blank.png \
636 tutorial/images/callouts/1.png \
637 tutorial/images/callouts/10.png \
638 tutorial/images/callouts/2.png \
639 tutorial/images/callouts/3.png \
640 tutorial/images/callouts/4.png \
641 tutorial/images/callouts/5.png \
642 tutorial/images/callouts/6.png \
643 tutorial/images/callouts/7.png \
644 tutorial/images/callouts/8.png \
645 tutorial/images/callouts/9.png \
646 tutorial/images/caution.png \
647 tutorial/images/draft.png \
648 tutorial/images/home.png \
649 tutorial/images/important.png \
650 tutorial/images/next.png \
651 tutorial/images/note.png \
652 tutorial/images/prev.png \
653 tutorial/images/tip.png \
654 tutorial/images/toc-blank.png \
655 tutorial/images/toc-minus.png \
656 tutorial/images/toc-plus.png \
657 tutorial/images/up.png \
658 tutorial/images/warning.png \
659 tutorial/includeaddattribute.c \
660 tutorial/includeaddkeyword.c \
661 tutorial/includeconvert.c \
662 tutorial/includegetattribute.c \
663 tutorial/includekeyword.c \
664 tutorial/includexpath.c \
665 tutorial/index.html \
666 tutorial/ix01.html \
667 tutorial/xmltutorial.pdf \
668 upgrade.html \
669 w3c.png \
670 wiki.xsl \
671 xml.html \
672 xmlcatalog.1 \
673 xmlcatalog_man.html \
674 xmlcatalog_man.xml \
675 xmldtd.html \
676 xmlio.html \
677 xmllint.1 \
678 xmllint.html \
679 xmllint.xml \
680 xmlmem.html \
681 xmlreader.html \
682 xsa.xsl
683
684man_MANS = xmllint.1 xmlcatalog.1
685@REBUILD_DOCS_TRUE@source_file_deps = \
686@REBUILD_DOCS_TRUE@ $(filter-out %/xmlversion.h, $(wildcard $(top_srcdir)/include/libxml/*.h)) \
687@REBUILD_DOCS_TRUE@ $(top_srcdir)/include/libxml/xmlversion.h.in \
688@REBUILD_DOCS_TRUE@ $(wildcard $(top_srcdir)/*.c)
689
690all: all-recursive
691
692.SUFFIXES:
693$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
694 @for dep in $?; do \
695 case '$(am__configure_deps)' in \
696 *$$dep*) \
697 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
698 && { if test -f $@; then exit 0; else break; fi; }; \
699 exit 1;; \
700 esac; \
701 done; \
702 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
703 $(am__cd) $(top_srcdir) && \
704 $(AUTOMAKE) --gnu doc/Makefile
705Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
706 @case '$?' in \
707 *config.status*) \
708 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
709 *) \
710 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
711 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
712 esac;
713
714$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
715 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
716
717$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
718 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
719$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
720 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
721$(am__aclocal_m4_deps):
722
723mostlyclean-libtool:
724 -rm -f *.lo
725
726clean-libtool:
727 -rm -rf .libs _libs
728install-man1: $(man_MANS)
729 @$(NORMAL_INSTALL)
730 @list1=''; \
731 list2='$(man_MANS)'; \
732 test -n "$(man1dir)" \
733 && test -n "`echo $$list1$$list2`" \
734 || exit 0; \
735 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
736 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
737 { for i in $$list1; do echo "$$i"; done; \
738 if test -n "$$list2"; then \
739 for i in $$list2; do echo "$$i"; done \
740 | sed -n '/\.1[a-z]*$$/p'; \
741 fi; \
742 } | while read p; do \
743 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
744 echo "$$d$$p"; echo "$$p"; \
745 done | \
746 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
747 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
748 sed 'N;N;s,\n, ,g' | { \
749 list=; while read file base inst; do \
750 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
751 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
752 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
753 fi; \
754 done; \
755 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
756 while read files; do \
757 test -z "$$files" || { \
758 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
759 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
760 done; }
761
762uninstall-man1:
763 @$(NORMAL_UNINSTALL)
764 @list=''; test -n "$(man1dir)" || exit 0; \
765 files=`{ for i in $$list; do echo "$$i"; done; \
766 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
767 sed -n '/\.1[a-z]*$$/p'; \
768 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
769 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
770 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
771
772# This directory's subdirectories are mostly independent; you can cd
773# into them and run 'make' without going through this Makefile.
774# To change the values of 'make' variables: instead of editing Makefiles,
775# (1) if the variable is set in 'config.status', edit 'config.status'
776# (which will cause the Makefiles to be regenerated when you run 'make');
777# (2) otherwise, pass the desired values on the 'make' command line.
778$(am__recursive_targets):
779 @fail=; \
780 if $(am__make_keepgoing); then \
781 failcom='fail=yes'; \
782 else \
783 failcom='exit 1'; \
784 fi; \
785 dot_seen=no; \
786 target=`echo $@ | sed s/-recursive//`; \
787 case "$@" in \
788 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
789 *) list='$(SUBDIRS)' ;; \
790 esac; \
791 for subdir in $$list; do \
792 echo "Making $$target in $$subdir"; \
793 if test "$$subdir" = "."; then \
794 dot_seen=yes; \
795 local_target="$$target-am"; \
796 else \
797 local_target="$$target"; \
798 fi; \
799 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
800 || eval $$failcom; \
801 done; \
802 if test "$$dot_seen" = "no"; then \
803 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
804 fi; test -z "$$fail"
805
806ID: $(am__tagged_files)
807 $(am__define_uniq_tagged_files); mkid -fID $$unique
808tags: tags-recursive
809TAGS: tags
810
811tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
812 set x; \
813 here=`pwd`; \
814 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
815 include_option=--etags-include; \
816 empty_fix=.; \
817 else \
818 include_option=--include; \
819 empty_fix=; \
820 fi; \
821 list='$(SUBDIRS)'; for subdir in $$list; do \
822 if test "$$subdir" = .; then :; else \
823 test ! -f $$subdir/TAGS || \
824 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
825 fi; \
826 done; \
827 $(am__define_uniq_tagged_files); \
828 shift; \
829 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
830 test -n "$$unique" || unique=$$empty_fix; \
831 if test $$# -gt 0; then \
832 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
833 "$$@" $$unique; \
834 else \
835 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
836 $$unique; \
837 fi; \
838 fi
839ctags: ctags-recursive
840
841CTAGS: ctags
842ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
843 $(am__define_uniq_tagged_files); \
844 test -z "$(CTAGS_ARGS)$$unique" \
845 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
846 $$unique
847
848GTAGS:
849 here=`$(am__cd) $(top_builddir) && pwd` \
850 && $(am__cd) $(top_srcdir) \
851 && gtags -i $(GTAGS_ARGS) "$$here"
852cscopelist: cscopelist-recursive
853
854cscopelist-am: $(am__tagged_files)
855 list='$(am__tagged_files)'; \
856 case "$(srcdir)" in \
857 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
858 *) sdir=$(subdir)/$(srcdir) ;; \
859 esac; \
860 for i in $$list; do \
861 if test -f "$$i"; then \
862 echo "$(subdir)/$$i"; \
863 else \
864 echo "$$sdir/$$i"; \
865 fi; \
866 done >> $(top_builddir)/cscope.files
867
868distclean-tags:
869 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
870
871distdir: $(DISTFILES)
872 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
873 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
874 list='$(DISTFILES)'; \
875 dist_files=`for file in $$list; do echo $$file; done | \
876 sed -e "s|^$$srcdirstrip/||;t" \
877 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
878 case $$dist_files in \
879 */*) $(MKDIR_P) `echo "$$dist_files" | \
880 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
881 sort -u` ;; \
882 esac; \
883 for file in $$dist_files; do \
884 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
885 if test -d $$d/$$file; then \
886 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
887 if test -d "$(distdir)/$$file"; then \
888 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
889 fi; \
890 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
891 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
892 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
893 fi; \
894 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
895 else \
896 test -f "$(distdir)/$$file" \
897 || cp -p $$d/$$file "$(distdir)/$$file" \
898 || exit 1; \
899 fi; \
900 done
901 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
902 if test "$$subdir" = .; then :; else \
903 $(am__make_dryrun) \
904 || test -d "$(distdir)/$$subdir" \
905 || $(MKDIR_P) "$(distdir)/$$subdir" \
906 || exit 1; \
907 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
908 $(am__relativize); \
909 new_distdir=$$reldir; \
910 dir1=$$subdir; dir2="$(top_distdir)"; \
911 $(am__relativize); \
912 new_top_distdir=$$reldir; \
913 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
914 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
915 ($(am__cd) $$subdir && \
916 $(MAKE) $(AM_MAKEFLAGS) \
917 top_distdir="$$new_top_distdir" \
918 distdir="$$new_distdir" \
919 am__remove_distdir=: \
920 am__skip_length_check=: \
921 am__skip_mode_fix=: \
922 distdir) \
923 || exit 1; \
924 fi; \
925 done
926check-am: all-am
927check: check-recursive
928all-am: Makefile $(MANS)
929installdirs: installdirs-recursive
930installdirs-am:
931 for dir in "$(DESTDIR)$(man1dir)"; do \
932 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
933 done
934install: install-recursive
935install-exec: install-exec-recursive
936install-data: install-data-recursive
937uninstall: uninstall-recursive
938
939install-am: all-am
940 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
941
942installcheck: installcheck-recursive
943install-strip:
944 if test -z '$(STRIP)'; then \
945 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
946 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
947 install; \
948 else \
949 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
950 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
951 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
952 fi
953mostlyclean-generic:
954
955clean-generic:
956
957distclean-generic:
958 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
959 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
960
961maintainer-clean-generic:
962 @echo "This command is intended for maintainers to use"
963 @echo "it deletes files that may require special tools to rebuild."
964clean: clean-recursive
965
966clean-am: clean-generic clean-libtool clean-local mostlyclean-am
967
968distclean: distclean-recursive
969 -rm -f Makefile
970distclean-am: clean-am distclean-generic distclean-tags
971
972dvi: dvi-recursive
973
974dvi-am:
975
976html: html-recursive
977
978html-am:
979
980info: info-recursive
981
982info-am:
983
984install-data-am: install-data-local install-man
985
986install-dvi: install-dvi-recursive
987
988install-dvi-am:
989
990install-exec-am:
991
992install-html: install-html-recursive
993
994install-html-am:
995
996install-info: install-info-recursive
997
998install-info-am:
999
1000install-man: install-man1
1001
1002install-pdf: install-pdf-recursive
1003
1004install-pdf-am:
1005
1006install-ps: install-ps-recursive
1007
1008install-ps-am:
1009
1010installcheck-am:
1011
1012maintainer-clean: maintainer-clean-recursive
1013 -rm -f Makefile
1014maintainer-clean-am: distclean-am maintainer-clean-generic \
1015 maintainer-clean-local
1016
1017mostlyclean: mostlyclean-recursive
1018
1019mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1020
1021pdf: pdf-recursive
1022
1023pdf-am:
1024
1025ps: ps-recursive
1026
1027ps-am:
1028
1029uninstall-am: uninstall-man
1030
1031uninstall-man: uninstall-man1
1032
1033.MAKE: $(am__recursive_targets) install-am install-strip
1034
1035.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1036 check-am clean clean-generic clean-libtool clean-local \
1037 cscopelist-am ctags ctags-am distclean distclean-generic \
1038 distclean-libtool distclean-tags distdir dvi dvi-am html \
1039 html-am info info-am install install-am install-data \
1040 install-data-am install-data-local install-dvi install-dvi-am \
1041 install-exec install-exec-am install-html install-html-am \
1042 install-info install-info-am install-man install-man1 \
1043 install-pdf install-pdf-am install-ps install-ps-am \
1044 install-strip installcheck installcheck-am installdirs \
1045 installdirs-am maintainer-clean maintainer-clean-generic \
1046 maintainer-clean-local mostlyclean mostlyclean-generic \
1047 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1048 uninstall-am uninstall-man uninstall-man1
1049
1050.PRECIOUS: Makefile
1051
1052
1053@REBUILD_DOCS_TRUE@docs: web $(top_builddir)/NEWS libxml2.xsa $(man_MANS)
1054
1055@REBUILD_DOCS_TRUE@api: libxml2-api.xml libxml2-refs.xml $(APIPAGES) $(srcdir)/html/index.html $(WIN32_DIR)/libxml2.def.src ../elfgcchack.h $(srcdir)/site.xsl
1056
1057@REBUILD_DOCS_TRUE@web: $(PAGES)
1058
1059@REBUILD_DOCS_TRUE@../elfgcchack.h: $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml
1060@REBUILD_DOCS_TRUE@ -@(if [ -x $(XSLTPROC) ] ; then \
1061@REBUILD_DOCS_TRUE@ echo "Rebuilding the elfgcchack.h header" ; \
1062@REBUILD_DOCS_TRUE@ $(XSLTPROC) --nonet $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml > elfgcchack.h ; \
1063@REBUILD_DOCS_TRUE@ if [ "`diff -q elfgcchack.h ../elfgcchack.h`" ] ; then \
1064@REBUILD_DOCS_TRUE@ echo "updating ../elfgcchack.h"; \
1065@REBUILD_DOCS_TRUE@ cp elfgcchack.h ../elfgcchack.h; \
1066@REBUILD_DOCS_TRUE@ fi ; rm -f elfgcchack.h ; fi );
1067
1068@REBUILD_DOCS_TRUE@$(PAGES): xml.html $(srcdir)/site.xsl
1069@REBUILD_DOCS_TRUE@ -@(if [ -x $(XSLTPROC) ] ; then \
1070@REBUILD_DOCS_TRUE@ echo "Rebuilding the HTML Web pages from xml.html" ; \
1071@REBUILD_DOCS_TRUE@ $(XSLTPROC) --nonet --html --path $(srcdir) $(srcdir)/site.xsl $(srcdir)/xml.html > index.html ; fi );
1072@REBUILD_DOCS_TRUE@ -@(if [ -x $(XMLLINT) ] ; then \
1073@REBUILD_DOCS_TRUE@ echo "Validating the HTML Web pages" ; \
1074@REBUILD_DOCS_TRUE@ $(XMLLINT) --nonet --valid --noout $(PAGES) ; fi );
1075
1076@REBUILD_DOCS_TRUE@$(top_builddir)/NEWS: $(srcdir)/news.xsl $(srcdir)/news.html
1077@REBUILD_DOCS_TRUE@ -@(if [ -x $(XSLTPROC) ] ; then \
1078@REBUILD_DOCS_TRUE@ $(XSLTPROC) --nonet $(srcdir)/news.xsl $(srcdir)/news.html > $(top_builddir)/NEWS ; fi );
1079
1080@[email protected]: $(srcdir)/xsa.xsl $(srcdir)/news.html
1081@REBUILD_DOCS_TRUE@ -@(if [ -x $(XSLTPROC) ] ; then \
1082@REBUILD_DOCS_TRUE@ echo "Rebuilding the NEWS file" ; \
1083@REBUILD_DOCS_TRUE@ $(XSLTPROC) --nonet $(srcdir)/xsa.xsl $(srcdir)/news.html > libxml2.xsa ; fi );
1084
1085@REBUILD_DOCS_TRUE@$(APIPAGES): libxml2-api.xml libxml2-refs.xml $(srcdir)/site.xsl $(srcdir)/api.xsl
1086@REBUILD_DOCS_TRUE@ -@(if [ -x $(XSLTPROC) ] ; then \
1087@REBUILD_DOCS_TRUE@ echo "Rebuilding the HTML API pages from libxml2-refs.xml" ; \
1088@REBUILD_DOCS_TRUE@ $(XSLTPROC) --nonet --html $(srcdir)/api.xsl \
1089@REBUILD_DOCS_TRUE@ $(srcdir)/xml.html ; fi );
1090@REBUILD_DOCS_TRUE@ -@(if [ -x $(XMLLINT) ] ; then \
1091@REBUILD_DOCS_TRUE@ echo "Validating the HTML API pages" ; \
1092@REBUILD_DOCS_TRUE@ $(XMLLINT) --nonet --valid --noout API*.html ; fi );
1093
1094@REBUILD_DOCS_TRUE@$(srcdir)/html/index.html: libxml2-api.xml $(srcdir)/newapi.xsl
1095@REBUILD_DOCS_TRUE@ -@(if [ -x $(XSLTPROC) ] ; then \
1096@REBUILD_DOCS_TRUE@ echo "Rebuilding the HTML pages from the XML API" ; \
1097@REBUILD_DOCS_TRUE@ $(XSLTPROC) --nonet $(srcdir)/newapi.xsl $(srcdir)/libxml2-api.xml ; fi )
1098@REBUILD_DOCS_TRUE@ -@(if [ -x $(XMLLINT) ] ; then \
1099@REBUILD_DOCS_TRUE@ echo "Validating the resulting XHTML pages" ; \
1100@REBUILD_DOCS_TRUE@ $(XMLLINT) --nonet --valid --noout html/*.html ; fi );
1101
1102@REBUILD_DOCS_TRUE@wiki: libxml2-api.xml $(srcdir)/wiki.xsl
1103@REBUILD_DOCS_TRUE@ -@(if [ -x $(XSLTPROC) ] ; then \
1104@REBUILD_DOCS_TRUE@ echo "Rebuilding the wiki HTML pages from the XML API" ; \
1105@REBUILD_DOCS_TRUE@ $(XSLTPROC) --nonet $(srcdir)/wiki.xsl $(srcdir)/libxml2-api.xml; fi )
1106
1107@REBUILD_DOCS_TRUE@$(WIN32_DIR)/libxml2.def.src: libxml2-api.xml
1108@REBUILD_DOCS_TRUE@ -@(if [ -x $(XSLTPROC) ] ; then \
1109@REBUILD_DOCS_TRUE@ $(XSLTPROC) -o $(WIN32_DIR)/libxml2.def.src \
1110@REBUILD_DOCS_TRUE@ --nonet $(WIN32_DIR)/defgen.xsl libxml2-api.xml ; fi )
1111
1112@[email protected] libxml2-refs.xml ../libxml2.syms: apibuild.py symbols.xml syms.xsl checkapisym.xsl $(source_file_deps)
1113@REBUILD_DOCS_TRUE@ test -f $(top_srcdir)/include/libxml/xmlversion.h
1114@REBUILD_DOCS_TRUE@ (cd $(srcdir) && ./apibuild.py)
1115@REBUILD_DOCS_TRUE@ ($(XSLTPROC) $(srcdir)/checkapisym.xsl $(srcdir)/libxml2-api.xml)
1116@REBUILD_DOCS_TRUE@ ($(XSLTPROC) -o ../libxml2.syms $(srcdir)/syms.xsl $(srcdir)/symbols.xml)
1117@REBUILD_DOCS_TRUE@ -@(cd .. ; $(MAKE) rebuild_testapi)
1118
1119@[email protected]: xmllint.xml
1120@REBUILD_DOCS_TRUE@ -@($(XSLTPROC) --nonet xmllint.xml)
1121
1122@[email protected]: xmlcatalog_man.xml
1123@REBUILD_DOCS_TRUE@ -@($(XSLTPROC) --nonet xmlcatalog_man.xml)
1124
1125@REBUILD_DOCS_TRUE@check-extra-dist:
1126@REBUILD_DOCS_TRUE@ for f in $(EXTRA_DIST_wc) ; do echo $$f; done | sort -u >tmp.EXTRA_DIST_wc
1127@REBUILD_DOCS_TRUE@ for f in $(EXTRA_DIST) ; do echo $$f; done | sort >tmp.EXTRA_DIST
1128@REBUILD_DOCS_TRUE@ diff -u tmp.EXTRA_DIST_wc tmp.EXTRA_DIST
1129@REBUILD_DOCS_TRUE@ rm -f tmp.EXTRA_DIST_wc tmp.EXTRA_DIST
1130
1131clean-local:
1132 rm -f *~ *.bak *.hierarchy *.signals *-unused.txt
1133
1134maintainer-clean-local: clean-local
1135 rm -rf libxml-decl-list.txt libxml-decl.txt
1136
1137rebuild: api docs
1138
1139install-data-local:
1140 $(MKDIR_P) $(DESTDIR)$(HTML_DIR)
1141 -$(INSTALL) -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(srcdir)/smallfootonly.gif $(srcdir)/redhat.gif $(srcdir)/libxml.gif $(srcdir)/w3c.png $(srcdir)/Libxml2-Logo-180x168.gif $(srcdir)/Libxml2-Logo-90x34.gif $(DESTDIR)$(HTML_DIR)
1142 $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/html
1143 -$(INSTALL) -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(HTML_DIR)/html
1144 -$(INSTALL) -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(HTML_DIR)/html
1145 $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/tutorial
1146 -$(INSTALL) -m 0644 $(srcdir)/tutorial/*.* \
1147 $(DESTDIR)$(HTML_DIR)/tutorial
1148 $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/tutorial/images
1149 -$(INSTALL) -m 0644 $(srcdir)/tutorial/images/*.* \
1150 $(DESTDIR)$(HTML_DIR)/tutorial/images
1151 $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/tutorial/images/callouts
1152 -$(INSTALL) -m 0644 $(srcdir)/tutorial/images/callouts/*.* \
1153 $(DESTDIR)$(HTML_DIR)/tutorial/images/callouts
1154
1155.PHONY: docs api web wiki rebuild
1156
1157# Tell versions [3.59,3.63) of GNU make to not export all variables.
1158# Otherwise a system limit (for SysV at least) may be exceeded.
1159.NOEXPORT:
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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