Initial revision
[TestXSLT.git] / libxml2 / python / tests / Makefile
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
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.
7
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.
12
13
14 SHELL = /bin/sh
15
16 srcdir = .
17 top_srcdir = ../..
18
19 prefix = /Users/liyanage/Documents/src/TestXSLT/build/libxml2-gnustyle
20 exec_prefix = ${prefix}
21
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
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/libxml2
38 pkglibdir = $(libdir)/libxml2
39 pkgincludedir = $(includedir)/libxml2
40
41 top_builddir = ../..
42
43 ACLOCAL = /Users/liyanage/Documents/src/TestXSLT/libxml2/missing aclocal-1.4
44 AUTOCONF = autoconf
45 AUTOMAKE = /Users/liyanage/Documents/src/TestXSLT/libxml2/missing automake-1.4
46 AUTOHEADER = autoheader
47
48 INSTALL = /usr/bin/install -c
49 INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = ${INSTALL} -m 644
51 INSTALL_SCRIPT = ${INSTALL}
52 transform = s,x,x,
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = 
61 host_triplet = powerpc-apple-darwin7.0.0b1
62 AS = @AS@
63 C14N_OBJ = c14n.c
64 CATALOG_OBJ = catalog.o
65 CC = gcc
66 CFLAGS = -g -O2 -Wall
67 CPP = gcc -E
68 DEBUG_OBJ = debugXML.o
69 DLLTOOL = @DLLTOOL@
70 DOCB_OBJ = DOCBparser.o
71 ECHO = echo
72 EXEEXT = 
73 FTP_OBJ = nanoftp.o
74 HAVE_ISINF = 
75 HAVE_ISNAN = 
76 HTML_DIR = $(prefix)/doc
77 HTML_OBJ = HTMLparser.o HTMLtree.o
78 HTTP_OBJ = nanohttp.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
87 LN_S = ln -s
88 MAINT = #
89 MAKEINFO = makeinfo
90 MV = /bin/mv
91 M_LIBS = -lm
92 OBJDUMP = @OBJDUMP@
93 OBJEXT = o
94 PACKAGE = libxml2
95 PYTHON = 
96 PYTHON_INCLUDES = 
97 PYTHON_SITE_PACKAGES = 
98 PYTHON_SUBDIR = 
99 PYTHON_VERSION = 
100 RANLIB = ranlib
101 RDL_LIBS = 
102 RELDATE = Tue Aug  5 2003
103 RM = /bin/rm
104 STATIC_BINARIES = 
105 STRIP = strip
106 TAR = /usr/bin/tar
107 TEST_REGEXPS = Regexptests Automatatests
108 TEST_SCHEMAS = Schemastests Relaxtests
109 TEST_THREADS = 
110 THREAD_CFLAGS = 
111 THREAD_LIBS = 
112 U = 
113 VERSION = 2.5.4
114 WITH_C14N = 1
115 WITH_CATALOG = 1
116 WITH_DEBUG = 1
117 WITH_DOCB = 1
118 WITH_FTP = 1
119 WITH_HTML = 1
120 WITH_HTTP = 1
121 WITH_ICONV = 1
122 WITH_MEM_DEBUG = 0
123 WITH_REGEXPS = 1
124 WITH_SCHEMAS = 1
125 WITH_THREADS = 0
126 WITH_TRIO = 0
127 WITH_XINCLUDE = 1
128 WITH_XPATH = 1
129 WITH_XPTR = 1
130 XINCLUDE_OBJ = xinclude.o
131 XML_CFLAGS = 
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 
135 XPATH_OBJ = xpath.o
136 XPTR_OBJ = xpointer.o
137 Z_CFLAGS = 
138 Z_LIBS = -lz
139
140 EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
141
142 PYTESTS = \
143     build.py    \
144     attribs.py  \
145     tst.py      \
146     tstxpath.py \
147     xpathext.py \
148     push.py     \
149     pushSAX.py  \
150     pushSAXhtml.py \
151     error.py    \
152     serialize.py\
153     validate.py \
154     tstURI.py   \
155     cutnpaste.py\
156     xpathret.py \
157     xpath.py    \
158     outbuf.py   \
159     inbuf.py    \
160     resolver.py \
161     regexp.py   \
162     reader.py   \
163     reader2.py  \
164     reader3.py  \
165     ctxterror.py\
166     readererr.py\
167     relaxng.py
168
169
170 XMLS = \
171     tst.xml     \
172     valid.xml   \
173     invalid.xml
174
175
176 EXTRA_DIST = $(PYTESTS) $(XMLS)
177 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
178 CONFIG_HEADER = ../../config.h
179 CONFIG_CLEAN_FILES = 
180 DIST_COMMON =  Makefile.am Makefile.in
181
182
183 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
184
185 GZIP_ENV = --best
186 all: all-redirect
187 .SUFFIXES:
188 $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
189         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps python/tests/Makefile
190
191 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
192         cd $(top_builddir) \
193           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
194
195 tags: TAGS
196 TAGS:
197
198
199 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
200
201 subdir = python/tests
202
203 distdir: $(DISTFILES)
204         @for file in $(DISTFILES); do \
205           d=$(srcdir); \
206           if test -d $$d/$$file; then \
207             cp -pr $$d/$$file $(distdir)/$$file; \
208           else \
209             test -f $(distdir)/$$file \
210             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
211             || cp -p $$d/$$file $(distdir)/$$file || :; \
212           fi; \
213         done
214 info-am:
215 info: info-am
216 dvi-am:
217 dvi: dvi-am
218 check-am: all-am
219 check: check-am
220 installcheck-am:
221 installcheck: installcheck-am
222 install-exec-am:
223 install-exec: install-exec-am
224
225 install-data-am: install-data-local
226 install-data: install-data-am
227
228 install-am: all-am
229         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
230 install: install-am
231 uninstall-am:
232 uninstall: uninstall-am
233 all-am: Makefile
234 all-redirect: all-am
235 install-strip:
236         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
237 installdirs:
238
239
240 mostlyclean-generic:
241
242 clean-generic:
243
244 distclean-generic:
245         -rm -f Makefile $(CONFIG_CLEAN_FILES)
246         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
247
248 maintainer-clean-generic:
249 mostlyclean-am:  mostlyclean-generic
250
251 mostlyclean: mostlyclean-am
252
253 clean-am:  clean-generic mostlyclean-am
254
255 clean: clean-am
256
257 distclean-am:  distclean-generic clean-am
258         -rm -f libtool
259
260 distclean: distclean-am
261
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."
265
266 maintainer-clean: maintainer-clean-am
267
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
274
275
276 #tests: $(PYTESTS)
277 #       -@(PYTHONPATH="..:../.libs:$(srcdir)/.." ; export PYTHONPATH; \
278 #          for test in $(PYTESTS) ; do echo "-- $$test" ; $(PYTHON) $(srcdir)/$$test ; done)
279 tests:
280
281 clean:
282         rm -f *.pyc core
283
284 install-data-local:
285         $(mkinstalldirs) $(DESTDIR)$(EXAMPLE_DIR)
286         -(for test in $(PYTESTS) $(XMLS); \
287           do /usr/bin/install -c -m 0644 $$test $(DESTDIR)$(EXAMPLE_DIR) ; done)
288
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.
291 .NOEXPORT: