1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19 top_srcdir = @top_srcdir@
22 exec_prefix = @exec_prefix@
26 libexecdir = @libexecdir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
44 AUTOHEADER = @AUTOHEADER@
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
62 host_alias = @host_alias@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
72 CATALOG_OBJ = @CATALOG_OBJ@
76 DEBUG_OBJ = @DEBUG_OBJ@
82 HAVE_ISINF = @HAVE_ISINF@
83 HAVE_ISNAN = @HAVE_ISNAN@
87 ICONV_LIBS = @ICONV_LIBS@
88 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
90 LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
91 LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
92 LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
93 LIBXML_VERSION = @LIBXML_VERSION@
94 LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
95 LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
103 PYTHON_INCLUDES = @PYTHON_INCLUDES@
104 PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
105 PYTHON_SUBDIR = @PYTHON_SUBDIR@
106 PYTHON_VERSION = @PYTHON_VERSION@
108 RDL_LIBS = @RDL_LIBS@
111 STATIC_BINARIES = @STATIC_BINARIES@
114 TEST_REGEXPS = @TEST_REGEXPS@
115 TEST_SCHEMAS = @TEST_SCHEMAS@
116 TEST_THREADS = @TEST_THREADS@
117 THREAD_CFLAGS = @THREAD_CFLAGS@
118 THREAD_LIBS = @THREAD_LIBS@
121 WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
122 WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
123 WITH_C14N = @WITH_C14N@
124 WITH_CATALOG = @WITH_CATALOG@
125 WITH_DEBUG = @WITH_DEBUG@
126 WITH_DOCB = @WITH_DOCB@
127 WITH_FTP = @WITH_FTP@
128 WITH_HTML = @WITH_HTML@
129 WITH_HTTP = @WITH_HTTP@
130 WITH_ICONV = @WITH_ICONV@
131 WITH_ISO8859X = @WITH_ISO8859X@
132 WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
133 WITH_REGEXPS = @WITH_REGEXPS@
134 WITH_SCHEMAS = @WITH_SCHEMAS@
135 WITH_THREADS = @WITH_THREADS@
136 WITH_TRIO = @WITH_TRIO@
137 WITH_XINCLUDE = @WITH_XINCLUDE@
138 WITH_XPATH = @WITH_XPATH@
139 WITH_XPTR = @WITH_XPTR@
140 XINCLUDE_OBJ = @XINCLUDE_OBJ@
141 XML_CFLAGS = @XML_CFLAGS@
142 XML_INCLUDEDIR = @XML_INCLUDEDIR@
143 XML_LIBDIR = @XML_LIBDIR@
144 XML_LIBS = @XML_LIBS@
145 XPATH_OBJ = @XPATH_OBJ@
146 XPTR_OBJ = @XPTR_OBJ@
147 Z_CFLAGS = @Z_CFLAGS@
149 am__include = @am__include@
150 am__quote = @am__quote@
151 install_sh = @install_sh@
152 pythondir = @pythondir@
155 EXTRA_DIST = win32config.h wsockcompat.h
157 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
158 CONFIG_HEADER = $(top_builddir)/config.h
162 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
163 uninstall-info-recursive all-recursive install-data-recursive \
164 install-exec-recursive installdirs-recursive install-recursive \
165 uninstall-recursive check-recursive installcheck-recursive
166 DIST_COMMON = Makefile.am Makefile.in
167 DIST_SUBDIRS = $(SUBDIRS)
171 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
172 cd $(top_srcdir) && \
173 $(AUTOMAKE) --gnu include/Makefile
174 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
175 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
187 # This directory's subdirectories are mostly independent; you can cd
188 # into them and run `make' without going through this Makefile.
189 # To change the values of `make' variables: instead of editing Makefiles,
190 # (1) if the variable is set in `config.status', edit `config.status'
191 # (which will cause the Makefiles to be regenerated when you run `make');
192 # (2) otherwise, pass the desired values on the `make' command line.
193 $(RECURSIVE_TARGETS):
194 @set fnord $$MAKEFLAGS; amf=$$2; \
196 target=`echo $@ | sed s/-recursive//`; \
197 list='$(SUBDIRS)'; for subdir in $$list; do \
198 echo "Making $$target in $$subdir"; \
199 if test "$$subdir" = "."; then \
201 local_target="$$target-am"; \
203 local_target="$$target"; \
205 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
206 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
208 if test "$$dot_seen" = "no"; then \
209 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
212 mostlyclean-recursive clean-recursive distclean-recursive \
213 maintainer-clean-recursive:
214 @set fnord $$MAKEFLAGS; amf=$$2; \
217 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
218 *) list='$(SUBDIRS)' ;; \
220 rev=''; for subdir in $$list; do \
221 if test "$$subdir" = "."; then :; else \
222 rev="$$subdir $$rev"; \
226 target=`echo $@ | sed s/-recursive//`; \
227 for subdir in $$rev; do \
228 echo "Making $$target in $$subdir"; \
229 if test "$$subdir" = "."; then \
230 local_target="$$target-am"; \
232 local_target="$$target"; \
234 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
235 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
236 done && test -z "$$fail"
238 list='$(SUBDIRS)'; for subdir in $$list; do \
239 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
247 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
248 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
249 unique=`for i in $$list; do \
250 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
252 $(AWK) ' { files[$$0] = 1; } \
253 END { for (i in files) print i; }'`; \
256 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
257 $(TAGS_FILES) $(LISP)
260 list='$(SUBDIRS)'; for subdir in $$list; do \
261 if test "$$subdir" = .; then :; else \
262 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
265 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
266 unique=`for i in $$list; do \
267 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269 $(AWK) ' { files[$$0] = 1; } \
270 END { for (i in files) print i; }'`; \
271 test -z "$(ETAGS_ARGS)$$tags$$unique" \
272 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
276 here=`$(am__cd) $(top_builddir) && pwd` \
277 && cd $(top_srcdir) \
278 && gtags -i $(GTAGS_ARGS) $$here
281 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
282 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
285 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
287 distdir: $(DISTFILES)
288 @list='$(DISTFILES)'; for file in $$list; do \
289 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
290 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
291 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
293 $(mkinstalldirs) "$(distdir)$$dir"; \
297 if test -d $$d/$$file; then \
298 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
299 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
301 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
303 test -f $(distdir)/$$file \
304 || cp -p $$d/$$file $(distdir)/$$file \
308 list='$(SUBDIRS)'; for subdir in $$list; do \
309 if test "$$subdir" = .; then :; else \
310 test -d $(distdir)/$$subdir \
311 || mkdir $(distdir)/$$subdir \
314 $(MAKE) $(AM_MAKEFLAGS) \
315 top_distdir="$(top_distdir)" \
316 distdir=../$(distdir)/$$subdir \
322 check: check-recursive
324 installdirs: installdirs-recursive
327 install: install-recursive
328 install-exec: install-exec-recursive
329 install-data: install-data-recursive
330 uninstall: uninstall-recursive
333 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
335 installcheck: installcheck-recursive
337 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
338 INSTALL_STRIP_FLAG=-s \
339 `test -z '$(STRIP)' || \
340 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
346 -rm -f Makefile $(CONFIG_CLEAN_FILES)
348 maintainer-clean-generic:
349 @echo "This command is intended for maintainers to use"
350 @echo "it deletes files that may require special tools to rebuild."
351 clean: clean-recursive
353 clean-am: clean-generic clean-libtool mostlyclean-am
355 distclean: distclean-recursive
357 distclean-am: clean-am distclean-generic distclean-libtool \
372 install-info: install-info-recursive
378 maintainer-clean: maintainer-clean-recursive
380 maintainer-clean-am: distclean-am maintainer-clean-generic
382 mostlyclean: mostlyclean-recursive
384 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
386 uninstall-am: uninstall-info-am
388 uninstall-info: uninstall-info-recursive
390 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
391 clean-generic clean-libtool clean-recursive distclean \
392 distclean-generic distclean-libtool distclean-recursive \
393 distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
394 info-recursive install install-am install-data install-data-am \
395 install-data-recursive install-exec install-exec-am \
396 install-exec-recursive install-info install-info-am \
397 install-info-recursive install-man install-recursive \
398 install-strip installcheck installcheck-am installdirs \
399 installdirs-am installdirs-recursive maintainer-clean \
400 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
401 mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
402 tags tags-recursive uninstall uninstall-am uninstall-info-am \
403 uninstall-info-recursive uninstall-recursive
405 # Tell versions [3.59,3.63) of GNU make to not export all variables.
406 # Otherwise a system limit (for SysV at least) may be exceeded.