1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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 distdir-am
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@
247EXTRA_CFLAGS = @EXTRA_CFLAGS@
248FGREP = @FGREP@
249FTP_OBJ = @FTP_OBJ@
250GREP = @GREP@
251HAVE_ISINF = @HAVE_ISINF@
252HAVE_ISNAN = @HAVE_ISNAN@
253HTML_DIR = @HTML_DIR@
254HTML_OBJ = @HTML_OBJ@
255HTTP_OBJ = @HTTP_OBJ@
256ICONV_LIBS = @ICONV_LIBS@
257ICU_CFLAGS = @ICU_CFLAGS@
258ICU_LIBS = @ICU_LIBS@
259INSTALL = @INSTALL@
260INSTALL_DATA = @INSTALL_DATA@
261INSTALL_PROGRAM = @INSTALL_PROGRAM@
262INSTALL_SCRIPT = @INSTALL_SCRIPT@
263INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
264LD = @LD@
265LDFLAGS = @LDFLAGS@
266LIBOBJS = @LIBOBJS@
267LIBS = @LIBS@
268LIBTOOL = @LIBTOOL@
269LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
270LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
271LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
272LIBXML_VERSION = @LIBXML_VERSION@
273LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
274LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
275LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
276LIPO = @LIPO@
277LN_S = @LN_S@
278LTLIBOBJS = @LTLIBOBJS@
279LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
280LZMA_CFLAGS = @LZMA_CFLAGS@
281LZMA_LIBS = @LZMA_LIBS@
282MAINT = @MAINT@
283MAKEINFO = @MAKEINFO@
284MANIFEST_TOOL = @MANIFEST_TOOL@
285MKDIR_P = @MKDIR_P@
286MODULE_EXTENSION = @MODULE_EXTENSION@
287MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
288MV = @MV@
289M_LIBS = @M_LIBS@
290NM = @NM@
291NMEDIT = @NMEDIT@
292OBJDUMP = @OBJDUMP@
293OBJEXT = @OBJEXT@
294OTOOL = @OTOOL@
295OTOOL64 = @OTOOL64@
296PACKAGE = @PACKAGE@
297PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
298PACKAGE_NAME = @PACKAGE_NAME@
299PACKAGE_STRING = @PACKAGE_STRING@
300PACKAGE_TARNAME = @PACKAGE_TARNAME@
301PACKAGE_URL = @PACKAGE_URL@
302PACKAGE_VERSION = @PACKAGE_VERSION@
303PATH_SEPARATOR = @PATH_SEPARATOR@
304PERL = @PERL@
305PKG_CONFIG = @PKG_CONFIG@
306PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
307PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
308PYTHON = @PYTHON@
309PYTHON_INCLUDES = @PYTHON_INCLUDES@
310PYTHON_LIBS = @PYTHON_LIBS@
311PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
312PYTHON_SUBDIR = @PYTHON_SUBDIR@
313PYTHON_TESTS = @PYTHON_TESTS@
314PYTHON_VERSION = @PYTHON_VERSION@
315RANLIB = @RANLIB@
316RDL_LIBS = @RDL_LIBS@
317READER_TEST = @READER_TEST@
318RELDATE = @RELDATE@
319SED = @SED@
320SET_MAKE = @SET_MAKE@
321SHELL = @SHELL@
322STATIC_BINARIES = @STATIC_BINARIES@
323STRIP = @STRIP@
324TAR = @TAR@
325TEST_C14N = @TEST_C14N@
326TEST_CATALOG = @TEST_CATALOG@
327TEST_DEBUG = @TEST_DEBUG@
328TEST_HTML = @TEST_HTML@
329TEST_MODULES = @TEST_MODULES@
330TEST_PATTERN = @TEST_PATTERN@
331TEST_PHTML = @TEST_PHTML@
332TEST_PUSH = @TEST_PUSH@
333TEST_REGEXPS = @TEST_REGEXPS@
334TEST_SAX = @TEST_SAX@
335TEST_SCHEMAS = @TEST_SCHEMAS@
336TEST_SCHEMATRON = @TEST_SCHEMATRON@
337TEST_THREADS = @TEST_THREADS@
338TEST_VALID = @TEST_VALID@
339TEST_VTIME = @TEST_VTIME@
340TEST_XINCLUDE = @TEST_XINCLUDE@
341TEST_XPATH = @TEST_XPATH@
342TEST_XPTR = @TEST_XPTR@
343THREAD_CFLAGS = @THREAD_CFLAGS@
344THREAD_LIBS = @THREAD_LIBS@
345VERSION = @VERSION@
346VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
347WGET = @WGET@
348WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
349WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
350WIN32_EXTRA_PYTHON_LIBADD = @WIN32_EXTRA_PYTHON_LIBADD@
351WITH_C14N = @WITH_C14N@
352WITH_CATALOG = @WITH_CATALOG@
353WITH_DEBUG = @WITH_DEBUG@
354WITH_DOCB = @WITH_DOCB@
355WITH_FTP = @WITH_FTP@
356WITH_HTML = @WITH_HTML@
357WITH_HTTP = @WITH_HTTP@
358WITH_ICONV = @WITH_ICONV@
359WITH_ICU = @WITH_ICU@
360WITH_ISO8859X = @WITH_ISO8859X@
361WITH_LEGACY = @WITH_LEGACY@
362WITH_LZMA = @WITH_LZMA@
363WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
364WITH_MODULES = @WITH_MODULES@
365WITH_OUTPUT = @WITH_OUTPUT@
366WITH_PATTERN = @WITH_PATTERN@
367WITH_PUSH = @WITH_PUSH@
368WITH_READER = @WITH_READER@
369WITH_REGEXPS = @WITH_REGEXPS@
370WITH_RUN_DEBUG = @WITH_RUN_DEBUG@
371WITH_SAX1 = @WITH_SAX1@
372WITH_SCHEMAS = @WITH_SCHEMAS@
373WITH_SCHEMATRON = @WITH_SCHEMATRON@
374WITH_THREADS = @WITH_THREADS@
375WITH_THREAD_ALLOC = @WITH_THREAD_ALLOC@
376WITH_TREE = @WITH_TREE@
377WITH_TRIO = @WITH_TRIO@
378WITH_VALID = @WITH_VALID@
379WITH_WRITER = @WITH_WRITER@
380WITH_XINCLUDE = @WITH_XINCLUDE@
381WITH_XPATH = @WITH_XPATH@
382WITH_XPTR = @WITH_XPTR@
383WITH_ZLIB = @WITH_ZLIB@
384XINCLUDE_OBJ = @XINCLUDE_OBJ@
385XMLLINT = @XMLLINT@
386XML_CFLAGS = @XML_CFLAGS@
387XML_INCLUDEDIR = @XML_INCLUDEDIR@
388XML_LIBDIR = @XML_LIBDIR@
389XML_LIBS = @XML_LIBS@
390XML_LIBTOOLLIBS = @XML_LIBTOOLLIBS@
391XML_PRIVATE_LIBS = @XML_PRIVATE_LIBS@
392XPATH_OBJ = @XPATH_OBJ@
393XPTR_OBJ = @XPTR_OBJ@
394XSLTPROC = @XSLTPROC@
395Z_CFLAGS = @Z_CFLAGS@
396Z_LIBS = @Z_LIBS@
397abs_builddir = @abs_builddir@
398abs_srcdir = @abs_srcdir@
399abs_top_builddir = @abs_top_builddir@
400abs_top_srcdir = @abs_top_srcdir@
401ac_ct_AR = @ac_ct_AR@
402ac_ct_CC = @ac_ct_CC@
403ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
404am__include = @am__include@
405am__leading_dot = @am__leading_dot@
406am__quote = @am__quote@
407am__tar = @am__tar@
408am__untar = @am__untar@
409bindir = @bindir@
410build = @build@
411build_alias = @build_alias@
412build_cpu = @build_cpu@
413build_os = @build_os@
414build_vendor = @build_vendor@
415builddir = @builddir@
416datadir = @datadir@
417datarootdir = @datarootdir@
418docdir = @docdir@
419dvidir = @dvidir@
420exec_prefix = @exec_prefix@
421host = @host@
422host_alias = @host_alias@
423host_cpu = @host_cpu@
424host_os = @host_os@
425host_vendor = @host_vendor@
426htmldir = @htmldir@
427includedir = @includedir@
428infodir = @infodir@
429install_sh = @install_sh@
430libdir = @libdir@
431libexecdir = @libexecdir@
432localedir = @localedir@
433localstatedir = @localstatedir@
434mandir = @mandir@
435mkdir_p = @mkdir_p@
436oldincludedir = @oldincludedir@
437pdfdir = @pdfdir@
438prefix = @prefix@
439program_transform_name = @program_transform_name@
440psdir = @psdir@
441pythondir = @pythondir@
442sbindir = @sbindir@
443sharedstatedir = @sharedstatedir@
444srcdir = @srcdir@
445sysconfdir = @sysconfdir@
446target_alias = @target_alias@
447top_build_prefix = @top_build_prefix@
448top_builddir = @top_builddir@
449top_srcdir = @top_srcdir@
450SUBDIRS = . devhelp examples
451
452# The top-level SGML file.
453DOC_MAIN_XML_FILE = gnome-xml.xml
454
455# The directory containing the source code (if it contains documentation).
456DOC_SOURCE_DIR = ..
457
458# A file in win32 depends upon one of the doc files
459WIN32_DIR = $(top_srcdir)/win32
460PAGES = architecture.html bugs.html contribs.html docs.html DOM.html \
461    downloads.html entities.html example.html help.html index.html \
462    interface.html intro.html library.html namespaces.html news.html \
463    tree.html xmldtd.html XMLinfo.html XSLT.html
464
465APIPAGES = APIconstructors.html APIfiles.html APIfunctions.html \
466    APIsymbols.html APIchunk0.html
467
468@REBUILD_DOCS_TRUE@EXTRA_DIST_wc = xmlcatalog_man.xml $(wildcard tutorial/*.html) \
469@REBUILD_DOCS_TRUE@    $(wildcard tutorial/*.c) $(wildcard tutorial/*.pdf) \
470@REBUILD_DOCS_TRUE@    $(wildcard tutorial/images/*.png) \
471@REBUILD_DOCS_TRUE@    $(wildcard tutorial/images/callouts/*.png) $(wildcard API*.html) \
472@REBUILD_DOCS_TRUE@    $(wildcard *.1) $(wildcard *.xsl) $(wildcard *.html) \
473@REBUILD_DOCS_TRUE@    $(wildcard *.gif) w3c.png $(wildcard html/*.html) \
474@REBUILD_DOCS_TRUE@    $(wildcard html/*.png) libxml2-api.xml index.py search.php \
475@REBUILD_DOCS_TRUE@    apibuild.py libxml2.xsa xmllint.xml xmlcatalog_man.xml \
476@REBUILD_DOCS_TRUE@    README.docs symbols.xml
477
478
479# Expanded form of EXTRA_DIST_wc
480#
481EXTRA_DIST = \
482	APIchunk0.html \
483	APIchunk1.html \
484	APIchunk2.html \
485	APIchunk3.html \
486	APIchunk4.html \
487	APIchunk5.html \
488	APIchunk6.html \
489	APIchunk7.html \
490	APIchunk8.html \
491	APIchunk9.html \
492	APIchunk10.html \
493	APIchunk11.html \
494	APIchunk12.html \
495	APIchunk13.html \
496	APIchunk14.html \
497	APIchunk15.html \
498	APIchunk16.html \
499	APIchunk17.html \
500	APIchunk18.html \
501	APIchunk19.html \
502	APIchunk20.html \
503	APIchunk21.html \
504	APIchunk22.html \
505	APIchunk23.html \
506	APIchunk24.html \
507	APIchunk25.html \
508	APIchunk26.html \
509	APIchunk27.html \
510	APIchunk28.html \
511	APIchunk29.html \
512	APIconstructors.html \
513	APIfiles.html \
514	APIfunctions.html \
515	APIsymbols.html \
516	ChangeLog.xsl \
517	DOM.gif \
518	DOM.html \
519	FAQ.html \
520	Libxml2-Logo-180x168.gif \
521	Libxml2-Logo-90x34.gif \
522	README.docs \
523	XMLinfo.html \
524	XSLT.html \
525	api.xsl \
526	apibuild.py \
527	architecture.html \
528	bugs.html \
529	catalog.gif \
530	catalog.html \
531	checkapisym.xsl \
532	contribs.html \
533	docs.html \
534	downloads.html \
535	elfgcchack.xsl \
536	encoding.html \
537	entities.html \
538	example.html \
539	guidelines.html \
540	help.html \
541	html/book1.html \
542	html/home.png \
543	html/index.html \
544	html/left.png \
545	html/libxml-DOCBparser.html \
546	html/libxml-HTMLparser.html \
547	html/libxml-HTMLtree.html \
548	html/libxml-SAX.html \
549	html/libxml-SAX2.html \
550	html/libxml-c14n.html \
551	html/libxml-catalog.html \
552	html/libxml-chvalid.html \
553	html/libxml-debugXML.html \
554	html/libxml-dict.html \
555	html/libxml-encoding.html \
556	html/libxml-entities.html \
557	html/libxml-globals.html \
558	html/libxml-hash.html \
559	html/libxml-lib.html \
560	html/libxml-list.html \
561	html/libxml-nanoftp.html \
562	html/libxml-nanohttp.html \
563	html/libxml-parser.html \
564	html/libxml-parserInternals.html \
565	html/libxml-pattern.html \
566	html/libxml-relaxng.html \
567	html/libxml-schemasInternals.html \
568	html/libxml-schematron.html \
569	html/libxml-threads.html \
570	html/libxml-tree.html \
571	html/libxml-uri.html \
572	html/libxml-valid.html \
573	html/libxml-xinclude.html \
574	html/libxml-xlink.html \
575	html/libxml-xmlIO.html \
576	html/libxml-xmlautomata.html \
577	html/libxml-xmlerror.html \
578	html/libxml-xmlexports.html \
579	html/libxml-xmlmemory.html \
580	html/libxml-xmlmodule.html \
581	html/libxml-xmlreader.html \
582	html/libxml-xmlregexp.html \
583	html/libxml-xmlsave.html \
584	html/libxml-xmlschemas.html \
585	html/libxml-xmlschemastypes.html \
586	html/libxml-xmlstring.html \
587	html/libxml-xmlunicode.html \
588	html/libxml-xmlversion.html \
589	html/libxml-xmlwriter.html \
590	html/libxml-xpath.html \
591	html/libxml-xpathInternals.html \
592	html/libxml-xpointer.html \
593	html/right.png \
594	html/up.png \
595	index.html \
596	index.py \
597	interface.html \
598	intro.html \
599	library.html \
600	libxml.gif \
601	libxml2-api.xml \
602	libxml2.xsa \
603	namespaces.html \
604	newapi.xsl \
605	news.html \
606	news.xsl \
607	python.html \
608	redhat.gif \
609	search.php \
610	searches.html \
611	searches.xsl \
612	site.xsl \
613	smallfootonly.gif \
614	structure.gif \
615	symbols.xml \
616	syms.xsl \
617	threads.html \
618	tree.html \
619	tutorial/apa.html \
620	tutorial/apb.html \
621	tutorial/apc.html \
622	tutorial/apd.html \
623	tutorial/ape.html \
624	tutorial/apf.html \
625	tutorial/apg.html \
626	tutorial/aph.html \
627	tutorial/api.html \
628	tutorial/ar01s02.html \
629	tutorial/ar01s03.html \
630	tutorial/ar01s04.html \
631	tutorial/ar01s05.html \
632	tutorial/ar01s06.html \
633	tutorial/ar01s07.html \
634	tutorial/ar01s08.html \
635	tutorial/ar01s09.html \
636	tutorial/images/blank.png \
637	tutorial/images/callouts/1.png \
638	tutorial/images/callouts/10.png \
639	tutorial/images/callouts/2.png \
640	tutorial/images/callouts/3.png \
641	tutorial/images/callouts/4.png \
642	tutorial/images/callouts/5.png \
643	tutorial/images/callouts/6.png \
644	tutorial/images/callouts/7.png \
645	tutorial/images/callouts/8.png \
646	tutorial/images/callouts/9.png \
647	tutorial/images/caution.png \
648	tutorial/images/draft.png \
649	tutorial/images/home.png \
650	tutorial/images/important.png \
651	tutorial/images/next.png \
652	tutorial/images/note.png \
653	tutorial/images/prev.png \
654	tutorial/images/tip.png \
655	tutorial/images/toc-blank.png \
656	tutorial/images/toc-minus.png \
657	tutorial/images/toc-plus.png \
658	tutorial/images/up.png \
659	tutorial/images/warning.png \
660	tutorial/includeaddattribute.c \
661	tutorial/includeaddkeyword.c \
662	tutorial/includeconvert.c \
663	tutorial/includegetattribute.c \
664	tutorial/includekeyword.c \
665	tutorial/includexpath.c \
666	tutorial/index.html \
667	tutorial/ix01.html \
668	tutorial/xmltutorial.pdf \
669	upgrade.html \
670	w3c.png \
671	wiki.xsl \
672	xml.html \
673	xmlcatalog.1 \
674	xmlcatalog_man.html \
675	xmlcatalog_man.xml \
676	xmldtd.html \
677	xmlio.html \
678	xmllint.1 \
679	xmllint.html \
680	xmllint.xml \
681	xmlmem.html \
682	xmlreader.html \
683	xsa.xsl
684
685man_MANS = xmllint.1 xmlcatalog.1
686@REBUILD_DOCS_TRUE@source_file_deps = \
687@REBUILD_DOCS_TRUE@	$(filter-out %/xmlversion.h, $(wildcard $(top_srcdir)/include/libxml/*.h)) \
688@REBUILD_DOCS_TRUE@	$(top_srcdir)/include/libxml/xmlversion.h.in \
689@REBUILD_DOCS_TRUE@	$(wildcard $(top_srcdir)/*.c)
690
691all: all-recursive
692
693.SUFFIXES:
694$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
695	@for dep in $?; do \
696	  case '$(am__configure_deps)' in \
697	    *$$dep*) \
698	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
699	        && { if test -f $@; then exit 0; else break; fi; }; \
700	      exit 1;; \
701	  esac; \
702	done; \
703	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
704	$(am__cd) $(top_srcdir) && \
705	  $(AUTOMAKE) --foreign doc/Makefile
706Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
707	@case '$?' in \
708	  *config.status*) \
709	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
710	  *) \
711	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
712	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
713	esac;
714
715$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
716	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
717
718$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
719	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
720$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
721	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
722$(am__aclocal_m4_deps):
723
724mostlyclean-libtool:
725	-rm -f *.lo
726
727clean-libtool:
728	-rm -rf .libs _libs
729install-man1: $(man_MANS)
730	@$(NORMAL_INSTALL)
731	@list1=''; \
732	list2='$(man_MANS)'; \
733	test -n "$(man1dir)" \
734	  && test -n "`echo $$list1$$list2`" \
735	  || exit 0; \
736	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
737	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
738	{ for i in $$list1; do echo "$$i"; done;  \
739	if test -n "$$list2"; then \
740	  for i in $$list2; do echo "$$i"; done \
741	    | sed -n '/\.1[a-z]*$$/p'; \
742	fi; \
743	} | while read p; do \
744	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
745	  echo "$$d$$p"; echo "$$p"; \
746	done | \
747	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
748	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
749	sed 'N;N;s,\n, ,g' | { \
750	list=; while read file base inst; do \
751	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
752	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
753	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
754	  fi; \
755	done; \
756	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
757	while read files; do \
758	  test -z "$$files" || { \
759	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
760	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
761	done; }
762
763uninstall-man1:
764	@$(NORMAL_UNINSTALL)
765	@list=''; test -n "$(man1dir)" || exit 0; \
766	files=`{ for i in $$list; do echo "$$i"; done; \
767	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
768	  sed -n '/\.1[a-z]*$$/p'; \
769	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
770	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
771	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
772
773# This directory's subdirectories are mostly independent; you can cd
774# into them and run 'make' without going through this Makefile.
775# To change the values of 'make' variables: instead of editing Makefiles,
776# (1) if the variable is set in 'config.status', edit 'config.status'
777#     (which will cause the Makefiles to be regenerated when you run 'make');
778# (2) otherwise, pass the desired values on the 'make' command line.
779$(am__recursive_targets):
780	@fail=; \
781	if $(am__make_keepgoing); then \
782	  failcom='fail=yes'; \
783	else \
784	  failcom='exit 1'; \
785	fi; \
786	dot_seen=no; \
787	target=`echo $@ | sed s/-recursive//`; \
788	case "$@" in \
789	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
790	  *) list='$(SUBDIRS)' ;; \
791	esac; \
792	for subdir in $$list; do \
793	  echo "Making $$target in $$subdir"; \
794	  if test "$$subdir" = "."; then \
795	    dot_seen=yes; \
796	    local_target="$$target-am"; \
797	  else \
798	    local_target="$$target"; \
799	  fi; \
800	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
801	  || eval $$failcom; \
802	done; \
803	if test "$$dot_seen" = "no"; then \
804	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
805	fi; test -z "$$fail"
806
807ID: $(am__tagged_files)
808	$(am__define_uniq_tagged_files); mkid -fID $$unique
809tags: tags-recursive
810TAGS: tags
811
812tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
813	set x; \
814	here=`pwd`; \
815	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
816	  include_option=--etags-include; \
817	  empty_fix=.; \
818	else \
819	  include_option=--include; \
820	  empty_fix=; \
821	fi; \
822	list='$(SUBDIRS)'; for subdir in $$list; do \
823	  if test "$$subdir" = .; then :; else \
824	    test ! -f $$subdir/TAGS || \
825	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
826	  fi; \
827	done; \
828	$(am__define_uniq_tagged_files); \
829	shift; \
830	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
831	  test -n "$$unique" || unique=$$empty_fix; \
832	  if test $$# -gt 0; then \
833	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
834	      "$$@" $$unique; \
835	  else \
836	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
837	      $$unique; \
838	  fi; \
839	fi
840ctags: ctags-recursive
841
842CTAGS: ctags
843ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
844	$(am__define_uniq_tagged_files); \
845	test -z "$(CTAGS_ARGS)$$unique" \
846	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
847	     $$unique
848
849GTAGS:
850	here=`$(am__cd) $(top_builddir) && pwd` \
851	  && $(am__cd) $(top_srcdir) \
852	  && gtags -i $(GTAGS_ARGS) "$$here"
853cscopelist: cscopelist-recursive
854
855cscopelist-am: $(am__tagged_files)
856	list='$(am__tagged_files)'; \
857	case "$(srcdir)" in \
858	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
859	  *) sdir=$(subdir)/$(srcdir) ;; \
860	esac; \
861	for i in $$list; do \
862	  if test -f "$$i"; then \
863	    echo "$(subdir)/$$i"; \
864	  else \
865	    echo "$$sdir/$$i"; \
866	  fi; \
867	done >> $(top_builddir)/cscope.files
868
869distclean-tags:
870	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
871
872distdir: $(BUILT_SOURCES)
873	$(MAKE) $(AM_MAKEFLAGS) distdir-am
874
875distdir-am: $(DISTFILES)
876	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
877	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
878	list='$(DISTFILES)'; \
879	  dist_files=`for file in $$list; do echo $$file; done | \
880	  sed -e "s|^$$srcdirstrip/||;t" \
881	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
882	case $$dist_files in \
883	  */*) $(MKDIR_P) `echo "$$dist_files" | \
884			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
885			   sort -u` ;; \
886	esac; \
887	for file in $$dist_files; do \
888	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
889	  if test -d $$d/$$file; then \
890	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
891	    if test -d "$(distdir)/$$file"; then \
892	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
893	    fi; \
894	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
895	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
896	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
897	    fi; \
898	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
899	  else \
900	    test -f "$(distdir)/$$file" \
901	    || cp -p $$d/$$file "$(distdir)/$$file" \
902	    || exit 1; \
903	  fi; \
904	done
905	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
906	  if test "$$subdir" = .; then :; else \
907	    $(am__make_dryrun) \
908	      || test -d "$(distdir)/$$subdir" \
909	      || $(MKDIR_P) "$(distdir)/$$subdir" \
910	      || exit 1; \
911	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
912	    $(am__relativize); \
913	    new_distdir=$$reldir; \
914	    dir1=$$subdir; dir2="$(top_distdir)"; \
915	    $(am__relativize); \
916	    new_top_distdir=$$reldir; \
917	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
918	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
919	    ($(am__cd) $$subdir && \
920	      $(MAKE) $(AM_MAKEFLAGS) \
921	        top_distdir="$$new_top_distdir" \
922	        distdir="$$new_distdir" \
923		am__remove_distdir=: \
924		am__skip_length_check=: \
925		am__skip_mode_fix=: \
926	        distdir) \
927	      || exit 1; \
928	  fi; \
929	done
930check-am: all-am
931check: check-recursive
932all-am: Makefile $(MANS)
933installdirs: installdirs-recursive
934installdirs-am:
935	for dir in "$(DESTDIR)$(man1dir)"; do \
936	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
937	done
938install: install-recursive
939install-exec: install-exec-recursive
940install-data: install-data-recursive
941uninstall: uninstall-recursive
942
943install-am: all-am
944	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
945
946installcheck: installcheck-recursive
947install-strip:
948	if test -z '$(STRIP)'; then \
949	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
950	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
951	      install; \
952	else \
953	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
954	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
955	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
956	fi
957mostlyclean-generic:
958
959clean-generic:
960
961distclean-generic:
962	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
963	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
964
965maintainer-clean-generic:
966	@echo "This command is intended for maintainers to use"
967	@echo "it deletes files that may require special tools to rebuild."
968clean: clean-recursive
969
970clean-am: clean-generic clean-libtool clean-local mostlyclean-am
971
972distclean: distclean-recursive
973	-rm -f Makefile
974distclean-am: clean-am distclean-generic distclean-tags
975
976dvi: dvi-recursive
977
978dvi-am:
979
980html: html-recursive
981
982html-am:
983
984info: info-recursive
985
986info-am:
987
988install-data-am:  install-man
989
990install-dvi: install-dvi-recursive
991
992install-dvi-am:
993
994install-exec-am:
995
996install-html: install-html-recursive
997
998install-html-am:
999
1000install-info: install-info-recursive
1001
1002install-info-am:
1003
1004install-man: install-man1
1005
1006install-pdf: install-pdf-recursive
1007
1008install-pdf-am:
1009
1010install-ps: install-ps-recursive
1011
1012install-ps-am:
1013
1014installcheck-am:
1015
1016maintainer-clean: maintainer-clean-recursive
1017	-rm -f Makefile
1018maintainer-clean-am: distclean-am maintainer-clean-generic \
1019	maintainer-clean-local
1020
1021mostlyclean: mostlyclean-recursive
1022
1023mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1024
1025pdf: pdf-recursive
1026
1027pdf-am:
1028
1029ps: ps-recursive
1030
1031ps-am:
1032
1033uninstall-am: uninstall-man
1034
1035uninstall-man: uninstall-man1
1036
1037.MAKE: $(am__recursive_targets) install-am install-strip
1038
1039.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1040	check-am clean clean-generic clean-libtool clean-local \
1041	cscopelist-am ctags ctags-am distclean distclean-generic \
1042	distclean-libtool distclean-tags distdir dvi dvi-am html \
1043	html-am info info-am install install-am install-data \
1044	install-data-am install-data-local install-dvi install-dvi-am \
1045	install-exec install-exec-am install-html install-html-am \
1046	install-info install-info-am install-man install-man1 \
1047	install-pdf install-pdf-am install-ps install-ps-am \
1048	install-strip installcheck installcheck-am installdirs \
1049	installdirs-am maintainer-clean maintainer-clean-generic \
1050	maintainer-clean-local mostlyclean mostlyclean-generic \
1051	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1052	uninstall-am uninstall-man uninstall-man1
1053
1054.PRECIOUS: Makefile
1055
1056
1057@REBUILD_DOCS_TRUE@docs: web $(top_builddir)/NEWS libxml2.xsa $(man_MANS)
1058
1059@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
1060
1061@REBUILD_DOCS_TRUE@web: $(PAGES) xmllint.html xmlcatalog_man.html
1062
1063@REBUILD_DOCS_TRUE@../elfgcchack.h: $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml
1064@REBUILD_DOCS_TRUE@	-@(if [ -x $(XSLTPROC) ] ; then \
1065@REBUILD_DOCS_TRUE@	  echo "Rebuilding the elfgcchack.h header" ; \
1066@REBUILD_DOCS_TRUE@	  $(XSLTPROC) --nonet $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml > elfgcchack.h ; \
1067@REBUILD_DOCS_TRUE@	  if [ "`diff -q elfgcchack.h ../elfgcchack.h`" ] ; then \
1068@REBUILD_DOCS_TRUE@	    echo "updating ../elfgcchack.h"; \
1069@REBUILD_DOCS_TRUE@	    cp elfgcchack.h ../elfgcchack.h; \
1070@REBUILD_DOCS_TRUE@	  fi ; rm -f elfgcchack.h ;  fi );
1071
1072@REBUILD_DOCS_TRUE@$(PAGES): xml.html $(srcdir)/site.xsl
1073@REBUILD_DOCS_TRUE@	-@(if [ -x $(XSLTPROC) ] ; then \
1074@REBUILD_DOCS_TRUE@	  echo "Rebuilding the HTML Web pages from xml.html" ; \
1075@REBUILD_DOCS_TRUE@	  $(XSLTPROC) --nonet --html --path $(srcdir) $(srcdir)/site.xsl $(srcdir)/xml.html > index.html ; fi );
1076@REBUILD_DOCS_TRUE@	-@(if [ -x $(XMLLINT) ] ; then \
1077@REBUILD_DOCS_TRUE@	  echo "Validating the HTML Web pages" ; \
1078@REBUILD_DOCS_TRUE@	  $(XMLLINT) --nonet --valid --noout $(PAGES) ; fi );
1079
1080@REBUILD_DOCS_TRUE@$(top_builddir)/NEWS: $(srcdir)/news.xsl $(srcdir)/news.html
1081@REBUILD_DOCS_TRUE@	-@(if [ -x $(XSLTPROC) ] ; then \
1082@REBUILD_DOCS_TRUE@	  $(XSLTPROC) --nonet $(srcdir)/news.xsl $(srcdir)/news.html > $(top_builddir)/NEWS ; fi );
1083
1084@REBUILD_DOCS_TRUE@libxml2.xsa: $(srcdir)/xsa.xsl $(srcdir)/news.html
1085@REBUILD_DOCS_TRUE@	-@(if [ -x $(XSLTPROC) ] ; then \
1086@REBUILD_DOCS_TRUE@	  echo "Rebuilding the NEWS file" ; \
1087@REBUILD_DOCS_TRUE@	  $(XSLTPROC) --nonet $(srcdir)/xsa.xsl $(srcdir)/news.html > libxml2.xsa ; fi );
1088
1089@REBUILD_DOCS_TRUE@$(APIPAGES): libxml2-api.xml libxml2-refs.xml $(srcdir)/site.xsl $(srcdir)/api.xsl
1090@REBUILD_DOCS_TRUE@	-@(if [ -x $(XSLTPROC) ] ; then \
1091@REBUILD_DOCS_TRUE@	  echo "Rebuilding the HTML API pages from libxml2-refs.xml" ; \
1092@REBUILD_DOCS_TRUE@	  $(XSLTPROC) --nonet --html $(srcdir)/api.xsl \
1093@REBUILD_DOCS_TRUE@	                     $(srcdir)/xml.html ; fi );
1094@REBUILD_DOCS_TRUE@	-@(if [ -x $(XMLLINT) ] ; then \
1095@REBUILD_DOCS_TRUE@	  echo "Validating the HTML API pages" ; \
1096@REBUILD_DOCS_TRUE@	  $(XMLLINT) --nonet --valid --noout API*.html ; fi );
1097
1098@REBUILD_DOCS_TRUE@$(srcdir)/html/index.html: libxml2-api.xml $(srcdir)/newapi.xsl
1099@REBUILD_DOCS_TRUE@	-@(if [ -x $(XSLTPROC) ] ; then \
1100@REBUILD_DOCS_TRUE@	  echo "Rebuilding the HTML pages from the XML API" ; \
1101@REBUILD_DOCS_TRUE@	  $(XSLTPROC) --nonet $(srcdir)/newapi.xsl $(srcdir)/libxml2-api.xml ; fi )
1102@REBUILD_DOCS_TRUE@	-@(if [ -x $(XMLLINT) ] ; then \
1103@REBUILD_DOCS_TRUE@	  echo "Validating the resulting XHTML pages" ; \
1104@REBUILD_DOCS_TRUE@	  $(XMLLINT) --nonet --valid --noout html/*.html ; fi );
1105
1106@REBUILD_DOCS_TRUE@wiki: libxml2-api.xml $(srcdir)/wiki.xsl
1107@REBUILD_DOCS_TRUE@	-@(if [ -x $(XSLTPROC) ] ; then \
1108@REBUILD_DOCS_TRUE@		echo "Rebuilding the wiki HTML pages from the XML API" ; \
1109@REBUILD_DOCS_TRUE@		$(XSLTPROC) --nonet $(srcdir)/wiki.xsl $(srcdir)/libxml2-api.xml; fi )
1110
1111@REBUILD_DOCS_TRUE@$(WIN32_DIR)/libxml2.def.src: libxml2-api.xml
1112@REBUILD_DOCS_TRUE@	-@(if [ -x $(XSLTPROC) ] ; then \
1113@REBUILD_DOCS_TRUE@	  $(XSLTPROC) -o $(WIN32_DIR)/libxml2.def.src \
1114@REBUILD_DOCS_TRUE@	  --nonet $(WIN32_DIR)/defgen.xsl libxml2-api.xml ; fi )
1115
1116@REBUILD_DOCS_TRUE@libxml2-api.xml libxml2-refs.xml ../libxml2.syms: apibuild.py symbols.xml syms.xsl checkapisym.xsl $(source_file_deps)
1117@REBUILD_DOCS_TRUE@	test -f $(top_srcdir)/include/libxml/xmlversion.h
1118@REBUILD_DOCS_TRUE@	(cd $(srcdir) && ./apibuild.py)
1119@REBUILD_DOCS_TRUE@	($(XSLTPROC) $(srcdir)/checkapisym.xsl $(srcdir)/libxml2-api.xml)
1120@REBUILD_DOCS_TRUE@	($(XSLTPROC) -o ../libxml2.syms $(srcdir)/syms.xsl $(srcdir)/symbols.xml)
1121@REBUILD_DOCS_TRUE@	-@(cd .. ; $(MAKE) rebuild_testapi)
1122
1123@REBUILD_DOCS_TRUE@xmllint.1: xmllint.xml
1124@REBUILD_DOCS_TRUE@	-@($(XSLTPROC) --nonet xmllint.xml)
1125
1126@REBUILD_DOCS_TRUE@xmllint.html: xmllint.xml
1127@REBUILD_DOCS_TRUE@	-@($(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl xmllint.xml)
1128
1129@REBUILD_DOCS_TRUE@xmlcatalog.1: xmlcatalog_man.xml
1130@REBUILD_DOCS_TRUE@	-@($(XSLTPROC) --nonet xmlcatalog_man.xml)
1131
1132@REBUILD_DOCS_TRUE@xmlcatalog_man.html: xmlcatalog_man.xml
1133@REBUILD_DOCS_TRUE@	-@($(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl xmlcatalog_man.xml)
1134
1135@REBUILD_DOCS_TRUE@check-extra-dist:
1136@REBUILD_DOCS_TRUE@	for f in $(EXTRA_DIST_wc) ; do echo $$f; done | sort -u >tmp.EXTRA_DIST_wc
1137@REBUILD_DOCS_TRUE@	for f in $(EXTRA_DIST) ;    do echo $$f; done | sort    >tmp.EXTRA_DIST
1138@REBUILD_DOCS_TRUE@	diff -u tmp.EXTRA_DIST_wc tmp.EXTRA_DIST
1139@REBUILD_DOCS_TRUE@	rm -f tmp.EXTRA_DIST_wc tmp.EXTRA_DIST
1140
1141clean-local:
1142	rm -f *~ *.bak *.hierarchy *.signals *-unused.txt
1143
1144maintainer-clean-local: clean-local
1145	rm -rf libxml-decl-list.txt libxml-decl.txt
1146
1147rebuild: api docs
1148
1149install-data-local:
1150	$(MKDIR_P) $(DESTDIR)$(HTML_DIR)
1151	-$(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)
1152	$(MKDIR_P) $(DESTDIR)$(HTML_DIR)/html
1153	-$(INSTALL) -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(HTML_DIR)/html
1154	-$(INSTALL) -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(HTML_DIR)/html
1155	$(MKDIR_P) $(DESTDIR)$(HTML_DIR)/tutorial
1156	-$(INSTALL) -m 0644 $(srcdir)/tutorial/*.* \
1157		$(DESTDIR)$(HTML_DIR)/tutorial
1158	$(MKDIR_P) $(DESTDIR)$(HTML_DIR)/tutorial/images
1159	-$(INSTALL) -m 0644 $(srcdir)/tutorial/images/*.* \
1160		$(DESTDIR)$(HTML_DIR)/tutorial/images
1161	$(MKDIR_P) $(DESTDIR)$(HTML_DIR)/tutorial/images/callouts
1162	-$(INSTALL) -m 0644 $(srcdir)/tutorial/images/callouts/*.* \
1163		$(DESTDIR)$(HTML_DIR)/tutorial/images/callouts
1164
1165.PHONY: docs api web wiki rebuild
1166
1167# Tell versions [3.59,3.63) of GNU make to not export all variables.
1168# Otherwise a system limit (for SysV at least) may be exceeded.
1169.NOEXPORT:
1170