Makefile 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  1. # Makefile.in generated by automake 1.11 from Makefile.am.
  2. # python/tests/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/tests
  32. DIST_COMMON = $(dist_example_DATA) $(srcdir)/Makefile.am \
  33. $(srcdir)/Makefile.in
  34. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  35. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  36. $(top_srcdir)/configure.in
  37. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  38. $(ACLOCAL_M4)
  39. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  40. CONFIG_HEADER = $(top_builddir)/config.h
  41. CONFIG_CLEAN_FILES =
  42. CONFIG_CLEAN_VPATH_FILES =
  43. SOURCES =
  44. DIST_SOURCES =
  45. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  46. am__vpath_adj = case $$p in \
  47. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  48. *) f=$$p;; \
  49. esac;
  50. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  51. am__install_max = 40
  52. am__nobase_strip_setup = \
  53. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  54. am__nobase_strip = \
  55. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  56. am__nobase_list = $(am__nobase_strip_setup); \
  57. for p in $$list; do echo "$$p $$p"; done | \
  58. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  59. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  60. if (++n[$$2] == $(am__install_max)) \
  61. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  62. END { for (dir in files) print dir, files[dir] }'
  63. am__base_list = \
  64. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  65. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  66. am__installdirs = "$(DESTDIR)$(exampledir)"
  67. DATA = $(dist_example_DATA)
  68. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  69. ACLOCAL = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run aclocal-1.11
  70. AMTAR = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run tar
  71. AR = ar
  72. AS = as
  73. AUTOCONF = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run autoconf
  74. AUTOHEADER = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run autoheader
  75. AUTOMAKE = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run automake-1.11
  76. AWK = gawk
  77. BASE_THREAD_LIBS = -lpthread
  78. C14N_OBJ = c14n.c
  79. CATALOG_OBJ = catalog.o
  80. 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
  81. CCDEPMODE = depmode=gcc3
  82. 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
  83. 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
  84. CPPFLAGS =
  85. CYGPATH_W = echo
  86. CYGWIN_EXTRA_LDFLAGS =
  87. CYGWIN_EXTRA_PYTHON_LIBADD =
  88. DEBUG_OBJ = debugXML.o
  89. DEFS = -DHAVE_CONFIG_H
  90. DEPDIR = .deps
  91. DLLTOOL = dlltool
  92. DOCB_OBJ = DOCBparser.o
  93. DSYMUTIL =
  94. DUMPBIN = link -dump -symbols
  95. ECHO_C =
  96. ECHO_N = -n
  97. ECHO_T =
  98. EGREP = /bin/grep -E
  99. EXEEXT =
  100. FGREP = /bin/grep -F
  101. FTP_OBJ = nanoftp.o
  102. GREP = /bin/grep
  103. HAVE_ISINF =
  104. HAVE_ISNAN =
  105. HTML_DIR = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
  106. HTML_OBJ = HTMLparser.o HTMLtree.o
  107. HTTP_OBJ = nanohttp.o
  108. ICONV_LIBS =
  109. INSTALL = /usr/bin/install -c
  110. INSTALL_DATA = ${INSTALL} -m 644
  111. INSTALL_PROGRAM = ${INSTALL}
  112. INSTALL_SCRIPT = ${INSTALL}
  113. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  114. 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
  115. LDFLAGS =
  116. LIBOBJS =
  117. LIBS =
  118. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  119. LIBXML_MAJOR_VERSION = 2
  120. LIBXML_MICRO_VERSION = 6
  121. LIBXML_MINOR_VERSION = 7
  122. LIBXML_VERSION = 2.7.6
  123. LIBXML_VERSION_EXTRA =
  124. LIBXML_VERSION_INFO = 9:6:7
  125. LIBXML_VERSION_NUMBER = 20706
  126. LIPO =
  127. LN_S = ln -s
  128. LTLIBOBJS =
  129. MAKEINFO = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/missing --run makeinfo
  130. MKDIR_P = /bin/mkdir -p
  131. MODULE_EXTENSION = .so
  132. MODULE_PLATFORM_LIBS = -ldl
  133. MV = /bin/mv
  134. M_LIBS = -lm
  135. NM = link -dump -symbols
  136. NMEDIT =
  137. OBJDUMP = objdump
  138. OBJEXT = o
  139. OTOOL =
  140. OTOOL64 =
  141. PACKAGE = libxml2
  142. PACKAGE_BUGREPORT =
  143. PACKAGE_NAME =
  144. PACKAGE_STRING =
  145. PACKAGE_TARNAME =
  146. PACKAGE_VERSION =
  147. PATH_SEPARATOR = :
  148. PERL = /usr/bin/perl
  149. PYTHON = /usr/bin/python
  150. PYTHON_INCLUDES =
  151. PYTHON_LIBS = -lpython2.7 -lpthread -ldl -lutil -lm
  152. PYTHON_SITE_PACKAGES = /usr/lib/python2.7/dist-packages
  153. PYTHON_SUBDIR =
  154. PYTHON_TESTS =
  155. PYTHON_VERSION = 2.7
  156. RANLIB = ranlib
  157. RDL_LIBS =
  158. READER_TEST = Readertests
  159. RELDATE = Fri Jul 12 2019
  160. RM = /bin/rm
  161. SED = /bin/sed
  162. SET_MAKE =
  163. SHELL = /bin/bash
  164. STATIC_BINARIES =
  165. STRIP = strip
  166. TAR = /bin/tar
  167. TEST_C14N = C14Ntests
  168. TEST_CATALOG = Catatests
  169. TEST_DEBUG = Scripttests
  170. TEST_HTML = HTMLtests
  171. TEST_MODULES = ModuleTests
  172. TEST_PATTERN = Patterntests
  173. TEST_PHTML = HTMLPushtests
  174. TEST_PUSH = XMLPushtests
  175. TEST_REGEXPS = Regexptests Automatatests
  176. TEST_SAX = SAXtests
  177. TEST_SCHEMAS = Schemastests Relaxtests
  178. TEST_SCHEMATRON = Schematrontests
  179. TEST_THREADS = Threadtests
  180. TEST_VALID = Validtests
  181. TEST_VTIME = VTimingtests
  182. TEST_XINCLUDE = XIncludetests
  183. TEST_XPATH = XPathtests
  184. TEST_XPTR = XPtrtests
  185. THREADS_W32 =
  186. THREAD_CFLAGS = -D_REENTRANT
  187. THREAD_LIBS =
  188. U =
  189. VERSION = 2.7.6
  190. VERSION_SCRIPT_FLAGS = -Wl,--version-script=
  191. WGET = /usr/bin/wget
  192. WIN32_EXTRA_LDFLAGS =
  193. WIN32_EXTRA_LIBADD =
  194. WITH_C14N = 1
  195. WITH_CATALOG = 1
  196. WITH_DEBUG = 1
  197. WITH_DOCB = 1
  198. WITH_FTP = 1
  199. WITH_HTML = 1
  200. WITH_HTTP = 1
  201. WITH_ICONV = 1
  202. WITH_ISO8859X = 1
  203. WITH_LEGACY = 1
  204. WITH_MEM_DEBUG = 0
  205. WITH_MODULES = 1
  206. WITH_OUTPUT = 1
  207. WITH_PATTERN = 1
  208. WITH_PUSH = 1
  209. WITH_READER = 1
  210. WITH_REGEXPS = 1
  211. WITH_RUN_DEBUG = 0
  212. WITH_SAX1 = 1
  213. WITH_SCHEMAS = 1
  214. WITH_SCHEMATRON = 1
  215. WITH_THREADS = 1
  216. WITH_TREE = 1
  217. WITH_TRIO = 0
  218. WITH_VALID = 1
  219. WITH_WRITER = 1
  220. WITH_XINCLUDE = 1
  221. WITH_XPATH = 1
  222. WITH_XPTR = 1
  223. WITH_ZLIB = 1
  224. XINCLUDE_OBJ = xinclude.o
  225. XMLLINT = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/bin/xmllint
  226. XML_CFLAGS =
  227. XML_INCLUDEDIR = -I${includedir}/libxml2
  228. XML_LIBDIR = -L${libdir}
  229. XML_LIBS = -lxml2 -lz -lm
  230. XML_LIBTOOLLIBS = libxml2.la
  231. XPATH_OBJ = xpath.o
  232. XPTR_OBJ = xpointer.o
  233. XSLTPROC = /usr/bin/xsltproc
  234. Z_CFLAGS =
  235. Z_LIBS = -lz
  236. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/python/tests
  237. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/python/tests
  238. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6
  239. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6
  240. ac_ct_CC =
  241. ac_ct_DUMPBIN = link -dump -symbols
  242. am__include = include
  243. am__leading_dot = .
  244. am__quote =
  245. am__tar = ${AMTAR} chof - "$$tardir"
  246. am__untar = ${AMTAR} xf -
  247. bindir = ${exec_prefix}/bin
  248. build = x86_64-unknown-linux-gnu
  249. build_alias =
  250. build_cpu = x86_64
  251. build_os = linux-gnu
  252. build_vendor = unknown
  253. builddir = .
  254. datadir = ${datarootdir}
  255. datarootdir = ${prefix}/share
  256. docdir = ${datarootdir}/doc/${PACKAGE}
  257. dvidir = ${docdir}
  258. exec_prefix = ${prefix}
  259. host = arm-unknown-linux-gnueabihf
  260. host_alias = arm-linux-gnueabihf
  261. host_cpu = arm
  262. host_os = linux-gnueabihf
  263. host_vendor = unknown
  264. htmldir = ${docdir}
  265. includedir = ${prefix}/include
  266. infodir = ${datarootdir}/info
  267. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/install-sh
  268. libdir = ${exec_prefix}/lib
  269. libexecdir = ${exec_prefix}/libexec
  270. localedir = ${datarootdir}/locale
  271. localstatedir = ${prefix}/var
  272. lt_ECHO = echo
  273. mandir = ${datarootdir}/man
  274. mkdir_p = /bin/mkdir -p
  275. oldincludedir = /usr/include
  276. pdfdir = ${docdir}
  277. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libxml2-2.7.6/release
  278. program_transform_name = s,x,x,
  279. psdir = ${docdir}
  280. pythondir = $(libdir)/python$(PYTHON_VERSION)/site-packages
  281. sbindir = ${exec_prefix}/sbin
  282. sharedstatedir = ${prefix}/com
  283. srcdir = .
  284. sysconfdir = ${prefix}/etc
  285. target_alias =
  286. top_build_prefix = ../../
  287. top_builddir = ../..
  288. top_srcdir = ../..
  289. exampledir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
  290. dist_example_DATA = $(PYTESTS) $(XMLS)
  291. PYTESTS = \
  292. build.py \
  293. attribs.py \
  294. tst.py \
  295. tstxpath.py \
  296. xpathext.py \
  297. push.py \
  298. pushSAX.py \
  299. pushSAXhtml.py \
  300. error.py \
  301. serialize.py\
  302. validate.py \
  303. tstURI.py \
  304. cutnpaste.py\
  305. xpathret.py \
  306. xpath.py \
  307. outbuf.py \
  308. inbuf.py \
  309. resolver.py \
  310. regexp.py \
  311. reader.py \
  312. reader2.py \
  313. reader3.py \
  314. reader4.py \
  315. reader5.py \
  316. reader6.py \
  317. reader7.py \
  318. reader8.py \
  319. readernext.py \
  320. walker.py \
  321. nsdel.py \
  322. ctxterror.py\
  323. readererr.py\
  324. relaxng.py \
  325. schema.py \
  326. thread2.py \
  327. sync.py \
  328. tstLastError.py \
  329. indexes.py \
  330. dtdvalid.py \
  331. tstmem.py \
  332. validDTD.py \
  333. validSchemas.py \
  334. validRNG.py \
  335. compareNodes.py \
  336. xpathns.py \
  337. xpathleak.py
  338. XMLS = \
  339. tst.xml \
  340. valid.xml \
  341. invalid.xml \
  342. test.dtd
  343. all: all-am
  344. .SUFFIXES:
  345. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  346. @for dep in $?; do \
  347. case '$(am__configure_deps)' in \
  348. *$$dep*) \
  349. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  350. && { if test -f $@; then exit 0; else break; fi; }; \
  351. exit 1;; \
  352. esac; \
  353. done; \
  354. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu python/tests/Makefile'; \
  355. $(am__cd) $(top_srcdir) && \
  356. $(AUTOMAKE) --gnu python/tests/Makefile
  357. .PRECIOUS: Makefile
  358. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  359. @case '$?' in \
  360. *config.status*) \
  361. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  362. *) \
  363. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  364. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  365. esac;
  366. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  367. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  368. $(top_srcdir)/configure: $(am__configure_deps)
  369. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  370. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  371. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  372. $(am__aclocal_m4_deps):
  373. mostlyclean-libtool:
  374. -rm -f *.lo
  375. clean-libtool:
  376. -rm -rf .libs _libs
  377. install-dist_exampleDATA: $(dist_example_DATA)
  378. @$(NORMAL_INSTALL)
  379. test -z "$(exampledir)" || $(MKDIR_P) "$(DESTDIR)$(exampledir)"
  380. @list='$(dist_example_DATA)'; test -n "$(exampledir)" || list=; \
  381. for p in $$list; do \
  382. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  383. echo "$$d$$p"; \
  384. done | $(am__base_list) | \
  385. while read files; do \
  386. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(exampledir)'"; \
  387. $(INSTALL_DATA) $$files "$(DESTDIR)$(exampledir)" || exit $$?; \
  388. done
  389. uninstall-dist_exampleDATA:
  390. @$(NORMAL_UNINSTALL)
  391. @list='$(dist_example_DATA)'; test -n "$(exampledir)" || list=; \
  392. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  393. test -n "$$files" || exit 0; \
  394. echo " ( cd '$(DESTDIR)$(exampledir)' && rm -f" $$files ")"; \
  395. cd "$(DESTDIR)$(exampledir)" && rm -f $$files
  396. tags: TAGS
  397. TAGS:
  398. ctags: CTAGS
  399. CTAGS:
  400. distdir: $(DISTFILES)
  401. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  402. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  403. list='$(DISTFILES)'; \
  404. dist_files=`for file in $$list; do echo $$file; done | \
  405. sed -e "s|^$$srcdirstrip/||;t" \
  406. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  407. case $$dist_files in \
  408. */*) $(MKDIR_P) `echo "$$dist_files" | \
  409. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  410. sort -u` ;; \
  411. esac; \
  412. for file in $$dist_files; do \
  413. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  414. if test -d $$d/$$file; then \
  415. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  416. if test -d "$(distdir)/$$file"; then \
  417. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  418. fi; \
  419. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  420. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  421. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  422. fi; \
  423. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  424. else \
  425. test -f "$(distdir)/$$file" \
  426. || cp -p $$d/$$file "$(distdir)/$$file" \
  427. || exit 1; \
  428. fi; \
  429. done
  430. check-am: all-am
  431. check: check-am
  432. all-am: Makefile $(DATA)
  433. installdirs:
  434. for dir in "$(DESTDIR)$(exampledir)"; do \
  435. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  436. done
  437. install: install-am
  438. install-exec: install-exec-am
  439. install-data: install-data-am
  440. uninstall: uninstall-am
  441. install-am: all-am
  442. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  443. installcheck: installcheck-am
  444. install-strip:
  445. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  446. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  447. `test -z '$(STRIP)' || \
  448. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  449. mostlyclean-generic:
  450. clean-generic:
  451. distclean-generic:
  452. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  453. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  454. maintainer-clean-generic:
  455. @echo "This command is intended for maintainers to use"
  456. @echo "it deletes files that may require special tools to rebuild."
  457. clean-am: clean-generic clean-libtool mostlyclean-am
  458. distclean: distclean-am
  459. -rm -f Makefile
  460. distclean-am: clean-am distclean-generic
  461. dvi: dvi-am
  462. dvi-am:
  463. html: html-am
  464. html-am:
  465. info: info-am
  466. info-am:
  467. install-data-am: install-dist_exampleDATA
  468. install-dvi: install-dvi-am
  469. install-dvi-am:
  470. install-exec-am:
  471. install-html: install-html-am
  472. install-html-am:
  473. install-info: install-info-am
  474. install-info-am:
  475. install-man:
  476. install-pdf: install-pdf-am
  477. install-pdf-am:
  478. install-ps: install-ps-am
  479. install-ps-am:
  480. installcheck-am:
  481. maintainer-clean: maintainer-clean-am
  482. -rm -f Makefile
  483. maintainer-clean-am: distclean-am maintainer-clean-generic
  484. mostlyclean: mostlyclean-am
  485. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  486. pdf: pdf-am
  487. pdf-am:
  488. ps: ps-am
  489. ps-am:
  490. uninstall-am: uninstall-dist_exampleDATA
  491. .MAKE: install-am install-strip
  492. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  493. distclean distclean-generic distclean-libtool distdir dvi \
  494. dvi-am html html-am info info-am install install-am \
  495. install-data install-data-am install-dist_exampleDATA \
  496. install-dvi install-dvi-am install-exec install-exec-am \
  497. install-html install-html-am install-info install-info-am \
  498. install-man install-pdf install-pdf-am install-ps \
  499. install-ps-am install-strip installcheck installcheck-am \
  500. installdirs maintainer-clean maintainer-clean-generic \
  501. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  502. ps ps-am uninstall uninstall-am uninstall-dist_exampleDATA
  503. #tests: $(PYTESTS)
  504. # @echo "## running Python regression tests"
  505. # -@(PYTHONPATH="..:../.libs:$(srcdir)/..:$$PYTHONPATH" ; \
  506. # export PYTHONPATH; \
  507. # LD_LIBRARY_PATH="$(top_builddir)/.libs:$$LD_LIBRARY_PATH" ; \
  508. # export LD_LIBRARY_PATH; \
  509. # for test in $(PYTESTS) ; \
  510. # do log=`$(PYTHON) $(srcdir)/$$test` ; \
  511. # if [ "`echo $$log | grep OK`" = "" ] ; then \
  512. # echo "-- $$test" ; echo "$$log" ; fi ; done)
  513. tests:
  514. clean:
  515. rm -f *.pyc core
  516. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  517. # Otherwise a system limit (for SysV at least) may be exceeded.
  518. .NOEXPORT: