added Info.plist
[TestXSLT.git] / libxml2 / python / Makefile
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # python/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
154 # Makefile for libxml2 python library
155 AUTOMAKE_OPTIONS = 1.4 foreign
156
157 SUBDIRS = . tests
158
159 INCLUDES = \
160         -I$(PYTHON_INCLUDES) \
161         -I$(top_srcdir)/include
162
163
164 DOCS_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
165 # libxml2class.txt is generated
166 DOCS = TODO
167
168 EXTRA_DIST = \
169         libxml.c                \
170         types.c                 \
171         setup.py                \
172         setup.py.in             \
173         generator.py            \
174         libxml_wrap.h           \
175         libxml.py               \
176         drv_libxml2.py          \
177         libxml2-python-api.xml  \
178         $(DOCS)
179
180
181 libxml2mod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/.libs
182
183 #mylibs = \
184 #       $(top_builddir)/libxml2.la
185
186
187 #python_LTLIBRARIES = libxml2mod.la
188
189 #libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
190 #libxml2mod_la_LIBADD = $(mylibs)
191
192 #GENERATE = generator.py
193 #API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
194 #GENERATED = $(srcdir)/libxml2class.py \
195 #           $(srcdir)/libxml2-export.c \
196 #          $(srcdir)/libxml2-py.c \
197 #          $(srcdir)/libxml2-py.h
198
199 subdir = python
200 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
201 CONFIG_HEADER = $(top_builddir)/config.h
202 CONFIG_CLEAN_FILES = setup.py
203 LTLIBRARIES = $(python_LTLIBRARIES)
204
205 #libxml2mod_la_DEPENDENCIES = \
206 #       $(top_builddir)/libxml2.la
207 libxml2mod_la_DEPENDENCIES =
208 #am_libxml2mod_la_OBJECTS = libxml.lo types.lo \
209 #       libxml2-py.lo
210 libxml2mod_la_OBJECTS = $(am_libxml2mod_la_OBJECTS)
211
212 DEFS = -DHAVE_CONFIG_H
213 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
214 CPPFLAGS =  -I/Users/liyanage/cvs/entropy/TestXSLT/build/libiconv-gnustyle/include
215 LDFLAGS = 
216 LIBS = 
217 depcomp = $(SHELL) $(top_srcdir)/depcomp
218 am__depfiles_maybe = depfiles
219 DEP_FILES = ./$(DEPDIR)/libxml.Plo \
220         ./$(DEPDIR)/libxml2-py.Plo ./$(DEPDIR)/types.Plo
221 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
222         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
223 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
224         $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
225 CCLD = $(CC)
226 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
227         $(AM_LDFLAGS) $(LDFLAGS) -o $@
228 DIST_SOURCES = $(libxml2mod_la_SOURCES)
229
230 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
231         uninstall-info-recursive all-recursive install-data-recursive \
232         install-exec-recursive installdirs-recursive install-recursive \
233         uninstall-recursive check-recursive installcheck-recursive
234 DIST_COMMON = README Makefile.am Makefile.in TODO setup.py.in
235 DIST_SUBDIRS = $(SUBDIRS)
236 SOURCES = $(libxml2mod_la_SOURCES)
237
238 all: all-recursive
239
240 .SUFFIXES:
241 .SUFFIXES: .c .lo .o .obj
242 $(srcdir)/Makefile.in: # Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
243         cd $(top_srcdir) && \
244           $(AUTOMAKE) --foreign  python/Makefile
245 Makefile: # $(srcdir)/Makefile.in  $(top_builddir)/config.status
246         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
247 setup.py: $(top_builddir)/config.status setup.py.in
248         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
249 pythonLTLIBRARIES_INSTALL = $(INSTALL)
250 install-pythonLTLIBRARIES: $(python_LTLIBRARIES)
251         @$(NORMAL_INSTALL)
252         $(mkinstalldirs) $(DESTDIR)$(pythondir)
253         @list='$(python_LTLIBRARIES)'; for p in $$list; do \
254           if test -f $$p; then \
255             f="`echo $$p | sed -e 's|^.*/||'`"; \
256             echo " $(LIBTOOL) --mode=install $(pythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pythondir)/$$f"; \
257             $(LIBTOOL) --mode=install $(pythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pythondir)/$$f; \
258           else :; fi; \
259         done
260
261 uninstall-pythonLTLIBRARIES:
262         @$(NORMAL_UNINSTALL)
263         @list='$(python_LTLIBRARIES)'; for p in $$list; do \
264             p="`echo $$p | sed -e 's|^.*/||'`"; \
265           echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pythondir)/$$p"; \
266           $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pythondir)/$$p; \
267         done
268
269 clean-pythonLTLIBRARIES:
270         -test -z "$(python_LTLIBRARIES)" || rm -f $(python_LTLIBRARIES)
271         @list='$(python_LTLIBRARIES)'; for p in $$list; do \
272           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
273           test -z "$dir" && dir=.; \
274           echo "rm -f \"$${dir}/so_locations\""; \
275           rm -f "$${dir}/so_locations"; \
276         done
277 libxml2mod.la: $(libxml2mod_la_OBJECTS) $(libxml2mod_la_DEPENDENCIES) 
278         $(LINK) -rpath $(pythondir) $(libxml2mod_la_LDFLAGS) $(libxml2mod_la_OBJECTS) $(libxml2mod_la_LIBADD) $(LIBS)
279
280 mostlyclean-compile:
281         -rm -f *.$(OBJEXT) core *.core
282
283 distclean-compile:
284         -rm -f *.tab.c
285
286 include ./$(DEPDIR)/libxml.Plo
287 include ./$(DEPDIR)/libxml2-py.Plo
288 include ./$(DEPDIR)/types.Plo
289
290 distclean-depend:
291         -rm -rf ./$(DEPDIR)
292
293 .c.o:
294         source='$<' object='$@' libtool=no \
295         depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
296         $(CCDEPMODE) $(depcomp) \
297         $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
298
299 .c.obj:
300         source='$<' object='$@' libtool=no \
301         depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
302         $(CCDEPMODE) $(depcomp) \
303         $(COMPILE) -c `cygpath -w $<`
304
305 .c.lo:
306         source='$<' object='$@' libtool=yes \
307         depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \
308         $(CCDEPMODE) $(depcomp) \
309         $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
310 CCDEPMODE = depmode=gcc3
311
312 mostlyclean-libtool:
313         -rm -f *.lo
314
315 clean-libtool:
316         -rm -rf .libs _libs
317
318 distclean-libtool:
319         -rm -f libtool
320 uninstall-info-am:
321
322 # This directory's subdirectories are mostly independent; you can cd
323 # into them and run `make' without going through this Makefile.
324 # To change the values of `make' variables: instead of editing Makefiles,
325 # (1) if the variable is set in `config.status', edit `config.status'
326 #     (which will cause the Makefiles to be regenerated when you run `make');
327 # (2) otherwise, pass the desired values on the `make' command line.
328 $(RECURSIVE_TARGETS):
329         @set fnord $$MAKEFLAGS; amf=$$2; \
330         dot_seen=no; \
331         target=`echo $@ | sed s/-recursive//`; \
332         list='$(SUBDIRS)'; for subdir in $$list; do \
333           echo "Making $$target in $$subdir"; \
334           if test "$$subdir" = "."; then \
335             dot_seen=yes; \
336             local_target="$$target-am"; \
337           else \
338             local_target="$$target"; \
339           fi; \
340           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
341            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
342         done; \
343         if test "$$dot_seen" = "no"; then \
344           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
345         fi; test -z "$$fail"
346
347 mostlyclean-recursive clean-recursive distclean-recursive \
348 maintainer-clean-recursive:
349         @set fnord $$MAKEFLAGS; amf=$$2; \
350         dot_seen=no; \
351         case "$@" in \
352           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
353           *) list='$(SUBDIRS)' ;; \
354         esac; \
355         rev=''; for subdir in $$list; do \
356           if test "$$subdir" = "."; then :; else \
357             rev="$$subdir $$rev"; \
358           fi; \
359         done; \
360         rev="$$rev ."; \
361         target=`echo $@ | sed s/-recursive//`; \
362         for subdir in $$rev; do \
363           echo "Making $$target in $$subdir"; \
364           if test "$$subdir" = "."; then \
365             local_target="$$target-am"; \
366           else \
367             local_target="$$target"; \
368           fi; \
369           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
371         done && test -z "$$fail"
372 tags-recursive:
373         list='$(SUBDIRS)'; for subdir in $$list; do \
374           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
375         done
376
377 ETAGS = etags
378 ETAGSFLAGS =
379
380 tags: TAGS
381
382 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
383         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
384         unique=`for i in $$list; do \
385             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386           done | \
387           $(AWK) '    { files[$$0] = 1; } \
388                END { for (i in files) print i; }'`; \
389         mkid -fID $$unique
390
391 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
392                 $(TAGS_FILES) $(LISP)
393         tags=; \
394         here=`pwd`; \
395         list='$(SUBDIRS)'; for subdir in $$list; do \
396           if test "$$subdir" = .; then :; else \
397             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
398           fi; \
399         done; \
400         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
401         unique=`for i in $$list; do \
402             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
403           done | \
404           $(AWK) '    { files[$$0] = 1; } \
405                END { for (i in files) print i; }'`; \
406         test -z "$(ETAGS_ARGS)$$tags$$unique" \
407           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
408              $$tags $$unique
409
410 GTAGS:
411         here=`$(am__cd) $(top_builddir) && pwd` \
412           && cd $(top_srcdir) \
413           && gtags -i $(GTAGS_ARGS) $$here
414
415 distclean-tags:
416         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
417 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
418
419 top_distdir = ..
420 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
421
422 distdir: $(DISTFILES)
423         @list='$(DISTFILES)'; for file in $$list; do \
424           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
425           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
426           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
427             dir="/$$dir"; \
428             $(mkinstalldirs) "$(distdir)$$dir"; \
429           else \
430             dir=''; \
431           fi; \
432           if test -d $$d/$$file; then \
433             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
434               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
435             fi; \
436             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
437           else \
438             test -f $(distdir)/$$file \
439             || cp -p $$d/$$file $(distdir)/$$file \
440             || exit 1; \
441           fi; \
442         done
443         list='$(SUBDIRS)'; for subdir in $$list; do \
444           if test "$$subdir" = .; then :; else \
445             test -d $(distdir)/$$subdir \
446             || mkdir $(distdir)/$$subdir \
447             || exit 1; \
448             (cd $$subdir && \
449               $(MAKE) $(AM_MAKEFLAGS) \
450                 top_distdir="$(top_distdir)" \
451                 distdir=../$(distdir)/$$subdir \
452                 distdir) \
453               || exit 1; \
454           fi; \
455         done
456 check-am: all-am
457 check: check-recursive
458 all-am: Makefile $(LTLIBRARIES) all-local
459 installdirs: installdirs-recursive
460 installdirs-am:
461         $(mkinstalldirs) $(DESTDIR)$(pythondir)
462
463 install: install-recursive
464 install-exec: install-exec-recursive
465 install-data: install-data-recursive
466 uninstall: uninstall-recursive
467
468 install-am: all-am
469         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
470
471 installcheck: installcheck-recursive
472 install-strip:
473         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
474           INSTALL_STRIP_FLAG=-s \
475           `test -z '$(STRIP)' || \
476             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
477 mostlyclean-generic:
478
479 clean-generic:
480
481 distclean-generic:
482         -rm -f Makefile $(CONFIG_CLEAN_FILES)
483
484 maintainer-clean-generic:
485         @echo "This command is intended for maintainers to use"
486         @echo "it deletes files that may require special tools to rebuild."
487 clean: clean-recursive
488
489 clean-am: clean-generic clean-libtool clean-pythonLTLIBRARIES \
490         mostlyclean-am
491
492 distclean: distclean-recursive
493
494 distclean-am: clean-am distclean-compile distclean-depend \
495         distclean-generic distclean-libtool distclean-tags
496
497 dvi: dvi-recursive
498
499 dvi-am:
500
501 info: info-recursive
502
503 info-am:
504
505 install-data-am: install-data-local install-pythonLTLIBRARIES
506
507 install-exec-am:
508
509 install-info: install-info-recursive
510
511 install-man:
512
513 installcheck-am:
514
515 maintainer-clean: maintainer-clean-recursive
516
517 maintainer-clean-am: distclean-am maintainer-clean-generic
518
519 mostlyclean: mostlyclean-recursive
520
521 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
522         mostlyclean-libtool
523
524 uninstall-am: uninstall-info-am uninstall-pythonLTLIBRARIES
525
526 uninstall-info: uninstall-info-recursive
527
528 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am all-local check check-am \
529         clean clean-generic clean-libtool clean-pythonLTLIBRARIES \
530         clean-recursive distclean distclean-compile distclean-depend \
531         distclean-generic distclean-libtool distclean-recursive \
532         distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
533         info-recursive install install-am install-data install-data-am \
534         install-data-local install-data-recursive install-exec \
535         install-exec-am install-exec-recursive install-info \
536         install-info-am install-info-recursive install-man \
537         install-pythonLTLIBRARIES install-recursive install-strip \
538         installcheck installcheck-am installdirs installdirs-am \
539         installdirs-recursive maintainer-clean maintainer-clean-generic \
540         maintainer-clean-recursive mostlyclean mostlyclean-compile \
541         mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
542         tags tags-recursive uninstall uninstall-am uninstall-info-am \
543         uninstall-info-recursive uninstall-pythonLTLIBRARIES \
544         uninstall-recursive
545
546
547 #all-local:     libxml2.py
548
549 #libxml2.py: $(srcdir)/libxml.py $(srcdir)/libxml2class.py
550 #       cat $(srcdir)/libxml.py $(srcdir)/libxml2class.py > libxml2.py
551
552 #install-data-local:
553 #       $(mkinstalldirs) $(DESTDIR)$(pythondir)
554 #       /usr/bin/install -c -m 0644 libxml2.py $(DESTDIR)$(pythondir)
555 #       /usr/bin/install -c -m 0644 drv_libxml2.py $(DESTDIR)$(pythondir)
556 #       $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
557 #       @(for doc in $(DOCS) ; \
558 #          do /usr/bin/install -c -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
559
560 #$(GENERATED): gen_prog
561
562 #gen_prog: $(srcdir)/$(GENERATE) $(API_DESC)
563 #       cd $(srcdir) && $(PYTHON) $(GENERATE)
564 #       touch gen_prog
565
566 #$(libxml2mod_la_OBJECTS): $(GENERATED)
567
568 all: 
569 tests test: all
570         cd tests && $(MAKE) tests
571
572 clean:
573         rm -f $(GENERATED) *.o _libxml.so *.pyc libxml2.py gen_prog
574 # Tell versions [3.59,3.63) of GNU make to not export all variables.
575 # Otherwise a system limit (for SysV at least) may be exceeded.
576 .NOEXPORT: