updated libxml2 to 2.5.10
[TestXSLT.git] / libxml2 / Makefile.in
index 2984800..4c0fdca 100644 (file)
@@ -1,6 +1,8 @@
-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
+# Makefile.in generated by automake 1.6.3 from Makefile.am.
+# @configure_input@
 
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+# Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -10,9 +12,9 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-# AUTOMAKE_ OPTIONS=no-dependencies
-
+@SET_MAKE@
 
+# AUTOMAKE_ OPTIONS=no-dependencies
 SHELL = @SHELL@
 
 srcdir = @srcdir@
@@ -33,13 +35,9 @@ infodir = @infodir@
 mandir = @mandir@
 includedir = @includedir@
 oldincludedir = /usr/include
-
-DESTDIR =
-
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-
 top_builddir = .
 
 ACLOCAL = @ACLOCAL@
@@ -47,12 +45,16 @@ AUTOCONF = @AUTOCONF@
 AUTOMAKE = @AUTOMAKE@
 AUTOHEADER = @AUTOHEADER@
 
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_HEADER = $(INSTALL_DATA)
 transform = @program_transform_name@
-
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
@@ -61,17 +63,23 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 host_alias = @host_alias@
 host_triplet = @host@
+
+EXEEXT = @EXEEXT@
+OBJEXT = @OBJEXT@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+AMTAR = @AMTAR@
 AS = @AS@
+AWK = @AWK@
 C14N_OBJ = @C14N_OBJ@
 CATALOG_OBJ = @CATALOG_OBJ@
 CC = @CC@
 CFLAGS = @CFLAGS@
 CPP = @CPP@
 DEBUG_OBJ = @DEBUG_OBJ@
+DEPDIR = @DEPDIR@
 DLLTOOL = @DLLTOOL@
 DOCB_OBJ = @DOCB_OBJ@
 ECHO = @ECHO@
-EXEEXT = @EXEEXT@
 FTP_OBJ = @FTP_OBJ@
 HAVE_ISINF = @HAVE_ISINF@
 HAVE_ISNAN = @HAVE_ISNAN@
@@ -79,6 +87,7 @@ HTML_DIR = @HTML_DIR@
 HTML_OBJ = @HTML_OBJ@
 HTTP_OBJ = @HTTP_OBJ@
 ICONV_LIBS = @ICONV_LIBS@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 LIBTOOL = @LIBTOOL@
 LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
 LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
@@ -88,11 +97,9 @@ LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
 LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
 LN_S = @LN_S@
 MAINT = @MAINT@
-MAKEINFO = @MAKEINFO@
 MV = @MV@
 M_LIBS = @M_LIBS@
 OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
 PYTHON = @PYTHON@
 PYTHON_INCLUDES = @PYTHON_INCLUDES@
@@ -113,6 +120,8 @@ THREAD_CFLAGS = @THREAD_CFLAGS@
 THREAD_LIBS = @THREAD_LIBS@
 U = @U@
 VERSION = @VERSION@
+WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
+WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
 WITH_C14N = @WITH_C14N@
 WITH_CATALOG = @WITH_CATALOG@
 WITH_DEBUG = @WITH_DEBUG@
@@ -121,6 +130,7 @@ WITH_FTP = @WITH_FTP@
 WITH_HTML = @WITH_HTML@
 WITH_HTTP = @WITH_HTTP@
 WITH_ICONV = @WITH_ICONV@
+WITH_ISO8859X = @WITH_ISO8859X@
 WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
 WITH_REGEXPS = @WITH_REGEXPS@
 WITH_SCHEMAS = @WITH_SCHEMAS@
@@ -138,6 +148,10 @@ XPATH_OBJ = @XPATH_OBJ@
 XPTR_OBJ = @XPTR_OBJ@
 Z_CFLAGS = @Z_CFLAGS@
 Z_LIBS = @Z_LIBS@
+am__include = @am__include@
+am__quote = @am__quote@
+install_sh = @install_sh@
+pythondir = @pythondir@
 
 SUBDIRS = include . doc example @PYTHON_SUBDIR@
 
@@ -158,14 +172,16 @@ lib_LTLIBRARIES = libxml2.la
 libxml2_la_LIBADD = @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm
 
 libxml2_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@
-@WITH_TRIO_SOURCES_TRUE@libxml2_la_SOURCES = @WITH_TRIO_SOURCES_TRUE@SAX.c entities.c encoding.c error.c parserInternals.c  \
+
+@WITH_TRIO_SOURCES_TRUE@libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c  \
 @WITH_TRIO_SOURCES_TRUE@               parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c  \
 @WITH_TRIO_SOURCES_TRUE@               valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c  \
 @WITH_TRIO_SOURCES_TRUE@               xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c \
 @WITH_TRIO_SOURCES_TRUE@               catalog.c globals.c threads.c c14n.c \
 @WITH_TRIO_SOURCES_TRUE@               xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c \
 @WITH_TRIO_SOURCES_TRUE@               triostr.c trio.c xmlreader.c relaxng.c
-@WITH_TRIO_SOURCES_FALSE@libxml2_la_SOURCES = @WITH_TRIO_SOURCES_FALSE@SAX.c entities.c encoding.c error.c parserInternals.c  \
+
+@WITH_TRIO_SOURCES_FALSE@libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c  \
 @WITH_TRIO_SOURCES_FALSE@              parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c  \
 @WITH_TRIO_SOURCES_FALSE@              valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c  \
 @WITH_TRIO_SOURCES_FALSE@              xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c \
@@ -173,8 +189,9 @@ libxml2_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@
 @WITH_TRIO_SOURCES_FALSE@              xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c \
 @WITH_TRIO_SOURCES_FALSE@              xmlreader.c relaxng.c
 
+
 DEPS = $(top_builddir)/libxml2.la
-LDADDS = @STATIC_BINARIES@ $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm
+LDADDS = @STATIC_BINARIES@ $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm @WIN32_EXTRA_LIBADD@
 
 man_MANS = xml2-config.1 libxml.3
 
@@ -255,7 +272,7 @@ CLEANFILES = xml2Conf.sh
 
 confexecdir = $(libdir)
 confexec_DATA = xml2Conf.sh
-EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml.spec \
+EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \
              libxml.m4 Copyright check-xml-test-suite.py \
             check-relaxng-test-suite.py check-xinclude-test-suite.py \
              example/Makefile.am example/gjobread.c example/gjobs.xml \
@@ -274,324 +291,413 @@ pkgconfig_DATA = libxml-2.0.pc
 BASE_DIR = $(datadir)/doc
 DOC_MODULE = libxml2-$(VERSION)
 EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples
+subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES =  libxml.spec xml2-config libxml-2.0.pc xml2Conf.sh
-LTLIBRARIES =  $(lib_LTLIBRARIES)
-
-
-DEFS = @DEFS@ -I. -I$(srcdir) -I.
+CONFIG_CLEAN_FILES = libxml2.spec xml2-config libxml-2.0.pc xml2Conf.sh
+LTLIBRARIES = $(lib_LTLIBRARIES)
+
+libxml2_la_DEPENDENCIES =
+@WITH_TRIO_SOURCES_TRUE@am_libxml2_la_OBJECTS = SAX.lo entities.lo \
+@WITH_TRIO_SOURCES_TRUE@       encoding.lo error.lo parserInternals.lo \
+@WITH_TRIO_SOURCES_TRUE@       parser.lo tree.lo hash.lo list.lo \
+@WITH_TRIO_SOURCES_TRUE@       xmlIO.lo xmlmemory.lo uri.lo valid.lo \
+@WITH_TRIO_SOURCES_TRUE@       xlink.lo HTMLparser.lo HTMLtree.lo \
+@WITH_TRIO_SOURCES_TRUE@       debugXML.lo xpath.lo xpointer.lo \
+@WITH_TRIO_SOURCES_TRUE@       xinclude.lo nanohttp.lo nanoftp.lo \
+@WITH_TRIO_SOURCES_TRUE@       DOCBparser.lo catalog.lo globals.lo \
+@WITH_TRIO_SOURCES_TRUE@       threads.lo c14n.lo xmlregexp.lo \
+@WITH_TRIO_SOURCES_TRUE@       xmlschemas.lo xmlschemastypes.lo \
+@WITH_TRIO_SOURCES_TRUE@       xmlunicode.lo triostr.lo trio.lo \
+@WITH_TRIO_SOURCES_TRUE@       xmlreader.lo relaxng.lo
+@WITH_TRIO_SOURCES_FALSE@am_libxml2_la_OBJECTS = SAX.lo entities.lo \
+@WITH_TRIO_SOURCES_FALSE@      encoding.lo error.lo \
+@WITH_TRIO_SOURCES_FALSE@      parserInternals.lo parser.lo tree.lo \
+@WITH_TRIO_SOURCES_FALSE@      hash.lo list.lo xmlIO.lo xmlmemory.lo \
+@WITH_TRIO_SOURCES_FALSE@      uri.lo valid.lo xlink.lo HTMLparser.lo \
+@WITH_TRIO_SOURCES_FALSE@      HTMLtree.lo debugXML.lo xpath.lo \
+@WITH_TRIO_SOURCES_FALSE@      xpointer.lo xinclude.lo nanohttp.lo \
+@WITH_TRIO_SOURCES_FALSE@      nanoftp.lo DOCBparser.lo catalog.lo \
+@WITH_TRIO_SOURCES_FALSE@      globals.lo threads.lo c14n.lo \
+@WITH_TRIO_SOURCES_FALSE@      xmlregexp.lo xmlschemas.lo \
+@WITH_TRIO_SOURCES_FALSE@      xmlschemastypes.lo xmlunicode.lo \
+@WITH_TRIO_SOURCES_FALSE@      xmlreader.lo relaxng.lo
+libxml2_la_OBJECTS = $(am_libxml2_la_OBJECTS)
+bin_PROGRAMS = xmllint$(EXEEXT) xmlcatalog$(EXEEXT)
+noinst_PROGRAMS = testSchemas$(EXEEXT) testRelax$(EXEEXT) \
+       testSAX$(EXEEXT) testHTML$(EXEEXT) testXPath$(EXEEXT) \
+       testURI$(EXEEXT) testDocbook$(EXEEXT) testThreads$(EXEEXT) \
+       testC14N$(EXEEXT) testAutomata$(EXEEXT) testRegexp$(EXEEXT) \
+       testReader$(EXEEXT)
+PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
+
+am_testAutomata_OBJECTS = testAutomata.$(OBJEXT)
+testAutomata_OBJECTS = $(am_testAutomata_OBJECTS)
+am_testC14N_OBJECTS = testC14N.$(OBJEXT)
+testC14N_OBJECTS = $(am_testC14N_OBJECTS)
+am_testDocbook_OBJECTS = testDocbook.$(OBJEXT)
+testDocbook_OBJECTS = $(am_testDocbook_OBJECTS)
+am_testHTML_OBJECTS = testHTML.$(OBJEXT)
+testHTML_OBJECTS = $(am_testHTML_OBJECTS)
+am_testReader_OBJECTS = testReader.$(OBJEXT)
+testReader_OBJECTS = $(am_testReader_OBJECTS)
+am_testRegexp_OBJECTS = testRegexp.$(OBJEXT)
+testRegexp_OBJECTS = $(am_testRegexp_OBJECTS)
+am_testRelax_OBJECTS = testRelax.$(OBJEXT)
+testRelax_OBJECTS = $(am_testRelax_OBJECTS)
+am_testSAX_OBJECTS = testSAX.$(OBJEXT)
+testSAX_OBJECTS = $(am_testSAX_OBJECTS)
+am_testSchemas_OBJECTS = testSchemas.$(OBJEXT)
+testSchemas_OBJECTS = $(am_testSchemas_OBJECTS)
+am_testThreads_OBJECTS = testThreads.$(OBJEXT)
+testThreads_OBJECTS = $(am_testThreads_OBJECTS)
+am_testURI_OBJECTS = testURI.$(OBJEXT)
+testURI_OBJECTS = $(am_testURI_OBJECTS)
+am_testXPath_OBJECTS = testXPath.$(OBJEXT)
+testXPath_OBJECTS = $(am_testXPath_OBJECTS)
+am_xmlcatalog_OBJECTS = xmlcatalog.$(OBJEXT)
+xmlcatalog_OBJECTS = $(am_xmlcatalog_OBJECTS)
+am_xmllint_OBJECTS = xmllint.$(OBJEXT)
+xmllint_OBJECTS = $(am_xmllint_OBJECTS)
+SCRIPTS = $(bin_SCRIPTS)
+
+
+DEFS = @DEFS@
+DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
-libxml2_la_DEPENDENCIES = 
-@WITH_TRIO_SOURCES_FALSE@libxml2_la_OBJECTS =  SAX.lo entities.lo \
-@WITH_TRIO_SOURCES_FALSE@encoding.lo error.lo parserInternals.lo \
-@WITH_TRIO_SOURCES_FALSE@parser.lo tree.lo hash.lo list.lo xmlIO.lo \
-@WITH_TRIO_SOURCES_FALSE@xmlmemory.lo uri.lo valid.lo xlink.lo \
-@WITH_TRIO_SOURCES_FALSE@HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo \
-@WITH_TRIO_SOURCES_FALSE@xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo \
-@WITH_TRIO_SOURCES_FALSE@DOCBparser.lo catalog.lo globals.lo threads.lo \
-@WITH_TRIO_SOURCES_FALSE@c14n.lo xmlregexp.lo xmlschemas.lo \
-@WITH_TRIO_SOURCES_FALSE@xmlschemastypes.lo xmlunicode.lo xmlreader.lo \
-@WITH_TRIO_SOURCES_FALSE@relaxng.lo
-@WITH_TRIO_SOURCES_TRUE@libxml2_la_OBJECTS =  SAX.lo entities.lo \
-@WITH_TRIO_SOURCES_TRUE@encoding.lo error.lo parserInternals.lo \
-@WITH_TRIO_SOURCES_TRUE@parser.lo tree.lo hash.lo list.lo xmlIO.lo \
-@WITH_TRIO_SOURCES_TRUE@xmlmemory.lo uri.lo valid.lo xlink.lo \
-@WITH_TRIO_SOURCES_TRUE@HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo \
-@WITH_TRIO_SOURCES_TRUE@xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo \
-@WITH_TRIO_SOURCES_TRUE@DOCBparser.lo catalog.lo globals.lo threads.lo \
-@WITH_TRIO_SOURCES_TRUE@c14n.lo xmlregexp.lo xmlschemas.lo \
-@WITH_TRIO_SOURCES_TRUE@xmlschemastypes.lo xmlunicode.lo triostr.lo \
-@WITH_TRIO_SOURCES_TRUE@trio.lo xmlreader.lo relaxng.lo
-bin_PROGRAMS =  xmllint$(EXEEXT) xmlcatalog$(EXEEXT)
-noinst_PROGRAMS =  testSchemas$(EXEEXT) testRelax$(EXEEXT) \
-testSAX$(EXEEXT) testHTML$(EXEEXT) testXPath$(EXEEXT) testURI$(EXEEXT) \
-testDocbook$(EXEEXT) testThreads$(EXEEXT) testC14N$(EXEEXT) \
-testAutomata$(EXEEXT) testRegexp$(EXEEXT) testReader$(EXEEXT)
-PROGRAMS =  $(bin_PROGRAMS) $(noinst_PROGRAMS)
-
-xmllint_OBJECTS =  xmllint.$(OBJEXT)
-xmlcatalog_OBJECTS =  xmlcatalog.$(OBJEXT)
-testSchemas_OBJECTS =  testSchemas.$(OBJEXT)
-testRelax_OBJECTS =  testRelax.$(OBJEXT)
-testSAX_OBJECTS =  testSAX.$(OBJEXT)
-testHTML_OBJECTS =  testHTML.$(OBJEXT)
-testXPath_OBJECTS =  testXPath.$(OBJEXT)
-testURI_OBJECTS =  testURI.$(OBJEXT)
-testDocbook_OBJECTS =  testDocbook.$(OBJEXT)
-testThreads_OBJECTS =  testThreads.$(OBJEXT)
-testC14N_OBJECTS =  testC14N.$(OBJEXT)
-testAutomata_OBJECTS =  testAutomata.$(OBJEXT)
-testRegexp_OBJECTS =  testRegexp.$(OBJEXT)
-testReader_OBJECTS =  testReader.$(OBJEXT)
-SCRIPTS =  $(bin_SCRIPTS)
-
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+am__depfiles_maybe = depfiles
+@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/DOCBparser.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/HTMLparser.Plo ./$(DEPDIR)/HTMLtree.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/SAX.Plo ./$(DEPDIR)/c14n.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/catalog.Plo ./$(DEPDIR)/debugXML.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/encoding.Plo ./$(DEPDIR)/entities.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/error.Plo ./$(DEPDIR)/globals.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/hash.Plo ./$(DEPDIR)/list.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/nanoftp.Plo ./$(DEPDIR)/nanohttp.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/parser.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/parserInternals.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/relaxng.Plo ./$(DEPDIR)/testAutomata.Po \
+@AMDEP_TRUE@   ./$(DEPDIR)/testC14N.Po ./$(DEPDIR)/testDocbook.Po \
+@AMDEP_TRUE@   ./$(DEPDIR)/testHTML.Po ./$(DEPDIR)/testReader.Po \
+@AMDEP_TRUE@   ./$(DEPDIR)/testRegexp.Po ./$(DEPDIR)/testRelax.Po \
+@AMDEP_TRUE@   ./$(DEPDIR)/testSAX.Po ./$(DEPDIR)/testSchemas.Po \
+@AMDEP_TRUE@   ./$(DEPDIR)/testThreads.Po ./$(DEPDIR)/testURI.Po \
+@AMDEP_TRUE@   ./$(DEPDIR)/testXPath.Po ./$(DEPDIR)/threads.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/tree.Plo ./$(DEPDIR)/trio.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/triostr.Plo ./$(DEPDIR)/uri.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/valid.Plo ./$(DEPDIR)/xinclude.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/xlink.Plo ./$(DEPDIR)/xmlIO.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/xmlcatalog.Po ./$(DEPDIR)/xmllint.Po \
+@AMDEP_TRUE@   ./$(DEPDIR)/xmlmemory.Plo ./$(DEPDIR)/xmlreader.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/xmlregexp.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/xmlschemas.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/xmlschemastypes.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/xmlunicode.Plo ./$(DEPDIR)/xpath.Plo \
+@AMDEP_TRUE@   ./$(DEPDIR)/xpointer.Plo
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+       $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-man1dir = $(mandir)/man1
-man3dir = $(mandir)/man3
-MANS = $(man_MANS)
+LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+       $(AM_LDFLAGS) $(LDFLAGS) -o $@
+DIST_SOURCES = $(libxml2_la_SOURCES) $(testAutomata_SOURCES) \
+       $(testC14N_SOURCES) $(testDocbook_SOURCES) $(testHTML_SOURCES) \
+       $(testReader_SOURCES) $(testRegexp_SOURCES) \
+       $(testRelax_SOURCES) $(testSAX_SOURCES) $(testSchemas_SOURCES) \
+       $(testThreads_SOURCES) $(testURI_SOURCES) $(testXPath_SOURCES) \
+       $(xmlcatalog_SOURCES) $(xmllint_SOURCES)
 
 NROFF = nroff
-DATA =  $(confexec_DATA) $(m4data_DATA) $(pkgconfig_DATA)
-
-DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
-Makefile.am Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 \
-config.guess config.h.in config.sub configure configure.in install-sh \
-libxml-2.0.pc.in libxml.spec.in ltconfig ltmain.sh missing \
-mkinstalldirs xml2-config.in xml2Conf.sh.in
+MANS = $(man_MANS)
+DATA = $(confexec_DATA) $(m4data_DATA) $(pkgconfig_DATA)
 
 
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+       uninstall-info-recursive all-recursive install-data-recursive \
+       install-exec-recursive installdirs-recursive install-recursive \
+       uninstall-recursive check-recursive installcheck-recursive
+DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
+       Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 \
+       config.guess config.h.in config.sub configure configure.in \
+       depcomp install-sh libxml-2.0.pc.in libxml.spec.in ltconfig \
+       ltmain.sh missing mkinstalldirs xml2-config.in xml2Conf.sh.in
+SOURCES = $(libxml2_la_SOURCES) $(testAutomata_SOURCES) $(testC14N_SOURCES) $(testDocbook_SOURCES) $(testHTML_SOURCES) $(testReader_SOURCES) $(testRegexp_SOURCES) $(testRelax_SOURCES) $(testSAX_SOURCES) $(testSchemas_SOURCES) $(testThreads_SOURCES) $(testURI_SOURCES) $(testXPath_SOURCES) $(xmlcatalog_SOURCES) $(xmllint_SOURCES)
 
-GZIP_ENV = --best
-SOURCES = $(libxml2_la_SOURCES) $(xmllint_SOURCES) $(xmlcatalog_SOURCES) $(testSchemas_SOURCES) $(testRelax_SOURCES) $(testSAX_SOURCES) $(testHTML_SOURCES) $(testXPath_SOURCES) $(testURI_SOURCES) $(testDocbook_SOURCES) $(testThreads_SOURCES) $(testC14N_SOURCES) $(testAutomata_SOURCES) $(testRegexp_SOURCES) $(testReader_SOURCES)
-OBJECTS = $(libxml2_la_OBJECTS) $(xmllint_OBJECTS) $(xmlcatalog_OBJECTS) $(testSchemas_OBJECTS) $(testRelax_OBJECTS) $(testSAX_OBJECTS) $(testHTML_OBJECTS) $(testXPath_OBJECTS) $(testURI_OBJECTS) $(testDocbook_OBJECTS) $(testThreads_OBJECTS) $(testC14N_OBJECTS) $(testAutomata_OBJECTS) $(testRegexp_OBJECTS) $(testReader_OBJECTS)
+all: config.h
+       $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
-all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .S .c .lo .o .obj .s
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
-       cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
-
-Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
-       cd $(top_builddir) \
-         && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+.SUFFIXES: .c .lo .o .obj
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
-       cd $(srcdir) && $(ACLOCAL)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+       cd $(top_srcdir) && \
+         $(AUTOMAKE) --gnu  Makefile
+Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
+       cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
-config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        $(SHELL) ./config.status --recheck
-$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
+$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
        cd $(srcdir) && $(AUTOCONF)
 
-config.h: stamp-h
-       @if test ! -f $@; then \
-               rm -f stamp-h; \
-               $(MAKE) stamp-h; \
-       else :; fi
-stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
-       cd $(top_builddir) \
-         && CONFIG_FILES= CONFIG_HEADERS=config.h \
-            $(SHELL) ./config.status
-       @echo timestamp > stamp-h 2> /dev/null
-$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
+       cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+
+config.h: stamp-h1
        @if test ! -f $@; then \
-               rm -f $(srcdir)/stamp-h.in; \
-               $(MAKE) $(srcdir)/stamp-h.in; \
+         rm -f stamp-h1; \
+         $(MAKE) stamp-h1; \
        else :; fi
-$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
-       cd $(top_srcdir) && $(AUTOHEADER)
-       @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
 
-mostlyclean-hdr:
+stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
+       @rm -f stamp-h1
+       cd $(top_builddir) && $(SHELL) ./config.status config.h
 
-clean-hdr:
+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
+       cd $(top_srcdir) && $(AUTOHEADER)
+       touch $(srcdir)/config.h.in
 
 distclean-hdr:
-       -rm -f config.h
-
-maintainer-clean-hdr:
-libxml.spec: $(top_builddir)/config.status libxml.spec.in
-       cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+       -rm -f config.h stamp-h1
+libxml2.spec: $(top_builddir)/config.status libxml.spec.in
+       cd $(top_builddir) && $(SHELL) ./config.status $@
 xml2-config: $(top_builddir)/config.status xml2-config.in
-       cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+       cd $(top_builddir) && $(SHELL) ./config.status $@
 libxml-2.0.pc: $(top_builddir)/config.status libxml-2.0.pc.in
-       cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+       cd $(top_builddir) && $(SHELL) ./config.status $@
 xml2Conf.sh: $(top_builddir)/config.status xml2Conf.sh.in
-       cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-mostlyclean-libLTLIBRARIES:
-
-clean-libLTLIBRARIES:
-       -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
-
-distclean-libLTLIBRARIES:
-
-maintainer-clean-libLTLIBRARIES:
-
+       cd $(top_builddir) && $(SHELL) ./config.status $@
+libLTLIBRARIES_INSTALL = $(INSTALL)
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
        @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(DESTDIR)$(libdir)
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
          if test -f $$p; then \
-           echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
-           $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
+           f="`echo $$p | sed -e 's|^.*/||'`"; \
+           echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
+           $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
          else :; fi; \
        done
 
 uninstall-libLTLIBRARIES:
        @$(NORMAL_UNINSTALL)
-       list='$(lib_LTLIBRARIES)'; for p in $$list; do \
-         $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
+       @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+           p="`echo $$p | sed -e 's|^.*/||'`"; \
+         echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
+         $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
        done
 
-.c.o:
-       $(COMPILE) -c $<
-
-# FIXME: We should only use cygpath when building on Windows,
-# and only if it is available.
-.c.obj:
-       $(COMPILE) -c `cygpath -w $<`
-
-.s.o:
-       $(COMPILE) -c $<
-
-.S.o:
-       $(COMPILE) -c $<
-
-mostlyclean-compile:
-       -rm -f *.o core *.core
-       -rm -f *.$(OBJEXT)
-
-clean-compile:
-
-distclean-compile:
-       -rm -f *.tab.c
-
-maintainer-clean-compile:
-
-.c.lo:
-       $(LIBTOOL) --mode=compile $(COMPILE) -c $<
-
-.s.lo:
-       $(LIBTOOL) --mode=compile $(COMPILE) -c $<
-
-.S.lo:
-       $(LIBTOOL) --mode=compile $(COMPILE) -c $<
-
-mostlyclean-libtool:
-       -rm -f *.lo
-
-clean-libtool:
-       -rm -rf .libs _libs
-
-distclean-libtool:
-
-maintainer-clean-libtool:
-
-libxml2.la: $(libxml2_la_OBJECTS) $(libxml2_la_DEPENDENCIES)
+clean-libLTLIBRARIES:
+       -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+       @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+         dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+         test -z "$dir" && dir=.; \
+         echo "rm -f \"$${dir}/so_locations\""; \
+         rm -f "$${dir}/so_locations"; \
+       done
+libxml2.la: $(libxml2_la_OBJECTS) $(libxml2_la_DEPENDENCIES) 
        $(LINK) -rpath $(libdir) $(libxml2_la_LDFLAGS) $(libxml2_la_OBJECTS) $(libxml2_la_LIBADD) $(LIBS)
-
-mostlyclean-binPROGRAMS:
-
-clean-binPROGRAMS:
-       -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-
-distclean-binPROGRAMS:
-
-maintainer-clean-binPROGRAMS:
-
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 install-binPROGRAMS: $(bin_PROGRAMS)
        @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(DESTDIR)$(bindir)
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
-         if test -f $$p; then \
-           echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
-           $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+         p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+         if test -f $$p \
+            || test -f $$p1 \
+         ; then \
+           f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+          echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
+          $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
          else :; fi; \
        done
 
 uninstall-binPROGRAMS:
        @$(NORMAL_UNINSTALL)
-       list='$(bin_PROGRAMS)'; for p in $$list; do \
-         rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+       @list='$(bin_PROGRAMS)'; for p in $$list; do \
+         f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+         echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+         rm -f $(DESTDIR)$(bindir)/$$f; \
        done
 
-mostlyclean-noinstPROGRAMS:
+clean-binPROGRAMS:
+       @list='$(bin_PROGRAMS)'; for p in $$list; do \
+         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+         echo " rm -f $$p $$f"; \
+         rm -f $$p $$f ; \
+       done
 
 clean-noinstPROGRAMS:
-       -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
-
-distclean-noinstPROGRAMS:
-
-maintainer-clean-noinstPROGRAMS:
-
-xmllint$(EXEEXT): $(xmllint_OBJECTS) $(xmllint_DEPENDENCIES)
-       @rm -f xmllint$(EXEEXT)
-       $(LINK) $(xmllint_LDFLAGS) $(xmllint_OBJECTS) $(xmllint_LDADD) $(LIBS)
-
-xmlcatalog$(EXEEXT): $(xmlcatalog_OBJECTS) $(xmlcatalog_DEPENDENCIES)
-       @rm -f xmlcatalog$(EXEEXT)
-       $(LINK) $(xmlcatalog_LDFLAGS) $(xmlcatalog_OBJECTS) $(xmlcatalog_LDADD) $(LIBS)
-
-testSchemas$(EXEEXT): $(testSchemas_OBJECTS) $(testSchemas_DEPENDENCIES)
-       @rm -f testSchemas$(EXEEXT)
-       $(LINK) $(testSchemas_LDFLAGS) $(testSchemas_OBJECTS) $(testSchemas_LDADD) $(LIBS)
-
-testRelax$(EXEEXT): $(testRelax_OBJECTS) $(testRelax_DEPENDENCIES)
+       @list='$(noinst_PROGRAMS)'; for p in $$list; do \
+         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+         echo " rm -f $$p $$f"; \
+         rm -f $$p $$f ; \
+       done
+testAutomata$(EXEEXT): $(testAutomata_OBJECTS) $(testAutomata_DEPENDENCIES) 
+       @rm -f testAutomata$(EXEEXT)
+       $(LINK) $(testAutomata_LDFLAGS) $(testAutomata_OBJECTS) $(testAutomata_LDADD) $(LIBS)
+testC14N$(EXEEXT): $(testC14N_OBJECTS) $(testC14N_DEPENDENCIES) 
+       @rm -f testC14N$(EXEEXT)
+       $(LINK) $(testC14N_LDFLAGS) $(testC14N_OBJECTS) $(testC14N_LDADD) $(LIBS)
+testDocbook$(EXEEXT): $(testDocbook_OBJECTS) $(testDocbook_DEPENDENCIES) 
+       @rm -f testDocbook$(EXEEXT)
+       $(LINK) $(testDocbook_LDFLAGS) $(testDocbook_OBJECTS) $(testDocbook_LDADD) $(LIBS)
+testHTML$(EXEEXT): $(testHTML_OBJECTS) $(testHTML_DEPENDENCIES) 
+       @rm -f testHTML$(EXEEXT)
+       $(LINK) $(testHTML_LDFLAGS) $(testHTML_OBJECTS) $(testHTML_LDADD) $(LIBS)
+testReader$(EXEEXT): $(testReader_OBJECTS) $(testReader_DEPENDENCIES) 
+       @rm -f testReader$(EXEEXT)
+       $(LINK) $(testReader_LDFLAGS) $(testReader_OBJECTS) $(testReader_LDADD) $(LIBS)
+testRegexp$(EXEEXT): $(testRegexp_OBJECTS) $(testRegexp_DEPENDENCIES) 
+       @rm -f testRegexp$(EXEEXT)
+       $(LINK) $(testRegexp_LDFLAGS) $(testRegexp_OBJECTS) $(testRegexp_LDADD) $(LIBS)
+testRelax$(EXEEXT): $(testRelax_OBJECTS) $(testRelax_DEPENDENCIES) 
        @rm -f testRelax$(EXEEXT)
        $(LINK) $(testRelax_LDFLAGS) $(testRelax_OBJECTS) $(testRelax_LDADD) $(LIBS)
-
-testSAX$(EXEEXT): $(testSAX_OBJECTS) $(testSAX_DEPENDENCIES)
+testSAX$(EXEEXT): $(testSAX_OBJECTS) $(testSAX_DEPENDENCIES) 
        @rm -f testSAX$(EXEEXT)
        $(LINK) $(testSAX_LDFLAGS) $(testSAX_OBJECTS) $(testSAX_LDADD) $(LIBS)
-
-testHTML$(EXEEXT): $(testHTML_OBJECTS) $(testHTML_DEPENDENCIES)
-       @rm -f testHTML$(EXEEXT)
-       $(LINK) $(testHTML_LDFLAGS) $(testHTML_OBJECTS) $(testHTML_LDADD) $(LIBS)
-
-testXPath$(EXEEXT): $(testXPath_OBJECTS) $(testXPath_DEPENDENCIES)
-       @rm -f testXPath$(EXEEXT)
-       $(LINK) $(testXPath_LDFLAGS) $(testXPath_OBJECTS) $(testXPath_LDADD) $(LIBS)
-
-testURI$(EXEEXT): $(testURI_OBJECTS) $(testURI_DEPENDENCIES)
-       @rm -f testURI$(EXEEXT)
-       $(LINK) $(testURI_LDFLAGS) $(testURI_OBJECTS) $(testURI_LDADD) $(LIBS)
-
-testDocbook$(EXEEXT): $(testDocbook_OBJECTS) $(testDocbook_DEPENDENCIES)
-       @rm -f testDocbook$(EXEEXT)
-       $(LINK) $(testDocbook_LDFLAGS) $(testDocbook_OBJECTS) $(testDocbook_LDADD) $(LIBS)
-
-testThreads$(EXEEXT): $(testThreads_OBJECTS) $(testThreads_DEPENDENCIES)
+testSchemas$(EXEEXT): $(testSchemas_OBJECTS) $(testSchemas_DEPENDENCIES) 
+       @rm -f testSchemas$(EXEEXT)
+       $(LINK) $(testSchemas_LDFLAGS) $(testSchemas_OBJECTS) $(testSchemas_LDADD) $(LIBS)
+testThreads$(EXEEXT): $(testThreads_OBJECTS) $(testThreads_DEPENDENCIES) 
        @rm -f testThreads$(EXEEXT)
        $(LINK) $(testThreads_LDFLAGS) $(testThreads_OBJECTS) $(testThreads_LDADD) $(LIBS)
-
-testC14N$(EXEEXT): $(testC14N_OBJECTS) $(testC14N_DEPENDENCIES)
-       @rm -f testC14N$(EXEEXT)
-       $(LINK) $(testC14N_LDFLAGS) $(testC14N_OBJECTS) $(testC14N_LDADD) $(LIBS)
-
-testAutomata$(EXEEXT): $(testAutomata_OBJECTS) $(testAutomata_DEPENDENCIES)
-       @rm -f testAutomata$(EXEEXT)
-       $(LINK) $(testAutomata_LDFLAGS) $(testAutomata_OBJECTS) $(testAutomata_LDADD) $(LIBS)
-
-testRegexp$(EXEEXT): $(testRegexp_OBJECTS) $(testRegexp_DEPENDENCIES)
-       @rm -f testRegexp$(EXEEXT)
-       $(LINK) $(testRegexp_LDFLAGS) $(testRegexp_OBJECTS) $(testRegexp_LDADD) $(LIBS)
-
-testReader$(EXEEXT): $(testReader_OBJECTS) $(testReader_DEPENDENCIES)
-       @rm -f testReader$(EXEEXT)
-       $(LINK) $(testReader_LDFLAGS) $(testReader_OBJECTS) $(testReader_LDADD) $(LIBS)
-
+testURI$(EXEEXT): $(testURI_OBJECTS) $(testURI_DEPENDENCIES) 
+       @rm -f testURI$(EXEEXT)
+       $(LINK) $(testURI_LDFLAGS) $(testURI_OBJECTS) $(testURI_LDADD) $(LIBS)
+testXPath$(EXEEXT): $(testXPath_OBJECTS) $(testXPath_DEPENDENCIES) 
+       @rm -f testXPath$(EXEEXT)
+       $(LINK) $(testXPath_LDFLAGS) $(testXPath_OBJECTS) $(testXPath_LDADD) $(LIBS)
+xmlcatalog$(EXEEXT): $(xmlcatalog_OBJECTS) $(xmlcatalog_DEPENDENCIES) 
+       @rm -f xmlcatalog$(EXEEXT)
+       $(LINK) $(xmlcatalog_LDFLAGS) $(xmlcatalog_OBJECTS) $(xmlcatalog_LDADD) $(LIBS)
+xmllint$(EXEEXT): $(xmllint_OBJECTS) $(xmllint_DEPENDENCIES) 
+       @rm -f xmllint$(EXEEXT)
+       $(LINK) $(xmllint_LDFLAGS) $(xmllint_OBJECTS) $(xmllint_LDADD) $(LIBS)
+binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 install-binSCRIPTS: $(bin_SCRIPTS)
        @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(DESTDIR)$(bindir)
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
-         if test -f $$p; then \
-           echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
-           $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
-         else if test -f $(srcdir)/$$p; then \
-           echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
-           $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
-         else :; fi; fi; \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         if test -f $$d$$p; then \
+           f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+           echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
+           $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
+         else :; fi; \
        done
 
 uninstall-binSCRIPTS:
        @$(NORMAL_UNINSTALL)
-       list='$(bin_SCRIPTS)'; for p in $$list; do \
-         rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
+       @list='$(bin_SCRIPTS)'; for p in $$list; do \
+         f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+         echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+         rm -f $(DESTDIR)$(bindir)/$$f; \
        done
 
-install-man1:
+mostlyclean-compile:
+       -rm -f *.$(OBJEXT) core *.core
+
+distclean-compile:
+       -rm -f *.tab.c
+
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DOCBparser.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HTMLparser.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HTMLtree.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SAX.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c14n.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/catalog.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debugXML.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoding.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/entities.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globals.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nanoftp.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nanohttp.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parserInternals.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/relaxng.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testAutomata.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testC14N.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testDocbook.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testHTML.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testReader.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testRegexp.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testRelax.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testSAX.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testSchemas.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testThreads.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testURI.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testXPath.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threads.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tree.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trio.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/triostr.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uri.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/valid.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xinclude.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlink.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlIO.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlcatalog.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmllint.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlmemory.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlreader.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlregexp.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlschemas.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlschemastypes.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlunicode.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xpath.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xpointer.Plo@am__quote@
+
+distclean-depend:
+       -rm -rf ./$(DEPDIR)
+
+.c.o:
+@AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+       $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
+
+.c.obj:
+@AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+       $(COMPILE) -c `cygpath -w $<`
+
+.c.lo:
+@AMDEP_TRUE@   source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+       $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+CCDEPMODE = @CCDEPMODE@
+
+mostlyclean-libtool:
+       -rm -f *.lo
+
+clean-libtool:
+       -rm -rf .libs _libs
+
+distclean-libtool:
+       -rm -f libtool
+uninstall-info-am:
+
+man1dir = $(mandir)/man1
+install-man1: $(man1_MANS) $(man_MANS)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(DESTDIR)$(man1dir)
-       @list='$(man1_MANS)'; \
-       l2='$(man_MANS)'; for i in $$l2; do \
+       @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
+       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+       for i in $$l2; do \
          case "$$i" in \
            *.1*) list="$$list $$i" ;; \
          esac; \
@@ -600,15 +706,21 @@ install-man1:
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
          else file=$$i; fi; \
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+         case "$$ext" in \
+           1*) ;; \
+           *) ext='1' ;; \
+         esac; \
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+         inst=`echo $$inst | sed -e 's/^.*\///'`; \
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
          $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
        done
-
 uninstall-man1:
-       @list='$(man1_MANS)'; \
-       l2='$(man_MANS)'; for i in $$l2; do \
+       @$(NORMAL_UNINSTALL)
+       @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
+       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+       for i in $$l2; do \
          case "$$i" in \
            *.1*) list="$$list $$i" ;; \
          esac; \
@@ -616,15 +728,19 @@ uninstall-man1:
        for i in $$list; do \
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+         inst=`echo $$inst | sed -e 's/^.*\///'`; \
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
          echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
          rm -f $(DESTDIR)$(man1dir)/$$inst; \
        done
 
-install-man3:
+man3dir = $(mandir)/man3
+install-man3: $(man3_MANS) $(man_MANS)
+       @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(DESTDIR)$(man3dir)
-       @list='$(man3_MANS)'; \
-       l2='$(man_MANS)'; for i in $$l2; do \
+       @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
+       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+       for i in $$l2; do \
          case "$$i" in \
            *.3*) list="$$list $$i" ;; \
          esac; \
@@ -633,15 +749,21 @@ install-man3:
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
          else file=$$i; fi; \
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+         case "$$ext" in \
+           3*) ;; \
+           *) ext='3' ;; \
+         esac; \
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+         inst=`echo $$inst | sed -e 's/^.*\///'`; \
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst"; \
          $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst; \
        done
-
 uninstall-man3:
-       @list='$(man3_MANS)'; \
-       l2='$(man_MANS)'; for i in $$l2; do \
+       @$(NORMAL_UNINSTALL)
+       @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
+       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+       for i in $$l2; do \
          case "$$i" in \
            *.3*) list="$$list $$i" ;; \
          esac; \
@@ -649,72 +771,64 @@ uninstall-man3:
        for i in $$list; do \
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+         inst=`echo $$inst | sed -e 's/^.*\///'`; \
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
          echo " rm -f $(DESTDIR)$(man3dir)/$$inst"; \
          rm -f $(DESTDIR)$(man3dir)/$$inst; \
        done
-install-man: $(MANS)
-       @$(NORMAL_INSTALL)
-       $(MAKE) $(AM_MAKEFLAGS) install-man1 install-man3
-uninstall-man:
-       @$(NORMAL_UNINSTALL)
-       $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 uninstall-man3
-
+confexecDATA_INSTALL = $(INSTALL_DATA)
 install-confexecDATA: $(confexec_DATA)
        @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(DESTDIR)$(confexecdir)
        @list='$(confexec_DATA)'; for p in $$list; do \
-         if test -f $(srcdir)/$$p; then \
-           echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confexecdir)/$$p"; \
-           $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confexecdir)/$$p; \
-         else if test -f $$p; then \
-           echo " $(INSTALL_DATA) $$p $(DESTDIR)$(confexecdir)/$$p"; \
-           $(INSTALL_DATA) $$p $(DESTDIR)$(confexecdir)/$$p; \
-         fi; fi; \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         f="`echo $$p | sed -e 's|^.*/||'`"; \
+         echo " $(confexecDATA_INSTALL) $$d$$p $(DESTDIR)$(confexecdir)/$$f"; \
+         $(confexecDATA_INSTALL) $$d$$p $(DESTDIR)$(confexecdir)/$$f; \
        done
 
 uninstall-confexecDATA:
        @$(NORMAL_UNINSTALL)
-       list='$(confexec_DATA)'; for p in $$list; do \
-         rm -f $(DESTDIR)$(confexecdir)/$$p; \
+       @list='$(confexec_DATA)'; for p in $$list; do \
+         f="`echo $$p | sed -e 's|^.*/||'`"; \
+         echo " rm -f $(DESTDIR)$(confexecdir)/$$f"; \
+         rm -f $(DESTDIR)$(confexecdir)/$$f; \
        done
-
+m4dataDATA_INSTALL = $(INSTALL_DATA)
 install-m4dataDATA: $(m4data_DATA)
        @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(DESTDIR)$(m4datadir)
        @list='$(m4data_DATA)'; for p in $$list; do \
-         if test -f $(srcdir)/$$p; then \
-           echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p"; \
-           $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p; \
-         else if test -f $$p; then \
-           echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p"; \
-           $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p; \
-         fi; fi; \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         f="`echo $$p | sed -e 's|^.*/||'`"; \
+         echo " $(m4dataDATA_INSTALL) $$d$$p $(DESTDIR)$(m4datadir)/$$f"; \
+         $(m4dataDATA_INSTALL) $$d$$p $(DESTDIR)$(m4datadir)/$$f; \
        done
 
 uninstall-m4dataDATA:
        @$(NORMAL_UNINSTALL)
-       list='$(m4data_DATA)'; for p in $$list; do \
-         rm -f $(DESTDIR)$(m4datadir)/$$p; \
+       @list='$(m4data_DATA)'; for p in $$list; do \
+         f="`echo $$p | sed -e 's|^.*/||'`"; \
+         echo " rm -f $(DESTDIR)$(m4datadir)/$$f"; \
+         rm -f $(DESTDIR)$(m4datadir)/$$f; \
        done
-
+pkgconfigDATA_INSTALL = $(INSTALL_DATA)
 install-pkgconfigDATA: $(pkgconfig_DATA)
        @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
-         if test -f $(srcdir)/$$p; then \
-           echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
-           $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
-         else if test -f $$p; then \
-           echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
-           $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
-         fi; fi; \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         f="`echo $$p | sed -e 's|^.*/||'`"; \
+         echo " $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
+         $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
        done
 
 uninstall-pkgconfigDATA:
        @$(NORMAL_UNINSTALL)
-       list='$(pkgconfig_DATA)'; for p in $$list; do \
-         rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
+       @list='$(pkgconfig_DATA)'; for p in $$list; do \
+         f="`echo $$p | sed -e 's|^.*/||'`"; \
+         echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
+         rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
        done
 
 # This directory's subdirectories are mostly independent; you can cd
@@ -723,13 +837,8 @@ uninstall-pkgconfigDATA:
 # (1) if the variable is set in `config.status', edit `config.status'
 #     (which will cause the Makefiles to be regenerated when you run `make');
 # (2) otherwise, pass the desired values on the `make' command line.
-
-@SET_MAKE@
-
-all-recursive install-data-recursive install-exec-recursive \
-installdirs-recursive install-recursive uninstall-recursive  \
-check-recursive installcheck-recursive info-recursive dvi-recursive:
-       @set fnord $(MAKEFLAGS); amf=$$2; \
+$(RECURSIVE_TARGETS):
+       @set fnord $$MAKEFLAGS; amf=$$2; \
        dot_seen=no; \
        target=`echo $@ | sed s/-recursive//`; \
        list='$(SUBDIRS)'; for subdir in $$list; do \
@@ -749,13 +858,18 @@ check-recursive installcheck-recursive info-recursive dvi-recursive:
 
 mostlyclean-recursive clean-recursive distclean-recursive \
 maintainer-clean-recursive:
-       @set fnord $(MAKEFLAGS); amf=$$2; \
+       @set fnord $$MAKEFLAGS; amf=$$2; \
        dot_seen=no; \
-       rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
-         rev="$$subdir $$rev"; \
-         test "$$subdir" != "." || dot_seen=yes; \
+       case "$@" in \
+         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+         *) list='$(SUBDIRS)' ;; \
+       esac; \
+       rev=''; for subdir in $$list; do \
+         if test "$$subdir" = "."; then :; else \
+           rev="$$subdir $$rev"; \
+         fi; \
        done; \
-       test "$$dot_seen" = "no" && rev=". $$rev"; \
+       rev="$$rev ."; \
        target=`echo $@ | sed s/-recursive//`; \
        for subdir in $$rev; do \
          echo "Making $$target in $$subdir"; \
@@ -772,672 +886,176 @@ tags-recursive:
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
        done
 
+ETAGS = etags
+ETAGSFLAGS =
+
 tags: TAGS
 
-ID: $(HEADERS) $(SOURCES) $(LISP)
-       list='$(SOURCES) $(HEADERS)'; \
-       unique=`for i in $$list; do echo $$i; done | \
-         awk '    { files[$$0] = 1; } \
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+       unique=`for i in $$list; do \
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+         done | \
+         $(AWK) '    { files[$$0] = 1; } \
               END { for (i in files) print i; }'`; \
-       here=`pwd` && cd $(srcdir) \
-         && mkid -f$$here/ID $$unique $(LISP)
+       mkid -fID $$unique
 
-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
+TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
+               $(TAGS_FILES) $(LISP)
        tags=; \
        here=`pwd`; \
        list='$(SUBDIRS)'; for subdir in $$list; do \
-   if test "$$subdir" = .; then :; else \
+         if test "$$subdir" = .; then :; else \
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
-   fi; \
+         fi; \
        done; \
-       list='$(SOURCES) $(HEADERS)'; \
-       unique=`for i in $$list; do echo $$i; done | \
-         awk '    { files[$$0] = 1; } \
+       list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
+       unique=`for i in $$list; do \
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+         done | \
+         $(AWK) '    { files[$$0] = 1; } \
               END { for (i in files) print i; }'`; \
-       test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
-         || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
+       test -z "$(ETAGS_ARGS)$$tags$$unique" \
+         || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+            $$tags $$unique
 
-mostlyclean-tags:
-
-clean-tags:
+GTAGS:
+       here=`$(am__cd) $(top_builddir) && pwd` \
+         && cd $(top_srcdir) \
+         && gtags -i $(GTAGS_ARGS) $$here
 
 distclean-tags:
-       -rm -f TAGS ID
-
-maintainer-clean-tags:
+       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
+top_distdir = .
 distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
 
-# This target untars the dist file and tries a VPATH configuration.  Then
-# it guarantees that the distribution is self-contained by making another
-# tarfile.
-distcheck: dist
-       -rm -rf $(distdir)
-       GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
-       mkdir $(distdir)/=build
-       mkdir $(distdir)/=inst
-       dc_install_base=`cd $(distdir)/=inst && pwd`; \
-       cd $(distdir)/=build \
-         && ../configure --srcdir=.. --prefix=$$dc_install_base \
-         && $(MAKE) $(AM_MAKEFLAGS) \
-         && $(MAKE) $(AM_MAKEFLAGS) dvi \
-         && $(MAKE) $(AM_MAKEFLAGS) check \
-         && $(MAKE) $(AM_MAKEFLAGS) install \
-         && $(MAKE) $(AM_MAKEFLAGS) installcheck \
-         && $(MAKE) $(AM_MAKEFLAGS) dist
-       -rm -rf $(distdir)
-       @banner="$(distdir).tar.gz is ready for distribution"; \
-       dashes=`echo "$$banner" | sed s/./=/g`; \
-       echo "$$dashes"; \
-       echo "$$banner"; \
-       echo "$$dashes"
-dist: distdir
-       -chmod -R a+r $(distdir)
-       GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
-       -rm -rf $(distdir)
-dist-all: distdir
-       -chmod -R a+r $(distdir)
-       GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
-       -rm -rf $(distdir)
+am__remove_distdir = \
+  { test ! -d $(distdir) \
+    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
+         && rm -fr $(distdir); }; }
+
+GZIP_ENV = --best
+distcleancheck_listfiles = find . -type f -print
+
 distdir: $(DISTFILES)
-       -rm -rf $(distdir)
+       $(am__remove_distdir)
        mkdir $(distdir)
-       -chmod 777 $(distdir)
-       $(mkinstalldirs) $(distdir)/example
-       @for file in $(DISTFILES); do \
-         d=$(srcdir); \
+       $(mkinstalldirs) $(distdir)/. $(distdir)/example $(distdir)/include/libxml $(distdir)/python
+       @list='$(DISTFILES)'; for file in $$list; do \
+         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+           dir="/$$dir"; \
+           $(mkinstalldirs) "$(distdir)$$dir"; \
+         else \
+           dir=''; \
+         fi; \
          if test -d $$d/$$file; then \
-           cp -pr $$d/$$file $(distdir)/$$file; \
+           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+           fi; \
+           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
          else \
            test -f $(distdir)/$$file \
-           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
-           || cp -p $$d/$$file $(distdir)/$$file || :; \
+           || cp -p $$d/$$file $(distdir)/$$file \
+           || exit 1; \
          fi; \
        done
-       for subdir in $(DIST_SUBDIRS); do \
+       list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
          if test "$$subdir" = .; then :; else \
            test -d $(distdir)/$$subdir \
            || mkdir $(distdir)/$$subdir \
            || exit 1; \
-           chmod 777 $(distdir)/$$subdir; \
-           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
+           (cd $$subdir && \
+             $(MAKE) $(AM_MAKEFLAGS) \
+               top_distdir="$(top_distdir)" \
+               distdir=../$(distdir)/$$subdir \
+               distdir) \
              || exit 1; \
          fi; \
        done
-       $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
-c14n.lo c14n.o : c14n.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/uri.h \
-       include/libxml/xpathInternals.h include/libxml/xpath.h \
-       include/libxml/hash.h include/libxml/c14n.h
-catalog.lo catalog.o : catalog.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/hash.h include/libxml/uri.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/catalog.h
-debugXML.lo debugXML.o : debugXML.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/debugXML.h include/libxml/xpath.h \
-       include/libxml/hash.h include/libxml/HTMLtree.h \
-       include/libxml/xpathInternals.h
-DOCBparser.lo DOCBparser.o : DOCBparser.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/DOCBparser.h include/libxml/uri.h
-encoding.lo encoding.o : encoding.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/encoding.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/HTMLparser.h
-entities.lo entities.o : entities.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/hash.h
-error.lo error.o : error.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/globals.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h
-globals.lo globals.o : globals.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h
-hash.lo hash.o : hash.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/hash.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/globals.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h
-HTMLparser.lo HTMLparser.o : HTMLparser.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/HTMLtree.h include/libxml/uri.h
-HTMLtree.lo HTMLtree.o : HTMLtree.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/HTMLparser.h include/libxml/HTMLtree.h \
-       include/libxml/parserInternals.h include/libxml/uri.h
-list.lo list.o : list.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h
-nanoftp.lo nanoftp.o : nanoftp.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/uri.h include/libxml/nanoftp.h
-nanohttp.lo nanohttp.o : nanohttp.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/nanohttp.h include/libxml/uri.h
-parser.lo parser.o : parser.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/uri.h include/libxml/catalog.h \
-       include/libxml/xpath.h include/libxml/hash.h
-parserInternals.lo parserInternals.o : parserInternals.c libxml.h \
-       config.h include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/uri.h include/libxml/catalog.h
-regexp.lo regexp.o : regexp.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/tree.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/regexp.h include/libxml/automata.h \
-       include/libxml/unicode.h
-relaxng.lo relaxng.o : relaxng.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/hash.h include/libxml/uri.h \
-       include/libxml/relaxng.h include/libxml/xmlschemastypes.h \
-       include/libxml/schemasInternals.h
-SAX.lo SAX.o : SAX.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/parserInternals.h \
-       include/libxml/HTMLparser.h include/libxml/debugXML.h \
-       include/libxml/xpath.h include/libxml/hash.h \
-       include/libxml/uri.h include/libxml/HTMLtree.h
-schemas.lo schemas.o : schemas.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/hash.h include/libxml/schemas.h \
-       include/libxml/schemasInternals.h include/libxml/regexp.h \
-       include/libxml/schemastypes.h include/libxml/automata.h
-schemastypes.lo schemastypes.o : schemastypes.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/hash.h include/libxml/schemas.h \
-       include/libxml/schemasInternals.h include/libxml/regexp.h \
-       include/libxml/schemastypes.h
-testAutomata.o: testAutomata.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h
-testC14N.o: testC14N.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/xpath.h \
-       include/libxml/hash.h include/libxml/xpathInternals.h \
-       include/libxml/c14n.h
-testDocbook.o: testDocbook.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/DOCBparser.h include/libxml/debugXML.h \
-       include/libxml/xpath.h include/libxml/hash.h
-testHTML.o: testHTML.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/HTMLparser.h \
-       include/libxml/HTMLtree.h include/libxml/debugXML.h \
-       include/libxml/xpath.h include/libxml/hash.h
-testReader.o: testReader.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xmlreader.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h
-testRegexp.o: testRegexp.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h
-testRelax.o: testRelax.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/globals.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/debugXML.h \
-       include/libxml/xpath.h include/libxml/hash.h \
-       include/libxml/relaxng.h
-testSAX.o: testSAX.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/parserInternals.h \
-       include/libxml/HTMLparser.h include/libxml/debugXML.h \
-       include/libxml/xpath.h include/libxml/hash.h
-testSchemas.o: testSchemas.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/globals.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/debugXML.h include/libxml/xpath.h \
-       include/libxml/hash.h include/libxml/xmlschemas.h \
-       include/libxml/xmlschemastypes.h \
-       include/libxml/schemasInternals.h
-testThreads.o: testThreads.c libxml.h config.h \
-       include/libxml/xmlversion.h
-testURI.o: testURI.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/uri.h
-testXPath.o: testXPath.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xpath.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/hash.h include/libxml/debugXML.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/xpathInternals.h include/libxml/xpointer.h
-threads.lo threads.o : threads.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/xmlmemory.h
-tree.lo tree.o : tree.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/uri.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/HTMLtree.h include/libxml/hash.h
-unicode.lo unicode.o : unicode.c libxml.h config.h \
-       include/libxml/xmlversion.h unicode.h
-uri.lo uri.o : uri.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/uri.h
-valid.lo valid.o : valid.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/hash.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h
-xinclude.lo xinclude.o : xinclude.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/uri.h include/libxml/xpointer.h \
-       include/libxml/xpath.h include/libxml/hash.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/xinclude.h
-xlink.lo xlink.o : xlink.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h
-xmlcatalog.o: xmlcatalog.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/uri.h \
-       include/libxml/catalog.h
-xmlIO.lo xmlIO.o : xmlIO.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/parserInternals.h \
-       include/libxml/HTMLparser.h include/libxml/uri.h \
-       include/libxml/nanohttp.h include/libxml/nanoftp.h \
-       include/libxml/catalog.h
-xmllint.o: xmllint.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/parserInternals.h \
-       include/libxml/HTMLparser.h include/libxml/HTMLtree.h \
-       include/libxml/xpath.h include/libxml/hash.h \
-       include/libxml/debugXML.h include/libxml/xinclude.h \
-       include/libxml/catalog.h include/libxml/DOCBparser.h \
-       include/libxml/xmlreader.h include/libxml/relaxng.h
-xmlmemory.lo xmlmemory.o : xmlmemory.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h
-xmlreader.lo xmlreader.o : xmlreader.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/xmlreader.h
-xmlregexp.lo xmlregexp.o : xmlregexp.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/xmlunicode.h
-xmlschemas.lo xmlschemas.o : xmlschemas.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/hash.h include/libxml/uri.h \
-       include/libxml/xmlschemas.h include/libxml/schemasInternals.h \
-       include/libxml/xmlschemastypes.h
-xmlschemastypes.lo xmlschemastypes.o : xmlschemastypes.c libxml.h \
-       config.h include/libxml/xmlversion.h include/libxml/xmlmemory.h \
-       include/libxml/threads.h include/libxml/globals.h \
-       include/libxml/parser.h include/libxml/tree.h \
-       include/libxml/xmlregexp.h include/libxml/valid.h \
-       include/libxml/list.h include/libxml/xmlautomata.h \
-       include/libxml/entities.h include/libxml/encoding.h \
-       include/libxml/xmlIO.h include/libxml/xmlerror.h \
-       include/libxml/SAX.h include/libxml/xlink.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/hash.h include/libxml/xpath.h \
-       include/libxml/uri.h include/libxml/xmlschemas.h \
-       include/libxml/schemasInternals.h \
-       include/libxml/xmlschemastypes.h
-xmlunicode.lo xmlunicode.o : xmlunicode.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xmlunicode.h
-xpath.lo xpath.o : xpath.c libxml.h config.h include/libxml/xmlversion.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/xpath.h \
-       include/libxml/hash.h include/libxml/xpathInternals.h \
-       include/libxml/parserInternals.h include/libxml/HTMLparser.h \
-       include/libxml/xpointer.h include/libxml/debugXML.h trionan.c \
-       triodef.h trionan.h
-xpointer.lo xpointer.o : xpointer.c libxml.h config.h \
-       include/libxml/xmlversion.h include/libxml/xpointer.h \
-       include/libxml/tree.h include/libxml/xmlregexp.h \
-       include/libxml/xmlmemory.h include/libxml/threads.h \
-       include/libxml/globals.h include/libxml/parser.h \
-       include/libxml/valid.h include/libxml/list.h \
-       include/libxml/xmlautomata.h include/libxml/entities.h \
-       include/libxml/encoding.h include/libxml/xmlIO.h \
-       include/libxml/xmlerror.h include/libxml/SAX.h \
-       include/libxml/xlink.h include/libxml/xpath.h \
-       include/libxml/hash.h include/libxml/parserInternals.h \
-       include/libxml/HTMLparser.h include/libxml/uri.h \
-       include/libxml/xpathInternals.h
+       $(MAKE) $(AM_MAKEFLAGS) \
+         top_distdir="${top_distdir}" distdir="$(distdir)" \
+         dist-hook
+       -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+         ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
+         ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
+         ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
+       || chmod -R a+r $(distdir)
+dist-gzip: distdir
+       $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+       $(am__remove_distdir)
+
+dist dist-all: distdir
+       $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+       $(am__remove_distdir)
 
-info-am:
-info: info-recursive
-dvi-am:
-dvi: dvi-recursive
+# This target untars the dist file and tries a VPATH configuration.  Then
+# it guarantees that the distribution is self-contained by making another
+# tarfile.
+distcheck: dist
+       $(am__remove_distdir)
+       GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
+       chmod -R a-w $(distdir); chmod a+w $(distdir)
+       mkdir $(distdir)/=build
+       mkdir $(distdir)/=inst
+       chmod a-w $(distdir)
+       dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
+         && cd $(distdir)/=build \
+         && ../configure --srcdir=.. --prefix=$$dc_install_base \
+           $(DISTCHECK_CONFIGURE_FLAGS) \
+         && $(MAKE) $(AM_MAKEFLAGS) \
+         && $(MAKE) $(AM_MAKEFLAGS) dvi \
+         && $(MAKE) $(AM_MAKEFLAGS) check \
+         && $(MAKE) $(AM_MAKEFLAGS) install \
+         && $(MAKE) $(AM_MAKEFLAGS) installcheck \
+         && $(MAKE) $(AM_MAKEFLAGS) uninstall \
+         && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
+             || { echo "ERROR: files left after uninstall:" ; \
+                  find $$dc_install_base -type f -print ; \
+                  exit 1; } >&2 ) \
+         && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
+         && rm -f $(distdir).tar.gz \
+         && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
+       $(am__remove_distdir)
+       @echo "$(distdir).tar.gz is ready for distribution" | \
+         sed 'h;s/./=/g;p;x;p;x'
+distcleancheck: distclean
+       if test '$(srcdir)' = . ; then \
+         echo "ERROR: distcleancheck can only run from a VPATH build" ; \
+         exit 1 ; \
+       fi
+       test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
+         || { echo "ERROR: files left after distclean:" ; \
+              $(distcleancheck_listfiles) ; \
+              exit 1; } >&2
 check-am: all-am
        $(MAKE) $(AM_MAKEFLAGS) check-local
 check: check-recursive
-installcheck-am:
-installcheck: installcheck-recursive
-all-recursive-am: config.h
-       $(MAKE) $(AM_MAKEFLAGS) all-recursive
+all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
+               config.h
+install-binPROGRAMS: install-libLTLIBRARIES
 
-install-exec-am: install-libLTLIBRARIES install-binPROGRAMS \
-               install-binSCRIPTS install-confexecDATA
-install-exec: install-exec-recursive
+installdirs: installdirs-recursive
+installdirs-am:
+       $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) $(DESTDIR)$(man3dir) $(DESTDIR)$(confexecdir) $(DESTDIR)$(m4datadir) $(DESTDIR)$(pkgconfigdir)
 
-install-data-am: install-man install-m4dataDATA install-pkgconfigDATA \
-               install-data-local
+install: install-recursive
+install-exec: install-exec-recursive
 install-data: install-data-recursive
+uninstall: uninstall-recursive
 
 install-am: all-am
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-recursive
-uninstall-am: uninstall-libLTLIBRARIES uninstall-binPROGRAMS \
-               uninstall-binSCRIPTS uninstall-man \
-               uninstall-confexecDATA uninstall-m4dataDATA \
-               uninstall-pkgconfigDATA
-uninstall: uninstall-recursive
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
-               config.h
-all-redirect: all-recursive-am
-install-strip:
-       $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs: installdirs-recursive
-installdirs-am:
-       $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \
-               $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 \
-               $(DESTDIR)$(mandir)/man3 $(DESTDIR)$(confexecdir) \
-               $(DESTDIR)$(m4datadir) $(DESTDIR)$(pkgconfigdir)
-
 
+installcheck: installcheck-recursive
+install-strip:
+       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+         INSTALL_STRIP_FLAG=-s \
+         `test -z '$(STRIP)' || \
+           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
@@ -1445,70 +1063,91 @@ clean-generic:
 
 distclean-generic:
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
-       -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
 maintainer-clean-generic:
-mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
-               mostlyclean-compile mostlyclean-libtool \
-               mostlyclean-binPROGRAMS mostlyclean-noinstPROGRAMS \
-               mostlyclean-tags mostlyclean-generic
+       @echo "This command is intended for maintainers to use"
+       @echo "it deletes files that may require special tools to rebuild."
+clean: clean-recursive
 
-mostlyclean: mostlyclean-recursive
+clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
+       clean-libtool clean-noinstPROGRAMS mostlyclean-am
 
-clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
-               clean-binPROGRAMS clean-noinstPROGRAMS clean-tags \
-               clean-generic mostlyclean-am
+distclean: distclean-recursive
+       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
+distclean-am: clean-am distclean-compile distclean-depend \
+       distclean-generic distclean-hdr distclean-libtool \
+       distclean-tags
 
-clean: clean-recursive
+dvi: dvi-recursive
 
-distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \
-               distclean-libtool distclean-binPROGRAMS \
-               distclean-noinstPROGRAMS distclean-tags \
-               distclean-generic clean-am
-       -rm -f libtool
+dvi-am:
 
-distclean: distclean-recursive
-       -rm -f config.status
-
-maintainer-clean-am:  maintainer-clean-hdr \
-               maintainer-clean-libLTLIBRARIES \
-               maintainer-clean-compile maintainer-clean-libtool \
-               maintainer-clean-binPROGRAMS \
-               maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
-               maintainer-clean-generic distclean-am
-       @echo "This command is intended for maintainers to use;"
-       @echo "it deletes files that may require special tools to rebuild."
+info: info-recursive
+
+info-am:
+
+install-data-am: install-data-local install-m4dataDATA install-man \
+       install-pkgconfigDATA
+
+install-exec-am: install-binPROGRAMS install-binSCRIPTS \
+       install-confexecDATA install-libLTLIBRARIES
+
+install-info: install-info-recursive
+
+install-man: install-man1 install-man3
+
+installcheck-am:
 
 maintainer-clean: maintainer-clean-recursive
-       -rm -f config.status
-
-.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
-mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
-clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
-uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
-distclean-compile clean-compile maintainer-clean-compile \
-mostlyclean-libtool distclean-libtool clean-libtool \
-maintainer-clean-libtool mostlyclean-binPROGRAMS distclean-binPROGRAMS \
-clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
-install-binPROGRAMS mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
-clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
-uninstall-binSCRIPTS install-binSCRIPTS install-man1 uninstall-man1 \
-install-man3 uninstall-man3 install-man uninstall-man \
-uninstall-confexecDATA install-confexecDATA uninstall-m4dataDATA \
-install-m4dataDATA uninstall-pkgconfigDATA install-pkgconfigDATA \
-install-data-recursive uninstall-data-recursive install-exec-recursive \
-uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
-all-recursive check-recursive installcheck-recursive info-recursive \
-dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
-maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check-local check check-am installcheck-am installcheck \
-all-recursive-am install-exec-am install-exec install-data-local \
-install-data-am install-data install-am install uninstall-am uninstall \
-all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
-distclean-generic clean-generic maintainer-clean-generic clean \
-mostlyclean distclean maintainer-clean
+       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
+       -rm -rf autom4te.cache
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-recursive
 
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+       mostlyclean-libtool
+
+uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
+       uninstall-confexecDATA uninstall-info-am \
+       uninstall-libLTLIBRARIES uninstall-m4dataDATA uninstall-man \
+       uninstall-pkgconfigDATA
+
+uninstall-info: uninstall-info-recursive
+
+uninstall-man: uninstall-man1 uninstall-man3
+
+.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am check-local \
+       clean clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
+       clean-libtool clean-noinstPROGRAMS clean-recursive dist \
+       dist-all dist-gzip distcheck distclean distclean-compile \
+       distclean-depend distclean-generic distclean-hdr \
+       distclean-libtool distclean-recursive distclean-tags \
+       distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
+       info-recursive install install-am install-binPROGRAMS \
+       install-binSCRIPTS install-confexecDATA install-data \
+       install-data-am install-data-local install-data-recursive \
+       install-exec install-exec-am install-exec-recursive \
+       install-info install-info-am install-info-recursive \
+       install-libLTLIBRARIES install-m4dataDATA install-man \
+       install-man1 install-man3 install-pkgconfigDATA \
+       install-recursive install-strip installcheck installcheck-am \
+       installdirs installdirs-am installdirs-recursive \
+       maintainer-clean maintainer-clean-generic \
+       maintainer-clean-recursive mostlyclean mostlyclean-compile \
+       mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
+       tags tags-recursive uninstall uninstall-am \
+       uninstall-binPROGRAMS uninstall-binSCRIPTS \
+       uninstall-confexecDATA uninstall-info-am \
+       uninstall-info-recursive uninstall-libLTLIBRARIES \
+       uninstall-m4dataDATA uninstall-man uninstall-man1 \
+       uninstall-man3 uninstall-pkgconfigDATA uninstall-recursive
+
+
+#testOOM_SOURCES=testOOM.c testOOMlib.h testOOMlib.c
+#testOOM_LDFLAGS = 
+#testOOM_DEPENDENCIES = $(DEPS)
+#testOOM_LDADD= $(LDADDS)
 
 check-local: tests
 
@@ -1801,6 +1440,8 @@ XIncludetests : xmllint$(EXEEXT)
        @echo "##"
        @echo "## XInclude regression tests"
        @echo "##"
+       @echo "## the warning reported on fallback.xml test is expected"
+       @echo "##"
        -@(for i in $(srcdir)/test/XInclude/docs/* ; do \
          name=`basename $$i`; \
          if [ ! -d $$i ] ; then \
@@ -2057,6 +1698,7 @@ Schemastests: testSchemas$(EXEEXT)
          name=`basename $$i | sed 's+_.*++'`; \
          sno=`basename $$i | sed 's+.*_\(.*\).xsd+\1+'`; \
          for j in $(srcdir)/test/schemas/"$$name"_*.xml ; do \
+             if [ -f $$j ] ; then \
              xno=`basename $$j | sed 's+.*_\(.*\).xml+\1+'`; \
              if [ ! -f $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" ]; \
              then \
@@ -2075,7 +1717,7 @@ Schemastests: testSchemas$(EXEEXT)
                       err.$$name;\
                  grep Unimplemented err.$$name; \
                  rm res.$$name err.$$name ; \
-              fi ; \
+              fi ; fi ;\
          done; done)
 
 Relaxtests: xmllint$(EXEEXT)
@@ -2124,9 +1766,39 @@ Relaxtests: xmllint$(EXEEXT)
                  rm res.$$name err.$$name ; \
               fi ; fi ; \
          done; done)
+       @echo "##"
+       @echo "## Relax-NG streaming regression tests"
+       @echo "##"
+       @echo "## Some error messages are different than non-streaming"
+       @echo "## and generate small diffs"
+       @echo "##"
+       -@(for i in $(srcdir)/test/relaxng/*.rng ; do \
+         name=`basename $$i | sed 's+\.rng++'`; \
+         for j in $(srcdir)/test/relaxng/"$$name"_*.xml ; do \
+             if [ -f $$j ] ; then \
+             xno=`basename $$j | sed 's+.*_\(.*\).xml+\1+'`; \
+             if [ ! -f $(srcdir)/result/relaxng/"$$name"_"$$xno" ]; \
+             then \
+                 echo New test file "$$name"_"$$xno" ; \
+                 $(CHECKER) $(top_builddir)/xmllint$(EXEEXT) --noout --relaxng $$i $$j \
+                   > $(srcdir)/result/relaxng/"$$name"_"$$xno" \
+                   2> $(srcdir)/result/relaxng/"$$name"_"$$xno".err; \
+             else \
+                 echo Testing "$$name"_"$$xno" ; \
+                 $(CHECKER) $(top_builddir)/xmllint$(EXEEXT) --noout --stream --relaxng $$i $$j \
+                   > res.$$name 2> err.$$name;\
+                 grep "MORY ALLO" .memdump  | grep -v "MEMORY ALLOCATED : 0";\
+                 diff $(srcdir)/result/relaxng/"$$name"_"$$xno" \
+                      res.$$name;\
+                 diff $(srcdir)/result/relaxng/"$$name"_"$$xno".err \
+                      err.$$name | grep -v "error detected at";\
+                 grep Unimplemented err.$$name; \
+                 rm res.$$name err.$$name ; \
+              fi ; fi ; \
+         done; done)
 
-dist-hook: libxml.spec
-       -cp libxml.spec $(distdir)
+dist-hook: libxml2.spec
+       -cp libxml2.spec $(distdir)
        (cd $(srcdir) ; tar -cf - --exclude CVS win32 macos vms test result SAXresult ) | (cd $(distdir); tar xf -)
 
 cleantar:
@@ -2143,7 +1815,6 @@ install-data-local:
        -@INSTALL@ -m 0644 $(srcdir)/testSAX.c $(DESTDIR)$(EXAMPLES_DIR)
        -@INSTALL@ -m 0644 $(srcdir)/testHTML.c $(DESTDIR)$(EXAMPLES_DIR)
        -@INSTALL@ -m 0644 $(srcdir)/testXPath.c $(DESTDIR)$(EXAMPLES_DIR)
-
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: