added Info.plist
[TestXSLT.git] / libxml2 / python / tests / Makefile
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # python/tests/Makefile.  Generated from Makefile.in by configure.
3
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.
9
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
13 # PARTICULAR PURPOSE.
14
15
16 SHELL = /bin/sh
17
18 srcdir = .
19 top_srcdir = ../..
20
21 prefix = /Users/liyanage/cvs/entropy/TestXSLT/build/libxml2-gnustyle
22 exec_prefix = ${prefix}
23
24 bindir = ${exec_prefix}/bin
25 sbindir = ${exec_prefix}/sbin
26 libexecdir = ${exec_prefix}/libexec
27 datadir = ${prefix}/share
28 sysconfdir = ${prefix}/etc
29 sharedstatedir = ${prefix}/com
30 localstatedir = ${prefix}/var
31 libdir = ${exec_prefix}/lib
32 infodir = ${prefix}/info
33 mandir = ${prefix}/man
34 includedir = ${prefix}/include
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/libxml2
37 pkglibdir = $(libdir)/libxml2
38 pkgincludedir = $(includedir)/libxml2
39 top_builddir = ../..
40
41 ACLOCAL = aclocal-1.6
42 AUTOCONF = autoconf
43 AUTOMAKE = automake-1.6
44 AUTOHEADER = autoheader
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = /usr/bin/install -c
48 INSTALL_PROGRAM = ${INSTALL}
49 INSTALL_DATA = ${INSTALL} -m 644
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}
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = s,x,x,
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = 
63 host_triplet = powerpc-apple-darwin7.0.0
64
65 EXEEXT = 
66 OBJEXT = o
67 PATH_SEPARATOR = :
68 AMTAR = tar
69 AS = @AS@
70 AWK = awk
71 C14N_OBJ = c14n.c
72 CATALOG_OBJ = catalog.o
73 CC = gcc
74 CFLAGS = -g -O2 -Wall
75 CPP = gcc -E
76 DEBUG_OBJ = debugXML.o
77 DEPDIR = .deps
78 DLLTOOL = @DLLTOOL@
79 DOCB_OBJ = DOCBparser.o
80 ECHO = echo
81 FTP_OBJ = nanoftp.o
82 HAVE_ISINF = 
83 HAVE_ISNAN = 
84 HTML_DIR = $(prefix)/doc
85 HTML_OBJ = HTMLparser.o HTMLtree.o
86 HTTP_OBJ = nanohttp.o
87 ICONV_LIBS = -L/Users/liyanage/cvs/entropy/TestXSLT/build/libiconv-gnustyle/lib -liconv
88 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
89 LIBTOOL = $(SHELL) $(top_builddir)/libtool
90 LIBXML_MAJOR_VERSION = 2
91 LIBXML_MICRO_VERSION = 10
92 LIBXML_MINOR_VERSION = 5
93 LIBXML_VERSION = 2.5.10
94 LIBXML_VERSION_INFO = 7:10:5
95 LIBXML_VERSION_NUMBER = 20510
96 LN_S = ln -s
97 MAINT = #
98 MV = /bin/mv
99 M_LIBS = -lm
100 OBJDUMP = @OBJDUMP@
101 PACKAGE = libxml2
102 PYTHON = 
103 PYTHON_INCLUDES = 
104 PYTHON_SITE_PACKAGES = 
105 PYTHON_SUBDIR = 
106 PYTHON_VERSION = 
107 RANLIB = ranlib
108 RDL_LIBS = 
109 RELDATE = Sun Sep  7 2003
110 RM = /bin/rm
111 STATIC_BINARIES = 
112 STRIP = strip
113 TAR = /usr/bin/tar
114 TEST_REGEXPS = Regexptests Automatatests
115 TEST_SCHEMAS = Schemastests Relaxtests
116 TEST_THREADS = Threadtests
117 THREAD_CFLAGS =  -D_REENTRANT
118 THREAD_LIBS = -lpthread
119 U = 
120 VERSION = 2.5.10
121 WIN32_EXTRA_LDFLAGS = 
122 WIN32_EXTRA_LIBADD = 
123 WITH_C14N = 1
124 WITH_CATALOG = 1
125 WITH_DEBUG = 1
126 WITH_DOCB = 1
127 WITH_FTP = 1
128 WITH_HTML = 1
129 WITH_HTTP = 1
130 WITH_ICONV = 1
131 WITH_ISO8859X = 1
132 WITH_MEM_DEBUG = 0
133 WITH_REGEXPS = 1
134 WITH_SCHEMAS = 1
135 WITH_THREADS = 1
136 WITH_TRIO = 0
137 WITH_XINCLUDE = 1
138 WITH_XPATH = 1
139 WITH_XPTR = 1
140 XINCLUDE_OBJ = xinclude.o
141 XML_CFLAGS = 
142 XML_INCLUDEDIR = -I${includedir}/libxml2 -I/Users/liyanage/cvs/entropy/TestXSLT/build/libiconv-gnustyle/include
143 XML_LIBDIR = -L${libdir}
144 XML_LIBS = -lxml2 -lz -lpthread -L/Users/liyanage/cvs/entropy/TestXSLT/build/libiconv-gnustyle/lib -liconv -lm 
145 XPATH_OBJ = xpath.o
146 XPTR_OBJ = xpointer.o
147 Z_CFLAGS = 
148 Z_LIBS = -lz
149 am__include = include
150 am__quote = 
151 install_sh = /Users/liyanage/cvs/entropy/TestXSLT/libxml2/install-sh
152 pythondir = 
153 EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
154
155 PYTESTS = \
156     build.py    \
157     attribs.py  \
158     tst.py      \
159     tstxpath.py \
160     xpathext.py \
161     push.py     \
162     pushSAX.py  \
163     pushSAXhtml.py \
164     error.py    \
165     serialize.py\
166     validate.py \
167     tstURI.py   \
168     cutnpaste.py\
169     xpathret.py \
170     xpath.py    \
171     outbuf.py   \
172     inbuf.py    \
173     resolver.py \
174     regexp.py   \
175     reader.py   \
176     reader2.py  \
177     reader3.py  \
178     reader4.py  \
179     reader5.py  \
180     reader6.py  \
181     ctxterror.py\
182     readererr.py\
183     relaxng.py  \
184     thread2.py
185
186
187 XMLS = \
188     tst.xml     \
189     valid.xml   \
190     invalid.xml
191
192
193 EXTRA_DIST = $(PYTESTS) $(XMLS)
194 subdir = python/tests
195 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
196 CONFIG_HEADER = $(top_builddir)/config.h
197 CONFIG_CLEAN_FILES =
198 DIST_SOURCES =
199 DIST_COMMON = Makefile.am Makefile.in
200 all: all-am
201
202 .SUFFIXES:
203 $(srcdir)/Makefile.in: # Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
204         cd $(top_srcdir) && \
205           $(AUTOMAKE) --gnu  python/tests/Makefile
206 Makefile: # $(srcdir)/Makefile.in  $(top_builddir)/config.status
207         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
208
209 mostlyclean-libtool:
210         -rm -f *.lo
211
212 clean-libtool:
213         -rm -rf .libs _libs
214
215 distclean-libtool:
216         -rm -f libtool
217 uninstall-info-am:
218 tags: TAGS
219 TAGS:
220
221 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
222
223 top_distdir = ../..
224 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
225
226 distdir: $(DISTFILES)
227         @list='$(DISTFILES)'; for file in $$list; do \
228           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
229           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
230           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
231             dir="/$$dir"; \
232             $(mkinstalldirs) "$(distdir)$$dir"; \
233           else \
234             dir=''; \
235           fi; \
236           if test -d $$d/$$file; then \
237             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
238               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
239             fi; \
240             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
241           else \
242             test -f $(distdir)/$$file \
243             || cp -p $$d/$$file $(distdir)/$$file \
244             || exit 1; \
245           fi; \
246         done
247 check-am: all-am
248 check: check-am
249 all-am: Makefile
250
251 installdirs:
252
253 install: install-am
254 install-exec: install-exec-am
255 install-data: install-data-am
256 uninstall: uninstall-am
257
258 install-am: all-am
259         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
260
261 installcheck: installcheck-am
262 install-strip:
263         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
264           INSTALL_STRIP_FLAG=-s \
265           `test -z '$(STRIP)' || \
266             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
267 mostlyclean-generic:
268
269 clean-generic:
270
271 distclean-generic:
272         -rm -f Makefile $(CONFIG_CLEAN_FILES)
273
274 maintainer-clean-generic:
275         @echo "This command is intended for maintainers to use"
276         @echo "it deletes files that may require special tools to rebuild."
277 clean: clean-am
278
279 clean-am: clean-generic clean-libtool mostlyclean-am
280
281 distclean: distclean-am
282
283 distclean-am: clean-am distclean-generic distclean-libtool
284
285 dvi: dvi-am
286
287 dvi-am:
288
289 info: info-am
290
291 info-am:
292
293 install-data-am: install-data-local
294
295 install-exec-am:
296
297 install-info: install-info-am
298
299 install-man:
300
301 installcheck-am:
302
303 maintainer-clean: maintainer-clean-am
304
305 maintainer-clean-am: distclean-am maintainer-clean-generic
306
307 mostlyclean: mostlyclean-am
308
309 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
310
311 uninstall-am: uninstall-info-am
312
313 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
314         distclean distclean-generic distclean-libtool distdir dvi \
315         dvi-am info info-am install install-am install-data \
316         install-data-am install-data-local install-exec install-exec-am \
317         install-info install-info-am install-man install-strip \
318         installcheck installcheck-am installdirs maintainer-clean \
319         maintainer-clean-generic mostlyclean mostlyclean-generic \
320         mostlyclean-libtool uninstall uninstall-am uninstall-info-am
321
322
323 #tests: $(PYTESTS)
324 #       -@(PYTHONPATH="..:../.libs:$(srcdir)/.." ; export PYTHONPATH; \
325 #          for test in $(PYTESTS) ; do echo "-- $$test" ; $(PYTHON) $(srcdir)/$$test ; done)
326 tests:
327
328 clean:
329         rm -f *.pyc core
330
331 install-data-local:
332         $(mkinstalldirs) $(DESTDIR)$(EXAMPLE_DIR)
333         -(for test in $(PYTESTS) $(XMLS); \
334           do /usr/bin/install -c -m 0644 $$test $(DESTDIR)$(EXAMPLE_DIR) ; done)
335 # Tell versions [3.59,3.63) of GNU make to not export all variables.
336 # Otherwise a system limit (for SysV at least) may be exceeded.
337 .NOEXPORT: