1# Makefile.in generated by automake 1.10.1 from Makefile.am.
2# python/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008  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
17
18
19pkgdatadir = $(datadir)/libxml2
20pkglibdir = $(libdir)/libxml2
21pkgincludedir = $(includedir)/libxml2
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = mipsel-uclibc-linux-gnu26
35host_triplet = mipsel-uclibc-linux-gnu
36subdir = python
37DIST_COMMON = README $(am__dist_python_DATA_DIST) $(dist_docs_DATA) \
38	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39	$(srcdir)/setup.py.in TODO
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
42	$(top_srcdir)/configure.in
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44	$(ACLOCAL_M4)
45mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46CONFIG_HEADER = $(top_builddir)/config.h
47CONFIG_CLEAN_FILES = setup.py
48am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49am__vpath_adj = case $$p in \
50    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51    *) f=$$p;; \
52  esac;
53am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
54am__installdirs = "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(docsdir)" \
55	"$(DESTDIR)$(pythondir)" "$(DESTDIR)$(pythondir)"
56pythonLTLIBRARIES_INSTALL = $(INSTALL)
57LTLIBRARIES = $(python_LTLIBRARIES)
58#libxml2mod_la_DEPENDENCIES = $(mylibs)
59am__libxml2mod_la_SOURCES_DIST = libxml.c types.c
60#am_libxml2mod_la_OBJECTS = libxml.lo types.lo
61#nodist_libxml2mod_la_OBJECTS = libxml2-py.lo
62libxml2mod_la_OBJECTS = $(am_libxml2mod_la_OBJECTS) \
63	$(nodist_libxml2mod_la_OBJECTS)
64libxml2mod_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
65	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
66	$(libxml2mod_la_LDFLAGS) $(LDFLAGS) -o $@
67#am_libxml2mod_la_rpath = -rpath $(pythondir)
68DEFAULT_INCLUDES = -I. -I$(top_builddir)
69depcomp = $(SHELL) $(top_srcdir)/depcomp
70am__depfiles_maybe = depfiles
71COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
75	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76CCLD = $(CC)
77LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
79	$(LDFLAGS) -o $@
80SOURCES = $(libxml2mod_la_SOURCES) $(nodist_libxml2mod_la_SOURCES)
81DIST_SOURCES = $(am__libxml2mod_la_SOURCES_DIST)
82RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
83	html-recursive info-recursive install-data-recursive \
84	install-dvi-recursive install-exec-recursive \
85	install-html-recursive install-info-recursive \
86	install-pdf-recursive install-ps-recursive install-recursive \
87	installcheck-recursive installdirs-recursive pdf-recursive \
88	ps-recursive uninstall-recursive
89dist_docsDATA_INSTALL = $(INSTALL_DATA)
90am__dist_python_DATA_DIST = drv_libxml2.py
91dist_pythonDATA_INSTALL = $(INSTALL_DATA)
92pythonDATA_INSTALL = $(INSTALL_DATA)
93DATA = $(dist_docs_DATA) $(dist_python_DATA) $(python_DATA)
94RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
95  distclean-recursive maintainer-clean-recursive
96ETAGS = etags
97CTAGS = ctags
98DIST_SUBDIRS = $(SUBDIRS)
99DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100ACLOCAL = ${SHELL} ${TIMEMACHINE_PATH}/libxml2-2.7.2/missing --run aclocal-1.10
101AMTAR = ${SHELL} ${TIMEMACHINE_PATH}/libxml2-2.7.2/missing --run tar
102AR = mipsel-linux-linux26-ar
103AS = as
104AUTOCONF = ${SHELL} ${TIMEMACHINE_PATH}/libxml2-2.7.2/missing --run autoconf
105AUTOHEADER = ${SHELL} ${TIMEMACHINE_PATH}/libxml2-2.7.2/missing --run autoheader
106AUTOMAKE = ${SHELL} ${TIMEMACHINE_PATH}/libxml2-2.7.2/missing --run automake-1.10
107AWK = gawk
108BASE_THREAD_LIBS = -lpthread
109C14N_OBJ = 
110CATALOG_OBJ = 
111CC = mipsel-linux-uclibc-gcc
112CCDEPMODE = depmode=gcc3
113CFLAGS = -Os -I${PKG_INSTALL_DIR}/usr/include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls
114CPP = mipsel-linux-uclibc-gcc -E
115CPPFLAGS = -I${PKG_INSTALL_DIR}/usr/include
116CXX = mipsel-linux-uclibc-g++
117CXXCPP = mipsel-linux-uclibc-g++ -E
118CXXDEPMODE = depmode=gcc3
119CXXFLAGS = -Os -I${PKG_INSTALL_DIR}/usr/include
120CYGPATH_W = echo
121CYGWIN_EXTRA_LDFLAGS = 
122CYGWIN_EXTRA_PYTHON_LIBADD = 
123DEBUG_OBJ = 
124DEFS = -DHAVE_CONFIG_H
125DEPDIR = .deps
126DLLTOOL = dlltool
127DOCB_OBJ = 
128ECHO = echo
129ECHO_C = 
130ECHO_N = -n
131ECHO_T = 
132EGREP = /bin/grep -E
133EXEEXT = 
134F77 = gfortran
135FFLAGS = -g -O2
136FTP_OBJ = 
137GREP = /bin/grep
138HAVE_ISINF = 
139HAVE_ISNAN = 
140HTML_DIR = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
141HTML_OBJ = HTMLparser.o HTMLtree.o
142HTTP_OBJ = 
143ICONV_LIBS = 
144INSTALL = /usr/bin/install -c
145INSTALL_DATA = ${INSTALL} -m 644
146INSTALL_PROGRAM = ${INSTALL}
147INSTALL_SCRIPT = ${INSTALL}
148INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
149LDFLAGS = -L${PKG_INSTALL_DIR}/usr/lib
150LIBOBJS = 
151LIBS = 
152LIBTOOL = $(SHELL) $(top_builddir)/libtool
153LIBXML_MAJOR_VERSION = 2
154LIBXML_MICRO_VERSION = 2
155LIBXML_MINOR_VERSION = 7
156LIBXML_VERSION = 2.7.2
157LIBXML_VERSION_EXTRA = 
158LIBXML_VERSION_INFO = 9:2:7
159LIBXML_VERSION_NUMBER = 20702
160LN_S = ln -s
161LTLIBOBJS = 
162MAKEINFO = ${SHELL} ${TIMEMACHINE_PATH}/libxml2-2.7.2/missing --run makeinfo
163MKDIR_P = /bin/mkdir -p
164MODULE_EXTENSION = .so
165MODULE_PLATFORM_LIBS = -ldl
166MV = /bin/mv
167M_LIBS = -lm
168OBJDUMP = mipsel-linux-linux26-objdump
169OBJEXT = o
170PACKAGE = libxml2
171PACKAGE_BUGREPORT = 
172PACKAGE_NAME = 
173PACKAGE_STRING = 
174PACKAGE_TARNAME = 
175PACKAGE_VERSION = 
176PATH_SEPARATOR = :
177PERL = /usr/bin/perl
178PYTHON = 
179PYTHON_INCLUDES = 
180PYTHON_SITE_PACKAGES = 
181PYTHON_SUBDIR = 
182PYTHON_TESTS = 
183PYTHON_VERSION = 
184RANLIB = ranlib
185RDL_LIBS = 
186READER_TEST = Readertests
187RELDATE = Fri Dec  9 2011
188RM = /bin/rm
189SED = /bin/sed
190SET_MAKE = 
191SHELL = /bin/sh
192STATIC_BINARIES = 
193STRIP = mipsel-linux-linux26-strip
194TAR = /bin/tar
195TEST_C14N = 
196TEST_CATALOG = 
197TEST_DEBUG = 
198TEST_HTML = HTMLtests
199TEST_MODULES = ModuleTests
200TEST_PATTERN = Patterntests
201TEST_PHTML = HTMLPushtests
202TEST_PUSH = XMLPushtests
203TEST_REGEXPS = Regexptests Automatatests
204TEST_SAX = SAXtests
205TEST_SCHEMAS = Schemastests Relaxtests
206TEST_SCHEMATRON = Schematrontests
207TEST_THREADS = Threadtests
208TEST_VALID = Validtests
209TEST_VTIME = VTimingtests
210TEST_XINCLUDE = XIncludetests
211TEST_XPATH = XPathtests
212TEST_XPTR = XPtrtests
213THREADS_W32 = 
214THREAD_CFLAGS =  -D_REENTRANT
215THREAD_LIBS = 
216U = 
217VERSION = 2.7.2
218WGET = /usr/bin/wget
219WIN32_EXTRA_LDFLAGS = 
220WIN32_EXTRA_LIBADD = 
221WITH_C14N = 0
222WITH_CATALOG = 0
223WITH_DEBUG = 0
224WITH_DOCB = 0
225WITH_FTP = 0
226WITH_HTML = 1
227WITH_HTTP = 0
228WITH_ICONV = 0
229WITH_ISO8859X = 0
230WITH_LEGACY = 0
231WITH_MEM_DEBUG = 0
232WITH_MODULES = 1
233WITH_OUTPUT = 1
234WITH_PATTERN = 1
235WITH_PUSH = 1
236WITH_READER = 1
237WITH_REGEXPS = 1
238WITH_RUN_DEBUG = 0
239WITH_SAX1 = 1
240WITH_SCHEMAS = 1
241WITH_SCHEMATRON = 1
242WITH_THREADS = 1
243WITH_TREE = 1
244WITH_TRIO = 0
245WITH_VALID = 1
246WITH_WRITER = 1
247WITH_XINCLUDE = 1
248WITH_XPATH = 1
249WITH_XPTR = 1
250WITH_ZLIB = 1
251XINCLUDE_OBJ = xinclude.o
252XMLLINT = /usr/bin/xmllint
253XML_CFLAGS = 
254XML_INCLUDEDIR = -I${includedir}/libxml2
255XML_LIBDIR = -L${libdir}
256XML_LIBS = -lxml2 -lz   -lm 
257XML_LIBTOOLLIBS = libxml2.la
258XPATH_OBJ = xpath.o
259XPTR_OBJ = xpointer.o
260XSLTPROC = /usr/bin/xsltproc
261Z_CFLAGS = 
262Z_LIBS = -lz
263abs_builddir = ${TIMEMACHINE_PATH}/libxml2-2.7.2/python
264abs_srcdir = ${TIMEMACHINE_PATH}/libxml2-2.7.2/python
265abs_top_builddir = ${TIMEMACHINE_PATH}/libxml2-2.7.2
266abs_top_srcdir = ${TIMEMACHINE_PATH}/libxml2-2.7.2
267ac_ct_CC = 
268ac_ct_CXX = 
269ac_ct_F77 = gfortran
270am__include = include
271am__leading_dot = .
272am__quote = 
273am__tar = ${AMTAR} chof - "$$tardir"
274am__untar = ${AMTAR} xf -
275bindir = /usr/bin
276build = mipsel-uclibc-linux-gnu26
277build_alias = mipsel-uclibc-linux-gnu26
278build_cpu = mipsel
279build_os = linux-gnu26
280build_vendor = uclibc
281builddir = .
282datadir = /usr/share
283datarootdir = ${prefix}/share
284docdir = ${datarootdir}/doc/${PACKAGE}
285dvidir = ${docdir}
286exec_prefix = /usr
287host = mipsel-uclibc-linux-gnu
288host_alias = mipsel-uclibc-linux
289host_cpu = mipsel
290host_os = linux-gnu
291host_vendor = uclibc
292htmldir = ${docdir}
293includedir = ${prefix}/include
294infodir = /usr/info
295install_sh = $(SHELL) ${TIMEMACHINE_PATH}/libxml2-2.7.2/install-sh
296libdir = ${exec_prefix}/lib
297libexecdir = /usr/lib
298localedir = ${datarootdir}/locale
299localstatedir = /var
300mandir = /usr/man
301mkdir_p = /bin/mkdir -p
302oldincludedir = /usr/include
303pdfdir = ${docdir}
304prefix = /usr
305program_transform_name = s&$$&&;s&^&&
306psdir = ${docdir}
307pythondir = 
308sbindir = /usr/sbin
309sharedstatedir = ${prefix}/com
310srcdir = .
311sysconfdir = /etc
312target_alias = mipsel-uclibc-linux-gnu26
313top_builddir = ..
314top_srcdir = ..
315
316# Makefile for libxml2 python library
317AUTOMAKE_OPTIONS = 1.4 foreign
318SUBDIRS = . tests
319INCLUDES = \
320	-I$(PYTHON_INCLUDES) \
321	-I$(top_srcdir)/include	\
322	-I$(top_builddir)/include \
323	-I$(top_builddir)/$(subdir)
324
325docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
326# libxml2class.txt is generated
327dist_docs_DATA = TODO
328EXTRA_DIST = \
329	setup.py		\
330	setup.py.in		\
331	generator.py		\
332	libxml_wrap.h		\
333	libxml.py		\
334	libxml2-python-api.xml
335
336libxml2mod_la_LDFLAGS =   -module -avoid-version 
337#mylibs = \
338#	$(top_builddir)/libxml2.la
339
340#python_LTLIBRARIES = libxml2mod.la
341#libxml2mod_la_SOURCES = libxml.c types.c
342#nodist_libxml2mod_la_SOURCES = libxml2-py.c
343#libxml2mod_la_LIBADD = $(mylibs) 
344#python_DATA = \
345#	libxml2.py
346
347#dist_python_DATA = \
348#	drv_libxml2.py
349
350#GENERATE = generator.py
351#API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
352#GENERATED = libxml2class.py \
353#           libxml2-export.c \
354#           libxml2class.txt \
355#	   libxml2-py.c \
356#	   libxml2-py.h
357
358#CLEANFILES = $(GENERATED) gen_prog libxml2.py
359all: all-recursive
360
361.SUFFIXES:
362.SUFFIXES: .c .lo .o .obj
363$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
364	@for dep in $?; do \
365	  case '$(am__configure_deps)' in \
366	    *$$dep*) \
367	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
368		&& exit 0; \
369	      exit 1;; \
370	  esac; \
371	done; \
372	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  python/Makefile'; \
373	cd $(top_srcdir) && \
374	  $(AUTOMAKE) --foreign  python/Makefile
375.PRECIOUS: Makefile
376Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
377	@case '$?' in \
378	  *config.status*) \
379	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
380	  *) \
381	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
382	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
383	esac;
384
385$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
386	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387
388$(top_srcdir)/configure:  $(am__configure_deps)
389	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
391	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
392setup.py: $(top_builddir)/config.status $(srcdir)/setup.py.in
393	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
394install-pythonLTLIBRARIES: $(python_LTLIBRARIES)
395	@$(NORMAL_INSTALL)
396	test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
397	@list='$(python_LTLIBRARIES)'; for p in $$list; do \
398	  if test -f $$p; then \
399	    f=$(am__strip_dir) \
400	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
401	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pythondir)/$$f"; \
402	  else :; fi; \
403	done
404
405uninstall-pythonLTLIBRARIES:
406	@$(NORMAL_UNINSTALL)
407	@list='$(python_LTLIBRARIES)'; for p in $$list; do \
408	  p=$(am__strip_dir) \
409	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pythondir)/$$p'"; \
410	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pythondir)/$$p"; \
411	done
412
413clean-pythonLTLIBRARIES:
414	-test -z "$(python_LTLIBRARIES)" || rm -f $(python_LTLIBRARIES)
415	@list='$(python_LTLIBRARIES)'; for p in $$list; do \
416	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
417	  test "$$dir" != "$$p" || dir=.; \
418	  echo "rm -f \"$${dir}/so_locations\""; \
419	  rm -f "$${dir}/so_locations"; \
420	done
421libxml2mod.la: $(libxml2mod_la_OBJECTS) $(libxml2mod_la_DEPENDENCIES) 
422	$(libxml2mod_la_LINK) $(am_libxml2mod_la_rpath) $(libxml2mod_la_OBJECTS) $(libxml2mod_la_LIBADD) $(LIBS)
423
424mostlyclean-compile:
425	-rm -f *.$(OBJEXT)
426
427distclean-compile:
428	-rm -f *.tab.c
429
430include ./$(DEPDIR)/libxml.Plo
431include ./$(DEPDIR)/libxml2-py.Plo
432include ./$(DEPDIR)/types.Plo
433
434.c.o:
435	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
436	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
437#	source='$<' object='$@' libtool=no \
438#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
439#	$(COMPILE) -c $<
440
441.c.obj:
442	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
443	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
444#	source='$<' object='$@' libtool=no \
445#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
446#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
447
448.c.lo:
449	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
450	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
451#	source='$<' object='$@' libtool=yes \
452#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
453#	$(LTCOMPILE) -c -o $@ $<
454
455mostlyclean-libtool:
456	-rm -f *.lo
457
458clean-libtool:
459	-rm -rf .libs _libs
460install-dist_docsDATA: $(dist_docs_DATA)
461	@$(NORMAL_INSTALL)
462	test -z "$(docsdir)" || $(MKDIR_P) "$(DESTDIR)$(docsdir)"
463	@list='$(dist_docs_DATA)'; for p in $$list; do \
464	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
465	  f=$(am__strip_dir) \
466	  echo " $(dist_docsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docsdir)/$$f'"; \
467	  $(dist_docsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docsdir)/$$f"; \
468	done
469
470uninstall-dist_docsDATA:
471	@$(NORMAL_UNINSTALL)
472	@list='$(dist_docs_DATA)'; for p in $$list; do \
473	  f=$(am__strip_dir) \
474	  echo " rm -f '$(DESTDIR)$(docsdir)/$$f'"; \
475	  rm -f "$(DESTDIR)$(docsdir)/$$f"; \
476	done
477install-dist_pythonDATA: $(dist_python_DATA)
478	@$(NORMAL_INSTALL)
479	test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
480	@list='$(dist_python_DATA)'; for p in $$list; do \
481	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
482	  f=$(am__strip_dir) \
483	  echo " $(dist_pythonDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
484	  $(dist_pythonDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pythondir)/$$f"; \
485	done
486
487uninstall-dist_pythonDATA:
488	@$(NORMAL_UNINSTALL)
489	@list='$(dist_python_DATA)'; for p in $$list; do \
490	  f=$(am__strip_dir) \
491	  echo " rm -f '$(DESTDIR)$(pythondir)/$$f'"; \
492	  rm -f "$(DESTDIR)$(pythondir)/$$f"; \
493	done
494install-pythonDATA: $(python_DATA)
495	@$(NORMAL_INSTALL)
496	test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
497	@list='$(python_DATA)'; for p in $$list; do \
498	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
499	  f=$(am__strip_dir) \
500	  echo " $(pythonDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
501	  $(pythonDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pythondir)/$$f"; \
502	done
503
504uninstall-pythonDATA:
505	@$(NORMAL_UNINSTALL)
506	@list='$(python_DATA)'; for p in $$list; do \
507	  f=$(am__strip_dir) \
508	  echo " rm -f '$(DESTDIR)$(pythondir)/$$f'"; \
509	  rm -f "$(DESTDIR)$(pythondir)/$$f"; \
510	done
511
512# This directory's subdirectories are mostly independent; you can cd
513# into them and run `make' without going through this Makefile.
514# To change the values of `make' variables: instead of editing Makefiles,
515# (1) if the variable is set in `config.status', edit `config.status'
516#     (which will cause the Makefiles to be regenerated when you run `make');
517# (2) otherwise, pass the desired values on the `make' command line.
518$(RECURSIVE_TARGETS):
519	@failcom='exit 1'; \
520	for f in x $$MAKEFLAGS; do \
521	  case $$f in \
522	    *=* | --[!k]*);; \
523	    *k*) failcom='fail=yes';; \
524	  esac; \
525	done; \
526	dot_seen=no; \
527	target=`echo $@ | sed s/-recursive//`; \
528	list='$(SUBDIRS)'; for subdir in $$list; do \
529	  echo "Making $$target in $$subdir"; \
530	  if test "$$subdir" = "."; then \
531	    dot_seen=yes; \
532	    local_target="$$target-am"; \
533	  else \
534	    local_target="$$target"; \
535	  fi; \
536	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
537	  || eval $$failcom; \
538	done; \
539	if test "$$dot_seen" = "no"; then \
540	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
541	fi; test -z "$$fail"
542
543$(RECURSIVE_CLEAN_TARGETS):
544	@failcom='exit 1'; \
545	for f in x $$MAKEFLAGS; do \
546	  case $$f in \
547	    *=* | --[!k]*);; \
548	    *k*) failcom='fail=yes';; \
549	  esac; \
550	done; \
551	dot_seen=no; \
552	case "$@" in \
553	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
554	  *) list='$(SUBDIRS)' ;; \
555	esac; \
556	rev=''; for subdir in $$list; do \
557	  if test "$$subdir" = "."; then :; else \
558	    rev="$$subdir $$rev"; \
559	  fi; \
560	done; \
561	rev="$$rev ."; \
562	target=`echo $@ | sed s/-recursive//`; \
563	for subdir in $$rev; do \
564	  echo "Making $$target in $$subdir"; \
565	  if test "$$subdir" = "."; then \
566	    local_target="$$target-am"; \
567	  else \
568	    local_target="$$target"; \
569	  fi; \
570	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
571	  || eval $$failcom; \
572	done && test -z "$$fail"
573tags-recursive:
574	list='$(SUBDIRS)'; for subdir in $$list; do \
575	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
576	done
577ctags-recursive:
578	list='$(SUBDIRS)'; for subdir in $$list; do \
579	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
580	done
581
582ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
583	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
584	unique=`for i in $$list; do \
585	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
586	  done | \
587	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
588	      END { if (nonempty) { for (i in files) print i; }; }'`; \
589	mkid -fID $$unique
590tags: TAGS
591
592TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
593		$(TAGS_FILES) $(LISP)
594	tags=; \
595	here=`pwd`; \
596	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
597	  include_option=--etags-include; \
598	  empty_fix=.; \
599	else \
600	  include_option=--include; \
601	  empty_fix=; \
602	fi; \
603	list='$(SUBDIRS)'; for subdir in $$list; do \
604	  if test "$$subdir" = .; then :; else \
605	    test ! -f $$subdir/TAGS || \
606	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
607	  fi; \
608	done; \
609	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
610	unique=`for i in $$list; do \
611	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
612	  done | \
613	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
614	      END { if (nonempty) { for (i in files) print i; }; }'`; \
615	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
616	  test -n "$$unique" || unique=$$empty_fix; \
617	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
618	    $$tags $$unique; \
619	fi
620ctags: CTAGS
621CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
622		$(TAGS_FILES) $(LISP)
623	tags=; \
624	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
625	unique=`for i in $$list; do \
626	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
627	  done | \
628	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
629	      END { if (nonempty) { for (i in files) print i; }; }'`; \
630	test -z "$(CTAGS_ARGS)$$tags$$unique" \
631	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
632	     $$tags $$unique
633
634GTAGS:
635	here=`$(am__cd) $(top_builddir) && pwd` \
636	  && cd $(top_srcdir) \
637	  && gtags -i $(GTAGS_ARGS) $$here
638
639distclean-tags:
640	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
641
642distdir: $(DISTFILES)
643	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
644	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
645	list='$(DISTFILES)'; \
646	  dist_files=`for file in $$list; do echo $$file; done | \
647	  sed -e "s|^$$srcdirstrip/||;t" \
648	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
649	case $$dist_files in \
650	  */*) $(MKDIR_P) `echo "$$dist_files" | \
651			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
652			   sort -u` ;; \
653	esac; \
654	for file in $$dist_files; do \
655	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
656	  if test -d $$d/$$file; then \
657	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
658	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
659	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
660	    fi; \
661	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
662	  else \
663	    test -f $(distdir)/$$file \
664	    || cp -p $$d/$$file $(distdir)/$$file \
665	    || exit 1; \
666	  fi; \
667	done
668	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
669	  if test "$$subdir" = .; then :; else \
670	    test -d "$(distdir)/$$subdir" \
671	    || $(MKDIR_P) "$(distdir)/$$subdir" \
672	    || exit 1; \
673	    distdir=`$(am__cd) $(distdir) && pwd`; \
674	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
675	    (cd $$subdir && \
676	      $(MAKE) $(AM_MAKEFLAGS) \
677	        top_distdir="$$top_distdir" \
678	        distdir="$$distdir/$$subdir" \
679		am__remove_distdir=: \
680		am__skip_length_check=: \
681	        distdir) \
682	      || exit 1; \
683	  fi; \
684	done
685check-am: all-am
686check: check-recursive
687all-am: Makefile $(LTLIBRARIES) $(DATA)
688installdirs: installdirs-recursive
689installdirs-am:
690	for dir in "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(docsdir)" "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(pythondir)"; do \
691	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
692	done
693install: install-recursive
694install-exec: install-exec-recursive
695install-data: install-data-recursive
696uninstall: uninstall-recursive
697
698install-am: all-am
699	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
700
701installcheck: installcheck-recursive
702install-strip:
703	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
704	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
705	  `test -z '$(STRIP)' || \
706	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
707mostlyclean-generic:
708
709clean-generic:
710	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
711
712distclean-generic:
713	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
714
715maintainer-clean-generic:
716	@echo "This command is intended for maintainers to use"
717	@echo "it deletes files that may require special tools to rebuild."
718clean: clean-recursive
719
720clean-am: clean-generic clean-libtool clean-pythonLTLIBRARIES \
721	mostlyclean-am
722
723distclean: distclean-recursive
724	-rm -rf ./$(DEPDIR)
725	-rm -f Makefile
726distclean-am: clean-am distclean-compile distclean-generic \
727	distclean-tags
728
729dvi: dvi-recursive
730
731dvi-am:
732
733html: html-recursive
734
735info: info-recursive
736
737info-am:
738
739install-data-am: install-dist_docsDATA install-dist_pythonDATA \
740	install-pythonDATA install-pythonLTLIBRARIES
741
742install-dvi: install-dvi-recursive
743
744install-exec-am:
745
746install-html: install-html-recursive
747
748install-info: install-info-recursive
749
750install-man:
751
752install-pdf: install-pdf-recursive
753
754install-ps: install-ps-recursive
755
756installcheck-am:
757
758maintainer-clean: maintainer-clean-recursive
759	-rm -rf ./$(DEPDIR)
760	-rm -f Makefile
761maintainer-clean-am: distclean-am maintainer-clean-generic
762
763mostlyclean: mostlyclean-recursive
764
765mostlyclean-am: mostlyclean-compile mostlyclean-generic \
766	mostlyclean-libtool
767
768pdf: pdf-recursive
769
770pdf-am:
771
772ps: ps-recursive
773
774ps-am:
775
776uninstall-am: uninstall-dist_docsDATA uninstall-dist_pythonDATA \
777	uninstall-pythonDATA uninstall-pythonLTLIBRARIES
778
779.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
780	install-strip
781
782.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
783	all all-am check check-am clean clean-generic clean-libtool \
784	clean-pythonLTLIBRARIES ctags ctags-recursive distclean \
785	distclean-compile distclean-generic distclean-libtool \
786	distclean-tags distdir dvi dvi-am html html-am info info-am \
787	install install-am install-data install-data-am \
788	install-dist_docsDATA install-dist_pythonDATA install-dvi \
789	install-dvi-am install-exec install-exec-am install-html \
790	install-html-am install-info install-info-am install-man \
791	install-pdf install-pdf-am install-ps install-ps-am \
792	install-pythonDATA install-pythonLTLIBRARIES install-strip \
793	installcheck installcheck-am installdirs installdirs-am \
794	maintainer-clean maintainer-clean-generic mostlyclean \
795	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
796	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
797	uninstall-dist_docsDATA uninstall-dist_pythonDATA \
798	uninstall-pythonDATA uninstall-pythonLTLIBRARIES
799
800
801#libxml.c: libxml2-py.h # to generate before to compile
802
803#libxml2.py: $(srcdir)/libxml.py libxml2class.py
804#	cat $(srcdir)/libxml.py libxml2class.py > $@
805
806#$(GENERATED): gen_prog
807
808#gen_prog: $(srcdir)/$(GENERATE) $(API_DESC)
809#	$(PYTHON) $(srcdir)/$(GENERATE) $(srcdir)
810#	touch gen_prog
811
812tests test: all
813	cd tests && $(MAKE) MAKEFLAGS+=--silent tests
814# Tell versions [3.59,3.63) of GNU make to not export all variables.
815# Otherwise a system limit (for SysV at least) may be exceeded.
816.NOEXPORT:
817