Description: Substitute for libxml2 version 2.6.27. Files: lib/libxml/COPYING lib/libxml/DOCBparser.c lib/libxml/DOCBparser_.h lib/libxml/HTMLparser.c lib/libxml/HTMLparser_.h lib/libxml/HTMLtree.c lib/libxml/HTMLtree_.h lib/libxml/SAX.c lib/libxml/SAX2.c lib/libxml/SAX2_.h lib/libxml/SAX_.h lib/libxml/c14n.c lib/libxml/c14n_.h lib/libxml/catalog.c lib/libxml/catalog_.h lib/libxml/chvalid.c lib/libxml/chvalid_.h lib/libxml/debugXML.c lib/libxml/debugXML_.h lib/libxml/dict.c lib/libxml/dict_.h lib/libxml/elfgcchack.h lib/libxml/encoding.c lib/libxml/encoding_.h lib/libxml/entities.c lib/libxml/entities_.h lib/libxml/error.c lib/libxml/globals.c lib/libxml/globals_.h lib/libxml/hash.c lib/libxml/hash_.h lib/libxml/legacy.c lib/libxml/libxml.h lib/libxml/list.c lib/libxml/list_.h lib/libxml/nanoftp.c lib/libxml/nanoftp_.h lib/libxml/nanohttp.c lib/libxml/nanohttp_.h lib/libxml/parser.c lib/libxml/parser_.h lib/libxml/parserInternals.c lib/libxml/parserInternals_.h lib/libxml/pattern.c lib/libxml/pattern_.h lib/libxml/relaxng.c lib/libxml/relaxng_.h lib/libxml/schemasInternals_.h lib/libxml/schematron.c lib/libxml/schematron_.h lib/libxml/threads.c lib/libxml/threads_.h lib/libxml/tree.c lib/libxml/tree_.h lib/libxml/uri.c lib/libxml/uri_.h lib/libxml/valid.c lib/libxml/valid_.h lib/libxml/xinclude.c lib/libxml/xinclude_.h lib/libxml/xlink.c lib/libxml/xlink_.h lib/libxml/xmlIO.c lib/libxml/xmlIO_.h lib/libxml/xmlautomata_.h lib/libxml/xmlerror_.h lib/libxml/xmlexports_.h lib/libxml/xmlmemory.c lib/libxml/xmlmemory_.h lib/libxml/xmlmodule.c lib/libxml/xmlmodule_.h lib/libxml/xmlreader.c lib/libxml/xmlreader_.h lib/libxml/xmlregexp.c lib/libxml/xmlregexp_.h lib/libxml/xmlsave.c lib/libxml/xmlsave_.h lib/libxml/xmlschemas.c lib/libxml/xmlschemas_.h lib/libxml/xmlschemastypes.c lib/libxml/xmlschemastypes_.h lib/libxml/xmlstring.c lib/libxml/xmlstring_.h lib/libxml/xmlunicode.c lib/libxml/xmlunicode_.h lib/libxml/xmlversion_.h lib/libxml/xmlwriter.c lib/libxml/xmlwriter_.h lib/libxml/xpath.c lib/libxml/xpath_.h lib/libxml/xpathInternals_.h lib/libxml/xpointer.c lib/libxml/xpointer_.h m4/libxml.m4 m4/absolute-header.m4 Depends-on: iconv stdarg no-c++ configure.ac: gl_LIBXML Makefile.am: if INCLUDED_LIBXML lib_LIBADD += libxml_rpl.la lib_DEPENDENCIES += libxml_rpl.la noinst_LTLIBRARIES += libxml_rpl.la endif libxml_rpl_la_SOURCES = \ libxml/DOCBparser.c \ libxml/HTMLparser.c \ libxml/HTMLtree.c \ libxml/SAX.c \ libxml/SAX2.c \ libxml/c14n.c \ libxml/catalog.c \ libxml/chvalid.c \ libxml/debugXML.c \ libxml/dict.c \ libxml/encoding.c \ libxml/entities.c \ libxml/error.c \ libxml/globals.c \ libxml/hash.c \ libxml/legacy.c \ libxml/list.c \ libxml/nanoftp.c \ libxml/nanohttp.c \ libxml/parser.c \ libxml/parserInternals.c \ libxml/pattern.c \ libxml/relaxng.c \ libxml/schematron.c \ libxml/threads.c \ libxml/tree.c \ libxml/uri.c \ libxml/valid.c \ libxml/xinclude.c \ libxml/xlink.c \ libxml/xmlIO.c \ libxml/xmlmemory.c \ libxml/xmlmodule.c \ libxml/xmlreader.c \ libxml/xmlregexp.c \ libxml/xmlsave.c \ libxml/xmlschemas.c \ libxml/xmlschemastypes.c \ libxml/xmlstring.c \ libxml/xmlunicode.c \ libxml/xmlwriter.c \ libxml/xpath.c \ libxml/xpointer.c libxml_rpl_la_CPPFLAGS = $(AM_CPPFLAGS) $(NO_CXX) BUILT_SOURCES += $(LIBXML_H) libxml/DOCBparser.h: libxml/DOCBparser_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/DOCBparser_.h; \ } > $@-t mv -f $@-t $@ libxml/HTMLparser.h: libxml/HTMLparser_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/HTMLparser_.h; \ } > $@-t mv -f $@-t $@ libxml/HTMLtree.h: libxml/HTMLtree_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/HTMLtree_.h; \ } > $@-t mv -f $@-t $@ libxml/SAX.h: libxml/SAX_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/SAX_.h; \ } > $@-t mv -f $@-t $@ libxml/SAX2.h: libxml/SAX2_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/SAX2_.h; \ } > $@-t mv -f $@-t $@ libxml/c14n.h: libxml/c14n_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/c14n_.h; \ } > $@-t mv -f $@-t $@ libxml/catalog.h: libxml/catalog_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/catalog_.h; \ } > $@-t mv -f $@-t $@ libxml/chvalid.h: libxml/chvalid_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/chvalid_.h; \ } > $@-t mv -f $@-t $@ libxml/debugXML.h: libxml/debugXML_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/debugXML_.h; \ } > $@-t mv -f $@-t $@ libxml/dict.h: libxml/dict_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/dict_.h; \ } > $@-t mv -f $@-t $@ libxml/encoding.h: libxml/encoding_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/encoding_.h; \ } > $@-t mv -f $@-t $@ libxml/entities.h: libxml/entities_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/entities_.h; \ } > $@-t mv -f $@-t $@ libxml/globals.h: libxml/globals_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/globals_.h; \ } > $@-t mv -f $@-t $@ libxml/hash.h: libxml/hash_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/hash_.h; \ } > $@-t mv -f $@-t $@ libxml/list.h: libxml/list_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/list_.h; \ } > $@-t mv -f $@-t $@ libxml/nanoftp.h: libxml/nanoftp_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/nanoftp_.h; \ } > $@-t mv -f $@-t $@ libxml/nanohttp.h: libxml/nanohttp_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/nanohttp_.h; \ } > $@-t mv -f $@-t $@ libxml/parser.h: libxml/parser_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/parser_.h; \ } > $@-t mv -f $@-t $@ libxml/parserInternals.h: libxml/parserInternals_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/parserInternals_.h; \ } > $@-t mv -f $@-t $@ libxml/pattern.h: libxml/pattern_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/pattern_.h; \ } > $@-t mv -f $@-t $@ libxml/relaxng.h: libxml/relaxng_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/relaxng_.h; \ } > $@-t mv -f $@-t $@ libxml/schemasInternals.h: libxml/schemasInternals_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/schemasInternals_.h; \ } > $@-t mv -f $@-t $@ libxml/schematron.h: libxml/schematron_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/schematron_.h; \ } > $@-t mv -f $@-t $@ libxml/threads.h: libxml/threads_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/threads_.h; \ } > $@-t mv -f $@-t $@ libxml/tree.h: libxml/tree_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/tree_.h; \ } > $@-t mv -f $@-t $@ libxml/uri.h: libxml/uri_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/uri_.h; \ } > $@-t mv -f $@-t $@ libxml/valid.h: libxml/valid_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/valid_.h; \ } > $@-t mv -f $@-t $@ libxml/xinclude.h: libxml/xinclude_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xinclude_.h; \ } > $@-t mv -f $@-t $@ libxml/xlink.h: libxml/xlink_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xlink_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlIO.h: libxml/xmlIO_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlIO_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlautomata.h: libxml/xmlautomata_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlautomata_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlerror.h: libxml/xmlerror_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlerror_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlexports.h: libxml/xmlexports_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlexports_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlmemory.h: libxml/xmlmemory_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlmemory_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlmodule.h: libxml/xmlmodule_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlmodule_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlreader.h: libxml/xmlreader_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlreader_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlregexp.h: libxml/xmlregexp_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlregexp_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlsave.h: libxml/xmlsave_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlsave_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlschemas.h: libxml/xmlschemas_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlschemas_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlschemastypes.h: libxml/xmlschemastypes_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlschemastypes_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlstring.h: libxml/xmlstring_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlstring_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlunicode.h: libxml/xmlunicode_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlunicode_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlversion.h: libxml/xmlversion_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlversion_.h; \ } > $@-t mv -f $@-t $@ libxml/xmlwriter.h: libxml/xmlwriter_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xmlwriter_.h; \ } > $@-t mv -f $@-t $@ libxml/xpath.h: libxml/xpath_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xpath_.h; \ } > $@-t mv -f $@-t $@ libxml/xpathInternals.h: libxml/xpathInternals_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xpathInternals_.h; \ } > $@-t mv -f $@-t $@ libxml/xpointer.h: libxml/xpointer_.h test -d libxml || mkdir libxml { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/libxml/xpointer_.h; \ } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += \ libxml/DOCBparser.h \ libxml/HTMLparser.h \ libxml/HTMLtree.h \ libxml/SAX.h \ libxml/SAX2.h \ libxml/c14n.h \ libxml/catalog.h \ libxml/chvalid.h \ libxml/debugXML.h \ libxml/dict.h \ libxml/encoding.h \ libxml/entities.h \ libxml/globals.h \ libxml/hash.h \ libxml/list.h \ libxml/nanoftp.h \ libxml/nanohttp.h \ libxml/parser.h \ libxml/parserInternals.h \ libxml/pattern.h \ libxml/relaxng.h \ libxml/schemasInternals.h \ libxml/schematron.h \ libxml/threads.h \ libxml/tree.h \ libxml/uri.h \ libxml/valid.h \ libxml/xinclude.h \ libxml/xlink.h \ libxml/xmlIO.h \ libxml/xmlautomata.h \ libxml/xmlerror.h \ libxml/xmlexports.h \ libxml/xmlmemory.h \ libxml/xmlmodule.h \ libxml/xmlreader.h \ libxml/xmlregexp.h \ libxml/xmlsave.h \ libxml/xmlschemas.h \ libxml/xmlschemastypes.h \ libxml/xmlstring.h \ libxml/xmlunicode.h \ libxml/xmlversion.h \ libxml/xmlwriter.h \ libxml/xpath.h \ libxml/xpathInternals.h \ libxml/xpointer.h MOSTLYCLEANFILES += libxml/*.h-t if GL_COND_LIBTOOL lib_LDFLAGS += $(LTLIBXML) endif Include: #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include License: LGPL Maintainer: libxml2