missing project/build files
[client-tools.git] / src / external / 3rd / library / libxml / Makefile.in
blob97d4a1acf51fa065175a243e87561705d2e120cc
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
13 # AUTOMAKE_ OPTIONS=no-dependencies
16 SHELL = @SHELL@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
37 DESTDIR =
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
43 top_builddir = .
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64 AS = @AS@
65 C14N_OBJ = @C14N_OBJ@
66 CATALOG_OBJ = @CATALOG_OBJ@
67 CC = @CC@
68 CFLAGS = @CFLAGS@
69 CPP = @CPP@
70 DEBUG_OBJ = @DEBUG_OBJ@
71 DLLTOOL = @DLLTOOL@
72 DOCB_OBJ = @DOCB_OBJ@
73 ECHO = @ECHO@
74 EXEEXT = @EXEEXT@
75 FTP_OBJ = @FTP_OBJ@
76 HAVE_ISINF = @HAVE_ISINF@
77 HAVE_ISNAN = @HAVE_ISNAN@
78 HTML_DIR = @HTML_DIR@
79 HTML_OBJ = @HTML_OBJ@
80 HTTP_OBJ = @HTTP_OBJ@
81 ICONV_LIBS = @ICONV_LIBS@
82 LIBTOOL = @LIBTOOL@
83 LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
84 LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
85 LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
86 LIBXML_VERSION = @LIBXML_VERSION@
87 LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
88 LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
89 LN_S = @LN_S@
90 MAINT = @MAINT@
91 MAKEINFO = @MAKEINFO@
92 MV = @MV@
93 M_LIBS = @M_LIBS@
94 OBJDUMP = @OBJDUMP@
95 OBJEXT = @OBJEXT@
96 PACKAGE = @PACKAGE@
97 PYTHON = @PYTHON@
98 PYTHON_INCLUDES = @PYTHON_INCLUDES@
99 PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
100 PYTHON_SUBDIR = @PYTHON_SUBDIR@
101 PYTHON_VERSION = @PYTHON_VERSION@
102 RANLIB = @RANLIB@
103 RDL_LIBS = @RDL_LIBS@
104 RM = @RM@
105 STRIP = @STRIP@
106 TAR = @TAR@
107 TEST_REGEXPS = @TEST_REGEXPS@
108 TEST_SCHEMAS = @TEST_SCHEMAS@
109 TEST_THREADS = @TEST_THREADS@
110 THREAD_CFLAGS = @THREAD_CFLAGS@
111 THREAD_LIBS = @THREAD_LIBS@
112 U = @U@
113 VERSION = @VERSION@
114 WITH_C14N = @WITH_C14N@
115 WITH_CATALOG = @WITH_CATALOG@
116 WITH_DEBUG = @WITH_DEBUG@
117 WITH_DOCB = @WITH_DOCB@
118 WITH_FTP = @WITH_FTP@
119 WITH_HTML = @WITH_HTML@
120 WITH_HTTP = @WITH_HTTP@
121 WITH_ICONV = @WITH_ICONV@
122 WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
123 WITH_REGEXPS = @WITH_REGEXPS@
124 WITH_SCHEMAS = @WITH_SCHEMAS@
125 WITH_THREADS = @WITH_THREADS@
126 WITH_TRIO = @WITH_TRIO@
127 WITH_XINCLUDE = @WITH_XINCLUDE@
128 WITH_XPATH = @WITH_XPATH@
129 WITH_XPTR = @WITH_XPTR@
130 XINCLUDE_OBJ = @XINCLUDE_OBJ@
131 XML_CFLAGS = @XML_CFLAGS@
132 XML_INCLUDEDIR = @XML_INCLUDEDIR@
133 XML_LIBDIR = @XML_LIBDIR@
134 XML_LIBS = @XML_LIBS@
135 XPATH_OBJ = @XPATH_OBJ@
136 XPTR_OBJ = @XPTR_OBJ@
137 Z_CFLAGS = @Z_CFLAGS@
138 Z_LIBS = @Z_LIBS@
140 SUBDIRS = include . doc example @PYTHON_SUBDIR@
142 DIST_SUBDIRS = include . doc example python
144 INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
146 noinst_PROGRAMS = testSchemas testSAX testHTML testXPath testURI testDocbook \
147 testThreads testC14N testAutomata testRegexp
150 bin_PROGRAMS = xmllint xmlcatalog
152 bin_SCRIPTS = xml2-config
154 lib_LTLIBRARIES = libxml2.la
155 libxml2_la_LIBADD = @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm
157 libxml2_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@
158 @WITH_TRIO_SOURCES_TRUE@libxml2_la_SOURCES = @WITH_TRIO_SOURCES_TRUE@SAX.c entities.c encoding.c error.c parserInternals.c \
159 @WITH_TRIO_SOURCES_TRUE@ parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c \
160 @WITH_TRIO_SOURCES_TRUE@ valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c \
161 @WITH_TRIO_SOURCES_TRUE@ xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c \
162 @WITH_TRIO_SOURCES_TRUE@ catalog.c globals.c threads.c c14n.c \
163 @WITH_TRIO_SOURCES_TRUE@ xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c \
164 @WITH_TRIO_SOURCES_TRUE@ triostr.c trio.c
165 @WITH_TRIO_SOURCES_FALSE@libxml2_la_SOURCES = @WITH_TRIO_SOURCES_FALSE@SAX.c entities.c encoding.c error.c parserInternals.c \
166 @WITH_TRIO_SOURCES_FALSE@ parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c \
167 @WITH_TRIO_SOURCES_FALSE@ valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c \
168 @WITH_TRIO_SOURCES_FALSE@ xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c \
169 @WITH_TRIO_SOURCES_FALSE@ catalog.c globals.c threads.c c14n.c \
170 @WITH_TRIO_SOURCES_FALSE@ xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c
172 DEPS = $(top_builddir)/libxml2.la
173 LDADDS = $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm
175 man_MANS = xml2-config.1 libxml.3
177 m4datadir = $(datadir)/aclocal
178 m4data_DATA = libxml.m4
180 xmllint_SOURCES = xmllint.c
181 xmllint_LDFLAGS =
182 xmllint_DEPENDENCIES = $(DEPS)
183 xmllint_LDADD = @RDL_LIBS@ $(LDADDS)
185 testSAX_SOURCES = testSAX.c
186 testSAX_LDFLAGS =
187 testSAX_DEPENDENCIES = $(DEPS)
188 testSAX_LDADD = $(LDADDS)
190 testHTML_SOURCES = testHTML.c
191 testHTML_LDFLAGS =
192 testHTML_DEPENDENCIES = $(DEPS)
193 testHTML_LDADD = $(LDADDS)
195 testDocbook_SOURCES = testDocbook.c
196 testDocbook_LDFLAGS =
197 testDocbook_DEPENDENCIES = $(DEPS)
198 testDocbook_LDADD = $(LDADDS)
200 xmlcatalog_SOURCES = xmlcatalog.c
201 xmlcatalog_LDFLAGS =
202 xmlcatalog_DEPENDENCIES = $(DEPS)
203 xmlcatalog_LDADD = @RDL_LIBS@ $(LDADDS)
205 testXPath_SOURCES = testXPath.c
206 testXPath_LDFLAGS =
207 testXPath_DEPENDENCIES = $(DEPS)
208 testXPath_LDADD = $(LDADDS)
210 testC14N_SOURCES = testC14N.c
211 testC14N_LDFLAGS =
212 testC14N_DEPENDENCIES = $(DEPS)
213 testC14N_LDADD = $(LDADDS)
215 testThreads_SOURCES = testThreads.c
216 testThreads_LDFLAGS =
217 testThreads_DEPENDENCIES = $(DEPS)
218 testThreads_LDADD = $(LDADDS)
220 testURI_SOURCES = testURI.c
221 testURI_LDFLAGS =
222 testURI_DEPENDENCIES = $(DEPS)
223 testURI_LDADD = $(LDADDS)
225 testRegexp_SOURCES = testRegexp.c
226 testRegexp_LDFLAGS =
227 testRegexp_DEPENDENCIES = $(DEPS)
228 testRegexp_LDADD = $(LDADDS)
230 testAutomata_SOURCES = testAutomata.c
231 testAutomata_LDFLAGS =
232 testAutomata_DEPENDENCIES = $(DEPS)
233 testAutomata_LDADD = $(LDADDS)
235 testSchemas_SOURCES = testSchemas.c
236 testSchemas_LDFLAGS =
237 testSchemas_DEPENDENCIES = $(DEPS)
238 testSchemas_LDADD = $(LDADDS)
240 CLEANFILES = xml2Conf.sh
242 confexecdir = $(libdir)
243 confexec_DATA = xml2Conf.sh
244 EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml.spec \
245 libxml.m4 Copyright check-xml-test-suite.py \
246 example/Makefile.am example/gjobread.c example/gjobs.xml \
247 $(man_MANS) libxml-2.0.pc.in \
248 trionan.c trionan.h triostr.c triostr.h trio.c trio.h \
249 triop.h triodef.h libxml.h \
250 testThreadsWin32.c genUnicode.py TODO_SCHEMAS
253 pkgconfigdir = $(libdir)/pkgconfig
254 pkgconfig_DATA = libxml-2.0.pc
257 # Instll the tests program sources as examples
259 BASE_DIR = $(datadir)/doc
260 DOC_MODULE = libxml2-$(VERSION)
261 EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples
262 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
263 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
264 CONFIG_HEADER = config.h
265 CONFIG_CLEAN_FILES = libxml.spec xml2-config libxml-2.0.pc xml2Conf.sh
266 LTLIBRARIES = $(lib_LTLIBRARIES)
269 DEFS = @DEFS@ -I. -I$(srcdir) -I.
270 CPPFLAGS = @CPPFLAGS@
271 LDFLAGS = @LDFLAGS@
272 LIBS = @LIBS@
273 libxml2_la_DEPENDENCIES =
274 @WITH_TRIO_SOURCES_FALSE@libxml2_la_OBJECTS = SAX.lo entities.lo \
275 @WITH_TRIO_SOURCES_FALSE@encoding.lo error.lo parserInternals.lo \
276 @WITH_TRIO_SOURCES_FALSE@parser.lo tree.lo hash.lo list.lo xmlIO.lo \
277 @WITH_TRIO_SOURCES_FALSE@xmlmemory.lo uri.lo valid.lo xlink.lo \
278 @WITH_TRIO_SOURCES_FALSE@HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo \
279 @WITH_TRIO_SOURCES_FALSE@xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo \
280 @WITH_TRIO_SOURCES_FALSE@DOCBparser.lo catalog.lo globals.lo threads.lo \
281 @WITH_TRIO_SOURCES_FALSE@c14n.lo xmlregexp.lo xmlschemas.lo \
282 @WITH_TRIO_SOURCES_FALSE@xmlschemastypes.lo xmlunicode.lo
283 @WITH_TRIO_SOURCES_TRUE@libxml2_la_OBJECTS = SAX.lo entities.lo \
284 @WITH_TRIO_SOURCES_TRUE@encoding.lo error.lo parserInternals.lo \
285 @WITH_TRIO_SOURCES_TRUE@parser.lo tree.lo hash.lo list.lo xmlIO.lo \
286 @WITH_TRIO_SOURCES_TRUE@xmlmemory.lo uri.lo valid.lo xlink.lo \
287 @WITH_TRIO_SOURCES_TRUE@HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo \
288 @WITH_TRIO_SOURCES_TRUE@xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo \
289 @WITH_TRIO_SOURCES_TRUE@DOCBparser.lo catalog.lo globals.lo threads.lo \
290 @WITH_TRIO_SOURCES_TRUE@c14n.lo xmlregexp.lo xmlschemas.lo \
291 @WITH_TRIO_SOURCES_TRUE@xmlschemastypes.lo xmlunicode.lo triostr.lo \
292 @WITH_TRIO_SOURCES_TRUE@trio.lo
293 bin_PROGRAMS = xmllint$(EXEEXT) xmlcatalog$(EXEEXT)
294 noinst_PROGRAMS = testSchemas$(EXEEXT) testSAX$(EXEEXT) \
295 testHTML$(EXEEXT) testXPath$(EXEEXT) testURI$(EXEEXT) \
296 testDocbook$(EXEEXT) testThreads$(EXEEXT) testC14N$(EXEEXT) \
297 testAutomata$(EXEEXT) testRegexp$(EXEEXT)
298 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
300 xmllint_OBJECTS = xmllint.$(OBJEXT)
301 xmlcatalog_OBJECTS = xmlcatalog.$(OBJEXT)
302 testSchemas_OBJECTS = testSchemas.$(OBJEXT)
303 testSAX_OBJECTS = testSAX.$(OBJEXT)
304 testHTML_OBJECTS = testHTML.$(OBJEXT)
305 testXPath_OBJECTS = testXPath.$(OBJEXT)
306 testURI_OBJECTS = testURI.$(OBJEXT)
307 testDocbook_OBJECTS = testDocbook.$(OBJEXT)
308 testThreads_OBJECTS = testThreads.$(OBJEXT)
309 testC14N_OBJECTS = testC14N.$(OBJEXT)
310 testAutomata_OBJECTS = testAutomata.$(OBJEXT)
311 testRegexp_OBJECTS = testRegexp.$(OBJEXT)
312 SCRIPTS = $(bin_SCRIPTS)
314 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
315 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
316 CCLD = $(CC)
317 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
318 man1dir = $(mandir)/man1
319 man3dir = $(mandir)/man3
320 MANS = $(man_MANS)
322 NROFF = nroff
323 DATA = $(confexec_DATA) $(m4data_DATA) $(pkgconfig_DATA)
325 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
326 Makefile.am Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 \
327 config.guess config.h.in config.sub configure configure.in install-sh \
328 libxml-2.0.pc.in libxml.spec.in ltconfig ltmain.sh missing \
329 mkinstalldirs xml2-config.in xml2Conf.sh.in
332 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
334 GZIP_ENV = --best
335 SOURCES = $(libxml2_la_SOURCES) $(xmllint_SOURCES) $(xmlcatalog_SOURCES) $(testSchemas_SOURCES) $(testSAX_SOURCES) $(testHTML_SOURCES) $(testXPath_SOURCES) $(testURI_SOURCES) $(testDocbook_SOURCES) $(testThreads_SOURCES) $(testC14N_SOURCES) $(testAutomata_SOURCES) $(testRegexp_SOURCES)
336 OBJECTS = $(libxml2_la_OBJECTS) $(xmllint_OBJECTS) $(xmlcatalog_OBJECTS) $(testSchemas_OBJECTS) $(testSAX_OBJECTS) $(testHTML_OBJECTS) $(testXPath_OBJECTS) $(testURI_OBJECTS) $(testDocbook_OBJECTS) $(testThreads_OBJECTS) $(testC14N_OBJECTS) $(testAutomata_OBJECTS) $(testRegexp_OBJECTS)
338 all: all-redirect
339 .SUFFIXES:
340 .SUFFIXES: .S .c .lo .o .obj .s
341 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
342 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
344 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
345 cd $(top_builddir) \
346 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
348 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
349 cd $(srcdir) && $(ACLOCAL)
351 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
352 $(SHELL) ./config.status --recheck
353 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
354 cd $(srcdir) && $(AUTOCONF)
356 config.h: stamp-h
357 @if test ! -f $@; then \
358 rm -f stamp-h; \
359 $(MAKE) stamp-h; \
360 else :; fi
361 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
362 cd $(top_builddir) \
363 && CONFIG_FILES= CONFIG_HEADERS=config.h \
364 $(SHELL) ./config.status
365 @echo timestamp > stamp-h 2> /dev/null
366 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
367 @if test ! -f $@; then \
368 rm -f $(srcdir)/stamp-h.in; \
369 $(MAKE) $(srcdir)/stamp-h.in; \
370 else :; fi
371 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
372 cd $(top_srcdir) && $(AUTOHEADER)
373 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
375 mostlyclean-hdr:
377 clean-hdr:
379 distclean-hdr:
380 -rm -f config.h
382 maintainer-clean-hdr:
383 libxml.spec: $(top_builddir)/config.status libxml.spec.in
384 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
385 xml2-config: $(top_builddir)/config.status xml2-config.in
386 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
387 libxml-2.0.pc: $(top_builddir)/config.status libxml-2.0.pc.in
388 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
389 xml2Conf.sh: $(top_builddir)/config.status xml2Conf.sh.in
390 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
392 mostlyclean-libLTLIBRARIES:
394 clean-libLTLIBRARIES:
395 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
397 distclean-libLTLIBRARIES:
399 maintainer-clean-libLTLIBRARIES:
401 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
402 @$(NORMAL_INSTALL)
403 $(mkinstalldirs) $(DESTDIR)$(libdir)
404 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
405 if test -f $$p; then \
406 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
407 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
408 else :; fi; \
409 done
411 uninstall-libLTLIBRARIES:
412 @$(NORMAL_UNINSTALL)
413 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
414 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
415 done
417 .c.o:
418 $(COMPILE) -c $<
420 # FIXME: We should only use cygpath when building on Windows,
421 # and only if it is available.
422 .c.obj:
423 $(COMPILE) -c `cygpath -w $<`
425 .s.o:
426 $(COMPILE) -c $<
428 .S.o:
429 $(COMPILE) -c $<
431 mostlyclean-compile:
432 -rm -f *.o core *.core
433 -rm -f *.$(OBJEXT)
435 clean-compile:
437 distclean-compile:
438 -rm -f *.tab.c
440 maintainer-clean-compile:
442 .c.lo:
443 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
445 .s.lo:
446 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
448 .S.lo:
449 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
451 mostlyclean-libtool:
452 -rm -f *.lo
454 clean-libtool:
455 -rm -rf .libs _libs
457 distclean-libtool:
459 maintainer-clean-libtool:
461 libxml2.la: $(libxml2_la_OBJECTS) $(libxml2_la_DEPENDENCIES)
462 $(LINK) -rpath $(libdir) $(libxml2_la_LDFLAGS) $(libxml2_la_OBJECTS) $(libxml2_la_LIBADD) $(LIBS)
464 mostlyclean-binPROGRAMS:
466 clean-binPROGRAMS:
467 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
469 distclean-binPROGRAMS:
471 maintainer-clean-binPROGRAMS:
473 install-binPROGRAMS: $(bin_PROGRAMS)
474 @$(NORMAL_INSTALL)
475 $(mkinstalldirs) $(DESTDIR)$(bindir)
476 @list='$(bin_PROGRAMS)'; for p in $$list; do \
477 if test -f $$p; then \
478 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
479 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
480 else :; fi; \
481 done
483 uninstall-binPROGRAMS:
484 @$(NORMAL_UNINSTALL)
485 list='$(bin_PROGRAMS)'; for p in $$list; do \
486 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
487 done
489 mostlyclean-noinstPROGRAMS:
491 clean-noinstPROGRAMS:
492 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
494 distclean-noinstPROGRAMS:
496 maintainer-clean-noinstPROGRAMS:
498 xmllint$(EXEEXT): $(xmllint_OBJECTS) $(xmllint_DEPENDENCIES)
499 @rm -f xmllint$(EXEEXT)
500 $(LINK) $(xmllint_LDFLAGS) $(xmllint_OBJECTS) $(xmllint_LDADD) $(LIBS)
502 xmlcatalog$(EXEEXT): $(xmlcatalog_OBJECTS) $(xmlcatalog_DEPENDENCIES)
503 @rm -f xmlcatalog$(EXEEXT)
504 $(LINK) $(xmlcatalog_LDFLAGS) $(xmlcatalog_OBJECTS) $(xmlcatalog_LDADD) $(LIBS)
506 testSchemas$(EXEEXT): $(testSchemas_OBJECTS) $(testSchemas_DEPENDENCIES)
507 @rm -f testSchemas$(EXEEXT)
508 $(LINK) $(testSchemas_LDFLAGS) $(testSchemas_OBJECTS) $(testSchemas_LDADD) $(LIBS)
510 testSAX$(EXEEXT): $(testSAX_OBJECTS) $(testSAX_DEPENDENCIES)
511 @rm -f testSAX$(EXEEXT)
512 $(LINK) $(testSAX_LDFLAGS) $(testSAX_OBJECTS) $(testSAX_LDADD) $(LIBS)
514 testHTML$(EXEEXT): $(testHTML_OBJECTS) $(testHTML_DEPENDENCIES)
515 @rm -f testHTML$(EXEEXT)
516 $(LINK) $(testHTML_LDFLAGS) $(testHTML_OBJECTS) $(testHTML_LDADD) $(LIBS)
518 testXPath$(EXEEXT): $(testXPath_OBJECTS) $(testXPath_DEPENDENCIES)
519 @rm -f testXPath$(EXEEXT)
520 $(LINK) $(testXPath_LDFLAGS) $(testXPath_OBJECTS) $(testXPath_LDADD) $(LIBS)
522 testURI$(EXEEXT): $(testURI_OBJECTS) $(testURI_DEPENDENCIES)
523 @rm -f testURI$(EXEEXT)
524 $(LINK) $(testURI_LDFLAGS) $(testURI_OBJECTS) $(testURI_LDADD) $(LIBS)
526 testDocbook$(EXEEXT): $(testDocbook_OBJECTS) $(testDocbook_DEPENDENCIES)
527 @rm -f testDocbook$(EXEEXT)
528 $(LINK) $(testDocbook_LDFLAGS) $(testDocbook_OBJECTS) $(testDocbook_LDADD) $(LIBS)
530 testThreads$(EXEEXT): $(testThreads_OBJECTS) $(testThreads_DEPENDENCIES)
531 @rm -f testThreads$(EXEEXT)
532 $(LINK) $(testThreads_LDFLAGS) $(testThreads_OBJECTS) $(testThreads_LDADD) $(LIBS)
534 testC14N$(EXEEXT): $(testC14N_OBJECTS) $(testC14N_DEPENDENCIES)
535 @rm -f testC14N$(EXEEXT)
536 $(LINK) $(testC14N_LDFLAGS) $(testC14N_OBJECTS) $(testC14N_LDADD) $(LIBS)
538 testAutomata$(EXEEXT): $(testAutomata_OBJECTS) $(testAutomata_DEPENDENCIES)
539 @rm -f testAutomata$(EXEEXT)
540 $(LINK) $(testAutomata_LDFLAGS) $(testAutomata_OBJECTS) $(testAutomata_LDADD) $(LIBS)
542 testRegexp$(EXEEXT): $(testRegexp_OBJECTS) $(testRegexp_DEPENDENCIES)
543 @rm -f testRegexp$(EXEEXT)
544 $(LINK) $(testRegexp_LDFLAGS) $(testRegexp_OBJECTS) $(testRegexp_LDADD) $(LIBS)
546 install-binSCRIPTS: $(bin_SCRIPTS)
547 @$(NORMAL_INSTALL)
548 $(mkinstalldirs) $(DESTDIR)$(bindir)
549 @list='$(bin_SCRIPTS)'; for p in $$list; do \
550 if test -f $$p; then \
551 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
552 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
553 else if test -f $(srcdir)/$$p; then \
554 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
555 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
556 else :; fi; fi; \
557 done
559 uninstall-binSCRIPTS:
560 @$(NORMAL_UNINSTALL)
561 list='$(bin_SCRIPTS)'; for p in $$list; do \
562 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
563 done
565 install-man1:
566 $(mkinstalldirs) $(DESTDIR)$(man1dir)
567 @list='$(man1_MANS)'; \
568 l2='$(man_MANS)'; for i in $$l2; do \
569 case "$$i" in \
570 *.1*) list="$$list $$i" ;; \
571 esac; \
572 done; \
573 for i in $$list; do \
574 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
575 else file=$$i; fi; \
576 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
577 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
578 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
579 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
580 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
581 done
583 uninstall-man1:
584 @list='$(man1_MANS)'; \
585 l2='$(man_MANS)'; for i in $$l2; do \
586 case "$$i" in \
587 *.1*) list="$$list $$i" ;; \
588 esac; \
589 done; \
590 for i in $$list; do \
591 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
592 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
593 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
594 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
595 rm -f $(DESTDIR)$(man1dir)/$$inst; \
596 done
598 install-man3:
599 $(mkinstalldirs) $(DESTDIR)$(man3dir)
600 @list='$(man3_MANS)'; \
601 l2='$(man_MANS)'; for i in $$l2; do \
602 case "$$i" in \
603 *.3*) list="$$list $$i" ;; \
604 esac; \
605 done; \
606 for i in $$list; do \
607 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
608 else file=$$i; fi; \
609 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
610 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
611 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
612 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst"; \
613 $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst; \
614 done
616 uninstall-man3:
617 @list='$(man3_MANS)'; \
618 l2='$(man_MANS)'; for i in $$l2; do \
619 case "$$i" in \
620 *.3*) list="$$list $$i" ;; \
621 esac; \
622 done; \
623 for i in $$list; do \
624 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
625 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
626 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
627 echo " rm -f $(DESTDIR)$(man3dir)/$$inst"; \
628 rm -f $(DESTDIR)$(man3dir)/$$inst; \
629 done
630 install-man: $(MANS)
631 @$(NORMAL_INSTALL)
632 $(MAKE) $(AM_MAKEFLAGS) install-man1 install-man3
633 uninstall-man:
634 @$(NORMAL_UNINSTALL)
635 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 uninstall-man3
637 install-confexecDATA: $(confexec_DATA)
638 @$(NORMAL_INSTALL)
639 $(mkinstalldirs) $(DESTDIR)$(confexecdir)
640 @list='$(confexec_DATA)'; for p in $$list; do \
641 if test -f $(srcdir)/$$p; then \
642 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confexecdir)/$$p"; \
643 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confexecdir)/$$p; \
644 else if test -f $$p; then \
645 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(confexecdir)/$$p"; \
646 $(INSTALL_DATA) $$p $(DESTDIR)$(confexecdir)/$$p; \
647 fi; fi; \
648 done
650 uninstall-confexecDATA:
651 @$(NORMAL_UNINSTALL)
652 list='$(confexec_DATA)'; for p in $$list; do \
653 rm -f $(DESTDIR)$(confexecdir)/$$p; \
654 done
656 install-m4dataDATA: $(m4data_DATA)
657 @$(NORMAL_INSTALL)
658 $(mkinstalldirs) $(DESTDIR)$(m4datadir)
659 @list='$(m4data_DATA)'; for p in $$list; do \
660 if test -f $(srcdir)/$$p; then \
661 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p"; \
662 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p; \
663 else if test -f $$p; then \
664 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p"; \
665 $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p; \
666 fi; fi; \
667 done
669 uninstall-m4dataDATA:
670 @$(NORMAL_UNINSTALL)
671 list='$(m4data_DATA)'; for p in $$list; do \
672 rm -f $(DESTDIR)$(m4datadir)/$$p; \
673 done
675 install-pkgconfigDATA: $(pkgconfig_DATA)
676 @$(NORMAL_INSTALL)
677 $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
678 @list='$(pkgconfig_DATA)'; for p in $$list; do \
679 if test -f $(srcdir)/$$p; then \
680 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
681 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
682 else if test -f $$p; then \
683 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
684 $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
685 fi; fi; \
686 done
688 uninstall-pkgconfigDATA:
689 @$(NORMAL_UNINSTALL)
690 list='$(pkgconfig_DATA)'; for p in $$list; do \
691 rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
692 done
694 # This directory's subdirectories are mostly independent; you can cd
695 # into them and run `make' without going through this Makefile.
696 # To change the values of `make' variables: instead of editing Makefiles,
697 # (1) if the variable is set in `config.status', edit `config.status'
698 # (which will cause the Makefiles to be regenerated when you run `make');
699 # (2) otherwise, pass the desired values on the `make' command line.
701 @SET_MAKE@
703 all-recursive install-data-recursive install-exec-recursive \
704 installdirs-recursive install-recursive uninstall-recursive \
705 check-recursive installcheck-recursive info-recursive dvi-recursive:
706 @set fnord $(MAKEFLAGS); amf=$$2; \
707 dot_seen=no; \
708 target=`echo $@ | sed s/-recursive//`; \
709 list='$(SUBDIRS)'; for subdir in $$list; do \
710 echo "Making $$target in $$subdir"; \
711 if test "$$subdir" = "."; then \
712 dot_seen=yes; \
713 local_target="$$target-am"; \
714 else \
715 local_target="$$target"; \
716 fi; \
717 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
718 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
719 done; \
720 if test "$$dot_seen" = "no"; then \
721 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
722 fi; test -z "$$fail"
724 mostlyclean-recursive clean-recursive distclean-recursive \
725 maintainer-clean-recursive:
726 @set fnord $(MAKEFLAGS); amf=$$2; \
727 dot_seen=no; \
728 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
729 rev="$$subdir $$rev"; \
730 test "$$subdir" != "." || dot_seen=yes; \
731 done; \
732 test "$$dot_seen" = "no" && rev=". $$rev"; \
733 target=`echo $@ | sed s/-recursive//`; \
734 for subdir in $$rev; do \
735 echo "Making $$target in $$subdir"; \
736 if test "$$subdir" = "."; then \
737 local_target="$$target-am"; \
738 else \
739 local_target="$$target"; \
740 fi; \
741 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
742 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
743 done && test -z "$$fail"
744 tags-recursive:
745 list='$(SUBDIRS)'; for subdir in $$list; do \
746 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
747 done
749 tags: TAGS
751 ID: $(HEADERS) $(SOURCES) $(LISP)
752 list='$(SOURCES) $(HEADERS)'; \
753 unique=`for i in $$list; do echo $$i; done | \
754 awk ' { files[$$0] = 1; } \
755 END { for (i in files) print i; }'`; \
756 here=`pwd` && cd $(srcdir) \
757 && mkid -f$$here/ID $$unique $(LISP)
759 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
760 tags=; \
761 here=`pwd`; \
762 list='$(SUBDIRS)'; for subdir in $$list; do \
763 if test "$$subdir" = .; then :; else \
764 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
765 fi; \
766 done; \
767 list='$(SOURCES) $(HEADERS)'; \
768 unique=`for i in $$list; do echo $$i; done | \
769 awk ' { files[$$0] = 1; } \
770 END { for (i in files) print i; }'`; \
771 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
772 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
774 mostlyclean-tags:
776 clean-tags:
778 distclean-tags:
779 -rm -f TAGS ID
781 maintainer-clean-tags:
783 distdir = $(PACKAGE)-$(VERSION)
784 top_distdir = $(distdir)
786 # This target untars the dist file and tries a VPATH configuration. Then
787 # it guarantees that the distribution is self-contained by making another
788 # tarfile.
789 distcheck: dist
790 -rm -rf $(distdir)
791 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
792 mkdir $(distdir)/=build
793 mkdir $(distdir)/=inst
794 dc_install_base=`cd $(distdir)/=inst && pwd`; \
795 cd $(distdir)/=build \
796 && ../configure --srcdir=.. --prefix=$$dc_install_base \
797 && $(MAKE) $(AM_MAKEFLAGS) \
798 && $(MAKE) $(AM_MAKEFLAGS) dvi \
799 && $(MAKE) $(AM_MAKEFLAGS) check \
800 && $(MAKE) $(AM_MAKEFLAGS) install \
801 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
802 && $(MAKE) $(AM_MAKEFLAGS) dist
803 -rm -rf $(distdir)
804 @banner="$(distdir).tar.gz is ready for distribution"; \
805 dashes=`echo "$$banner" | sed s/./=/g`; \
806 echo "$$dashes"; \
807 echo "$$banner"; \
808 echo "$$dashes"
809 dist: distdir
810 -chmod -R a+r $(distdir)
811 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
812 -rm -rf $(distdir)
813 dist-all: distdir
814 -chmod -R a+r $(distdir)
815 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
816 -rm -rf $(distdir)
817 distdir: $(DISTFILES)
818 -rm -rf $(distdir)
819 mkdir $(distdir)
820 -chmod 777 $(distdir)
821 $(mkinstalldirs) $(distdir)/example
822 @for file in $(DISTFILES); do \
823 d=$(srcdir); \
824 if test -d $$d/$$file; then \
825 cp -pr $$d/$$file $(distdir)/$$file; \
826 else \
827 test -f $(distdir)/$$file \
828 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
829 || cp -p $$d/$$file $(distdir)/$$file || :; \
830 fi; \
831 done
832 for subdir in $(DIST_SUBDIRS); do \
833 if test "$$subdir" = .; then :; else \
834 test -d $(distdir)/$$subdir \
835 || mkdir $(distdir)/$$subdir \
836 || exit 1; \
837 chmod 777 $(distdir)/$$subdir; \
838 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
839 || exit 1; \
840 fi; \
841 done
842 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
843 c14n.lo c14n.o : c14n.c libxml.h config.h include/libxml/xmlversion.h \
844 include/libxml/tree.h include/libxml/xmlregexp.h \
845 include/libxml/xmlmemory.h include/libxml/threads.h \
846 include/libxml/globals.h include/libxml/parser.h \
847 include/libxml/valid.h include/libxml/list.h \
848 include/libxml/xmlautomata.h include/libxml/entities.h \
849 include/libxml/encoding.h include/libxml/xmlIO.h \
850 include/libxml/xmlerror.h include/libxml/SAX.h \
851 include/libxml/xlink.h include/libxml/uri.h \
852 include/libxml/xpathInternals.h include/libxml/xpath.h \
853 include/libxml/hash.h include/libxml/c14n.h
854 catalog.lo catalog.o : catalog.c libxml.h config.h \
855 include/libxml/xmlversion.h include/libxml/xmlmemory.h \
856 include/libxml/threads.h include/libxml/globals.h \
857 include/libxml/parser.h include/libxml/tree.h \
858 include/libxml/xmlregexp.h include/libxml/valid.h \
859 include/libxml/list.h include/libxml/xmlautomata.h \
860 include/libxml/entities.h include/libxml/encoding.h \
861 include/libxml/xmlIO.h include/libxml/xmlerror.h \
862 include/libxml/SAX.h include/libxml/xlink.h \
863 include/libxml/hash.h include/libxml/uri.h \
864 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
865 include/libxml/catalog.h
866 debugXML.lo debugXML.o : debugXML.c libxml.h config.h \
867 include/libxml/xmlversion.h include/libxml/xmlmemory.h \
868 include/libxml/threads.h include/libxml/globals.h \
869 include/libxml/parser.h include/libxml/tree.h \
870 include/libxml/xmlregexp.h include/libxml/valid.h \
871 include/libxml/list.h include/libxml/xmlautomata.h \
872 include/libxml/entities.h include/libxml/encoding.h \
873 include/libxml/xmlIO.h include/libxml/xmlerror.h \
874 include/libxml/SAX.h include/libxml/xlink.h \
875 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
876 include/libxml/debugXML.h include/libxml/xpath.h \
877 include/libxml/hash.h include/libxml/HTMLtree.h \
878 include/libxml/xpathInternals.h
879 DOCBparser.lo DOCBparser.o : DOCBparser.c libxml.h config.h \
880 include/libxml/xmlversion.h include/libxml/xmlmemory.h \
881 include/libxml/threads.h include/libxml/globals.h \
882 include/libxml/parser.h include/libxml/tree.h \
883 include/libxml/xmlregexp.h include/libxml/valid.h \
884 include/libxml/list.h include/libxml/xmlautomata.h \
885 include/libxml/entities.h include/libxml/encoding.h \
886 include/libxml/xmlIO.h include/libxml/xmlerror.h \
887 include/libxml/SAX.h include/libxml/xlink.h \
888 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
889 include/libxml/DOCBparser.h include/libxml/uri.h
890 encoding.lo encoding.o : encoding.c libxml.h config.h \
891 include/libxml/xmlversion.h include/libxml/encoding.h \
892 include/libxml/tree.h include/libxml/xmlregexp.h \
893 include/libxml/xmlmemory.h include/libxml/threads.h \
894 include/libxml/globals.h include/libxml/parser.h \
895 include/libxml/valid.h include/libxml/list.h \
896 include/libxml/xmlautomata.h include/libxml/entities.h \
897 include/libxml/xmlIO.h include/libxml/xmlerror.h \
898 include/libxml/SAX.h include/libxml/xlink.h \
899 include/libxml/HTMLparser.h
900 entities.lo entities.o : entities.c libxml.h config.h \
901 include/libxml/xmlversion.h include/libxml/xmlmemory.h \
902 include/libxml/threads.h include/libxml/globals.h \
903 include/libxml/parser.h include/libxml/tree.h \
904 include/libxml/xmlregexp.h include/libxml/valid.h \
905 include/libxml/list.h include/libxml/xmlautomata.h \
906 include/libxml/entities.h include/libxml/encoding.h \
907 include/libxml/xmlIO.h include/libxml/xmlerror.h \
908 include/libxml/SAX.h include/libxml/xlink.h \
909 include/libxml/hash.h
910 error.lo error.o : error.c libxml.h config.h include/libxml/xmlversion.h \
911 include/libxml/parser.h include/libxml/tree.h \
912 include/libxml/xmlregexp.h include/libxml/valid.h \
913 include/libxml/list.h include/libxml/xmlautomata.h \
914 include/libxml/entities.h include/libxml/encoding.h \
915 include/libxml/xmlIO.h include/libxml/globals.h \
916 include/libxml/xmlerror.h include/libxml/SAX.h \
917 include/libxml/xlink.h include/libxml/xmlmemory.h \
918 include/libxml/threads.h
919 globals.lo globals.o : globals.c libxml.h config.h \
920 include/libxml/xmlversion.h include/libxml/globals.h \
921 include/libxml/parser.h include/libxml/tree.h \
922 include/libxml/xmlregexp.h include/libxml/valid.h \
923 include/libxml/list.h include/libxml/xmlautomata.h \
924 include/libxml/entities.h include/libxml/encoding.h \
925 include/libxml/xmlIO.h include/libxml/xmlerror.h \
926 include/libxml/SAX.h include/libxml/xlink.h \
927 include/libxml/xmlmemory.h include/libxml/threads.h
928 hash.lo hash.o : hash.c libxml.h config.h include/libxml/xmlversion.h \
929 include/libxml/hash.h include/libxml/parser.h \
930 include/libxml/tree.h include/libxml/xmlregexp.h \
931 include/libxml/valid.h include/libxml/list.h \
932 include/libxml/xmlautomata.h include/libxml/entities.h \
933 include/libxml/encoding.h include/libxml/xmlIO.h \
934 include/libxml/globals.h include/libxml/xmlerror.h \
935 include/libxml/SAX.h include/libxml/xlink.h \
936 include/libxml/xmlmemory.h include/libxml/threads.h
937 HTMLparser.lo HTMLparser.o : HTMLparser.c libxml.h config.h \
938 include/libxml/xmlversion.h include/libxml/xmlmemory.h \
939 include/libxml/threads.h include/libxml/globals.h \
940 include/libxml/parser.h include/libxml/tree.h \
941 include/libxml/xmlregexp.h include/libxml/valid.h \
942 include/libxml/list.h include/libxml/xmlautomata.h \
943 include/libxml/entities.h include/libxml/encoding.h \
944 include/libxml/xmlIO.h include/libxml/xmlerror.h \
945 include/libxml/SAX.h include/libxml/xlink.h \
946 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
947 include/libxml/HTMLtree.h
948 HTMLtree.lo HTMLtree.o : HTMLtree.c libxml.h config.h \
949 include/libxml/xmlversion.h include/libxml/xmlmemory.h \
950 include/libxml/threads.h include/libxml/globals.h \
951 include/libxml/parser.h include/libxml/tree.h \
952 include/libxml/xmlregexp.h include/libxml/valid.h \
953 include/libxml/list.h include/libxml/xmlautomata.h \
954 include/libxml/entities.h include/libxml/encoding.h \
955 include/libxml/xmlIO.h include/libxml/xmlerror.h \
956 include/libxml/SAX.h include/libxml/xlink.h \
957 include/libxml/HTMLparser.h include/libxml/HTMLtree.h \
958 include/libxml/parserInternals.h include/libxml/uri.h
959 list.lo list.o : list.c libxml.h config.h include/libxml/xmlversion.h \
960 include/libxml/xmlmemory.h include/libxml/threads.h \
961 include/libxml/globals.h include/libxml/parser.h \
962 include/libxml/tree.h include/libxml/xmlregexp.h \
963 include/libxml/valid.h include/libxml/list.h \
964 include/libxml/xmlautomata.h include/libxml/entities.h \
965 include/libxml/encoding.h include/libxml/xmlIO.h \
966 include/libxml/xmlerror.h include/libxml/SAX.h \
967 include/libxml/xlink.h
968 nanoftp.lo nanoftp.o : nanoftp.c libxml.h config.h \
969 include/libxml/xmlversion.h include/libxml/xmlmemory.h \
970 include/libxml/threads.h include/libxml/globals.h \
971 include/libxml/parser.h include/libxml/tree.h \
972 include/libxml/xmlregexp.h include/libxml/valid.h \
973 include/libxml/list.h include/libxml/xmlautomata.h \
974 include/libxml/entities.h include/libxml/encoding.h \
975 include/libxml/xmlIO.h include/libxml/xmlerror.h \
976 include/libxml/SAX.h include/libxml/xlink.h \
977 include/libxml/nanoftp.h
978 nanohttp.lo nanohttp.o : nanohttp.c libxml.h config.h \
979 include/libxml/xmlversion.h include/libxml/globals.h \
980 include/libxml/parser.h include/libxml/tree.h \
981 include/libxml/xmlregexp.h include/libxml/valid.h \
982 include/libxml/list.h include/libxml/xmlautomata.h \
983 include/libxml/entities.h include/libxml/encoding.h \
984 include/libxml/xmlIO.h include/libxml/xmlerror.h \
985 include/libxml/SAX.h include/libxml/xlink.h \
986 include/libxml/xmlmemory.h include/libxml/threads.h \
987 include/libxml/nanohttp.h
988 parser.lo parser.o : parser.c libxml.h config.h \
989 include/libxml/xmlversion.h include/libxml/xmlmemory.h \
990 include/libxml/threads.h include/libxml/globals.h \
991 include/libxml/parser.h include/libxml/tree.h \
992 include/libxml/xmlregexp.h include/libxml/valid.h \
993 include/libxml/list.h include/libxml/xmlautomata.h \
994 include/libxml/entities.h include/libxml/encoding.h \
995 include/libxml/xmlIO.h include/libxml/xmlerror.h \
996 include/libxml/SAX.h include/libxml/xlink.h \
997 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
998 include/libxml/uri.h include/libxml/catalog.h \
999 include/libxml/xpath.h include/libxml/hash.h
1000 parserInternals.lo parserInternals.o : parserInternals.c libxml.h \
1001 config.h include/libxml/xmlversion.h include/libxml/xmlmemory.h \
1002 include/libxml/threads.h include/libxml/globals.h \
1003 include/libxml/parser.h include/libxml/tree.h \
1004 include/libxml/xmlregexp.h include/libxml/valid.h \
1005 include/libxml/list.h include/libxml/xmlautomata.h \
1006 include/libxml/entities.h include/libxml/encoding.h \
1007 include/libxml/xmlIO.h include/libxml/xmlerror.h \
1008 include/libxml/SAX.h include/libxml/xlink.h \
1009 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
1010 include/libxml/uri.h include/libxml/catalog.h
1011 regexp.lo regexp.o : regexp.c libxml.h config.h \
1012 include/libxml/xmlversion.h include/libxml/tree.h \
1013 include/libxml/xmlmemory.h include/libxml/threads.h \
1014 include/libxml/globals.h include/libxml/parser.h \
1015 include/libxml/valid.h include/libxml/list.h \
1016 include/libxml/entities.h include/libxml/encoding.h \
1017 include/libxml/xmlIO.h include/libxml/xmlerror.h \
1018 include/libxml/SAX.h include/libxml/xlink.h \
1019 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
1020 include/libxml/regexp.h include/libxml/automata.h \
1021 include/libxml/unicode.h
1022 SAX.lo SAX.o : SAX.c libxml.h config.h include/libxml/xmlversion.h \
1023 include/libxml/xmlmemory.h include/libxml/threads.h \
1024 include/libxml/globals.h include/libxml/parser.h \
1025 include/libxml/tree.h include/libxml/xmlregexp.h \
1026 include/libxml/valid.h include/libxml/list.h \
1027 include/libxml/xmlautomata.h include/libxml/entities.h \
1028 include/libxml/encoding.h include/libxml/xmlIO.h \
1029 include/libxml/xmlerror.h include/libxml/SAX.h \
1030 include/libxml/xlink.h include/libxml/parserInternals.h \
1031 include/libxml/HTMLparser.h include/libxml/debugXML.h \
1032 include/libxml/xpath.h include/libxml/hash.h \
1033 include/libxml/uri.h include/libxml/HTMLtree.h
1034 schemas.lo schemas.o : schemas.c libxml.h config.h \
1035 include/libxml/xmlversion.h include/libxml/xmlmemory.h \
1036 include/libxml/threads.h include/libxml/globals.h \
1037 include/libxml/parser.h include/libxml/tree.h \
1038 include/libxml/valid.h include/libxml/list.h \
1039 include/libxml/entities.h include/libxml/encoding.h \
1040 include/libxml/xmlIO.h include/libxml/xmlerror.h \
1041 include/libxml/SAX.h include/libxml/xlink.h \
1042 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
1043 include/libxml/hash.h include/libxml/schemas.h \
1044 include/libxml/schemasInternals.h include/libxml/regexp.h \
1045 include/libxml/schemastypes.h include/libxml/automata.h
1046 schemastypes.lo schemastypes.o : schemastypes.c libxml.h config.h \
1047 include/libxml/xmlversion.h include/libxml/xmlmemory.h \
1048 include/libxml/threads.h include/libxml/globals.h \
1049 include/libxml/parser.h include/libxml/tree.h \
1050 include/libxml/valid.h include/libxml/list.h \
1051 include/libxml/entities.h include/libxml/encoding.h \
1052 include/libxml/xmlIO.h include/libxml/xmlerror.h \
1053 include/libxml/SAX.h include/libxml/xlink.h \
1054 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
1055 include/libxml/hash.h include/libxml/schemas.h \
1056 include/libxml/schemasInternals.h include/libxml/regexp.h \
1057 include/libxml/schemastypes.h
1058 testAutomata.o: testAutomata.c libxml.h config.h \
1059 include/libxml/xmlversion.h include/libxml/tree.h \
1060 include/libxml/xmlregexp.h include/libxml/xmlmemory.h \
1061 include/libxml/threads.h include/libxml/globals.h \
1062 include/libxml/parser.h include/libxml/valid.h \
1063 include/libxml/list.h include/libxml/xmlautomata.h \
1064 include/libxml/entities.h include/libxml/encoding.h \
1065 include/libxml/xmlIO.h include/libxml/xmlerror.h \
1066 include/libxml/SAX.h include/libxml/xlink.h
1067 testC14N.o: testC14N.c libxml.h config.h include/libxml/xmlversion.h \
1068 include/libxml/xmlmemory.h include/libxml/threads.h \
1069 include/libxml/globals.h include/libxml/parser.h \
1070 include/libxml/tree.h include/libxml/xmlregexp.h \
1071 include/libxml/valid.h include/libxml/list.h \
1072 include/libxml/xmlautomata.h include/libxml/entities.h \
1073 include/libxml/encoding.h include/libxml/xmlIO.h \
1074 include/libxml/xmlerror.h include/libxml/SAX.h \
1075 include/libxml/xlink.h include/libxml/xpath.h \
1076 include/libxml/hash.h include/libxml/xpathInternals.h \
1077 include/libxml/c14n.h
1078 testDocbook.o: testDocbook.c libxml.h config.h \
1079 include/libxml/xmlversion.h include/libxml/xmlmemory.h \
1080 include/libxml/threads.h include/libxml/globals.h \
1081 include/libxml/parser.h include/libxml/tree.h \
1082 include/libxml/xmlregexp.h include/libxml/valid.h \
1083 include/libxml/list.h include/libxml/xmlautomata.h \
1084 include/libxml/entities.h include/libxml/encoding.h \
1085 include/libxml/xmlIO.h include/libxml/xmlerror.h \
1086 include/libxml/SAX.h include/libxml/xlink.h \
1087 include/libxml/DOCBparser.h include/libxml/debugXML.h \
1088 include/libxml/xpath.h include/libxml/hash.h
1089 testHTML.o: testHTML.c libxml.h config.h include/libxml/xmlversion.h \
1090 include/libxml/xmlmemory.h include/libxml/threads.h \
1091 include/libxml/globals.h include/libxml/parser.h \
1092 include/libxml/tree.h include/libxml/xmlregexp.h \
1093 include/libxml/valid.h include/libxml/list.h \
1094 include/libxml/xmlautomata.h include/libxml/entities.h \
1095 include/libxml/encoding.h include/libxml/xmlIO.h \
1096 include/libxml/xmlerror.h include/libxml/SAX.h \
1097 include/libxml/xlink.h include/libxml/HTMLparser.h \
1098 include/libxml/HTMLtree.h include/libxml/debugXML.h \
1099 include/libxml/xpath.h include/libxml/hash.h
1100 testRegexp.o: testRegexp.c libxml.h config.h include/libxml/xmlversion.h \
1101 include/libxml/tree.h include/libxml/xmlregexp.h \
1102 include/libxml/xmlmemory.h include/libxml/threads.h \
1103 include/libxml/globals.h include/libxml/parser.h \
1104 include/libxml/valid.h include/libxml/list.h \
1105 include/libxml/xmlautomata.h include/libxml/entities.h \
1106 include/libxml/encoding.h include/libxml/xmlIO.h \
1107 include/libxml/xmlerror.h include/libxml/SAX.h \
1108 include/libxml/xlink.h
1109 testSAX.o: testSAX.c libxml.h config.h include/libxml/xmlversion.h \
1110 include/libxml/globals.h include/libxml/parser.h \
1111 include/libxml/tree.h include/libxml/xmlregexp.h \
1112 include/libxml/valid.h include/libxml/list.h \
1113 include/libxml/xmlautomata.h include/libxml/entities.h \
1114 include/libxml/encoding.h include/libxml/xmlIO.h \
1115 include/libxml/xmlerror.h include/libxml/SAX.h \
1116 include/libxml/xlink.h include/libxml/xmlmemory.h \
1117 include/libxml/threads.h include/libxml/parserInternals.h \
1118 include/libxml/HTMLparser.h include/libxml/debugXML.h \
1119 include/libxml/xpath.h include/libxml/hash.h
1120 testSchemas.o: testSchemas.c libxml.h config.h \
1121 include/libxml/xmlversion.h include/libxml/parser.h \
1122 include/libxml/tree.h include/libxml/xmlregexp.h \
1123 include/libxml/valid.h include/libxml/list.h \
1124 include/libxml/xmlautomata.h include/libxml/entities.h \
1125 include/libxml/encoding.h include/libxml/xmlIO.h \
1126 include/libxml/globals.h include/libxml/xmlerror.h \
1127 include/libxml/SAX.h include/libxml/xlink.h \
1128 include/libxml/xmlmemory.h include/libxml/threads.h \
1129 include/libxml/debugXML.h include/libxml/xpath.h \
1130 include/libxml/hash.h include/libxml/xmlschemas.h \
1131 include/libxml/xmlschemastypes.h \
1132 include/libxml/schemasInternals.h
1133 testThreads.o: testThreads.c libxml.h config.h \
1134 include/libxml/xmlversion.h
1135 testURI.o: testURI.c libxml.h config.h include/libxml/xmlversion.h \
1136 include/libxml/xmlmemory.h include/libxml/threads.h \
1137 include/libxml/globals.h include/libxml/parser.h \
1138 include/libxml/tree.h include/libxml/xmlregexp.h \
1139 include/libxml/valid.h include/libxml/list.h \
1140 include/libxml/xmlautomata.h include/libxml/entities.h \
1141 include/libxml/encoding.h include/libxml/xmlIO.h \
1142 include/libxml/xmlerror.h include/libxml/SAX.h \
1143 include/libxml/xlink.h include/libxml/uri.h
1144 testXPath.o: testXPath.c libxml.h config.h include/libxml/xmlversion.h \
1145 include/libxml/xpath.h include/libxml/tree.h \
1146 include/libxml/xmlregexp.h include/libxml/xmlmemory.h \
1147 include/libxml/threads.h include/libxml/globals.h \
1148 include/libxml/parser.h include/libxml/valid.h \
1149 include/libxml/list.h include/libxml/xmlautomata.h \
1150 include/libxml/entities.h include/libxml/encoding.h \
1151 include/libxml/xmlIO.h include/libxml/xmlerror.h \
1152 include/libxml/SAX.h include/libxml/xlink.h \
1153 include/libxml/hash.h include/libxml/debugXML.h \
1154 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
1155 include/libxml/xpathInternals.h include/libxml/xpointer.h
1156 threads.lo threads.o : threads.c libxml.h config.h \
1157 include/libxml/xmlversion.h include/libxml/threads.h \
1158 include/libxml/globals.h include/libxml/parser.h \
1159 include/libxml/tree.h include/libxml/xmlregexp.h \
1160 include/libxml/valid.h include/libxml/list.h \
1161 include/libxml/xmlautomata.h include/libxml/entities.h \
1162 include/libxml/encoding.h include/libxml/xmlIO.h \
1163 include/libxml/xmlerror.h include/libxml/SAX.h \
1164 include/libxml/xlink.h include/libxml/xmlmemory.h
1165 tree.lo tree.o : tree.c libxml.h config.h include/libxml/xmlversion.h \
1166 include/libxml/xmlmemory.h include/libxml/threads.h \
1167 include/libxml/globals.h include/libxml/parser.h \
1168 include/libxml/tree.h include/libxml/xmlregexp.h \
1169 include/libxml/valid.h include/libxml/list.h \
1170 include/libxml/xmlautomata.h include/libxml/entities.h \
1171 include/libxml/encoding.h include/libxml/xmlIO.h \
1172 include/libxml/xmlerror.h include/libxml/SAX.h \
1173 include/libxml/xlink.h include/libxml/uri.h \
1174 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
1175 include/libxml/HTMLtree.h include/libxml/hash.h
1176 unicode.lo unicode.o : unicode.c libxml.h config.h \
1177 include/libxml/xmlversion.h unicode.h
1178 uri.lo uri.o : uri.c libxml.h config.h include/libxml/xmlversion.h \
1179 include/libxml/xmlmemory.h include/libxml/threads.h \
1180 include/libxml/globals.h include/libxml/parser.h \
1181 include/libxml/tree.h include/libxml/xmlregexp.h \
1182 include/libxml/valid.h include/libxml/list.h \
1183 include/libxml/xmlautomata.h include/libxml/entities.h \
1184 include/libxml/encoding.h include/libxml/xmlIO.h \
1185 include/libxml/xmlerror.h include/libxml/SAX.h \
1186 include/libxml/xlink.h include/libxml/uri.h
1187 valid.lo valid.o : valid.c libxml.h config.h include/libxml/xmlversion.h \
1188 include/libxml/xmlmemory.h include/libxml/threads.h \
1189 include/libxml/globals.h include/libxml/parser.h \
1190 include/libxml/tree.h include/libxml/xmlregexp.h \
1191 include/libxml/valid.h include/libxml/list.h \
1192 include/libxml/xmlautomata.h include/libxml/entities.h \
1193 include/libxml/encoding.h include/libxml/xmlIO.h \
1194 include/libxml/xmlerror.h include/libxml/SAX.h \
1195 include/libxml/xlink.h include/libxml/hash.h \
1196 include/libxml/parserInternals.h include/libxml/HTMLparser.h
1197 xinclude.lo xinclude.o : xinclude.c libxml.h config.h \
1198 include/libxml/xmlversion.h include/libxml/xmlmemory.h \
1199 include/libxml/threads.h include/libxml/globals.h \
1200 include/libxml/parser.h include/libxml/tree.h \
1201 include/libxml/xmlregexp.h include/libxml/valid.h \
1202 include/libxml/list.h include/libxml/xmlautomata.h \
1203 include/libxml/entities.h include/libxml/encoding.h \
1204 include/libxml/xmlIO.h include/libxml/xmlerror.h \
1205 include/libxml/SAX.h include/libxml/xlink.h \
1206 include/libxml/uri.h include/libxml/xpointer.h \
1207 include/libxml/xpath.h include/libxml/hash.h \
1208 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
1209 include/libxml/xinclude.h
1210 xlink.lo xlink.o : xlink.c libxml.h config.h include/libxml/xmlversion.h \
1211 include/libxml/xmlmemory.h include/libxml/threads.h \
1212 include/libxml/globals.h include/libxml/parser.h \
1213 include/libxml/tree.h include/libxml/xmlregexp.h \
1214 include/libxml/valid.h include/libxml/list.h \
1215 include/libxml/xmlautomata.h include/libxml/entities.h \
1216 include/libxml/encoding.h include/libxml/xmlIO.h \
1217 include/libxml/xmlerror.h include/libxml/SAX.h \
1218 include/libxml/xlink.h
1219 xmlcatalog.o: xmlcatalog.c libxml.h config.h include/libxml/xmlversion.h \
1220 include/libxml/xmlmemory.h include/libxml/threads.h \
1221 include/libxml/globals.h include/libxml/parser.h \
1222 include/libxml/tree.h include/libxml/xmlregexp.h \
1223 include/libxml/valid.h include/libxml/list.h \
1224 include/libxml/xmlautomata.h include/libxml/entities.h \
1225 include/libxml/encoding.h include/libxml/xmlIO.h \
1226 include/libxml/xmlerror.h include/libxml/SAX.h \
1227 include/libxml/xlink.h include/libxml/uri.h \
1228 include/libxml/catalog.h
1229 xmlIO.lo xmlIO.o : xmlIO.c libxml.h config.h include/libxml/xmlversion.h \
1230 include/libxml/xmlmemory.h include/libxml/threads.h \
1231 include/libxml/globals.h include/libxml/parser.h \
1232 include/libxml/tree.h include/libxml/xmlregexp.h \
1233 include/libxml/valid.h include/libxml/list.h \
1234 include/libxml/xmlautomata.h include/libxml/entities.h \
1235 include/libxml/encoding.h include/libxml/xmlIO.h \
1236 include/libxml/xmlerror.h include/libxml/SAX.h \
1237 include/libxml/xlink.h include/libxml/parserInternals.h \
1238 include/libxml/HTMLparser.h include/libxml/uri.h \
1239 include/libxml/nanohttp.h include/libxml/nanoftp.h \
1240 include/libxml/catalog.h
1241 xmllint.o: xmllint.c libxml.h config.h include/libxml/xmlversion.h \
1242 include/libxml/xmlmemory.h include/libxml/threads.h \
1243 include/libxml/globals.h include/libxml/parser.h \
1244 include/libxml/tree.h include/libxml/xmlregexp.h \
1245 include/libxml/valid.h include/libxml/list.h \
1246 include/libxml/xmlautomata.h include/libxml/entities.h \
1247 include/libxml/encoding.h include/libxml/xmlIO.h \
1248 include/libxml/xmlerror.h include/libxml/SAX.h \
1249 include/libxml/xlink.h include/libxml/parserInternals.h \
1250 include/libxml/HTMLparser.h include/libxml/HTMLtree.h \
1251 include/libxml/xpath.h include/libxml/hash.h \
1252 include/libxml/debugXML.h include/libxml/xinclude.h \
1253 include/libxml/catalog.h include/libxml/DOCBparser.h
1254 xmlmemory.lo xmlmemory.o : xmlmemory.c libxml.h config.h \
1255 include/libxml/xmlversion.h include/libxml/xmlmemory.h \
1256 include/libxml/threads.h include/libxml/globals.h \
1257 include/libxml/parser.h include/libxml/tree.h \
1258 include/libxml/xmlregexp.h include/libxml/valid.h \
1259 include/libxml/list.h include/libxml/xmlautomata.h \
1260 include/libxml/entities.h include/libxml/encoding.h \
1261 include/libxml/xmlIO.h include/libxml/xmlerror.h \
1262 include/libxml/SAX.h include/libxml/xlink.h
1263 xmlregexp.lo xmlregexp.o : xmlregexp.c libxml.h config.h \
1264 include/libxml/xmlversion.h include/libxml/tree.h \
1265 include/libxml/xmlregexp.h include/libxml/xmlmemory.h \
1266 include/libxml/threads.h include/libxml/globals.h \
1267 include/libxml/parser.h include/libxml/valid.h \
1268 include/libxml/list.h include/libxml/xmlautomata.h \
1269 include/libxml/entities.h include/libxml/encoding.h \
1270 include/libxml/xmlIO.h include/libxml/xmlerror.h \
1271 include/libxml/SAX.h include/libxml/xlink.h \
1272 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
1273 include/libxml/xmlunicode.h
1274 xmlschemas.lo xmlschemas.o : xmlschemas.c libxml.h config.h \
1275 include/libxml/xmlversion.h include/libxml/xmlmemory.h \
1276 include/libxml/threads.h include/libxml/globals.h \
1277 include/libxml/parser.h include/libxml/tree.h \
1278 include/libxml/xmlregexp.h include/libxml/valid.h \
1279 include/libxml/list.h include/libxml/xmlautomata.h \
1280 include/libxml/entities.h include/libxml/encoding.h \
1281 include/libxml/xmlIO.h include/libxml/xmlerror.h \
1282 include/libxml/SAX.h include/libxml/xlink.h \
1283 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
1284 include/libxml/hash.h include/libxml/uri.h \
1285 include/libxml/xmlschemas.h include/libxml/schemasInternals.h \
1286 include/libxml/xmlschemastypes.h
1287 xmlschemastypes.lo xmlschemastypes.o : xmlschemastypes.c libxml.h \
1288 config.h include/libxml/xmlversion.h include/libxml/xmlmemory.h \
1289 include/libxml/threads.h include/libxml/globals.h \
1290 include/libxml/parser.h include/libxml/tree.h \
1291 include/libxml/xmlregexp.h include/libxml/valid.h \
1292 include/libxml/list.h include/libxml/xmlautomata.h \
1293 include/libxml/entities.h include/libxml/encoding.h \
1294 include/libxml/xmlIO.h include/libxml/xmlerror.h \
1295 include/libxml/SAX.h include/libxml/xlink.h \
1296 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
1297 include/libxml/hash.h include/libxml/xmlschemas.h \
1298 include/libxml/schemasInternals.h \
1299 include/libxml/xmlschemastypes.h
1300 xmlunicode.lo xmlunicode.o : xmlunicode.c libxml.h config.h \
1301 include/libxml/xmlversion.h include/libxml/xmlunicode.h
1302 xpath.lo xpath.o : xpath.c libxml.h config.h include/libxml/xmlversion.h \
1303 include/libxml/xmlmemory.h include/libxml/threads.h \
1304 include/libxml/globals.h include/libxml/parser.h \
1305 include/libxml/tree.h include/libxml/xmlregexp.h \
1306 include/libxml/valid.h include/libxml/list.h \
1307 include/libxml/xmlautomata.h include/libxml/entities.h \
1308 include/libxml/encoding.h include/libxml/xmlIO.h \
1309 include/libxml/xmlerror.h include/libxml/SAX.h \
1310 include/libxml/xlink.h include/libxml/xpath.h \
1311 include/libxml/hash.h include/libxml/xpathInternals.h \
1312 include/libxml/parserInternals.h include/libxml/HTMLparser.h \
1313 include/libxml/xpointer.h include/libxml/debugXML.h trionan.c \
1314 triodef.h trionan.h
1315 xpointer.lo xpointer.o : xpointer.c libxml.h config.h \
1316 include/libxml/xmlversion.h include/libxml/xpointer.h \
1317 include/libxml/tree.h include/libxml/xmlregexp.h \
1318 include/libxml/xmlmemory.h include/libxml/threads.h \
1319 include/libxml/globals.h include/libxml/parser.h \
1320 include/libxml/valid.h include/libxml/list.h \
1321 include/libxml/xmlautomata.h include/libxml/entities.h \
1322 include/libxml/encoding.h include/libxml/xmlIO.h \
1323 include/libxml/xmlerror.h include/libxml/SAX.h \
1324 include/libxml/xlink.h include/libxml/xpath.h \
1325 include/libxml/hash.h include/libxml/parserInternals.h \
1326 include/libxml/HTMLparser.h include/libxml/uri.h \
1327 include/libxml/xpathInternals.h
1329 info-am:
1330 info: info-recursive
1331 dvi-am:
1332 dvi: dvi-recursive
1333 check-am: all-am
1334 $(MAKE) $(AM_MAKEFLAGS) check-local
1335 check: check-recursive
1336 installcheck-am:
1337 installcheck: installcheck-recursive
1338 all-recursive-am: config.h
1339 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1341 install-exec-am: install-libLTLIBRARIES install-binPROGRAMS \
1342 install-binSCRIPTS install-confexecDATA
1343 install-exec: install-exec-recursive
1345 install-data-am: install-man install-m4dataDATA install-pkgconfigDATA \
1346 install-data-local
1347 install-data: install-data-recursive
1349 install-am: all-am
1350 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1351 install: install-recursive
1352 uninstall-am: uninstall-libLTLIBRARIES uninstall-binPROGRAMS \
1353 uninstall-binSCRIPTS uninstall-man \
1354 uninstall-confexecDATA uninstall-m4dataDATA \
1355 uninstall-pkgconfigDATA
1356 uninstall: uninstall-recursive
1357 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
1358 config.h
1359 all-redirect: all-recursive-am
1360 install-strip:
1361 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1362 installdirs: installdirs-recursive
1363 installdirs-am:
1364 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \
1365 $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 \
1366 $(DESTDIR)$(mandir)/man3 $(DESTDIR)$(confexecdir) \
1367 $(DESTDIR)$(m4datadir) $(DESTDIR)$(pkgconfigdir)
1370 mostlyclean-generic:
1372 clean-generic:
1373 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1375 distclean-generic:
1376 -rm -f Makefile $(CONFIG_CLEAN_FILES)
1377 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
1379 maintainer-clean-generic:
1380 mostlyclean-am: mostlyclean-hdr mostlyclean-libLTLIBRARIES \
1381 mostlyclean-compile mostlyclean-libtool \
1382 mostlyclean-binPROGRAMS mostlyclean-noinstPROGRAMS \
1383 mostlyclean-tags mostlyclean-generic
1385 mostlyclean: mostlyclean-recursive
1387 clean-am: clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
1388 clean-binPROGRAMS clean-noinstPROGRAMS clean-tags \
1389 clean-generic mostlyclean-am
1391 clean: clean-recursive
1393 distclean-am: distclean-hdr distclean-libLTLIBRARIES distclean-compile \
1394 distclean-libtool distclean-binPROGRAMS \
1395 distclean-noinstPROGRAMS distclean-tags \
1396 distclean-generic clean-am
1397 -rm -f libtool
1399 distclean: distclean-recursive
1400 -rm -f config.status
1402 maintainer-clean-am: maintainer-clean-hdr \
1403 maintainer-clean-libLTLIBRARIES \
1404 maintainer-clean-compile maintainer-clean-libtool \
1405 maintainer-clean-binPROGRAMS \
1406 maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
1407 maintainer-clean-generic distclean-am
1408 @echo "This command is intended for maintainers to use;"
1409 @echo "it deletes files that may require special tools to rebuild."
1411 maintainer-clean: maintainer-clean-recursive
1412 -rm -f config.status
1414 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
1415 mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
1416 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
1417 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
1418 distclean-compile clean-compile maintainer-clean-compile \
1419 mostlyclean-libtool distclean-libtool clean-libtool \
1420 maintainer-clean-libtool mostlyclean-binPROGRAMS distclean-binPROGRAMS \
1421 clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
1422 install-binPROGRAMS mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
1423 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
1424 uninstall-binSCRIPTS install-binSCRIPTS install-man1 uninstall-man1 \
1425 install-man3 uninstall-man3 install-man uninstall-man \
1426 uninstall-confexecDATA install-confexecDATA uninstall-m4dataDATA \
1427 install-m4dataDATA uninstall-pkgconfigDATA install-pkgconfigDATA \
1428 install-data-recursive uninstall-data-recursive install-exec-recursive \
1429 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
1430 all-recursive check-recursive installcheck-recursive info-recursive \
1431 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
1432 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
1433 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
1434 dvi-am dvi check-local check check-am installcheck-am installcheck \
1435 all-recursive-am install-exec-am install-exec install-data-local \
1436 install-data-am install-data install-am install uninstall-am uninstall \
1437 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
1438 distclean-generic clean-generic maintainer-clean-generic clean \
1439 mostlyclean distclean maintainer-clean
1442 check-local: tests
1444 testall : tests SVGtests SAXtests
1446 tests: XMLtests XMLenttests HTMLtests Validtests URItests XPathtests XPtrtests XIncludetests C14Ntests Scripttests Catatests @TEST_REGEXPS@ @TEST_SCHEMAS@ @TEST_THREADS@
1447 @(if [ "@PYTHON_SUBDIR@" != "" ] ; then cd python ; $(MAKE) tests ; fi)
1449 valgrind:
1450 @echo '## Running the regression tests under Valgrind'
1451 @echo '## Go get a cup of coffee it is gonna take a while ...'
1452 $(MAKE) CHECKER='valgrind -q' tests
1454 HTMLtests : testHTML$(EXEEXT)
1455 @(echo > .memdump)
1456 @echo "##"
1457 @echo "## HTML regression tests"
1458 @echo "##"
1459 -@(for i in $(srcdir)/test/HTML/* ; do \
1460 name=`basename $$i`; \
1461 if [ ! -d $$i ] ; then \
1462 if [ ! -f $(srcdir)/result/HTML/$$name ] ; then \
1463 echo New test file $$name ; \
1464 $(CHECKER) $(top_builddir)/testHTML $$i > $(srcdir)/result/HTML/$$name 2>$(srcdir)/result/HTML/$$name.err ; \
1465 else \
1466 echo Testing $$name ; \
1467 $(CHECKER) $(top_builddir)/testHTML $$i > result.$$name 2> error.$$name ; \
1468 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1469 diff $(srcdir)/result/HTML/$$name result.$$name ; \
1470 diff -b $(srcdir)/result/HTML/$$name.err error.$$name ; \
1471 $(CHECKER) $(top_builddir)/testHTML result.$$name > result2.$$name 2>error.$$name ; \
1472 diff result.$$name result2.$$name ; \
1473 rm result.$$name result2.$$name error.$$name ; \
1474 fi ; fi ; done)
1475 @echo "##"
1476 @echo "## Push HTML regression tests"
1477 @echo "##"
1478 -@(for i in $(srcdir)/test/HTML/* ; do \
1479 name=`basename $$i`; \
1480 if [ ! -d $$i ] ; then \
1481 if [ ! -f $(srcdir)/result/HTML/$$name ] ; then \
1482 echo New test file $$name ; \
1483 $(CHECKER) $(top_builddir)/testHTML $$i > $(srcdir)/result/HTML/$$name 2>$(srcdir)/result/HTML/$$name.err ; \
1484 else \
1485 echo Testing $$name ; \
1486 $(CHECKER) $(top_builddir)/testHTML --push $$i > result.$$name 2> error.$$name ; \
1487 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1488 diff $(srcdir)/result/HTML/$$name result.$$name ; \
1489 cut -b 1-15 $(srcdir)/result/HTML/$$name.err > errorcut.$$name; \
1490 cut -b 1-15 error.$$name > errorcut2.$$name; \
1491 diff -b errorcut.$$name errorcut2.$$name ; \
1492 $(CHECKER) $(top_builddir)/testHTML --push result.$$name > result2.$$name 2>error.$$name ; \
1493 diff result.$$name result2.$$name ; \
1494 rm result.$$name result2.$$name error.$$name errorcut.$$name errorcut2.$$name ; \
1495 fi ; fi ; done)
1496 @echo "##"
1497 @echo "## HTML SAX regression tests"
1498 @echo "##"
1499 -@(for i in $(srcdir)/test/HTML/* ; do \
1500 name=`basename $$i`; \
1501 if [ ! -d $$i ] ; then \
1502 if [ ! -f $(srcdir)/result/HTML/$$name.sax ] ; then \
1503 echo New test file $$name ; \
1504 $(CHECKER) $(top_builddir)/testHTML --sax $$i > $(srcdir)/result/HTML/$$name.sax ; \
1505 else \
1506 echo Testing $$name ; \
1507 $(CHECKER) $(top_builddir)/testHTML --sax $$i > result.$$name.sax ; \
1508 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1509 diff $(srcdir)/result/HTML/$$name.sax result.$$name.sax ; \
1510 rm result.$$name.sax ; \
1511 fi ; fi ; done)
1512 @echo "##"
1513 @echo "## Push HTML SAX regression tests"
1514 @echo "##"
1515 -@(for i in $(srcdir)/test/HTML/* ; do \
1516 name=`basename $$i`; \
1517 if [ ! -d $$i ] ; then \
1518 if [ ! -f $(srcdir)/result/HTML/$$name ] ; then \
1519 echo New test file $$name ; \
1520 $(CHECKER) $(top_builddir)/testHTML --sax $$i > $(srcdir)/result/HTML/$$name.sax ; \
1521 else \
1522 echo Testing $$name ; \
1523 $(CHECKER) $(top_builddir)/testHTML --push --sax $$i > result.$$name.sax ; \
1524 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1525 diff $(srcdir)/result/HTML/$$name.sax result.$$name.sax ; \
1526 rm result.$$name.sax ; \
1527 fi ; fi ; done)
1529 XMLtests : xmllint$(EXEEXT)
1530 @(echo > .memdump)
1531 @echo "##"
1532 @echo "## XML regression tests"
1533 @echo "##"
1534 @echo "## You should see one warning on entity 'title.xml' for ent2"
1535 @echo "##"
1536 -@(for i in $(srcdir)/test/* ; do \
1537 name=`basename $$i`; \
1538 if [ ! -d $$i ] ; then \
1539 if [ ! -f $(srcdir)/result/$$name ] ; then \
1540 echo New test file $$name ; \
1541 $(CHECKER) $(top_builddir)/xmllint $$i > $(srcdir)/result/$$name ; \
1542 else \
1543 echo Testing $$name ; \
1544 $(CHECKER) $(top_builddir)/xmllint $$i > result.$$name ; \
1545 diff $(srcdir)/result/$$name result.$$name ; \
1546 $(CHECKER) $(top_builddir)/xmllint result.$$name > result2.$$name ; \
1547 diff result.$$name result2.$$name ; \
1548 rm result.$$name result2.$$name ; \
1549 fi ; fi ; done)
1550 @(echo > .memdump)
1551 @echo "##"
1552 @echo "## XML push regression tests"
1553 @echo "##"
1554 @echo "## You should see one warning on entity 'title.xml' for ent2"
1555 @echo "##"
1556 -@(for i in $(srcdir)/test/* ; do \
1557 name=`basename $$i`; \
1558 if [ ! -d $$i ] ; then \
1559 if [ ! -f $(srcdir)/result/$$name ] ; then \
1560 echo New test file $$name ; \
1561 $(CHECKER) $(top_builddir)/xmllint --push $$i > $(srcdir)/result/$$name ; \
1562 else \
1563 echo Testing $$name ; \
1564 $(CHECKER) $(top_builddir)/xmllint --push $$i > result.$$name ; \
1565 diff $(srcdir)/result/$$name result.$$name ; \
1566 $(CHECKER) $(top_builddir)/xmllint --push result.$$name > result2.$$name ; \
1567 diff result.$$name result2.$$name ; \
1568 rm result.$$name result2.$$name ; \
1569 fi ; fi ; done)
1570 @echo "##"
1571 @echo "## XML regression tests on memory"
1572 @echo "##"
1573 @echo "## You should see two warnings on entity 'title.xml' for ent2"
1574 @echo "##"
1575 -@(for i in $(srcdir)/test/* ; do \
1576 name=`basename $$i`; \
1577 if [ ! -d $$i ] ; then \
1578 if [ ! -f $(srcdir)/result/$$name ] ; then \
1579 echo New test file $$name ; \
1580 $(CHECKER) $(top_builddir)/xmllint --memory $$i > $(srcdir)/result/$$name ; \
1581 else \
1582 echo Testing $$name ; \
1583 $(CHECKER) $(top_builddir)/xmllint --memory $$i > result.$$name ; \
1584 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1585 diff $(srcdir)/result/$$name result.$$name ; \
1586 $(CHECKER) $(top_builddir)/xmllint --memory result.$$name > result2.$$name ; \
1587 diff result.$$name result2.$$name ; \
1588 rm result.$$name result2.$$name ; \
1589 fi ; fi ; done)
1591 Docbtests : xmllint$(EXEEXT)
1592 @(echo > .memdump)
1593 @echo "##"
1594 @echo "## SGML DocBook regression tests"
1595 @echo "##"
1596 -@(for i in $(srcdir)/test/DocBook/*.sgm ; do \
1597 name=`basename $$i .sgm`; \
1598 if [ ! -d $$i ] ; then \
1599 if [ ! -f $(srcdir)/result/DocBook/$$name.xml ] ; then \
1600 echo New test file $$name ; \
1601 $(CHECKER) $(top_builddir)/xmllint --sgml $$i > $(srcdir)/result/DocBook/$$name.xml ; \
1602 $(CHECKER) $(top_builddir)/xmllint --valid --noout $(srcdir)/result/DocBook/$$name.xml ; \
1603 else \
1604 echo Testing $$name ; \
1605 $(CHECKER) $(top_builddir)/xmllint --sgml $$i > result.$$name ; \
1606 diff $(srcdir)/result/DocBook/$$name.xml result.$$name ; \
1607 $(CHECKER) $(top_builddir)/xmllint --valid --noout result.$$name ; \
1608 rm result.$$name ; \
1609 fi ; fi ; done)
1611 XMLenttests : xmllint$(EXEEXT)
1612 @(echo > .memdump)
1613 @echo "##"
1614 @echo "## XML entity subst regression tests"
1615 @echo "##"
1616 -@(for i in $(srcdir)/test/* ; do \
1617 name=`basename $$i`; \
1618 if [ ! -d $$i ] ; then \
1619 if [ ! -f $(srcdir)/result/noent/$$name ] ; then \
1620 echo New test file $$name ; \
1621 $(CHECKER) $(top_builddir)/xmllint --noent $$i > $(srcdir)/result/noent/$$name ; \
1622 else \
1623 echo Testing $$name ; \
1624 $(CHECKER) $(top_builddir)/xmllint --noent $$i > result.$$name ; \
1625 diff $(srcdir)/result/noent/$$name result.$$name ; \
1626 $(CHECKER) $(top_builddir)/xmllint --noent result.$$name > result2.$$name ; \
1627 diff result.$$name result2.$$name ; \
1628 rm result.$$name result2.$$name ; \
1629 fi ; fi ; done)
1631 URItests : testURI$(EXEEXT)
1632 @(echo > .memdump)
1633 @echo "##"
1634 @echo "## URI module regression tests"
1635 @echo "##"
1636 -@(for i in $(srcdir)/test/URI/*.data ; do \
1637 name=`basename $$i`; \
1638 if [ ! -d $$i ] ; then \
1639 if [ ! -f $(srcdir)/result/URI/$$name ] ; then \
1640 echo New test file $$name ; \
1641 $(CHECKER) $(top_builddir)/testURI -base 'http://foo.com/path/to/index.html?orig#help' < $$i > $(srcdir)/result/URI/$$name ; \
1642 else \
1643 echo Testing $$name ; \
1644 $(CHECKER) $(top_builddir)/testURI -base 'http://foo.com/path/to/index.html?orig#help' < $$i > result.$$name ; \
1645 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1646 diff $(srcdir)/result/URI/$$name result.$$name ; \
1647 rm result.$$name ; \
1648 fi ; fi ; done)
1649 -@(for i in $(srcdir)/test/URI/*.uri ; do \
1650 name=`basename $$i`; \
1651 if [ ! -d $$i ] ; then \
1652 if [ ! -f $(srcdir)/result/URI/$$name ] ; then \
1653 echo New test file $$name ; \
1654 $(CHECKER) $(top_builddir)/testURI < $$i > $(srcdir)/result/URI/$$name ; \
1655 else \
1656 echo Testing $$name ; \
1657 $(CHECKER) $(top_builddir)/testURI < $$i > result.$$name ; \
1658 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1659 diff $(srcdir)/result/URI/$$name result.$$name ; \
1660 rm result.$$name ; \
1661 fi ; fi ; done)
1663 XPathtests : testXPath$(EXEEXT)
1664 @(echo > .memdump)
1665 @echo "##"
1666 @echo "## XPath regression tests"
1667 @echo "##"
1668 -@(if [ "`$(top_builddir)/testXPath | grep 'support not compiled in'`" != "" ] ; \
1669 then echo Skipping debug not compiled in ; exit 0 ; fi ; \
1670 for i in $(srcdir)/test/XPath/expr/* ; do \
1671 name=`basename $$i`; \
1672 if [ ! -d $$i ] ; then \
1673 if [ ! -f $(srcdir)/result/XPath/expr/$$name ] ; then \
1674 echo New test file $$name ; \
1675 $(CHECKER) $(top_builddir)/testXPath -f --expr $$i > $(srcdir)/result/XPath/expr/$$name ; \
1676 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1677 else \
1678 echo Testing $$name ; \
1679 $(CHECKER) $(top_builddir)/testXPath -f --expr $$i > result.$$name ; \
1680 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1681 diff $(srcdir)/result/XPath/expr/$$name result.$$name ; \
1682 rm result.$$name ; \
1683 fi ; fi ; done ; \
1684 for i in $(srcdir)/test/XPath/docs/* ; do \
1685 if [ ! -d $$i ] ; then \
1686 doc=`basename $$i`; \
1687 for j in $(srcdir)/test/XPath/tests/$$doc* ; do \
1688 if [ ! -f $$j ] ; then continue ; fi ; \
1689 name=`basename $$j`; \
1690 if [ ! -d $$j ] ; then \
1691 if [ ! -f $(srcdir)/result/XPath/tests/$$name ] ; then \
1692 echo New test file $$name ; \
1693 $(CHECKER) $(top_builddir)/testXPath -f -i $$i $$j > $(srcdir)/result/XPath/tests/$$name ; \
1694 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1695 else \
1696 echo Testing $$name ; \
1697 $(CHECKER) $(top_builddir)/testXPath -f -i $$i $$j > result.$$name ; \
1698 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1699 diff $(srcdir)/result/XPath/tests/$$name result.$$name ; \
1700 rm result.$$name ; \
1701 fi ; fi ; done ; fi ; done)
1703 XPtrtests : testXPath$(EXEEXT)
1704 @(echo > .memdump)
1705 @echo "##"
1706 @echo "## XPointer regression tests"
1707 @echo "##"
1708 -@(if [ "`$(top_builddir)/testXPath | grep 'support not compiled in'`" != "" ] ; \
1709 then echo Skipping debug not compiled in ; exit 0 ; fi ; \
1710 for i in $(srcdir)/test/XPath/docs/* ; do \
1711 if [ ! -d $$i ] ; then \
1712 doc=`basename $$i`; \
1713 for j in $(srcdir)/test/XPath/xptr/$$doc* ; do \
1714 if [ ! -f $$j ] ; then continue ; fi ; \
1715 name=`basename $$j`; \
1716 if [ ! -d $$j ] ; then \
1717 if [ ! -f $(srcdir)/result/XPath/xptr/$$name ] ; then \
1718 echo New test file $$name ; \
1719 ./testXPath -xptr -f -i $$i $$j > $(srcdir)/result/XPath/xptr/$$name ; \
1720 else \
1721 echo Testing $$name ; \
1722 ./testXPath -xptr -f -i $$i $$j > result.$$name ; \
1723 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1724 diff $(srcdir)/result/XPath/xptr/$$name result.$$name ; \
1725 rm result.$$name ; \
1726 fi ; fi ; done ; fi ; done)
1728 XIncludetests : xmllint$(EXEEXT)
1729 @(echo > .memdump)
1730 @echo "##"
1731 @echo "## XInclude regression tests"
1732 @echo "##"
1733 -@(for i in $(srcdir)/test/XInclude/docs/* ; do \
1734 name=`basename $$i`; \
1735 if [ ! -d $$i ] ; then \
1736 if [ ! -f $(srcdir)/result/XInclude/$$name ] ; then \
1737 echo New test file $$name ; \
1738 $(CHECKER) $(top_builddir)/xmllint --nowarning --xinclude $$i > $(srcdir)/result/XInclude/$$name ; \
1739 else \
1740 echo Testing $$name ; \
1741 $(CHECKER) $(top_builddir)/xmllint --nowarning --xinclude $$i > result.$$name ; \
1742 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1743 diff $(srcdir)/result/XInclude/$$name result.$$name ; \
1744 rm result.$$name ; \
1745 fi ; fi ; done)
1747 Scripttests : xmllint$(EXEEXT)
1748 @(echo > .memdump)
1749 @echo "##"
1750 @echo "## Scripts regression tests"
1751 @echo "## Some of the base computations may be different if srcdir != ."
1752 @echo "##"
1753 -@(for i in $(srcdir)/test/scripts/*.script ; do \
1754 name=`basename $$i .script`; \
1755 xml=$(srcdir)/test/scripts/`basename $$i .script`.xml; \
1756 if [ -f $$xml ] ; then \
1757 if [ ! -f $(srcdir)/result/scripts/$$name ] ; then \
1758 echo New test file $$name ; \
1759 $(CHECKER) $(top_builddir)/xmllint --shell $$xml < $$i > $(srcdir)/result/scripts/$$name ; \
1760 else \
1761 echo Testing $$name ; \
1762 $(CHECKER) $(top_builddir)/xmllint --shell $$xml < $$i > result.$$name ; \
1763 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1764 diff $(srcdir)/result/scripts/$$name result.$$name ; \
1765 rm result.$$name ; \
1766 fi ; fi ; done)
1768 Catatests : xmlcatalog$(EXEEXT)
1769 @(echo > .memdump)
1770 @echo "##"
1771 @echo "## Catalog regression tests"
1772 @echo "##"
1773 -@(for i in $(srcdir)/test/catalogs/*.script ; do \
1774 name=`basename $$i .script`; \
1775 xml=$(srcdir)/test/catalogs/`basename $$i .script`.xml; \
1776 if [ -f $$xml ] ; then \
1777 if [ ! -f $(srcdir)/result/catalogs/$$name ] ; then \
1778 echo New test file $$name ; \
1779 $(CHECKER) $(top_builddir)/xmlcatalog --shell $$xml < $$i > $(srcdir)/result/catalogs/$$name ; \
1780 else \
1781 echo Testing $$name ; \
1782 $(CHECKER) $(top_builddir)/xmlcatalog --shell $$xml < $$i > result.$$name ; \
1783 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1784 diff $(srcdir)/result/catalogs/$$name result.$$name ; \
1785 rm result.$$name ; \
1786 fi ; fi ; done)
1787 -@(for i in $(srcdir)/test/catalogs/*.script ; do \
1788 name=`basename $$i .script`; \
1789 sgml=$(srcdir)/test/catalogs/`basename $$i .script`.sgml; \
1790 if [ -f $$sgml ] ; then \
1791 if [ ! -f $(srcdir)/result/catalogs/$$name ] ; then \
1792 echo New test file $$name ; \
1793 $(CHECKER) $(top_builddir)/xmlcatalog --shell $$sgml < $$i > $(srcdir)/result/catalogs/$$name ; \
1794 else \
1795 echo Testing $$name ; \
1796 $(CHECKER) $(top_builddir)/xmlcatalog --shell $$sgml < $$i > result.$$name ; \
1797 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1798 diff $(srcdir)/result/catalogs/$$name result.$$name ; \
1799 rm result.$$name ; \
1800 fi ; fi ; done)
1801 @echo "Add and del operations on XML Catalogs"
1802 -@($(CHECKER) $(top_builddir)/xmlcatalog --create --noout $(srcdir)/result/catalogs/mycatalog; \
1803 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
1804 $(CHECKER) $(top_builddir)/xmlcatalog --noout --add public Pubid sysid $(srcdir)/result/catalogs/mycatalog; \
1805 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
1806 $(CHECKER) $(top_builddir)/xmlcatalog --noout --add public Pubid2 sysid2 $(srcdir)/result/catalogs/mycatalog; \
1807 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
1808 $(CHECKER) $(top_builddir)/xmlcatalog --noout --add public Pubid3 sysid3 $(srcdir)/result/catalogs/mycatalog; \
1809 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
1810 diff result/catalogs/mycatalog.full $(srcdir)/result/catalogs/mycatalog; \
1811 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
1812 $(CHECKER) $(top_builddir)/xmlcatalog --noout --del sysid $(srcdir)/result/catalogs/mycatalog; \
1813 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
1814 $(CHECKER) $(top_builddir)/xmlcatalog --noout --del sysid3 $(srcdir)/result/catalogs/mycatalog; \
1815 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
1816 $(CHECKER) $(top_builddir)/xmlcatalog --noout --del sysid2 $(srcdir)/result/catalogs/mycatalog; \
1817 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
1818 diff result/catalogs/mycatalog.empty $(srcdir)/result/catalogs/mycatalog; \
1819 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0"; \
1820 rm -f $(srcdir)/result/catalogs/mycatalog)
1822 SVGtests : xmllint$(EXEEXT)
1823 @echo "##"
1824 @echo "## SVG parsing regression tests"
1825 @echo "##"
1826 -@(for i in $(srcdir)/test/SVG/* ; do \
1827 name=`basename $$i`; \
1828 if [ ! -d $$i ] ; then \
1829 if [ ! -f $(srcdir)/result/SVG/$$name ] ; then \
1830 echo New test file $$name ; \
1831 $(CHECKER) $(top_builddir)/xmllint $$i > $(srcdir)/result/SVG/$$name ; \
1832 else \
1833 echo Testing $$name ; \
1834 $(CHECKER) $(top_builddir)/xmllint $$i > result.$$name ; \
1835 diff $(srcdir)/result/SVG/$$name result.$$name ; \
1836 $(CHECKER) $(top_builddir)/xmllint result.$$name > result2.$$name ; \
1837 diff result.$$name result2.$$name ; \
1838 rm result.$$name result2.$$name ; \
1839 fi ; fi ; done)
1841 Threadtests : testThreads$(EXEEXT)
1842 @echo "##"
1843 @echo "## Threaded regression tests"
1844 @echo "##"
1845 $(CHECKER) $(top_builddir)/testThreads
1847 SAXtests : testSAX$(EXEEXT)
1848 @(echo > .memdump)
1849 @echo "##"
1850 @echo "## SAX callbacks regression tests"
1851 @echo "##"
1852 -@(for i in $(srcdir)/test/* ; do \
1853 name=`basename $$i`; \
1854 if [ ! -d $$i ] ; then \
1855 if [ ! -f $(srcdir)/SAXresult/$$name ] ; then \
1856 echo New test file $$name ; \
1857 $(CHECKER) $(top_builddir)/testSAX $$i > $(srcdir)/SAXresult/$$name ; \
1858 else \
1859 echo Testing $$name ; \
1860 $(CHECKER) $(top_builddir)/testSAX $$i > result.$$name ; \
1861 diff $(srcdir)/SAXresult/$$name result.$$name ; \
1862 rm result.$$name ; \
1863 fi ; fi ; done)
1865 Validtests : xmllint$(EXEEXT)
1866 @(echo > .memdump)
1867 @echo "##"
1868 @echo "## Valid documents regression tests"
1869 @echo "##"
1870 -@(for i in $(srcdir)/test/VCM/* ; do \
1871 name=`basename $$i`; \
1872 if [ ! -d $$i ] ; then \
1873 echo Testing $$name ; \
1874 $(CHECKER) $(top_builddir)/xmllint --valid --noout --nowarning $$i ; \
1875 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1876 fi ; done ; exit 0)
1877 @echo "##"
1878 @echo "## Validity checking regression tests"
1879 @echo "##"
1880 -@(for i in $(srcdir)/test/VC/* ; do \
1881 name=`basename $$i`; \
1882 if [ ! -d $$i ] ; then \
1883 if [ ! -f $(srcdir)/result/VC/$$name ] ; then \
1884 echo New test file $$name ; \
1885 $(CHECKER) $(top_builddir)/xmllint --noout --valid $$i 2> $(srcdir)/result/VC/$$name ; \
1886 else \
1887 echo Testing $$name ; \
1888 $(CHECKER) $(top_builddir)/xmllint --noout --valid $$i 2> result.$$name ; \
1889 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1890 diff $(srcdir)/result/VC/$$name result.$$name ; \
1891 rm result.$$name ; \
1892 fi ; fi ; done)
1893 @echo "##"
1894 @echo "## General documents valid regression tests"
1895 @echo "##"
1896 -@(for i in $(srcdir)/test/valid/* ; do \
1897 name=`basename $$i`; \
1898 if [ ! -d $$i ] ; then \
1899 if [ ! -f $(srcdir)/result/valid/$$name ] ; then \
1900 echo New test file $$name ; \
1901 $(CHECKER) $(top_builddir)/xmllint --valid $$i > $(srcdir)/result/valid/$$name 2>$(srcdir)/result/valid/$$name.err ; \
1902 else \
1903 echo Testing $$name ; \
1904 $(CHECKER) $(top_builddir)/xmllint --valid $$i > result.$$name 2>error.$$name ; \
1905 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1906 diff $(srcdir)/result/valid/$$name result.$$name ; \
1907 diff $(srcdir)/result/valid/$$name.err error.$$name ; \
1908 rm result.$$name error.$$name ; \
1909 fi ; fi ; done)
1911 Regexptests: testRegexp$(EXEEXT)
1912 @(echo > .memdump)
1913 @echo "##"
1914 @echo "## Regexp regression tests"
1915 @echo "##"
1916 -@(for i in $(srcdir)/test/regexp/* ; do \
1917 name=`basename $$i`; \
1918 if [ ! -d $$i ] ; then \
1919 if [ ! -f $(srcdir)/result/regexp/$$name ] ; then \
1920 echo New test file $$name ; \
1921 $(CHECKER) $(top_builddir)/testRegexp -i $$i > $(srcdir)/result/regexp/$$name; \
1922 else \
1923 echo Testing $$name ; \
1924 $(CHECKER) $(top_builddir)/testRegexp -i $$i > result.$$name ; \
1925 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1926 diff $(srcdir)/result/regexp/$$name result.$$name ; \
1927 rm result.$$name ; \
1928 fi ; fi ; done)
1930 Automatatests: testAutomata$(EXEEXT)
1931 @(echo > .memdump)
1932 @echo "##"
1933 @echo "## Automata regression tests"
1934 @echo "##"
1935 -@(for i in $(srcdir)/test/automata/* ; do \
1936 name=`basename $$i`; \
1937 if [ ! -d $$i ] ; then \
1938 if [ ! -f $(srcdir)/result/automata/$$name ] ; then \
1939 echo New test file $$name ; \
1940 $(CHECKER) $(top_builddir)/testAutomata $$i > $(srcdir)/result/automata/$$name; \
1941 else \
1942 echo Testing $$name ; \
1943 $(CHECKER) $(top_builddir)/testAutomata $$i > result.$$name ; \
1944 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
1945 diff $(srcdir)/result/automata/$$name result.$$name ; \
1946 rm result.$$name ; \
1947 fi ; fi ; done)
1949 C14Ntests : testC14N$(EXEEXT)
1950 @echo "##"
1951 @echo "## C14N and XPath regression tests"
1952 @echo "##"
1953 -@(for m in with-comments without-comments exc-without-comments ; do \
1954 for i in $(srcdir)/test/c14n/$$m/*.xml ; do \
1955 if [ ! -d $$i ] ; then \
1956 name=`basename $$i .xml`; \
1957 echo Testing $$m/$$name; \
1958 cmdline="$(CHECKER) $(top_builddir)/testC14N --$$m $$i"; \
1959 if [ -f $(srcdir)/test/c14n/$$m/$$name.xpath ] ; then \
1960 cmdline="$$cmdline $(srcdir)/test/c14n/$$m/$$name.xpath"; \
1961 if [ -f $(srcdir)/test/c14n/$$m/$$name.ns ] ; then \
1962 cmdline="$$cmdline '`cat $(srcdir)/test/c14n/$$m/$$name.ns`'"; \
1963 fi; \
1964 fi; \
1965 $$cmdline > $(srcdir)/test/c14n/test.tmp; \
1966 if [ $$? -eq 0 ]; then \
1967 diff $(srcdir)/result/c14n/$$m/$$name $(srcdir)/test/c14n/test.tmp; \
1968 if [ $$? -ne 0 ]; then \
1969 echo "Test failed"; \
1970 cat $(srcdir)/test/c14n/test.tmp; \
1971 fi; \
1972 else \
1973 echo "C14N failed"; \
1974 fi; \
1975 fi; \
1976 rm -f $(srcdir)/test/c14n/test.tmp; \
1977 done; \
1978 done)
1980 Schemastests: testSchemas$(EXEEXT)
1981 @(echo > .memdump)
1982 @echo "##"
1983 @echo "## Schemas regression tests"
1984 @echo "##"
1985 -@(for i in $(srcdir)/test/schemas/*_*.xsd ; do \
1986 name=`basename $$i | sed 's+_.*++'`; \
1987 sno=`basename $$i | sed 's+.*_\(.*\).xsd+\1+'`; \
1988 for j in $(srcdir)/test/schemas/"$$name"_*.xml ; do \
1989 xno=`basename $$j | sed 's+.*_\(.*\).xml+\1+'`; \
1990 if [ ! -f $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" ]; \
1991 then \
1992 echo New test file "$$name"_"$$sno"_"$$xno" ; \
1993 $(CHECKER) $(top_builddir)/testSchemas $$i $$j \
1994 > $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
1995 2> $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err; \
1996 else \
1997 echo Testing "$$name"_"$$sno"_"$$xno" ; \
1998 $(CHECKER) $(top_builddir)/testSchemas $$i $$j \
1999 > res.$$name 2> err.$$name;\
2000 grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
2001 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
2002 res.$$name;\
2003 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err \
2004 err.$$name;\
2005 grep Unimplemented err.$$name; \
2006 rm res.$$name err.$$name ; \
2007 fi ; \
2008 done; done)
2010 dist-hook: libxml.spec
2011 -cp libxml.spec $(distdir)
2012 (cd $(srcdir) ; tar -cf - --exclude CVS win32 macos vms test result SAXresult ) | (cd $(distdir); tar xf -)
2014 cleantar:
2015 @(rm -f libxml*.tar.gz COPYING.LIB)
2017 rpm: cleantar
2018 @(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz)
2020 install-data-local:
2021 $(mkinstalldirs) $(DESTDIR)$(BASE_DIR)/$(DOC_MODULE)
2022 -@INSTALL@ -m 0644 $(srcdir)/Copyright $(DESTDIR)$(BASE_DIR)/$(DOC_MODULE)
2023 $(mkinstalldirs) $(DESTDIR)$(EXAMPLES_DIR)
2024 -@INSTALL@ -m 0644 $(srcdir)/xmllint.c $(DESTDIR)$(EXAMPLES_DIR)
2025 -@INSTALL@ -m 0644 $(srcdir)/testSAX.c $(DESTDIR)$(EXAMPLES_DIR)
2026 -@INSTALL@ -m 0644 $(srcdir)/testHTML.c $(DESTDIR)$(EXAMPLES_DIR)
2027 -@INSTALL@ -m 0644 $(srcdir)/testXPath.c $(DESTDIR)$(EXAMPLES_DIR)
2029 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2030 # Otherwise a system limit (for SysV at least) may be exceeded.
2031 .NOEXPORT: