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
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 host_alias = @host_alias@
64 CATALOG_OBJ = @CATALOG_OBJ@
68 DEBUG_OBJ = @DEBUG_OBJ@
74 HAVE_ISINF = @HAVE_ISINF@
75 HAVE_ISNAN = @HAVE_ISNAN@
79 ICONV_LIBS = @ICONV_LIBS@
81 LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
82 LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
83 LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
84 LIBXML_VERSION = @LIBXML_VERSION@
85 LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
86 LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
96 PYTHON_INCLUDES = @PYTHON_INCLUDES@
97 PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
98 PYTHON_SUBDIR = @PYTHON_SUBDIR@
99 PYTHON_VERSION = @PYTHON_VERSION@
101 RDL_LIBS = @RDL_LIBS@
104 STATIC_BINARIES = @STATIC_BINARIES@
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@
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@
142 EXTRA_DIST = win32config.h wsockcompat.h
143 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
144 CONFIG_HEADER = ../config.h
146 DIST_COMMON = Makefile.am Makefile.in
149 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
154 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
155 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps include/Makefile
157 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
159 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
162 # This directory's subdirectories are mostly independent; you can cd
163 # into them and run `make' without going through this Makefile.
164 # To change the values of `make' variables: instead of editing Makefiles,
165 # (1) if the variable is set in `config.status', edit `config.status'
166 # (which will cause the Makefiles to be regenerated when you run `make');
167 # (2) otherwise, pass the desired values on the `make' command line.
171 all-recursive install-data-recursive install-exec-recursive \
172 installdirs-recursive install-recursive uninstall-recursive \
173 check-recursive installcheck-recursive info-recursive dvi-recursive:
174 @set fnord $(MAKEFLAGS); amf=$$2; \
176 target=`echo $@ | sed s/-recursive//`; \
177 list='$(SUBDIRS)'; for subdir in $$list; do \
178 echo "Making $$target in $$subdir"; \
179 if test "$$subdir" = "."; then \
181 local_target="$$target-am"; \
183 local_target="$$target"; \
185 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
186 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
188 if test "$$dot_seen" = "no"; then \
189 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
192 mostlyclean-recursive clean-recursive distclean-recursive \
193 maintainer-clean-recursive:
194 @set fnord $(MAKEFLAGS); amf=$$2; \
196 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
197 rev="$$subdir $$rev"; \
198 test "$$subdir" != "." || dot_seen=yes; \
200 test "$$dot_seen" = "no" && rev=". $$rev"; \
201 target=`echo $@ | sed s/-recursive//`; \
202 for subdir in $$rev; do \
203 echo "Making $$target in $$subdir"; \
204 if test "$$subdir" = "."; then \
205 local_target="$$target-am"; \
207 local_target="$$target"; \
209 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
210 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
211 done && test -z "$$fail"
213 list='$(SUBDIRS)'; for subdir in $$list; do \
214 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
219 ID: $(HEADERS) $(SOURCES) $(LISP)
220 list='$(SOURCES) $(HEADERS)'; \
221 unique=`for i in $$list; do echo $$i; done | \
222 awk ' { files[$$0] = 1; } \
223 END { for (i in files) print i; }'`; \
224 here=`pwd` && cd $(srcdir) \
225 && mkid -f$$here/ID $$unique $(LISP)
227 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
230 list='$(SUBDIRS)'; for subdir in $$list; do \
231 if test "$$subdir" = .; then :; else \
232 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
235 list='$(SOURCES) $(HEADERS)'; \
236 unique=`for i in $$list; do echo $$i; done | \
237 awk ' { files[$$0] = 1; } \
238 END { for (i in files) print i; }'`; \
239 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
240 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
249 maintainer-clean-tags:
251 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
255 distdir: $(DISTFILES)
256 @for file in $(DISTFILES); do \
258 if test -d $$d/$$file; then \
259 cp -pr $$d/$$file $(distdir)/$$file; \
261 test -f $(distdir)/$$file \
262 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
263 || cp -p $$d/$$file $(distdir)/$$file || :; \
266 for subdir in $(SUBDIRS); do \
267 if test "$$subdir" = .; then :; else \
268 test -d $(distdir)/$$subdir \
269 || mkdir $(distdir)/$$subdir \
271 chmod 777 $(distdir)/$$subdir; \
272 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
281 check: check-recursive
283 installcheck: installcheck-recursive
285 install-exec: install-exec-recursive
288 install-data: install-data-recursive
291 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
292 install: install-recursive
294 uninstall: uninstall-recursive
296 all-redirect: all-recursive
298 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
299 installdirs: installdirs-recursive
308 -rm -f Makefile $(CONFIG_CLEAN_FILES)
309 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
311 maintainer-clean-generic:
312 mostlyclean-am: mostlyclean-tags mostlyclean-generic
314 mostlyclean: mostlyclean-recursive
316 clean-am: clean-tags clean-generic mostlyclean-am
318 clean: clean-recursive
320 distclean-am: distclean-tags distclean-generic clean-am
323 distclean: distclean-recursive
325 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
327 @echo "This command is intended for maintainers to use;"
328 @echo "it deletes files that may require special tools to rebuild."
330 maintainer-clean: maintainer-clean-recursive
332 .PHONY: install-data-recursive uninstall-data-recursive \
333 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
334 uninstalldirs-recursive all-recursive check-recursive \
335 installcheck-recursive info-recursive dvi-recursive \
336 mostlyclean-recursive distclean-recursive clean-recursive \
337 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
338 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
339 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
340 install-exec install-data-am install-data install-am install \
341 uninstall-am uninstall all-redirect all-am all installdirs-am \
342 installdirs mostlyclean-generic distclean-generic clean-generic \
343 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
346 # Tell versions [3.59,3.63) of GNU make to not export all variables.
347 # Otherwise a system limit (for SysV at least) may be exceeded.