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
19 prefix = /Users/liyanage/Documents/src/TestXSLT/build/libxml2-gnustyle
20 exec_prefix = ${prefix}
22 bindir = ${exec_prefix}/bin
23 sbindir = ${exec_prefix}/sbin
24 libexecdir = ${exec_prefix}/libexec
25 datadir = ${prefix}/share
26 sysconfdir = ${prefix}/etc
27 sharedstatedir = ${prefix}/com
28 localstatedir = ${prefix}/var
29 libdir = ${exec_prefix}/lib
30 infodir = ${prefix}/info
31 mandir = ${prefix}/man
32 includedir = ${prefix}/include
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/libxml2
38 pkglibdir = $(libdir)/libxml2
39 pkgincludedir = $(includedir)/libxml2
43 ACLOCAL = /Users/liyanage/Documents/src/TestXSLT/libxml2/missing aclocal-1.4
45 AUTOMAKE = /Users/liyanage/Documents/src/TestXSLT/libxml2/missing automake-1.4
46 AUTOHEADER = autoheader
48 INSTALL = /usr/bin/install -c
49 INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = ${INSTALL} -m 644
51 INSTALL_SCRIPT = ${INSTALL}
61 host_triplet = powerpc-apple-darwin7.0.0b1
64 CATALOG_OBJ = catalog.o
68 DEBUG_OBJ = debugXML.o
70 DOCB_OBJ = DOCBparser.o
76 HTML_DIR = $(prefix)/doc
77 HTML_OBJ = HTMLparser.o HTMLtree.o
79 ICONV_LIBS = -L/Users/liyanage/Documents/src/TestXSLT/build/libiconv-gnustyle/lib -liconv
80 LIBTOOL = $(SHELL) $(top_builddir)/libtool
81 LIBXML_MAJOR_VERSION = 2
82 LIBXML_MICRO_VERSION = 4
83 LIBXML_MINOR_VERSION = 5
84 LIBXML_VERSION = 2.5.4
85 LIBXML_VERSION_INFO = 7:4:5
86 LIBXML_VERSION_NUMBER = 20504
97 PYTHON_SITE_PACKAGES =
102 RELDATE = Tue Aug 5 2003
107 TEST_REGEXPS = Regexptests Automatatests
108 TEST_SCHEMAS = Schemastests Relaxtests
130 XINCLUDE_OBJ = xinclude.o
132 XML_INCLUDEDIR = -I${includedir}/libxml2 -I/Users/liyanage/Documents/src/TestXSLT/build/libiconv-gnustyle/include
133 XML_LIBDIR = -L${libdir}
134 XML_LIBS = -lxml2 -lz -L/Users/liyanage/Documents/src/TestXSLT/build/libiconv-gnustyle/lib -liconv -lm
136 XPTR_OBJ = xpointer.o
140 EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
176 EXTRA_DIST = $(PYTESTS) $(XMLS)
177 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
178 CONFIG_HEADER = ../../config.h
180 DIST_COMMON = Makefile.am Makefile.in
183 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
188 $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
189 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps python/tests/Makefile
191 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
193 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
199 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
201 subdir = python/tests
203 distdir: $(DISTFILES)
204 @for file in $(DISTFILES); do \
206 if test -d $$d/$$file; then \
207 cp -pr $$d/$$file $(distdir)/$$file; \
209 test -f $(distdir)/$$file \
210 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
211 || cp -p $$d/$$file $(distdir)/$$file || :; \
221 installcheck: installcheck-am
223 install-exec: install-exec-am
225 install-data-am: install-data-local
226 install-data: install-data-am
229 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
232 uninstall: uninstall-am
236 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
245 -rm -f Makefile $(CONFIG_CLEAN_FILES)
246 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
248 maintainer-clean-generic:
249 mostlyclean-am: mostlyclean-generic
251 mostlyclean: mostlyclean-am
253 clean-am: clean-generic mostlyclean-am
257 distclean-am: distclean-generic clean-am
260 distclean: distclean-am
262 maintainer-clean-am: maintainer-clean-generic distclean-am
263 @echo "This command is intended for maintainers to use;"
264 @echo "it deletes files that may require special tools to rebuild."
266 maintainer-clean: maintainer-clean-am
268 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
269 installcheck-am installcheck install-exec-am install-exec \
270 install-data-local install-data-am install-data install-am install \
271 uninstall-am uninstall all-redirect all-am all installdirs \
272 mostlyclean-generic distclean-generic clean-generic \
273 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
277 # -@(PYTHONPATH="..:../.libs:$(srcdir)/.." ; export PYTHONPATH; \
278 # for test in $(PYTESTS) ; do echo "-- $$test" ; $(PYTHON) $(srcdir)/$$test ; done)
285 $(mkinstalldirs) $(DESTDIR)$(EXAMPLE_DIR)
286 -(for test in $(PYTESTS) $(XMLS); \
287 do /usr/bin/install -c -m 0644 $$test $(DESTDIR)$(EXAMPLE_DIR) ; done)
289 # Tell versions [3.59,3.63) of GNU make to not export all variables.
290 # Otherwise a system limit (for SysV at least) may be exceeded.