Makefile.in 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  1. # Makefile.in generated by automake 1.12.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2012 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. # file : examples/template/Makefile.am
  13. # copyright : not copyrighted - public domain
  14. VPATH = @srcdir@
  15. am__make_dryrun = \
  16. { \
  17. am__dry=no; \
  18. case $$MAKEFLAGS in \
  19. *\\[\ \ ]*) \
  20. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  21. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  22. *) \
  23. for am__flg in $$MAKEFLAGS; do \
  24. case $$am__flg in \
  25. *=*|--*) ;; \
  26. *n*) am__dry=yes; break;; \
  27. esac; \
  28. done;; \
  29. esac; \
  30. test $$am__dry = yes; \
  31. }
  32. pkgdatadir = $(datadir)/@PACKAGE@
  33. pkgincludedir = $(includedir)/@PACKAGE@
  34. pkglibdir = $(libdir)/@PACKAGE@
  35. pkglibexecdir = $(libexecdir)/@PACKAGE@
  36. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  37. install_sh_DATA = $(install_sh) -c -m 644
  38. install_sh_PROGRAM = $(install_sh) -c
  39. install_sh_SCRIPT = $(install_sh) -c
  40. INSTALL_HEADER = $(INSTALL_DATA)
  41. transform = $(program_transform_name)
  42. NORMAL_INSTALL = :
  43. PRE_INSTALL = :
  44. POST_INSTALL = :
  45. NORMAL_UNINSTALL = :
  46. PRE_UNINSTALL = :
  47. POST_UNINSTALL = :
  48. build_triplet = @build@
  49. host_triplet = @host@
  50. noinst_PROGRAMS = driver$(EXEEXT)
  51. subdir = examples/persistence
  52. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  53. $(top_srcdir)/config/depcomp
  54. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  55. am__aclocal_m4_deps = $(top_srcdir)/m4/diff.m4 \
  56. $(top_srcdir)/m4/disable-rpath.m4 $(top_srcdir)/m4/libexpat.m4 \
  57. $(top_srcdir)/m4/libtool-link.m4 $(top_srcdir)/m4/libtool.m4 \
  58. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  59. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  60. $(top_srcdir)/m4/pkgconfig.m4 $(top_srcdir)/m4/static-lib.m4 \
  61. $(top_srcdir)/configure.ac
  62. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  63. $(ACLOCAL_M4)
  64. mkinstalldirs = $(install_sh) -d
  65. CONFIG_HEADER = $(top_builddir)/xml/config.h \
  66. $(top_builddir)/xml/details/config.h
  67. CONFIG_CLEAN_FILES =
  68. CONFIG_CLEAN_VPATH_FILES =
  69. PROGRAMS = $(noinst_PROGRAMS)
  70. am_driver_OBJECTS = driver.$(OBJEXT) position.$(OBJEXT)
  71. driver_OBJECTS = $(am_driver_OBJECTS)
  72. driver_LDADD = $(LDADD)
  73. driver_DEPENDENCIES = $(top_builddir)/xml/libstudxml.la
  74. DEFAULT_INCLUDES =
  75. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  76. am__depfiles_maybe = depfiles
  77. am__mv = mv -f
  78. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  79. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  80. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  81. --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  82. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  83. CXXLD = $(CXX)
  84. CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  85. --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
  86. $(LDFLAGS) -o $@
  87. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  88. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  89. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  90. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  91. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  92. CCLD = $(CC)
  93. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  94. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  95. $(LDFLAGS) -o $@
  96. SOURCES = $(driver_SOURCES)
  97. DIST_SOURCES = $(driver_SOURCES)
  98. am__can_run_installinfo = \
  99. case $$AM_UPDATE_INFO_DIR in \
  100. n|no|NO) false;; \
  101. *) (install-info --version) >/dev/null 2>&1;; \
  102. esac
  103. ETAGS = etags
  104. CTAGS = ctags
  105. am__tty_colors_dummy = \
  106. mgn= red= grn= lgn= blu= brg= std=; \
  107. am__color_tests=no
  108. am__tty_colors = $(am__tty_colors_dummy)
  109. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  110. ACLOCAL = @ACLOCAL@
  111. AMTAR = @AMTAR@
  112. AR = @AR@
  113. AS = @AS@
  114. AUTOCONF = @AUTOCONF@
  115. AUTOHEADER = @AUTOHEADER@
  116. AUTOMAKE = @AUTOMAKE@
  117. AWK = @AWK@
  118. CC = @CC@
  119. CCDEPMODE = @CCDEPMODE@
  120. CFLAGS = @CFLAGS@
  121. CPP = @CPP@
  122. CPPFLAGS = @CPPFLAGS@
  123. CXX = @CXX@
  124. CXXCPP = @CXXCPP@
  125. CXXDEPMODE = @CXXDEPMODE@
  126. CXXFLAGS = @CXXFLAGS@
  127. CYGPATH_W = @CYGPATH_W@
  128. DEFS = @DEFS@
  129. DEPDIR = @DEPDIR@
  130. DIFF = @DIFF@
  131. DIFFFLAGS = @DIFFFLAGS@
  132. DLLTOOL = @DLLTOOL@
  133. DSYMUTIL = @DSYMUTIL@
  134. DUMPBIN = @DUMPBIN@
  135. ECHO_C = @ECHO_C@
  136. ECHO_N = @ECHO_N@
  137. ECHO_T = @ECHO_T@
  138. EGREP = @EGREP@
  139. EXEEXT = @EXEEXT@
  140. FGREP = @FGREP@
  141. GREP = @GREP@
  142. INSTALL = @INSTALL@
  143. INSTALL_DATA = @INSTALL_DATA@
  144. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  145. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  146. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  147. LD = @LD@
  148. LDFLAGS = @LDFLAGS@
  149. LIBOBJS = @LIBOBJS@
  150. LIBS = @LIBS@
  151. LIBTOOL = @LIBTOOL@
  152. LIPO = @LIPO@
  153. LN_S = @LN_S@
  154. LTLIBOBJS = @LTLIBOBJS@
  155. MAKEINFO = @MAKEINFO@
  156. MANIFEST_TOOL = @MANIFEST_TOOL@
  157. MKDIR_P = @MKDIR_P@
  158. NM = @NM@
  159. NMEDIT = @NMEDIT@
  160. OBJDUMP = @OBJDUMP@
  161. OBJEXT = @OBJEXT@
  162. OTOOL = @OTOOL@
  163. OTOOL64 = @OTOOL64@
  164. PACKAGE = @PACKAGE@
  165. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  166. PACKAGE_NAME = @PACKAGE_NAME@
  167. PACKAGE_STRING = @PACKAGE_STRING@
  168. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  169. PACKAGE_URL = @PACKAGE_URL@
  170. PACKAGE_VERSION = @PACKAGE_VERSION@
  171. PATH_SEPARATOR = @PATH_SEPARATOR@
  172. RANLIB = @RANLIB@
  173. SED = @SED@
  174. SET_MAKE = @SET_MAKE@
  175. SHELL = @SHELL@
  176. STRIP = @STRIP@
  177. VERSION = @VERSION@
  178. abs_builddir = @abs_builddir@
  179. abs_srcdir = @abs_srcdir@
  180. abs_top_builddir = @abs_top_builddir@
  181. abs_top_srcdir = @abs_top_srcdir@
  182. ac_ct_AR = @ac_ct_AR@
  183. ac_ct_CC = @ac_ct_CC@
  184. ac_ct_CXX = @ac_ct_CXX@
  185. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  186. am__include = @am__include@
  187. am__leading_dot = @am__leading_dot@
  188. am__quote = @am__quote@
  189. am__tar = @am__tar@
  190. am__untar = @am__untar@
  191. bindir = @bindir@
  192. build = @build@
  193. build_alias = @build_alias@
  194. build_cpu = @build_cpu@
  195. build_os = @build_os@
  196. build_vendor = @build_vendor@
  197. builddir = @builddir@
  198. datadir = @datadir@
  199. datarootdir = @datarootdir@
  200. docdir = @docdir@
  201. dvidir = @dvidir@
  202. exec_prefix = @exec_prefix@
  203. host = @host@
  204. host_alias = @host_alias@
  205. host_cpu = @host_cpu@
  206. host_os = @host_os@
  207. host_vendor = @host_vendor@
  208. htmldir = @htmldir@
  209. includedir = @includedir@
  210. infodir = @infodir@
  211. install_sh = @install_sh@
  212. libdir = @libdir@
  213. libexecdir = @libexecdir@
  214. localedir = @localedir@
  215. localstatedir = @localstatedir@
  216. mandir = @mandir@
  217. mkdir_p = @mkdir_p@
  218. oldincludedir = @oldincludedir@
  219. pdfdir = @pdfdir@
  220. pkgconfigdir = @pkgconfigdir@
  221. prefix = @prefix@
  222. program_transform_name = @program_transform_name@
  223. psdir = @psdir@
  224. sbindir = @sbindir@
  225. sharedstatedir = @sharedstatedir@
  226. srcdir = @srcdir@
  227. sysconfdir = @sysconfdir@
  228. target_alias = @target_alias@
  229. top_build_prefix = @top_build_prefix@
  230. top_builddir = @top_builddir@
  231. top_srcdir = @top_srcdir@
  232. EXTRA_DIST = README position.xml persistence-vc9.vcproj persistence-vc10.vcxproj persistence-vc10.vcxproj.filters persistence-vc11.vcxproj persistence-vc11.vcxproj.filters persistence-vc12.vcxproj persistence-vc12.vcxproj.filters
  233. driver_SOURCES = driver.cxx position.cxx position.hxx
  234. LDADD = $(top_builddir)/xml/libstudxml.la
  235. AM_CPPFLAGS = -I'$(top_builddir)' -I'$(top_srcdir)'
  236. TESTS = $(top_builddir)/tester
  237. TESTS_ENVIRONMENT = example=1; export example;
  238. all: all-am
  239. .SUFFIXES:
  240. .SUFFIXES: .cxx .lo .o .obj
  241. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  242. @for dep in $?; do \
  243. case '$(am__configure_deps)' in \
  244. *$$dep*) \
  245. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  246. && { if test -f $@; then exit 0; else break; fi; }; \
  247. exit 1;; \
  248. esac; \
  249. done; \
  250. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/persistence/Makefile'; \
  251. $(am__cd) $(top_srcdir) && \
  252. $(AUTOMAKE) --foreign examples/persistence/Makefile
  253. .PRECIOUS: Makefile
  254. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  255. @case '$?' in \
  256. *config.status*) \
  257. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  258. *) \
  259. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  260. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  261. esac;
  262. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  263. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  264. $(top_srcdir)/configure: $(am__configure_deps)
  265. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  266. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  267. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  268. $(am__aclocal_m4_deps):
  269. clean-noinstPROGRAMS:
  270. @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  271. echo " rm -f" $$list; \
  272. rm -f $$list || exit $$?; \
  273. test -n "$(EXEEXT)" || exit 0; \
  274. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  275. echo " rm -f" $$list; \
  276. rm -f $$list
  277. driver$(EXEEXT): $(driver_OBJECTS) $(driver_DEPENDENCIES) $(EXTRA_driver_DEPENDENCIES)
  278. @rm -f driver$(EXEEXT)
  279. $(CXXLINK) $(driver_OBJECTS) $(driver_LDADD) $(LIBS)
  280. mostlyclean-compile:
  281. -rm -f *.$(OBJEXT)
  282. distclean-compile:
  283. -rm -f *.tab.c
  284. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/driver.Po@am__quote@
  285. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/position.Po@am__quote@
  286. .cxx.o:
  287. @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  288. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  289. @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  290. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  291. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  292. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  293. .cxx.obj:
  294. @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  295. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  296. @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  297. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  298. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  299. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  300. .cxx.lo:
  301. @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  302. @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  303. @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  304. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  305. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  306. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  307. mostlyclean-libtool:
  308. -rm -f *.lo
  309. clean-libtool:
  310. -rm -rf .libs _libs
  311. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  312. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  313. unique=`for i in $$list; do \
  314. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  315. done | \
  316. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  317. END { if (nonempty) { for (i in files) print i; }; }'`; \
  318. mkid -fID $$unique
  319. tags: TAGS
  320. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  321. $(TAGS_FILES) $(LISP)
  322. set x; \
  323. here=`pwd`; \
  324. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  325. unique=`for i in $$list; do \
  326. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  327. done | \
  328. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  329. END { if (nonempty) { for (i in files) print i; }; }'`; \
  330. shift; \
  331. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  332. test -n "$$unique" || unique=$$empty_fix; \
  333. if test $$# -gt 0; then \
  334. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  335. "$$@" $$unique; \
  336. else \
  337. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  338. $$unique; \
  339. fi; \
  340. fi
  341. ctags: CTAGS
  342. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  343. $(TAGS_FILES) $(LISP)
  344. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  345. unique=`for i in $$list; do \
  346. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  347. done | \
  348. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  349. END { if (nonempty) { for (i in files) print i; }; }'`; \
  350. test -z "$(CTAGS_ARGS)$$unique" \
  351. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  352. $$unique
  353. GTAGS:
  354. here=`$(am__cd) $(top_builddir) && pwd` \
  355. && $(am__cd) $(top_srcdir) \
  356. && gtags -i $(GTAGS_ARGS) "$$here"
  357. cscopelist: $(HEADERS) $(SOURCES) $(LISP)
  358. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  359. case "$(srcdir)" in \
  360. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  361. *) sdir=$(subdir)/$(srcdir) ;; \
  362. esac; \
  363. for i in $$list; do \
  364. if test -f "$$i"; then \
  365. echo "$(subdir)/$$i"; \
  366. else \
  367. echo "$$sdir/$$i"; \
  368. fi; \
  369. done >> $(top_builddir)/cscope.files
  370. distclean-tags:
  371. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  372. check-TESTS: $(TESTS)
  373. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  374. srcdir=$(srcdir); export srcdir; \
  375. list=' $(TESTS) '; \
  376. $(am__tty_colors); \
  377. if test -n "$$list"; then \
  378. for tst in $$list; do \
  379. if test -f ./$$tst; then dir=./; \
  380. elif test -f $$tst; then dir=; \
  381. else dir="$(srcdir)/"; fi; \
  382. if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
  383. all=`expr $$all + 1`; \
  384. case " $(XFAIL_TESTS) " in \
  385. *[\ \ ]$$tst[\ \ ]*) \
  386. xpass=`expr $$xpass + 1`; \
  387. failed=`expr $$failed + 1`; \
  388. col=$$red; res=XPASS; \
  389. ;; \
  390. *) \
  391. col=$$grn; res=PASS; \
  392. ;; \
  393. esac; \
  394. elif test $$? -ne 77; then \
  395. all=`expr $$all + 1`; \
  396. case " $(XFAIL_TESTS) " in \
  397. *[\ \ ]$$tst[\ \ ]*) \
  398. xfail=`expr $$xfail + 1`; \
  399. col=$$lgn; res=XFAIL; \
  400. ;; \
  401. *) \
  402. failed=`expr $$failed + 1`; \
  403. col=$$red; res=FAIL; \
  404. ;; \
  405. esac; \
  406. else \
  407. skip=`expr $$skip + 1`; \
  408. col=$$blu; res=SKIP; \
  409. fi; \
  410. echo "$${col}$$res$${std}: $$tst"; \
  411. done; \
  412. if test "$$all" -eq 1; then \
  413. tests="test"; \
  414. All=""; \
  415. else \
  416. tests="tests"; \
  417. All="All "; \
  418. fi; \
  419. if test "$$failed" -eq 0; then \
  420. if test "$$xfail" -eq 0; then \
  421. banner="$$All$$all $$tests passed"; \
  422. else \
  423. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  424. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  425. fi; \
  426. else \
  427. if test "$$xpass" -eq 0; then \
  428. banner="$$failed of $$all $$tests failed"; \
  429. else \
  430. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  431. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  432. fi; \
  433. fi; \
  434. dashes="$$banner"; \
  435. skipped=""; \
  436. if test "$$skip" -ne 0; then \
  437. if test "$$skip" -eq 1; then \
  438. skipped="($$skip test was not run)"; \
  439. else \
  440. skipped="($$skip tests were not run)"; \
  441. fi; \
  442. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  443. dashes="$$skipped"; \
  444. fi; \
  445. report=""; \
  446. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  447. report="Please report to $(PACKAGE_BUGREPORT)"; \
  448. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  449. dashes="$$report"; \
  450. fi; \
  451. dashes=`echo "$$dashes" | sed s/./=/g`; \
  452. if test "$$failed" -eq 0; then \
  453. col="$$grn"; \
  454. else \
  455. col="$$red"; \
  456. fi; \
  457. echo "$${col}$$dashes$${std}"; \
  458. echo "$${col}$$banner$${std}"; \
  459. test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
  460. test -z "$$report" || echo "$${col}$$report$${std}"; \
  461. echo "$${col}$$dashes$${std}"; \
  462. test "$$failed" -eq 0; \
  463. else :; fi
  464. distdir: $(DISTFILES)
  465. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  466. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  467. list='$(DISTFILES)'; \
  468. dist_files=`for file in $$list; do echo $$file; done | \
  469. sed -e "s|^$$srcdirstrip/||;t" \
  470. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  471. case $$dist_files in \
  472. */*) $(MKDIR_P) `echo "$$dist_files" | \
  473. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  474. sort -u` ;; \
  475. esac; \
  476. for file in $$dist_files; do \
  477. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  478. if test -d $$d/$$file; then \
  479. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  480. if test -d "$(distdir)/$$file"; then \
  481. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  482. fi; \
  483. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  484. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  485. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  486. fi; \
  487. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  488. else \
  489. test -f "$(distdir)/$$file" \
  490. || cp -p $$d/$$file "$(distdir)/$$file" \
  491. || exit 1; \
  492. fi; \
  493. done
  494. check-am: all-am
  495. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  496. check: check-am
  497. all-am: Makefile $(PROGRAMS)
  498. installdirs:
  499. install: install-am
  500. install-exec: install-exec-am
  501. install-data: install-data-am
  502. uninstall: uninstall-am
  503. install-am: all-am
  504. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  505. installcheck: installcheck-am
  506. install-strip:
  507. if test -z '$(STRIP)'; then \
  508. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  509. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  510. install; \
  511. else \
  512. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  513. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  514. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  515. fi
  516. mostlyclean-generic:
  517. clean-generic:
  518. distclean-generic:
  519. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  520. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  521. maintainer-clean-generic:
  522. @echo "This command is intended for maintainers to use"
  523. @echo "it deletes files that may require special tools to rebuild."
  524. clean: clean-am
  525. clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
  526. mostlyclean-am
  527. distclean: distclean-am
  528. -rm -rf ./$(DEPDIR)
  529. -rm -f Makefile
  530. distclean-am: clean-am distclean-compile distclean-generic \
  531. distclean-tags
  532. dvi: dvi-am
  533. dvi-am:
  534. html: html-am
  535. html-am:
  536. info: info-am
  537. info-am:
  538. install-data-am:
  539. install-dvi: install-dvi-am
  540. install-dvi-am:
  541. install-exec-am:
  542. install-html: install-html-am
  543. install-html-am:
  544. install-info: install-info-am
  545. install-info-am:
  546. install-man:
  547. install-pdf: install-pdf-am
  548. install-pdf-am:
  549. install-ps: install-ps-am
  550. install-ps-am:
  551. installcheck-am:
  552. maintainer-clean: maintainer-clean-am
  553. -rm -rf ./$(DEPDIR)
  554. -rm -f Makefile
  555. maintainer-clean-am: distclean-am maintainer-clean-generic
  556. mostlyclean: mostlyclean-am
  557. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  558. mostlyclean-libtool
  559. pdf: pdf-am
  560. pdf-am:
  561. ps: ps-am
  562. ps-am:
  563. uninstall-am:
  564. .MAKE: check-am install-am install-strip
  565. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
  566. clean-generic clean-libtool clean-noinstPROGRAMS cscopelist \
  567. ctags distclean distclean-compile distclean-generic \
  568. distclean-libtool distclean-tags distdir dvi dvi-am html \
  569. html-am info info-am install install-am install-data \
  570. install-data-am install-dvi install-dvi-am install-exec \
  571. install-exec-am install-html install-html-am install-info \
  572. install-info-am install-man install-pdf install-pdf-am \
  573. install-ps install-ps-am install-strip installcheck \
  574. installcheck-am installdirs maintainer-clean \
  575. maintainer-clean-generic mostlyclean mostlyclean-compile \
  576. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  577. tags uninstall uninstall-am
  578. # Make sure make doesn't try to build the no-extension headers
  579. # thinking that they are executable. Those are pulled in through
  580. # auto-generated dependencies.
  581. #
  582. $(top_srcdir)/xml/content $(top_srcdir)/xml/exception $(top_srcdir)/xml/forward $(top_srcdir)/xml/qname $(top_srcdir)/xml/parser $(top_srcdir)/xml/serializer $(top_srcdir)/xml/value-traits : ; @:
  583. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  584. # Otherwise a system limit (for SysV at least) may be exceeded.
  585. .NOEXPORT: