Makefile.in 49 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415
  1. # Makefile.in generated by automake 1.18.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2025 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. #
  13. # __ __ _
  14. # ___\ \/ /_ __ __ _| |_
  15. # / _ \\ /| '_ \ / _` | __|
  16. # | __// \| |_) | (_| | |_
  17. # \___/_/\_\ .__/ \__,_|\__|
  18. # |_| XML parser
  19. #
  20. # Copyright (c) 2017-2024 Sebastian Pipping <[email protected]>
  21. # Copyright (c) 2017-2022 Rhodri James <[email protected]>
  22. # Copyright (c) 2020 Jeffrey Walton <[email protected]>
  23. # Copyright (c) 2024 Dag-Erling Smørgrav <[email protected]>
  24. # Licensed under the MIT license:
  25. #
  26. # Permission is hereby granted, free of charge, to any person obtaining
  27. # a copy of this software and associated documentation files (the
  28. # "Software"), to deal in the Software without restriction, including
  29. # without limitation the rights to use, copy, modify, merge, publish,
  30. # distribute, sublicense, and/or sell copies of the Software, and to permit
  31. # persons to whom the Software is furnished to do so, subject to the
  32. # following conditions:
  33. #
  34. # The above copyright notice and this permission notice shall be included
  35. # in all copies or substantial portions of the Software.
  36. #
  37. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  38. # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  39. # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  40. # NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  41. # DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  42. # OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
  43. # USE OR OTHER DEALINGS IN THE SOFTWARE.
  44. VPATH = @srcdir@
  45. am__is_gnu_make = { \
  46. if test -z '$(MAKELEVEL)'; then \
  47. false; \
  48. elif test -n '$(MAKE_HOST)'; then \
  49. true; \
  50. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  51. true; \
  52. else \
  53. false; \
  54. fi; \
  55. }
  56. am__make_running_with_option = \
  57. case $${target_option-} in \
  58. ?) ;; \
  59. *) echo "am__make_running_with_option: internal error: invalid" \
  60. "target option '$${target_option-}' specified" >&2; \
  61. exit 1;; \
  62. esac; \
  63. has_opt=no; \
  64. sane_makeflags=$$MAKEFLAGS; \
  65. if $(am__is_gnu_make); then \
  66. sane_makeflags=$$MFLAGS; \
  67. else \
  68. case $$MAKEFLAGS in \
  69. *\\[\ \ ]*) \
  70. bs=\\; \
  71. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  72. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  73. esac; \
  74. fi; \
  75. skip_next=no; \
  76. strip_trailopt () \
  77. { \
  78. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  79. }; \
  80. for flg in $$sane_makeflags; do \
  81. test $$skip_next = yes && { skip_next=no; continue; }; \
  82. case $$flg in \
  83. *=*|--*) continue;; \
  84. -*I) strip_trailopt 'I'; skip_next=yes;; \
  85. -*I?*) strip_trailopt 'I';; \
  86. -*O) strip_trailopt 'O'; skip_next=yes;; \
  87. -*O?*) strip_trailopt 'O';; \
  88. -*l) strip_trailopt 'l'; skip_next=yes;; \
  89. -*l?*) strip_trailopt 'l';; \
  90. -[dEDm]) skip_next=yes;; \
  91. -[JT]) skip_next=yes;; \
  92. esac; \
  93. case $$flg in \
  94. *$$target_option*) has_opt=yes; break;; \
  95. esac; \
  96. done; \
  97. test $$has_opt = yes
  98. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  99. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  100. am__rm_f = rm -f $(am__rm_f_notfound)
  101. am__rm_rf = rm -rf $(am__rm_f_notfound)
  102. pkgdatadir = $(datadir)/@PACKAGE@
  103. pkgincludedir = $(includedir)/@PACKAGE@
  104. pkglibdir = $(libdir)/@PACKAGE@
  105. pkglibexecdir = $(libexecdir)/@PACKAGE@
  106. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  107. install_sh_DATA = $(install_sh) -c -m 644
  108. install_sh_PROGRAM = $(install_sh) -c
  109. install_sh_SCRIPT = $(install_sh) -c
  110. INSTALL_HEADER = $(INSTALL_DATA)
  111. transform = $(program_transform_name)
  112. NORMAL_INSTALL = :
  113. PRE_INSTALL = :
  114. POST_INSTALL = :
  115. NORMAL_UNINSTALL = :
  116. PRE_UNINSTALL = :
  117. POST_UNINSTALL = :
  118. build_triplet = @build@
  119. host_triplet = @host@
  120. check_PROGRAMS = runtests$(EXEEXT) runtests_cxx$(EXEEXT)
  121. TESTS = runtests$(EXEEXT) runtests_cxx$(EXEEXT)
  122. subdir = tests
  123. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  124. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  125. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  126. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  127. $(top_srcdir)/acinclude.m4 \
  128. $(top_srcdir)/conftools/ax-require-defined.m4 \
  129. $(top_srcdir)/conftools/ax-check-compile-flag.m4 \
  130. $(top_srcdir)/conftools/ax-check-link-flag.m4 \
  131. $(top_srcdir)/conftools/ax-append-flag.m4 \
  132. $(top_srcdir)/conftools/ax-append-compile-flags.m4 \
  133. $(top_srcdir)/conftools/ax-append-link-flags.m4 \
  134. $(top_srcdir)/conftools/expatcfg-compiler-supports-visibility.m4 \
  135. $(top_srcdir)/conftools/ax-cxx-compile-stdcxx.m4 \
  136. $(top_srcdir)/conftools/ax-cxx-compile-stdcxx-11.m4 \
  137. $(top_srcdir)/configure.ac
  138. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  139. $(ACLOCAL_M4)
  140. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  141. mkinstalldirs = $(install_sh) -d
  142. CONFIG_HEADER = $(top_builddir)/expat_config.h
  143. CONFIG_CLEAN_FILES =
  144. CONFIG_CLEAN_VPATH_FILES =
  145. am_runtests_OBJECTS = acc_tests.$(OBJEXT) alloc_tests.$(OBJEXT) \
  146. basic_tests.$(OBJEXT) chardata.$(OBJEXT) common.$(OBJEXT) \
  147. dummy.$(OBJEXT) handlers.$(OBJEXT) memcheck.$(OBJEXT) \
  148. minicheck.$(OBJEXT) misc_tests.$(OBJEXT) ns_tests.$(OBJEXT) \
  149. nsalloc_tests.$(OBJEXT) runtests.$(OBJEXT) \
  150. structdata.$(OBJEXT)
  151. runtests_OBJECTS = $(am_runtests_OBJECTS)
  152. runtests_DEPENDENCIES = ../lib/libtestpat.la
  153. AM_V_lt = $(am__v_lt_@AM_V@)
  154. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  155. am__v_lt_0 = --silent
  156. am__v_lt_1 =
  157. runtests_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  158. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  159. $(runtests_LDFLAGS) $(LDFLAGS) -o $@
  160. am_runtests_cxx_OBJECTS = acc_tests_cxx.$(OBJEXT) \
  161. alloc_tests_cxx.$(OBJEXT) basic_tests_cxx.$(OBJEXT) \
  162. chardata_cxx.$(OBJEXT) common_cxx.$(OBJEXT) \
  163. dummy_cxx.$(OBJEXT) handlers_cxx.$(OBJEXT) \
  164. memcheck_cxx.$(OBJEXT) minicheck_cxx.$(OBJEXT) \
  165. misc_tests_cxx.$(OBJEXT) nsalloc_tests_cxx.$(OBJEXT) \
  166. ns_tests_cxx.$(OBJEXT) runtests_cxx.$(OBJEXT) \
  167. structdata_cxx.$(OBJEXT)
  168. runtests_cxx_OBJECTS = $(am_runtests_cxx_OBJECTS)
  169. runtests_cxx_DEPENDENCIES = ../lib/libtestpat.la
  170. runtests_cxx_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  171. $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  172. $(CXXFLAGS) $(runtests_cxx_LDFLAGS) $(LDFLAGS) -o $@
  173. AM_V_P = $(am__v_P_@AM_V@)
  174. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  175. am__v_P_0 = false
  176. am__v_P_1 = :
  177. AM_V_GEN = $(am__v_GEN_@AM_V@)
  178. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  179. am__v_GEN_0 = @echo " GEN " $@;
  180. am__v_GEN_1 =
  181. AM_V_at = $(am__v_at_@AM_V@)
  182. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  183. am__v_at_0 = @
  184. am__v_at_1 =
  185. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  186. depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
  187. am__maybe_remake_depfiles = depfiles
  188. am__depfiles_remade = ./$(DEPDIR)/acc_tests.Po \
  189. ./$(DEPDIR)/acc_tests_cxx.Po ./$(DEPDIR)/alloc_tests.Po \
  190. ./$(DEPDIR)/alloc_tests_cxx.Po ./$(DEPDIR)/basic_tests.Po \
  191. ./$(DEPDIR)/basic_tests_cxx.Po ./$(DEPDIR)/chardata.Po \
  192. ./$(DEPDIR)/chardata_cxx.Po ./$(DEPDIR)/common.Po \
  193. ./$(DEPDIR)/common_cxx.Po ./$(DEPDIR)/dummy.Po \
  194. ./$(DEPDIR)/dummy_cxx.Po ./$(DEPDIR)/handlers.Po \
  195. ./$(DEPDIR)/handlers_cxx.Po ./$(DEPDIR)/memcheck.Po \
  196. ./$(DEPDIR)/memcheck_cxx.Po ./$(DEPDIR)/minicheck.Po \
  197. ./$(DEPDIR)/minicheck_cxx.Po ./$(DEPDIR)/misc_tests.Po \
  198. ./$(DEPDIR)/misc_tests_cxx.Po ./$(DEPDIR)/ns_tests.Po \
  199. ./$(DEPDIR)/ns_tests_cxx.Po ./$(DEPDIR)/nsalloc_tests.Po \
  200. ./$(DEPDIR)/nsalloc_tests_cxx.Po ./$(DEPDIR)/runtests.Po \
  201. ./$(DEPDIR)/runtests_cxx.Po ./$(DEPDIR)/structdata.Po \
  202. ./$(DEPDIR)/structdata_cxx.Po
  203. am__mv = mv -f
  204. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  205. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  206. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  207. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  208. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  209. $(AM_CFLAGS) $(CFLAGS)
  210. AM_V_CC = $(am__v_CC_@AM_V@)
  211. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  212. am__v_CC_0 = @echo " CC " $@;
  213. am__v_CC_1 =
  214. CCLD = $(CC)
  215. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  216. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  217. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  218. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  219. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  220. am__v_CCLD_0 = @echo " CCLD " $@;
  221. am__v_CCLD_1 =
  222. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  223. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  224. LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  225. $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
  226. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  227. $(AM_CXXFLAGS) $(CXXFLAGS)
  228. AM_V_CXX = $(am__v_CXX_@AM_V@)
  229. am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
  230. am__v_CXX_0 = @echo " CXX " $@;
  231. am__v_CXX_1 =
  232. CXXLD = $(CXX)
  233. CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
  234. $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  235. $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  236. AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
  237. am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
  238. am__v_CXXLD_0 = @echo " CXXLD " $@;
  239. am__v_CXXLD_1 =
  240. SOURCES = $(runtests_SOURCES) $(runtests_cxx_SOURCES)
  241. DIST_SOURCES = $(runtests_SOURCES) $(runtests_cxx_SOURCES)
  242. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  243. ctags-recursive dvi-recursive html-recursive info-recursive \
  244. install-data-recursive install-dvi-recursive \
  245. install-exec-recursive install-html-recursive \
  246. install-info-recursive install-pdf-recursive \
  247. install-ps-recursive install-recursive installcheck-recursive \
  248. installdirs-recursive pdf-recursive ps-recursive \
  249. tags-recursive uninstall-recursive
  250. am__can_run_installinfo = \
  251. case $$AM_UPDATE_INFO_DIR in \
  252. n|no|NO) false;; \
  253. *) (install-info --version) >/dev/null 2>&1;; \
  254. esac
  255. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  256. distclean-recursive maintainer-clean-recursive
  257. am__recursive_targets = \
  258. $(RECURSIVE_TARGETS) \
  259. $(RECURSIVE_CLEAN_TARGETS) \
  260. $(am__extra_recursive_targets)
  261. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  262. check recheck distdir distdir-am
  263. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  264. # Read a list of newline-separated strings from the standard input,
  265. # and print each of them once, without duplicates. Input order is
  266. # *not* preserved.
  267. am__uniquify_input = $(AWK) '\
  268. BEGIN { nonempty = 0; } \
  269. { items[$$0] = 1; nonempty = 1; } \
  270. END { if (nonempty) { for (i in items) print i; }; } \
  271. '
  272. # Make sure the list of sources is unique. This is necessary because,
  273. # e.g., the same source file might be shared among _SOURCES variables
  274. # for different programs/libraries.
  275. am__define_uniq_tagged_files = \
  276. list='$(am__tagged_files)'; \
  277. unique=`for i in $$list; do \
  278. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  279. done | $(am__uniquify_input)`
  280. am__tty_colors_dummy = \
  281. mgn= red= grn= lgn= blu= brg= std=; \
  282. am__color_tests=no
  283. am__tty_colors = { \
  284. $(am__tty_colors_dummy); \
  285. if test "X$(AM_COLOR_TESTS)" = Xno; then \
  286. am__color_tests=no; \
  287. elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
  288. am__color_tests=yes; \
  289. elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
  290. am__color_tests=yes; \
  291. fi; \
  292. if test $$am__color_tests = yes; then \
  293. red=''; \
  294. grn=''; \
  295. lgn=''; \
  296. blu=''; \
  297. mgn=''; \
  298. brg=''; \
  299. std=''; \
  300. fi; \
  301. }
  302. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  303. am__vpath_adj = case $$p in \
  304. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  305. *) f=$$p;; \
  306. esac;
  307. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  308. am__install_max = 40
  309. am__nobase_strip_setup = \
  310. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  311. am__nobase_strip = \
  312. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  313. am__nobase_list = $(am__nobase_strip_setup); \
  314. for p in $$list; do echo "$$p $$p"; done | \
  315. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  316. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  317. if (++n[$$2] == $(am__install_max)) \
  318. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  319. END { for (dir in files) print dir, files[dir] }'
  320. am__base_list = \
  321. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  322. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  323. am__uninstall_files_from_dir = { \
  324. { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  325. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  326. $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
  327. }
  328. am__recheck_rx = ^[ ]*:recheck:[ ]*
  329. am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
  330. am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
  331. # A command that, given a newline-separated list of test names on the
  332. # standard input, print the name of the tests that are to be re-run
  333. # upon "make recheck".
  334. am__list_recheck_tests = $(AWK) '{ \
  335. recheck = 1; \
  336. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  337. { \
  338. if (rc < 0) \
  339. { \
  340. if ((getline line2 < ($$0 ".log")) < 0) \
  341. recheck = 0; \
  342. break; \
  343. } \
  344. else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
  345. { \
  346. recheck = 0; \
  347. break; \
  348. } \
  349. else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
  350. { \
  351. break; \
  352. } \
  353. }; \
  354. if (recheck) \
  355. print $$0; \
  356. close ($$0 ".trs"); \
  357. close ($$0 ".log"); \
  358. }'
  359. # A command that, given a newline-separated list of test names on the
  360. # standard input, create the global log from their .trs and .log files.
  361. am__create_global_log = $(AWK) ' \
  362. function fatal(msg) \
  363. { \
  364. print "fatal: making $@: " msg | "cat >&2"; \
  365. exit 1; \
  366. } \
  367. function rst_section(header) \
  368. { \
  369. print header; \
  370. len = length(header); \
  371. for (i = 1; i <= len; i = i + 1) \
  372. printf "="; \
  373. printf "\n\n"; \
  374. } \
  375. { \
  376. copy_in_global_log = 1; \
  377. global_test_result = "RUN"; \
  378. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  379. { \
  380. if (rc < 0) \
  381. fatal("failed to read from " $$0 ".trs"); \
  382. if (line ~ /$(am__global_test_result_rx)/) \
  383. { \
  384. sub("$(am__global_test_result_rx)", "", line); \
  385. sub("[ ]*$$", "", line); \
  386. global_test_result = line; \
  387. } \
  388. else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
  389. copy_in_global_log = 0; \
  390. }; \
  391. if (copy_in_global_log) \
  392. { \
  393. rst_section(global_test_result ": " $$0); \
  394. while ((rc = (getline line < ($$0 ".log"))) != 0) \
  395. { \
  396. if (rc < 0) \
  397. fatal("failed to read from " $$0 ".log"); \
  398. print line; \
  399. }; \
  400. printf "\n"; \
  401. }; \
  402. close ($$0 ".trs"); \
  403. close ($$0 ".log"); \
  404. }'
  405. # Restructured Text title.
  406. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
  407. # Solaris 10 'make', and several other traditional 'make' implementations,
  408. # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
  409. # by disabling -e (using the XSI extension "set +e") if it's set.
  410. am__sh_e_setup = case $$- in *e*) set +e;; esac
  411. # Default flags passed to test drivers.
  412. am__common_driver_flags = \
  413. --color-tests "$$am__color_tests" \
  414. $$am__collect_skipped_logs \
  415. --enable-hard-errors "$$am__enable_hard_errors" \
  416. --expect-failure "$$am__expect_failure"
  417. # To be inserted before the command running the test. Creates the
  418. # directory for the log if needed. Stores in $dir the directory
  419. # containing $f, in $tst the test, in $log the log. Executes the
  420. # developer-defined test setup AM_TESTS_ENVIRONMENT (if any), and
  421. # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
  422. # will run the test scripts (or their associated LOG_COMPILER, if
  423. # thy have one).
  424. am__check_pre = \
  425. $(am__sh_e_setup); \
  426. $(am__vpath_adj_setup) $(am__vpath_adj) \
  427. $(am__tty_colors); \
  428. srcdir=$(srcdir); export srcdir; \
  429. case "$@" in \
  430. */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
  431. *) am__odir=.;; \
  432. esac; \
  433. test "x$$am__odir" = x"." || test -d "$$am__odir" \
  434. || $(MKDIR_P) "$$am__odir" || exit $$?; \
  435. if test -f "./$$f"; then dir=./; \
  436. elif test -f "$$f"; then dir=; \
  437. else dir="$(srcdir)/"; fi; \
  438. tst=$$dir$$f; log='$@'; \
  439. if test -n '$(IGNORE_SKIPPED_LOGS)'; then \
  440. am__collect_skipped_logs='--collect-skipped-logs no'; \
  441. else \
  442. am__collect_skipped_logs=''; \
  443. fi; \
  444. if test -n '$(DISABLE_HARD_ERRORS)'; then \
  445. am__enable_hard_errors=no; \
  446. else \
  447. am__enable_hard_errors=yes; \
  448. fi; \
  449. case " $(XFAIL_TESTS) " in \
  450. *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
  451. am__expect_failure=yes;; \
  452. *) \
  453. am__expect_failure=no;; \
  454. esac; \
  455. $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
  456. # A shell command to get the names of the tests scripts with any registered
  457. # extension removed (i.e., equivalently, the names of the test logs, with
  458. # the '.log' extension removed). The result is saved in the shell variable
  459. # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
  460. # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
  461. # since that might cause problem with VPATH rewrites for suffix-less tests.
  462. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
  463. am__set_TESTS_bases = \
  464. bases='$(TEST_LOGS)'; \
  465. bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  466. bases=`echo $$bases`
  467. AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
  468. RECHECK_LOGS = $(TEST_LOGS)
  469. TEST_SUITE_LOG = test-suite.log
  470. TEST_EXTENSIONS = @EXEEXT@ .test
  471. LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
  472. am__set_b = \
  473. case '$@' in \
  474. */*) \
  475. case '$*' in \
  476. */*) b='$*';; \
  477. *) b=`echo '$@' | sed 's/\.log$$//'`; \
  478. esac;; \
  479. *) \
  480. b='$*';; \
  481. esac
  482. am__test_logs1 = $(TESTS:=.log)
  483. am__test_logs2 = $(am__test_logs1:@[email protected]=.log)
  484. TEST_LOGS = $(am__test_logs2:.test.log=.log)
  485. TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/conftools/test-driver
  486. TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
  487. $(TEST_LOG_FLAGS)
  488. DIST_SUBDIRS = $(SUBDIRS)
  489. am__DIST_COMMON = $(srcdir)/Makefile.in \
  490. $(top_srcdir)/conftools/depcomp \
  491. $(top_srcdir)/conftools/test-driver README.md
  492. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  493. am__relativize = \
  494. dir0=`pwd`; \
  495. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  496. sed_rest='s,^[^/]*/*,,'; \
  497. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  498. sed_butlast='s,/*[^/]*$$,,'; \
  499. while test -n "$$dir1"; do \
  500. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  501. if test "$$first" != "."; then \
  502. if test "$$first" = ".."; then \
  503. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  504. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  505. else \
  506. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  507. if test "$$first2" = "$$first"; then \
  508. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  509. else \
  510. dir2="../$$dir2"; \
  511. fi; \
  512. dir0="$$dir0"/"$$first"; \
  513. fi; \
  514. fi; \
  515. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  516. done; \
  517. reldir="$$dir2"
  518. ACLOCAL = @ACLOCAL@
  519. AMTAR = @AMTAR@
  520. AM_CFLAGS = @AM_CFLAGS@
  521. AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(srcdir)/../lib -DXML_TESTING
  522. AM_CXXFLAGS = @AM_CXXFLAGS@
  523. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  524. AM_LDFLAGS = @AM_LDFLAGS@
  525. AR = @AR@
  526. AS = @AS@
  527. AUTOCONF = @AUTOCONF@
  528. AUTOHEADER = @AUTOHEADER@
  529. AUTOMAKE = @AUTOMAKE@
  530. AWK = @AWK@
  531. CC = @CC@
  532. CCDEPMODE = @CCDEPMODE@
  533. CFLAGS = @CFLAGS@
  534. CMAKE_SHARED_LIBRARY_PREFIX = @CMAKE_SHARED_LIBRARY_PREFIX@
  535. CPPFLAGS = @CPPFLAGS@
  536. CSCOPE = @CSCOPE@
  537. CTAGS = @CTAGS@
  538. CXX = @CXX@
  539. CXXCPP = @CXXCPP@
  540. CXXDEPMODE = @CXXDEPMODE@
  541. CXXFLAGS = @CXXFLAGS@
  542. CYGPATH_W = @CYGPATH_W@
  543. DEFS = @DEFS@
  544. DEPDIR = @DEPDIR@
  545. DLLTOOL = @DLLTOOL@
  546. DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
  547. DSYMUTIL = @DSYMUTIL@
  548. DUMPBIN = @DUMPBIN@
  549. ECHO_C = @ECHO_C@
  550. ECHO_N = @ECHO_N@
  551. ECHO_T = @ECHO_T@
  552. EGREP = @EGREP@
  553. ETAGS = @ETAGS@
  554. EXEEXT = @EXEEXT@
  555. EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@
  556. EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@
  557. EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@
  558. EXPAT_DTD = @EXPAT_DTD@
  559. EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@
  560. EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@
  561. EXPAT_NS = @EXPAT_NS@
  562. FGREP = @FGREP@
  563. FILECMD = @FILECMD@
  564. FILEMAP = @FILEMAP@
  565. GREP = @GREP@
  566. HAVE_CXX11 = @HAVE_CXX11@
  567. INSTALL = @INSTALL@
  568. INSTALL_DATA = @INSTALL_DATA@
  569. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  570. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  571. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  572. LD = @LD@
  573. LDFLAGS = @LDFLAGS@
  574. LIBAGE = @LIBAGE@
  575. LIBCURRENT = @LIBCURRENT@
  576. LIBDIR_BASENAME = @LIBDIR_BASENAME@
  577. LIBM = @LIBM@
  578. LIBOBJS = @LIBOBJS@
  579. LIBREVISION = @LIBREVISION@
  580. LIBS = @LIBS@
  581. LIBTOOL = @LIBTOOL@
  582. LIPO = @LIPO@
  583. LN_S = @LN_S@
  584. LTLIBOBJS = @LTLIBOBJS@
  585. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  586. MAINT = @MAINT@
  587. MAKEINFO = @MAKEINFO@
  588. MANIFEST_TOOL = @MANIFEST_TOOL@
  589. MKDIR_P = @MKDIR_P@
  590. NM = @NM@
  591. NMEDIT = @NMEDIT@
  592. OBJDUMP = @OBJDUMP@
  593. OBJEXT = @OBJEXT@
  594. OTOOL = @OTOOL@
  595. OTOOL64 = @OTOOL64@
  596. PACKAGE = @PACKAGE@
  597. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  598. PACKAGE_NAME = @PACKAGE_NAME@
  599. PACKAGE_STRING = @PACKAGE_STRING@
  600. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  601. PACKAGE_URL = @PACKAGE_URL@
  602. PACKAGE_VERSION = @PACKAGE_VERSION@
  603. PATH_SEPARATOR = @PATH_SEPARATOR@
  604. RANLIB = @RANLIB@
  605. SED = @SED@
  606. SET_MAKE = @SET_MAKE@
  607. SHELL = @SHELL@
  608. SIZEOF_VOID_P = @SIZEOF_VOID_P@
  609. SO_MAJOR = @SO_MAJOR@
  610. SO_MINOR = @SO_MINOR@
  611. SO_PATCH = @SO_PATCH@
  612. STRIP = @STRIP@
  613. VERSION = @VERSION@
  614. abs_builddir = @abs_builddir@
  615. abs_srcdir = @abs_srcdir@
  616. abs_top_builddir = @abs_top_builddir@
  617. abs_top_srcdir = @abs_top_srcdir@
  618. ac_ct_AR = @ac_ct_AR@
  619. ac_ct_CC = @ac_ct_CC@
  620. ac_ct_CXX = @ac_ct_CXX@
  621. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  622. am__include = @am__include@
  623. am__leading_dot = @am__leading_dot@
  624. am__quote = @am__quote@
  625. am__rm_f_notfound = @am__rm_f_notfound@
  626. am__tar = @am__tar@
  627. am__untar = @am__untar@
  628. am__xargs_n = @am__xargs_n@
  629. bindir = @bindir@
  630. build = @build@
  631. build_alias = @build_alias@
  632. build_cpu = @build_cpu@
  633. build_os = @build_os@
  634. build_vendor = @build_vendor@
  635. builddir = @builddir@
  636. datadir = @datadir@
  637. datarootdir = @datarootdir@
  638. docdir = @docdir@
  639. dvidir = @dvidir@
  640. exec_prefix = @exec_prefix@
  641. host = @host@
  642. host_alias = @host_alias@
  643. host_cpu = @host_cpu@
  644. host_os = @host_os@
  645. host_vendor = @host_vendor@
  646. htmldir = @htmldir@
  647. includedir = @includedir@
  648. infodir = @infodir@
  649. install_sh = @install_sh@
  650. libdir = @libdir@
  651. libexecdir = @libexecdir@
  652. localedir = @localedir@
  653. localstatedir = @localstatedir@
  654. mandir = @mandir@
  655. mkdir_p = @mkdir_p@
  656. oldincludedir = @oldincludedir@
  657. pdfdir = @pdfdir@
  658. prefix = @prefix@
  659. program_transform_name = @program_transform_name@
  660. psdir = @psdir@
  661. runstatedir = @runstatedir@
  662. sbindir = @sbindir@
  663. sharedstatedir = @sharedstatedir@
  664. srcdir = @srcdir@
  665. sysconfdir = @sysconfdir@
  666. target_alias = @target_alias@
  667. top_build_prefix = @top_build_prefix@
  668. top_builddir = @top_builddir@
  669. top_srcdir = @top_srcdir@
  670. SUBDIRS = . benchmark
  671. # To support MinGW and Non-MinGW at the same time:
  672. LOG_DRIVER = $(srcdir)/../test-driver-wrapper.sh
  673. runtests_SOURCES = \
  674. acc_tests.c \
  675. alloc_tests.c \
  676. basic_tests.c \
  677. chardata.c \
  678. common.c \
  679. dummy.c \
  680. handlers.c \
  681. memcheck.c \
  682. minicheck.c \
  683. misc_tests.c \
  684. ns_tests.c \
  685. nsalloc_tests.c \
  686. runtests.c \
  687. structdata.c
  688. runtests_cxx_SOURCES = \
  689. acc_tests_cxx.cpp \
  690. alloc_tests_cxx.cpp \
  691. basic_tests_cxx.cpp \
  692. chardata_cxx.cpp \
  693. common_cxx.cpp \
  694. dummy_cxx.cpp \
  695. handlers_cxx.cpp \
  696. memcheck_cxx.cpp \
  697. minicheck_cxx.cpp \
  698. misc_tests_cxx.cpp \
  699. nsalloc_tests_cxx.cpp \
  700. ns_tests_cxx.cpp \
  701. runtests_cxx.cpp \
  702. structdata_cxx.cpp
  703. runtests_LDADD = ../lib/libtestpat.la
  704. runtests_cxx_LDADD = ../lib/libtestpat.la
  705. runtests_LDFLAGS = @AM_LDFLAGS@ @LIBM@
  706. runtests_cxx_LDFLAGS = @AM_LDFLAGS@ @LIBM@
  707. EXTRA_DIST = \
  708. acc_tests.h \
  709. alloc_tests.h \
  710. basic_tests.h \
  711. chardata.h \
  712. common.h \
  713. dummy.h \
  714. handlers.h \
  715. misc_tests.h \
  716. ns_tests.h \
  717. nsalloc_tests.h \
  718. structdata.h \
  719. minicheck.h \
  720. memcheck.h \
  721. README.md \
  722. udiffer.py \
  723. xmltest.log.expected \
  724. xmltest.sh
  725. all: all-recursive
  726. .SUFFIXES:
  727. .SUFFIXES: .c .cpp .lo .log .o .obj .test .test$(EXEEXT) .trs
  728. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  729. @for dep in $?; do \
  730. case '$(am__configure_deps)' in \
  731. *$$dep*) \
  732. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  733. && { if test -f $@; then exit 0; else break; fi; }; \
  734. exit 1;; \
  735. esac; \
  736. done; \
  737. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
  738. $(am__cd) $(top_srcdir) && \
  739. $(AUTOMAKE) --gnu tests/Makefile
  740. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  741. @case '$?' in \
  742. *config.status*) \
  743. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  744. *) \
  745. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  746. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  747. esac;
  748. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  749. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  750. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  751. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  752. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  753. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  754. $(am__aclocal_m4_deps):
  755. clean-checkPROGRAMS:
  756. $(am__rm_f) $(check_PROGRAMS)
  757. test -z "$(EXEEXT)" || $(am__rm_f) $(check_PROGRAMS:$(EXEEXT)=)
  758. runtests$(EXEEXT): $(runtests_OBJECTS) $(runtests_DEPENDENCIES) $(EXTRA_runtests_DEPENDENCIES)
  759. @rm -f runtests$(EXEEXT)
  760. $(AM_V_CCLD)$(runtests_LINK) $(runtests_OBJECTS) $(runtests_LDADD) $(LIBS)
  761. runtests_cxx$(EXEEXT): $(runtests_cxx_OBJECTS) $(runtests_cxx_DEPENDENCIES) $(EXTRA_runtests_cxx_DEPENDENCIES)
  762. @rm -f runtests_cxx$(EXEEXT)
  763. $(AM_V_CXXLD)$(runtests_cxx_LINK) $(runtests_cxx_OBJECTS) $(runtests_cxx_LDADD) $(LIBS)
  764. mostlyclean-compile:
  765. -rm -f *.$(OBJEXT)
  766. distclean-compile:
  767. -rm -f *.tab.c
  768. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acc_tests.Po@am__quote@ # am--include-marker
  769. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acc_tests_cxx.Po@am__quote@ # am--include-marker
  770. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc_tests.Po@am__quote@ # am--include-marker
  771. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc_tests_cxx.Po@am__quote@ # am--include-marker
  772. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_tests.Po@am__quote@ # am--include-marker
  773. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_tests_cxx.Po@am__quote@ # am--include-marker
  774. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chardata.Po@am__quote@ # am--include-marker
  775. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chardata_cxx.Po@am__quote@ # am--include-marker
  776. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@ # am--include-marker
  777. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common_cxx.Po@am__quote@ # am--include-marker
  778. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Po@am__quote@ # am--include-marker
  779. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy_cxx.Po@am__quote@ # am--include-marker
  780. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handlers.Po@am__quote@ # am--include-marker
  781. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handlers_cxx.Po@am__quote@ # am--include-marker
  782. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcheck.Po@am__quote@ # am--include-marker
  783. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcheck_cxx.Po@am__quote@ # am--include-marker
  784. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minicheck.Po@am__quote@ # am--include-marker
  785. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minicheck_cxx.Po@am__quote@ # am--include-marker
  786. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc_tests.Po@am__quote@ # am--include-marker
  787. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc_tests_cxx.Po@am__quote@ # am--include-marker
  788. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns_tests.Po@am__quote@ # am--include-marker
  789. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns_tests_cxx.Po@am__quote@ # am--include-marker
  790. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsalloc_tests.Po@am__quote@ # am--include-marker
  791. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsalloc_tests_cxx.Po@am__quote@ # am--include-marker
  792. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtests.Po@am__quote@ # am--include-marker
  793. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtests_cxx.Po@am__quote@ # am--include-marker
  794. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/structdata.Po@am__quote@ # am--include-marker
  795. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/structdata_cxx.Po@am__quote@ # am--include-marker
  796. $(am__depfiles_remade):
  797. @$(MKDIR_P) $(@D)
  798. @: >>$@
  799. am--depfiles: $(am__depfiles_remade)
  800. .c.o:
  801. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  802. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  803. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  804. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  805. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  806. .c.obj:
  807. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  808. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  809. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  810. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  811. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  812. .c.lo:
  813. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  814. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  815. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  816. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  817. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  818. .cpp.o:
  819. @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  820. @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  821. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  822. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  823. @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
  824. .cpp.obj:
  825. @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  826. @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  827. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  828. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  829. @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  830. .cpp.lo:
  831. @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  832. @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  833. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  834. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  835. @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
  836. mostlyclean-libtool:
  837. -rm -f *.lo
  838. clean-libtool:
  839. -rm -rf .libs _libs
  840. # This directory's subdirectories are mostly independent; you can cd
  841. # into them and run 'make' without going through this Makefile.
  842. # To change the values of 'make' variables: instead of editing Makefiles,
  843. # (1) if the variable is set in 'config.status', edit 'config.status'
  844. # (which will cause the Makefiles to be regenerated when you run 'make');
  845. # (2) otherwise, pass the desired values on the 'make' command line.
  846. $(am__recursive_targets):
  847. @fail=; \
  848. if $(am__make_keepgoing); then \
  849. failcom='fail=yes'; \
  850. else \
  851. failcom='exit 1'; \
  852. fi; \
  853. dot_seen=no; \
  854. target=`echo $@ | sed s/-recursive//`; \
  855. case "$@" in \
  856. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  857. *) list='$(SUBDIRS)' ;; \
  858. esac; \
  859. for subdir in $$list; do \
  860. echo "Making $$target in $$subdir"; \
  861. if test "$$subdir" = "."; then \
  862. dot_seen=yes; \
  863. local_target="$$target-am"; \
  864. else \
  865. local_target="$$target"; \
  866. fi; \
  867. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  868. || eval $$failcom; \
  869. done; \
  870. if test "$$dot_seen" = "no"; then \
  871. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  872. fi; test -z "$$fail"
  873. ID: $(am__tagged_files)
  874. $(am__define_uniq_tagged_files); mkid -fID $$unique
  875. tags: tags-recursive
  876. TAGS: tags
  877. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  878. set x; \
  879. here=`pwd`; \
  880. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  881. include_option=--etags-include; \
  882. empty_fix=.; \
  883. else \
  884. include_option=--include; \
  885. empty_fix=; \
  886. fi; \
  887. list='$(SUBDIRS)'; for subdir in $$list; do \
  888. if test "$$subdir" = .; then :; else \
  889. test ! -f $$subdir/TAGS || \
  890. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  891. fi; \
  892. done; \
  893. $(am__define_uniq_tagged_files); \
  894. shift; \
  895. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  896. test -n "$$unique" || unique=$$empty_fix; \
  897. if test $$# -gt 0; then \
  898. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  899. "$$@" $$unique; \
  900. else \
  901. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  902. $$unique; \
  903. fi; \
  904. fi
  905. ctags: ctags-recursive
  906. CTAGS: ctags
  907. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  908. $(am__define_uniq_tagged_files); \
  909. test -z "$(CTAGS_ARGS)$$unique" \
  910. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  911. $$unique
  912. GTAGS:
  913. here=`$(am__cd) $(top_builddir) && pwd` \
  914. && $(am__cd) $(top_srcdir) \
  915. && gtags -i $(GTAGS_ARGS) "$$here"
  916. cscopelist: cscopelist-recursive
  917. cscopelist-am: $(am__tagged_files)
  918. list='$(am__tagged_files)'; \
  919. case "$(srcdir)" in \
  920. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  921. *) sdir=$(subdir)/$(srcdir) ;; \
  922. esac; \
  923. for i in $$list; do \
  924. if test -f "$$i"; then \
  925. echo "$(subdir)/$$i"; \
  926. else \
  927. echo "$$sdir/$$i"; \
  928. fi; \
  929. done >> $(top_builddir)/cscope.files
  930. distclean-tags:
  931. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  932. # Recover from deleted '.trs' file; this should ensure that
  933. # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
  934. # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
  935. # to avoid problems with "make -n".
  936. .log.trs:
  937. rm -f $< $@
  938. $(MAKE) $(AM_MAKEFLAGS) $<
  939. # Leading 'am--fnord' is there to ensure the list of targets does not
  940. # expand to empty, as could happen e.g. with make check TESTS=''.
  941. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
  942. am--force-recheck:
  943. @:
  944. $(TEST_SUITE_LOG): $(TEST_LOGS)
  945. @$(am__set_TESTS_bases); \
  946. am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
  947. redo_bases=`for i in $$bases; do \
  948. am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
  949. done`; \
  950. if test -n "$$redo_bases"; then \
  951. redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
  952. redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
  953. if $(am__make_dryrun); then :; else \
  954. rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
  955. fi; \
  956. fi; \
  957. if test -n "$$am__remaking_logs"; then \
  958. echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
  959. "recursion detected" >&2; \
  960. elif test -n "$$redo_logs"; then \
  961. am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
  962. fi; \
  963. if $(am__make_dryrun); then :; else \
  964. st=0; \
  965. errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
  966. for i in $$redo_bases; do \
  967. test -f $$i.trs && test -r $$i.trs \
  968. || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
  969. test -f $$i.log && test -r $$i.log \
  970. || { echo "$$errmsg $$i.log" >&2; st=1; }; \
  971. done; \
  972. test $$st -eq 0 || exit 1; \
  973. fi
  974. @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
  975. ws='[ ]'; \
  976. results=`for b in $$bases; do echo $$b.trs; done`; \
  977. test -n "$$results" || results=/dev/null; \
  978. all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
  979. pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
  980. fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
  981. skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
  982. xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
  983. xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
  984. error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
  985. if test `expr $$fail + $$xpass + $$error` -eq 0; then \
  986. success=true; \
  987. else \
  988. success=false; \
  989. fi; \
  990. br='==================='; br=$$br$$br$$br$$br; \
  991. result_count () \
  992. { \
  993. if test x"$$1" = x"--maybe-color"; then \
  994. maybe_colorize=yes; \
  995. elif test x"$$1" = x"--no-color"; then \
  996. maybe_colorize=no; \
  997. else \
  998. echo "$@: invalid 'result_count' usage" >&2; exit 4; \
  999. fi; \
  1000. shift; \
  1001. desc=$$1 count=$$2; \
  1002. if test $$maybe_colorize = yes && test $$count -gt 0; then \
  1003. color_start=$$3 color_end=$$std; \
  1004. else \
  1005. color_start= color_end=; \
  1006. fi; \
  1007. echo "$${color_start}# $$desc $$count$${color_end}"; \
  1008. }; \
  1009. create_testsuite_report () \
  1010. { \
  1011. result_count $$1 "TOTAL:" $$all "$$brg"; \
  1012. result_count $$1 "PASS: " $$pass "$$grn"; \
  1013. result_count $$1 "SKIP: " $$skip "$$blu"; \
  1014. result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
  1015. result_count $$1 "FAIL: " $$fail "$$red"; \
  1016. result_count $$1 "XPASS:" $$xpass "$$red"; \
  1017. result_count $$1 "ERROR:" $$error "$$mgn"; \
  1018. }; \
  1019. output_system_information () \
  1020. { \
  1021. echo; \
  1022. { uname -a | $(AWK) '{ \
  1023. printf "System information (uname -a):"; \
  1024. for (i = 1; i < NF; ++i) \
  1025. { \
  1026. if (i != 2) \
  1027. printf " %s", $$i; \
  1028. } \
  1029. printf "\n"; \
  1030. }'; } 2>&1; \
  1031. if test -r /etc/os-release; then \
  1032. echo "Distribution information (/etc/os-release):"; \
  1033. sed 8q /etc/os-release; \
  1034. elif test -r /etc/issue; then \
  1035. echo "Distribution information (/etc/issue):"; \
  1036. cat /etc/issue; \
  1037. fi; \
  1038. }; \
  1039. please_report () \
  1040. { \
  1041. echo "Some test(s) failed. Please report this to $(PACKAGE_BUGREPORT),"; \
  1042. echo "together with the test-suite.log file (gzipped) and your system"; \
  1043. echo "information. Thanks."; \
  1044. }; \
  1045. { \
  1046. echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
  1047. $(am__rst_title); \
  1048. create_testsuite_report --no-color; \
  1049. output_system_information; \
  1050. echo; \
  1051. echo ".. contents:: :depth: 2"; \
  1052. echo; \
  1053. for b in $$bases; do echo $$b; done \
  1054. | $(am__create_global_log); \
  1055. } >$(TEST_SUITE_LOG).tmp || exit 1; \
  1056. mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
  1057. if $$success; then \
  1058. col="$$grn"; \
  1059. else \
  1060. col="$$red"; \
  1061. test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
  1062. fi; \
  1063. echo "$${col}$$br$${std}"; \
  1064. echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \
  1065. echo "$${col}$$br$${std}"; \
  1066. create_testsuite_report --maybe-color; \
  1067. echo "$$col$$br$$std"; \
  1068. if $$success; then :; else \
  1069. echo "$${col}See $(subdir)/$(TEST_SUITE_LOG) for debugging.$${std}";\
  1070. if test -n "$(PACKAGE_BUGREPORT)"; then \
  1071. please_report | sed -e "s/^/$${col}/" -e s/'$$'/"$${std}"/; \
  1072. fi; \
  1073. echo "$$col$$br$$std"; \
  1074. fi; \
  1075. $$success || exit 1
  1076. check-TESTS: $(check_PROGRAMS)
  1077. @$(am__rm_f) $(RECHECK_LOGS)
  1078. @$(am__rm_f) $(RECHECK_LOGS:.log=.trs)
  1079. @$(am__rm_f) $(TEST_SUITE_LOG)
  1080. @set +e; $(am__set_TESTS_bases); \
  1081. log_list=`for i in $$bases; do echo $$i.log; done`; \
  1082. log_list=`echo $$log_list`; \
  1083. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
  1084. exit $$?;
  1085. recheck: all $(check_PROGRAMS)
  1086. @$(am__rm_f) $(TEST_SUITE_LOG)
  1087. @set +e; $(am__set_TESTS_bases); \
  1088. bases=`for i in $$bases; do echo $$i; done \
  1089. | $(am__list_recheck_tests)` || exit 1; \
  1090. log_list=`for i in $$bases; do echo $$i.log; done`; \
  1091. log_list=`echo $$log_list`; \
  1092. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
  1093. am__force_recheck=am--force-recheck \
  1094. TEST_LOGS="$$log_list"; \
  1095. exit $$?
  1096. runtests.log: runtests$(EXEEXT)
  1097. @p='runtests$(EXEEXT)'; \
  1098. b='runtests'; \
  1099. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1100. --log-file $$b.log --trs-file $$b.trs \
  1101. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1102. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1103. runtests_cxx.log: runtests_cxx$(EXEEXT)
  1104. @p='runtests_cxx$(EXEEXT)'; \
  1105. b='runtests_cxx'; \
  1106. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1107. --log-file $$b.log --trs-file $$b.trs \
  1108. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1109. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1110. .test.log:
  1111. @p='$<'; \
  1112. $(am__set_b); \
  1113. $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  1114. --log-file $$b.log --trs-file $$b.trs \
  1115. $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  1116. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1117. @[email protected]$(EXEEXT).log:
  1118. @am__EXEEXT_TRUE@ @p='$<'; \
  1119. @am__EXEEXT_TRUE@ $(am__set_b); \
  1120. @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  1121. @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
  1122. @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  1123. @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
  1124. distdir: $(BUILT_SOURCES)
  1125. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  1126. distdir-am: $(DISTFILES)
  1127. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1128. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1129. list='$(DISTFILES)'; \
  1130. dist_files=`for file in $$list; do echo $$file; done | \
  1131. sed -e "s|^$$srcdirstrip/||;t" \
  1132. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  1133. case $$dist_files in \
  1134. */*) $(MKDIR_P) `echo "$$dist_files" | \
  1135. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  1136. sort -u` ;; \
  1137. esac; \
  1138. for file in $$dist_files; do \
  1139. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  1140. if test -d $$d/$$file; then \
  1141. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  1142. if test -d "$(distdir)/$$file"; then \
  1143. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1144. fi; \
  1145. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  1146. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  1147. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1148. fi; \
  1149. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  1150. else \
  1151. test -f "$(distdir)/$$file" \
  1152. || cp -p $$d/$$file "$(distdir)/$$file" \
  1153. || exit 1; \
  1154. fi; \
  1155. done
  1156. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  1157. if test "$$subdir" = .; then :; else \
  1158. $(am__make_dryrun) \
  1159. || test -d "$(distdir)/$$subdir" \
  1160. || $(MKDIR_P) "$(distdir)/$$subdir" \
  1161. || exit 1; \
  1162. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  1163. $(am__relativize); \
  1164. new_distdir=$$reldir; \
  1165. dir1=$$subdir; dir2="$(top_distdir)"; \
  1166. $(am__relativize); \
  1167. new_top_distdir=$$reldir; \
  1168. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  1169. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  1170. ($(am__cd) $$subdir && \
  1171. $(MAKE) $(AM_MAKEFLAGS) \
  1172. top_distdir="$$new_top_distdir" \
  1173. distdir="$$new_distdir" \
  1174. am__remove_distdir=: \
  1175. am__skip_length_check=: \
  1176. am__skip_mode_fix=: \
  1177. distdir) \
  1178. || exit 1; \
  1179. fi; \
  1180. done
  1181. check-am: all-am
  1182. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  1183. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  1184. check: check-recursive
  1185. all-am: Makefile
  1186. installdirs: installdirs-recursive
  1187. installdirs-am:
  1188. install: install-recursive
  1189. install-exec: install-exec-recursive
  1190. install-data: install-data-recursive
  1191. uninstall: uninstall-recursive
  1192. install-am: all-am
  1193. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1194. installcheck: installcheck-recursive
  1195. install-strip:
  1196. if test -z '$(STRIP)'; then \
  1197. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1198. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1199. install; \
  1200. else \
  1201. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1202. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1203. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  1204. fi
  1205. mostlyclean-generic:
  1206. -$(am__rm_f) $(TEST_LOGS)
  1207. -$(am__rm_f) $(TEST_LOGS:.log=.trs)
  1208. -$(am__rm_f) $(TEST_SUITE_LOG)
  1209. clean-generic:
  1210. distclean-generic:
  1211. -$(am__rm_f) $(CONFIG_CLEAN_FILES)
  1212. -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
  1213. maintainer-clean-generic:
  1214. @echo "This command is intended for maintainers to use"
  1215. @echo "it deletes files that may require special tools to rebuild."
  1216. clean: clean-recursive
  1217. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  1218. mostlyclean-am
  1219. distclean: distclean-recursive
  1220. -rm -f ./$(DEPDIR)/acc_tests.Po
  1221. -rm -f ./$(DEPDIR)/acc_tests_cxx.Po
  1222. -rm -f ./$(DEPDIR)/alloc_tests.Po
  1223. -rm -f ./$(DEPDIR)/alloc_tests_cxx.Po
  1224. -rm -f ./$(DEPDIR)/basic_tests.Po
  1225. -rm -f ./$(DEPDIR)/basic_tests_cxx.Po
  1226. -rm -f ./$(DEPDIR)/chardata.Po
  1227. -rm -f ./$(DEPDIR)/chardata_cxx.Po
  1228. -rm -f ./$(DEPDIR)/common.Po
  1229. -rm -f ./$(DEPDIR)/common_cxx.Po
  1230. -rm -f ./$(DEPDIR)/dummy.Po
  1231. -rm -f ./$(DEPDIR)/dummy_cxx.Po
  1232. -rm -f ./$(DEPDIR)/handlers.Po
  1233. -rm -f ./$(DEPDIR)/handlers_cxx.Po
  1234. -rm -f ./$(DEPDIR)/memcheck.Po
  1235. -rm -f ./$(DEPDIR)/memcheck_cxx.Po
  1236. -rm -f ./$(DEPDIR)/minicheck.Po
  1237. -rm -f ./$(DEPDIR)/minicheck_cxx.Po
  1238. -rm -f ./$(DEPDIR)/misc_tests.Po
  1239. -rm -f ./$(DEPDIR)/misc_tests_cxx.Po
  1240. -rm -f ./$(DEPDIR)/ns_tests.Po
  1241. -rm -f ./$(DEPDIR)/ns_tests_cxx.Po
  1242. -rm -f ./$(DEPDIR)/nsalloc_tests.Po
  1243. -rm -f ./$(DEPDIR)/nsalloc_tests_cxx.Po
  1244. -rm -f ./$(DEPDIR)/runtests.Po
  1245. -rm -f ./$(DEPDIR)/runtests_cxx.Po
  1246. -rm -f ./$(DEPDIR)/structdata.Po
  1247. -rm -f ./$(DEPDIR)/structdata_cxx.Po
  1248. -rm -f Makefile
  1249. distclean-am: clean-am distclean-compile distclean-generic \
  1250. distclean-tags
  1251. dvi: dvi-recursive
  1252. dvi-am:
  1253. html: html-recursive
  1254. html-am:
  1255. info: info-recursive
  1256. info-am:
  1257. install-data-am:
  1258. install-dvi: install-dvi-recursive
  1259. install-dvi-am:
  1260. install-exec-am:
  1261. install-html: install-html-recursive
  1262. install-html-am:
  1263. install-info: install-info-recursive
  1264. install-info-am:
  1265. install-man:
  1266. install-pdf: install-pdf-recursive
  1267. install-pdf-am:
  1268. install-ps: install-ps-recursive
  1269. install-ps-am:
  1270. installcheck-am:
  1271. maintainer-clean: maintainer-clean-recursive
  1272. -rm -f ./$(DEPDIR)/acc_tests.Po
  1273. -rm -f ./$(DEPDIR)/acc_tests_cxx.Po
  1274. -rm -f ./$(DEPDIR)/alloc_tests.Po
  1275. -rm -f ./$(DEPDIR)/alloc_tests_cxx.Po
  1276. -rm -f ./$(DEPDIR)/basic_tests.Po
  1277. -rm -f ./$(DEPDIR)/basic_tests_cxx.Po
  1278. -rm -f ./$(DEPDIR)/chardata.Po
  1279. -rm -f ./$(DEPDIR)/chardata_cxx.Po
  1280. -rm -f ./$(DEPDIR)/common.Po
  1281. -rm -f ./$(DEPDIR)/common_cxx.Po
  1282. -rm -f ./$(DEPDIR)/dummy.Po
  1283. -rm -f ./$(DEPDIR)/dummy_cxx.Po
  1284. -rm -f ./$(DEPDIR)/handlers.Po
  1285. -rm -f ./$(DEPDIR)/handlers_cxx.Po
  1286. -rm -f ./$(DEPDIR)/memcheck.Po
  1287. -rm -f ./$(DEPDIR)/memcheck_cxx.Po
  1288. -rm -f ./$(DEPDIR)/minicheck.Po
  1289. -rm -f ./$(DEPDIR)/minicheck_cxx.Po
  1290. -rm -f ./$(DEPDIR)/misc_tests.Po
  1291. -rm -f ./$(DEPDIR)/misc_tests_cxx.Po
  1292. -rm -f ./$(DEPDIR)/ns_tests.Po
  1293. -rm -f ./$(DEPDIR)/ns_tests_cxx.Po
  1294. -rm -f ./$(DEPDIR)/nsalloc_tests.Po
  1295. -rm -f ./$(DEPDIR)/nsalloc_tests_cxx.Po
  1296. -rm -f ./$(DEPDIR)/runtests.Po
  1297. -rm -f ./$(DEPDIR)/runtests_cxx.Po
  1298. -rm -f ./$(DEPDIR)/structdata.Po
  1299. -rm -f ./$(DEPDIR)/structdata_cxx.Po
  1300. -rm -f Makefile
  1301. maintainer-clean-am: distclean-am maintainer-clean-generic
  1302. mostlyclean: mostlyclean-recursive
  1303. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  1304. mostlyclean-libtool
  1305. pdf: pdf-recursive
  1306. pdf-am:
  1307. ps: ps-recursive
  1308. ps-am:
  1309. uninstall-am:
  1310. .MAKE: $(am__recursive_targets) check-am install-am install-strip
  1311. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  1312. am--depfiles check check-TESTS check-am clean \
  1313. clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
  1314. ctags ctags-am distclean distclean-compile distclean-generic \
  1315. distclean-libtool distclean-tags distdir dvi dvi-am html \
  1316. html-am info info-am install install-am install-data \
  1317. install-data-am install-dvi install-dvi-am install-exec \
  1318. install-exec-am install-html install-html-am install-info \
  1319. install-info-am install-man install-pdf install-pdf-am \
  1320. install-ps install-ps-am install-strip installcheck \
  1321. installcheck-am installdirs installdirs-am maintainer-clean \
  1322. maintainer-clean-generic mostlyclean mostlyclean-compile \
  1323. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  1324. recheck tags tags-am uninstall uninstall-am
  1325. .PRECIOUS: Makefile
  1326. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1327. # Otherwise a system limit (for SysV at least) may be exceeded.
  1328. .NOEXPORT:
  1329. # Tell GNU make to disable its built-in pattern rules.
  1330. %:: %,v
  1331. %:: RCS/%,v
  1332. %:: RCS/%
  1333. %:: s.%
  1334. %:: SCCS/s.%