Makefile 29 KB

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