You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

998 lines
32KB

  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # test/Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994-2014 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. am__is_gnu_make = { \
  12. if test -z '$(MAKELEVEL)'; then \
  13. false; \
  14. elif test -n '$(MAKE_HOST)'; then \
  15. true; \
  16. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  17. true; \
  18. else \
  19. false; \
  20. fi; \
  21. }
  22. am__make_running_with_option = \
  23. case $${target_option-} in \
  24. ?) ;; \
  25. *) echo "am__make_running_with_option: internal error: invalid" \
  26. "target option '$${target_option-}' specified" >&2; \
  27. exit 1;; \
  28. esac; \
  29. has_opt=no; \
  30. sane_makeflags=$$MAKEFLAGS; \
  31. if $(am__is_gnu_make); then \
  32. sane_makeflags=$$MFLAGS; \
  33. else \
  34. case $$MAKEFLAGS in \
  35. *\\[\ \ ]*) \
  36. bs=\\; \
  37. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  38. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  39. esac; \
  40. fi; \
  41. skip_next=no; \
  42. strip_trailopt () \
  43. { \
  44. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  45. }; \
  46. for flg in $$sane_makeflags; do \
  47. test $$skip_next = yes && { skip_next=no; continue; }; \
  48. case $$flg in \
  49. *=*|--*) continue;; \
  50. -*I) strip_trailopt 'I'; skip_next=yes;; \
  51. -*I?*) strip_trailopt 'I';; \
  52. -*O) strip_trailopt 'O'; skip_next=yes;; \
  53. -*O?*) strip_trailopt 'O';; \
  54. -*l) strip_trailopt 'l'; skip_next=yes;; \
  55. -*l?*) strip_trailopt 'l';; \
  56. -[dEDm]) skip_next=yes;; \
  57. -[JT]) skip_next=yes;; \
  58. esac; \
  59. case $$flg in \
  60. *$$target_option*) has_opt=yes; break;; \
  61. esac; \
  62. done; \
  63. test $$has_opt = yes
  64. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  65. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  66. pkgdatadir = $(datadir)/jansson
  67. pkgincludedir = $(includedir)/jansson
  68. pkglibdir = $(libdir)/jansson
  69. pkglibexecdir = $(libexecdir)/jansson
  70. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  71. install_sh_DATA = $(install_sh) -c -m 644
  72. install_sh_PROGRAM = $(install_sh) -c
  73. install_sh_SCRIPT = $(install_sh) -c
  74. INSTALL_HEADER = $(INSTALL_DATA)
  75. transform = $(program_transform_name)
  76. NORMAL_INSTALL = :
  77. PRE_INSTALL = :
  78. POST_INSTALL = :
  79. NORMAL_UNINSTALL = :
  80. PRE_UNINSTALL = :
  81. POST_UNINSTALL = :
  82. build_triplet = x86_64-w64-mingw32
  83. host_triplet = x86_64-w64-mingw32
  84. subdir = test
  85. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  86. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  87. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  88. $(ACLOCAL_M4)
  89. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  90. mkinstalldirs = $(install_sh) -d
  91. CONFIG_HEADER = $(top_builddir)/jansson_private_config.h
  92. CONFIG_CLEAN_FILES =
  93. CONFIG_CLEAN_VPATH_FILES =
  94. AM_V_P = $(am__v_P_$(V))
  95. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  96. am__v_P_0 = false
  97. am__v_P_1 = :
  98. AM_V_GEN = $(am__v_GEN_$(V))
  99. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  100. am__v_GEN_0 = @echo " GEN " $@;
  101. am__v_GEN_1 =
  102. AM_V_at = $(am__v_at_$(V))
  103. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  104. am__v_at_0 = @
  105. am__v_at_1 =
  106. SOURCES =
  107. DIST_SOURCES =
  108. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  109. ctags-recursive dvi-recursive html-recursive info-recursive \
  110. install-data-recursive install-dvi-recursive \
  111. install-exec-recursive install-html-recursive \
  112. install-info-recursive install-pdf-recursive \
  113. install-ps-recursive install-recursive installcheck-recursive \
  114. installdirs-recursive pdf-recursive ps-recursive \
  115. tags-recursive uninstall-recursive
  116. am__can_run_installinfo = \
  117. case $$AM_UPDATE_INFO_DIR in \
  118. n|no|NO) false;; \
  119. *) (install-info --version) >/dev/null 2>&1;; \
  120. esac
  121. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  122. distclean-recursive maintainer-clean-recursive
  123. am__recursive_targets = \
  124. $(RECURSIVE_TARGETS) \
  125. $(RECURSIVE_CLEAN_TARGETS) \
  126. $(am__extra_recursive_targets)
  127. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  128. check recheck distdir
  129. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  130. # Read a list of newline-separated strings from the standard input,
  131. # and print each of them once, without duplicates. Input order is
  132. # *not* preserved.
  133. am__uniquify_input = $(AWK) '\
  134. BEGIN { nonempty = 0; } \
  135. { items[$$0] = 1; nonempty = 1; } \
  136. END { if (nonempty) { for (i in items) print i; }; } \
  137. '
  138. # Make sure the list of sources is unique. This is necessary because,
  139. # e.g., the same source file might be shared among _SOURCES variables
  140. # for different programs/libraries.
  141. am__define_uniq_tagged_files = \
  142. list='$(am__tagged_files)'; \
  143. unique=`for i in $$list; do \
  144. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  145. done | $(am__uniquify_input)`
  146. ETAGS = etags
  147. CTAGS = ctags
  148. am__tty_colors_dummy = \
  149. mgn= red= grn= lgn= blu= brg= std=; \
  150. am__color_tests=no
  151. am__tty_colors = { \
  152. $(am__tty_colors_dummy); \
  153. if test "X$(AM_COLOR_TESTS)" = Xno; then \
  154. am__color_tests=no; \
  155. elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
  156. am__color_tests=yes; \
  157. elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
  158. am__color_tests=yes; \
  159. fi; \
  160. if test $$am__color_tests = yes; then \
  161. red=''; \
  162. grn=''; \
  163. lgn=''; \
  164. blu=''; \
  165. mgn=''; \
  166. brg=''; \
  167. std=''; \
  168. fi; \
  169. }
  170. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  171. am__vpath_adj = case $$p in \
  172. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  173. *) f=$$p;; \
  174. esac;
  175. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  176. am__install_max = 40
  177. am__nobase_strip_setup = \
  178. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  179. am__nobase_strip = \
  180. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  181. am__nobase_list = $(am__nobase_strip_setup); \
  182. for p in $$list; do echo "$$p $$p"; done | \
  183. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  184. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  185. if (++n[$$2] == $(am__install_max)) \
  186. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  187. END { for (dir in files) print dir, files[dir] }'
  188. am__base_list = \
  189. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  190. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  191. am__uninstall_files_from_dir = { \
  192. test -z "$$files" \
  193. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  194. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  195. $(am__cd) "$$dir" && rm -f $$files; }; \
  196. }
  197. am__recheck_rx = ^[ ]*:recheck:[ ]*
  198. am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
  199. am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
  200. # A command that, given a newline-separated list of test names on the
  201. # standard input, print the name of the tests that are to be re-run
  202. # upon "make recheck".
  203. am__list_recheck_tests = $(AWK) '{ \
  204. recheck = 1; \
  205. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  206. { \
  207. if (rc < 0) \
  208. { \
  209. if ((getline line2 < ($$0 ".log")) < 0) \
  210. recheck = 0; \
  211. break; \
  212. } \
  213. else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
  214. { \
  215. recheck = 0; \
  216. break; \
  217. } \
  218. else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
  219. { \
  220. break; \
  221. } \
  222. }; \
  223. if (recheck) \
  224. print $$0; \
  225. close ($$0 ".trs"); \
  226. close ($$0 ".log"); \
  227. }'
  228. # A command that, given a newline-separated list of test names on the
  229. # standard input, create the global log from their .trs and .log files.
  230. am__create_global_log = $(AWK) ' \
  231. function fatal(msg) \
  232. { \
  233. print "fatal: making $@: " msg | "cat >&2"; \
  234. exit 1; \
  235. } \
  236. function rst_section(header) \
  237. { \
  238. print header; \
  239. len = length(header); \
  240. for (i = 1; i <= len; i = i + 1) \
  241. printf "="; \
  242. printf "\n\n"; \
  243. } \
  244. { \
  245. copy_in_global_log = 1; \
  246. global_test_result = "RUN"; \
  247. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  248. { \
  249. if (rc < 0) \
  250. fatal("failed to read from " $$0 ".trs"); \
  251. if (line ~ /$(am__global_test_result_rx)/) \
  252. { \
  253. sub("$(am__global_test_result_rx)", "", line); \
  254. sub("[ ]*$$", "", line); \
  255. global_test_result = line; \
  256. } \
  257. else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
  258. copy_in_global_log = 0; \
  259. }; \
  260. if (copy_in_global_log) \
  261. { \
  262. rst_section(global_test_result ": " $$0); \
  263. while ((rc = (getline line < ($$0 ".log"))) != 0) \
  264. { \
  265. if (rc < 0) \
  266. fatal("failed to read from " $$0 ".log"); \
  267. print line; \
  268. }; \
  269. printf "\n"; \
  270. }; \
  271. close ($$0 ".trs"); \
  272. close ($$0 ".log"); \
  273. }'
  274. # Restructured Text title.
  275. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
  276. # Solaris 10 'make', and several other traditional 'make' implementations,
  277. # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
  278. # by disabling -e (using the XSI extension "set +e") if it's set.
  279. am__sh_e_setup = case $$- in *e*) set +e;; esac
  280. # Default flags passed to test drivers.
  281. am__common_driver_flags = \
  282. --color-tests "$$am__color_tests" \
  283. --enable-hard-errors "$$am__enable_hard_errors" \
  284. --expect-failure "$$am__expect_failure"
  285. # To be inserted before the command running the test. Creates the
  286. # directory for the log if needed. Stores in $dir the directory
  287. # containing $f, in $tst the test, in $log the log. Executes the
  288. # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
  289. # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
  290. # will run the test scripts (or their associated LOG_COMPILER, if
  291. # thy have one).
  292. am__check_pre = \
  293. $(am__sh_e_setup); \
  294. $(am__vpath_adj_setup) $(am__vpath_adj) \
  295. $(am__tty_colors); \
  296. srcdir=$(srcdir); export srcdir; \
  297. case "$@" in \
  298. */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
  299. *) am__odir=.;; \
  300. esac; \
  301. test "x$$am__odir" = x"." || test -d "$$am__odir" \
  302. || $(MKDIR_P) "$$am__odir" || exit $$?; \
  303. if test -f "./$$f"; then dir=./; \
  304. elif test -f "$$f"; then dir=; \
  305. else dir="$(srcdir)/"; fi; \
  306. tst=$$dir$$f; log='$@'; \
  307. if test -n '$(DISABLE_HARD_ERRORS)'; then \
  308. am__enable_hard_errors=no; \
  309. else \
  310. am__enable_hard_errors=yes; \
  311. fi; \
  312. case " $(XFAIL_TESTS) " in \
  313. *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
  314. am__expect_failure=yes;; \
  315. *) \
  316. am__expect_failure=no;; \
  317. esac; \
  318. $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
  319. # A shell command to get the names of the tests scripts with any registered
  320. # extension removed (i.e., equivalently, the names of the test logs, with
  321. # the '.log' extension removed). The result is saved in the shell variable
  322. # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
  323. # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
  324. # since that might cause problem with VPATH rewrites for suffix-less tests.
  325. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
  326. am__set_TESTS_bases = \
  327. bases='$(TEST_LOGS)'; \
  328. bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  329. bases=`echo $$bases`
  330. RECHECK_LOGS = $(TEST_LOGS)
  331. TEST_SUITE_LOG = test-suite.log
  332. TEST_EXTENSIONS = .exe .test
  333. LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  334. LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
  335. am__set_b = \
  336. case '$@' in \
  337. */*) \
  338. case '$*' in \
  339. */*) b='$*';; \
  340. *) b=`echo '$@' | sed 's/\.log$$//'`; \
  341. esac;; \
  342. *) \
  343. b='$*';; \
  344. esac
  345. am__test_logs1 = $(TESTS:=.log)
  346. am__test_logs2 = $(am__test_logs1:.exe.log=.log)
  347. TEST_LOGS = $(am__test_logs2:.test.log=.log)
  348. TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  349. TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
  350. $(TEST_LOG_FLAGS)
  351. DIST_SUBDIRS = $(SUBDIRS)
  352. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/test-driver
  353. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  354. am__relativize = \
  355. dir0=`pwd`; \
  356. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  357. sed_rest='s,^[^/]*/*,,'; \
  358. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  359. sed_butlast='s,/*[^/]*$$,,'; \
  360. while test -n "$$dir1"; do \
  361. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  362. if test "$$first" != "."; then \
  363. if test "$$first" = ".."; then \
  364. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  365. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  366. else \
  367. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  368. if test "$$first2" = "$$first"; then \
  369. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  370. else \
  371. dir2="../$$dir2"; \
  372. fi; \
  373. dir0="$$dir0"/"$$first"; \
  374. fi; \
  375. fi; \
  376. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  377. done; \
  378. reldir="$$dir2"
  379. ACLOCAL = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing aclocal-1.15
  380. AMTAR = $${TAR-tar}
  381. AM_CFLAGS = -Wall -Wextra -Wdeclaration-after-statement
  382. AM_DEFAULT_VERBOSITY = 1
  383. AR = ar
  384. AUTOCONF = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing autoconf
  385. AUTOHEADER = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing autoheader
  386. AUTOMAKE = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing automake-1.15
  387. AWK = gawk
  388. CC = gcc
  389. CCDEPMODE = depmode=gcc3
  390. CFLAGS = -g -O3 -march=nocona
  391. CPP = gcc -E
  392. CPPFLAGS =
  393. CYGPATH_W = cygpath -w
  394. DEFS = -DHAVE_CONFIG_H
  395. DEPDIR = .deps
  396. DLLTOOL = dlltool
  397. DSYMUTIL =
  398. DUMPBIN =
  399. ECHO_C =
  400. ECHO_N = -n
  401. ECHO_T =
  402. EGREP = /usr/bin/grep -E
  403. EXEEXT = .exe
  404. FGREP = /usr/bin/grep -F
  405. GREP = /usr/bin/grep
  406. INSTALL = /usr/bin/install -c
  407. INSTALL_DATA = ${INSTALL} -m 644
  408. INSTALL_PROGRAM = ${INSTALL}
  409. INSTALL_SCRIPT = ${INSTALL}
  410. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  411. LD = C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  412. LDFLAGS =
  413. LIBOBJS =
  414. LIBS =
  415. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  416. LIPO =
  417. LN_S = cp -pR
  418. LTLIBOBJS =
  419. LT_SYS_LIBRARY_PATH =
  420. MAKEINFO = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing makeinfo
  421. MANIFEST_TOOL = :
  422. MKDIR_P = /usr/bin/mkdir -p
  423. NM = /mingw64/bin/nm -B
  424. NMEDIT =
  425. OBJDUMP = objdump
  426. OBJEXT = o
  427. OTOOL =
  428. OTOOL64 =
  429. PACKAGE = jansson
  430. PACKAGE_BUGREPORT = petri@digip.org
  431. PACKAGE_NAME = jansson
  432. PACKAGE_STRING = jansson 2.10
  433. PACKAGE_TARNAME = jansson
  434. PACKAGE_URL =
  435. PACKAGE_VERSION = 2.10
  436. PATH_SEPARATOR = :
  437. RANLIB = ranlib
  438. SED = /usr/bin/sed
  439. SET_MAKE =
  440. SHELL = /bin/sh
  441. STRIP = strip
  442. VERSION = 2.10
  443. abs_builddir = /f/git/Rack/dep/jansson-2.10/test
  444. abs_srcdir = /f/git/Rack/dep/jansson-2.10/test
  445. abs_top_builddir = /f/git/Rack/dep/jansson-2.10
  446. abs_top_srcdir = /f/git/Rack/dep/jansson-2.10
  447. ac_ct_AR = ar
  448. ac_ct_CC = gcc
  449. ac_ct_DUMPBIN =
  450. am__include = include
  451. am__leading_dot = .
  452. am__quote =
  453. am__tar = $${TAR-tar} chof - "$$tardir"
  454. am__untar = $${TAR-tar} xf -
  455. bindir = ${exec_prefix}/bin
  456. build = x86_64-w64-mingw32
  457. build_alias = x86_64-w64-mingw32
  458. build_cpu = x86_64
  459. build_os = mingw32
  460. build_vendor = w64
  461. builddir = .
  462. datadir = ${datarootdir}
  463. datarootdir = ${prefix}/share
  464. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  465. dvidir = ${docdir}
  466. exec_prefix = ${prefix}
  467. host = x86_64-w64-mingw32
  468. host_alias =
  469. host_cpu = x86_64
  470. host_os = mingw32
  471. host_vendor = w64
  472. htmldir = ${docdir}
  473. includedir = ${prefix}/include
  474. infodir = ${datarootdir}/info
  475. install_sh = ${SHELL} /f/git/Rack/dep/jansson-2.10/install-sh
  476. json_have_localeconv = 1
  477. json_have_long_long = 1
  478. json_inline = inline
  479. libdir = ${exec_prefix}/lib
  480. libexecdir = ${exec_prefix}/libexec
  481. localedir = ${datarootdir}/locale
  482. localstatedir = ${prefix}/var
  483. mandir = ${datarootdir}/man
  484. mkdir_p = $(MKDIR_P)
  485. oldincludedir = /usr/include
  486. pdfdir = ${docdir}
  487. prefix = /f/git/Rack/dep/.
  488. program_transform_name = s,x,x,
  489. psdir = ${docdir}
  490. sbindir = ${exec_prefix}/sbin
  491. sharedstatedir = ${prefix}/com
  492. srcdir = .
  493. sysconfdir = ${prefix}/etc
  494. target_alias =
  495. top_build_prefix = ../
  496. top_builddir = ..
  497. top_srcdir = ..
  498. SUBDIRS = bin suites
  499. EXTRA_DIST = scripts run-suites
  500. TESTS = run-suites
  501. TESTS_ENVIRONMENT = \
  502. top_srcdir=$(top_srcdir) \
  503. top_builddir=$(top_builddir)
  504. all: all-recursive
  505. .SUFFIXES:
  506. .SUFFIXES: .log .test .test$(EXEEXT) .trs
  507. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  508. @for dep in $?; do \
  509. case '$(am__configure_deps)' in \
  510. *$$dep*) \
  511. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  512. && { if test -f $@; then exit 0; else break; fi; }; \
  513. exit 1;; \
  514. esac; \
  515. done; \
  516. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
  517. $(am__cd) $(top_srcdir) && \
  518. $(AUTOMAKE) --foreign test/Makefile
  519. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  520. @case '$?' in \
  521. *config.status*) \
  522. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  523. *) \
  524. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  525. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  526. esac;
  527. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  528. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  529. $(top_srcdir)/configure: $(am__configure_deps)
  530. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  531. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  532. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  533. $(am__aclocal_m4_deps):
  534. mostlyclean-libtool:
  535. -rm -f *.lo
  536. clean-libtool:
  537. -rm -rf .libs _libs
  538. # This directory's subdirectories are mostly independent; you can cd
  539. # into them and run 'make' without going through this Makefile.
  540. # To change the values of 'make' variables: instead of editing Makefiles,
  541. # (1) if the variable is set in 'config.status', edit 'config.status'
  542. # (which will cause the Makefiles to be regenerated when you run 'make');
  543. # (2) otherwise, pass the desired values on the 'make' command line.
  544. $(am__recursive_targets):
  545. @fail=; \
  546. if $(am__make_keepgoing); then \
  547. failcom='fail=yes'; \
  548. else \
  549. failcom='exit 1'; \
  550. fi; \
  551. dot_seen=no; \
  552. target=`echo $@ | sed s/-recursive//`; \
  553. case "$@" in \
  554. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  555. *) list='$(SUBDIRS)' ;; \
  556. esac; \
  557. for subdir in $$list; do \
  558. echo "Making $$target in $$subdir"; \
  559. if test "$$subdir" = "."; then \
  560. dot_seen=yes; \
  561. local_target="$$target-am"; \
  562. else \
  563. local_target="$$target"; \
  564. fi; \
  565. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  566. || eval $$failcom; \
  567. done; \
  568. if test "$$dot_seen" = "no"; then \
  569. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  570. fi; test -z "$$fail"
  571. ID: $(am__tagged_files)
  572. $(am__define_uniq_tagged_files); mkid -fID $$unique
  573. tags: tags-recursive
  574. TAGS: tags
  575. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  576. set x; \
  577. here=`pwd`; \
  578. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  579. include_option=--etags-include; \
  580. empty_fix=.; \
  581. else \
  582. include_option=--include; \
  583. empty_fix=; \
  584. fi; \
  585. list='$(SUBDIRS)'; for subdir in $$list; do \
  586. if test "$$subdir" = .; then :; else \
  587. test ! -f $$subdir/TAGS || \
  588. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  589. fi; \
  590. done; \
  591. $(am__define_uniq_tagged_files); \
  592. shift; \
  593. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  594. test -n "$$unique" || unique=$$empty_fix; \
  595. if test $$# -gt 0; then \
  596. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  597. "$$@" $$unique; \
  598. else \
  599. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  600. $$unique; \
  601. fi; \
  602. fi
  603. ctags: ctags-recursive
  604. CTAGS: ctags
  605. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  606. $(am__define_uniq_tagged_files); \
  607. test -z "$(CTAGS_ARGS)$$unique" \
  608. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  609. $$unique
  610. GTAGS:
  611. here=`$(am__cd) $(top_builddir) && pwd` \
  612. && $(am__cd) $(top_srcdir) \
  613. && gtags -i $(GTAGS_ARGS) "$$here"
  614. cscopelist: cscopelist-recursive
  615. cscopelist-am: $(am__tagged_files)
  616. list='$(am__tagged_files)'; \
  617. case "$(srcdir)" in \
  618. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  619. *) sdir=$(subdir)/$(srcdir) ;; \
  620. esac; \
  621. for i in $$list; do \
  622. if test -f "$$i"; then \
  623. echo "$(subdir)/$$i"; \
  624. else \
  625. echo "$$sdir/$$i"; \
  626. fi; \
  627. done >> $(top_builddir)/cscope.files
  628. distclean-tags:
  629. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  630. # Recover from deleted '.trs' file; this should ensure that
  631. # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
  632. # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
  633. # to avoid problems with "make -n".
  634. .log.trs:
  635. rm -f $< $@
  636. $(MAKE) $(AM_MAKEFLAGS) $<
  637. # Leading 'am--fnord' is there to ensure the list of targets does not
  638. # expand to empty, as could happen e.g. with make check TESTS=''.
  639. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
  640. am--force-recheck:
  641. @:
  642. $(TEST_SUITE_LOG): $(TEST_LOGS)
  643. @$(am__set_TESTS_bases); \
  644. am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
  645. redo_bases=`for i in $$bases; do \
  646. am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
  647. done`; \
  648. if test -n "$$redo_bases"; then \
  649. redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
  650. redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
  651. if $(am__make_dryrun); then :; else \
  652. rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
  653. fi; \
  654. fi; \
  655. if test -n "$$am__remaking_logs"; then \
  656. echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
  657. "recursion detected" >&2; \
  658. elif test -n "$$redo_logs"; then \
  659. am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
  660. fi; \
  661. if $(am__make_dryrun); then :; else \
  662. st=0; \
  663. errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
  664. for i in $$redo_bases; do \
  665. test -f $$i.trs && test -r $$i.trs \
  666. || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
  667. test -f $$i.log && test -r $$i.log \
  668. || { echo "$$errmsg $$i.log" >&2; st=1; }; \
  669. done; \
  670. test $$st -eq 0 || exit 1; \
  671. fi
  672. @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
  673. ws='[ ]'; \
  674. results=`for b in $$bases; do echo $$b.trs; done`; \
  675. test -n "$$results" || results=/dev/null; \
  676. all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
  677. pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
  678. fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
  679. skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
  680. xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
  681. xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
  682. error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
  683. if test `expr $$fail + $$xpass + $$error` -eq 0; then \
  684. success=true; \
  685. else \
  686. success=false; \
  687. fi; \
  688. br='==================='; br=$$br$$br$$br$$br; \
  689. result_count () \
  690. { \
  691. if test x"$$1" = x"--maybe-color"; then \
  692. maybe_colorize=yes; \
  693. elif test x"$$1" = x"--no-color"; then \
  694. maybe_colorize=no; \
  695. else \
  696. echo "$@: invalid 'result_count' usage" >&2; exit 4; \
  697. fi; \
  698. shift; \
  699. desc=$$1 count=$$2; \
  700. if test $$maybe_colorize = yes && test $$count -gt 0; then \
  701. color_start=$$3 color_end=$$std; \
  702. else \
  703. color_start= color_end=; \
  704. fi; \
  705. echo "$${color_start}# $$desc $$count$${color_end}"; \
  706. }; \
  707. create_testsuite_report () \
  708. { \
  709. result_count $$1 "TOTAL:" $$all "$$brg"; \
  710. result_count $$1 "PASS: " $$pass "$$grn"; \
  711. result_count $$1 "SKIP: " $$skip "$$blu"; \
  712. result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
  713. result_count $$1 "FAIL: " $$fail "$$red"; \
  714. result_count $$1 "XPASS:" $$xpass "$$red"; \
  715. result_count $$1 "ERROR:" $$error "$$mgn"; \
  716. }; \
  717. { \
  718. echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
  719. $(am__rst_title); \
  720. create_testsuite_report --no-color; \
  721. echo; \
  722. echo ".. contents:: :depth: 2"; \
  723. echo; \
  724. for b in $$bases; do echo $$b; done \
  725. | $(am__create_global_log); \
  726. } >$(TEST_SUITE_LOG).tmp || exit 1; \
  727. mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
  728. if $$success; then \
  729. col="$$grn"; \
  730. else \
  731. col="$$red"; \
  732. test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
  733. fi; \
  734. echo "$${col}$$br$${std}"; \
  735. echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
  736. echo "$${col}$$br$${std}"; \
  737. create_testsuite_report --maybe-color; \
  738. echo "$$col$$br$$std"; \
  739. if $$success; then :; else \
  740. echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
  741. if test -n "$(PACKAGE_BUGREPORT)"; then \
  742. echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
  743. fi; \
  744. echo "$$col$$br$$std"; \
  745. fi; \
  746. $$success || exit 1
  747. check-TESTS:
  748. @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
  749. @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
  750. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  751. @set +e; $(am__set_TESTS_bases); \
  752. log_list=`for i in $$bases; do echo $$i.log; done`; \
  753. trs_list=`for i in $$bases; do echo $$i.trs; done`; \
  754. log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
  755. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
  756. exit $$?;
  757. recheck: all
  758. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  759. @set +e; $(am__set_TESTS_bases); \
  760. bases=`for i in $$bases; do echo $$i; done \
  761. | $(am__list_recheck_tests)` || exit 1; \
  762. log_list=`for i in $$bases; do echo $$i.log; done`; \
  763. log_list=`echo $$log_list`; \
  764. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
  765. am__force_recheck=am--force-recheck \
  766. TEST_LOGS="$$log_list"; \
  767. exit $$?
  768. run-suites.log: run-suites
  769. @p='run-suites'; \
  770. b='run-suites'; \
  771. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  772. --log-file $$b.log --trs-file $$b.trs \
  773. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  774. "$$tst" $(AM_TESTS_FD_REDIRECT)
  775. .test.log:
  776. @p='$<'; \
  777. $(am__set_b); \
  778. $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  779. --log-file $$b.log --trs-file $$b.trs \
  780. $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  781. "$$tst" $(AM_TESTS_FD_REDIRECT)
  782. .test$(EXEEXT).log:
  783. @p='$<'; \
  784. $(am__set_b); \
  785. $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  786. --log-file $$b.log --trs-file $$b.trs \
  787. $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  788. "$$tst" $(AM_TESTS_FD_REDIRECT)
  789. distdir: $(DISTFILES)
  790. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  791. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  792. list='$(DISTFILES)'; \
  793. dist_files=`for file in $$list; do echo $$file; done | \
  794. sed -e "s|^$$srcdirstrip/||;t" \
  795. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  796. case $$dist_files in \
  797. */*) $(MKDIR_P) `echo "$$dist_files" | \
  798. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  799. sort -u` ;; \
  800. esac; \
  801. for file in $$dist_files; do \
  802. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  803. if test -d $$d/$$file; then \
  804. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  805. if test -d "$(distdir)/$$file"; then \
  806. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  807. fi; \
  808. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  809. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  810. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  811. fi; \
  812. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  813. else \
  814. test -f "$(distdir)/$$file" \
  815. || cp -p $$d/$$file "$(distdir)/$$file" \
  816. || exit 1; \
  817. fi; \
  818. done
  819. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  820. if test "$$subdir" = .; then :; else \
  821. $(am__make_dryrun) \
  822. || test -d "$(distdir)/$$subdir" \
  823. || $(MKDIR_P) "$(distdir)/$$subdir" \
  824. || exit 1; \
  825. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  826. $(am__relativize); \
  827. new_distdir=$$reldir; \
  828. dir1=$$subdir; dir2="$(top_distdir)"; \
  829. $(am__relativize); \
  830. new_top_distdir=$$reldir; \
  831. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  832. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  833. ($(am__cd) $$subdir && \
  834. $(MAKE) $(AM_MAKEFLAGS) \
  835. top_distdir="$$new_top_distdir" \
  836. distdir="$$new_distdir" \
  837. am__remove_distdir=: \
  838. am__skip_length_check=: \
  839. am__skip_mode_fix=: \
  840. distdir) \
  841. || exit 1; \
  842. fi; \
  843. done
  844. check-am: all-am
  845. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  846. check: check-recursive
  847. all-am: Makefile
  848. installdirs: installdirs-recursive
  849. installdirs-am:
  850. install: install-recursive
  851. install-exec: install-exec-recursive
  852. install-data: install-data-recursive
  853. uninstall: uninstall-recursive
  854. install-am: all-am
  855. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  856. installcheck: installcheck-recursive
  857. install-strip:
  858. if test -z '$(STRIP)'; then \
  859. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  860. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  861. install; \
  862. else \
  863. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  864. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  865. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  866. fi
  867. mostlyclean-generic:
  868. -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
  869. -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
  870. -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  871. clean-generic:
  872. distclean-generic:
  873. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  874. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  875. maintainer-clean-generic:
  876. @echo "This command is intended for maintainers to use"
  877. @echo "it deletes files that may require special tools to rebuild."
  878. clean: clean-recursive
  879. clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  880. distclean: distclean-recursive
  881. -rm -f Makefile
  882. distclean-am: clean-am distclean-generic distclean-tags
  883. dvi: dvi-recursive
  884. dvi-am:
  885. html: html-recursive
  886. html-am:
  887. info: info-recursive
  888. info-am:
  889. install-data-am:
  890. install-dvi: install-dvi-recursive
  891. install-dvi-am:
  892. install-exec-am:
  893. install-html: install-html-recursive
  894. install-html-am:
  895. install-info: install-info-recursive
  896. install-info-am:
  897. install-man:
  898. install-pdf: install-pdf-recursive
  899. install-pdf-am:
  900. install-ps: install-ps-recursive
  901. install-ps-am:
  902. installcheck-am:
  903. maintainer-clean: maintainer-clean-recursive
  904. -rm -f Makefile
  905. maintainer-clean-am: distclean-am maintainer-clean-generic
  906. mostlyclean: mostlyclean-recursive
  907. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  908. pdf: pdf-recursive
  909. pdf-am:
  910. ps: ps-recursive
  911. ps-am:
  912. uninstall-am:
  913. .MAKE: $(am__recursive_targets) check-am install-am install-strip
  914. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  915. check-TESTS check-am clean clean-generic clean-libtool \
  916. clean-local cscopelist-am ctags ctags-am distclean \
  917. distclean-generic distclean-libtool distclean-tags distdir dvi \
  918. dvi-am html html-am info info-am install install-am \
  919. install-data install-data-am install-dvi install-dvi-am \
  920. install-exec install-exec-am install-html install-html-am \
  921. install-info install-info-am install-man install-pdf \
  922. install-pdf-am install-ps install-ps-am install-strip \
  923. installcheck installcheck-am installdirs installdirs-am \
  924. maintainer-clean maintainer-clean-generic mostlyclean \
  925. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  926. recheck tags tags-am uninstall uninstall-am
  927. .PRECIOUS: Makefile
  928. clean-local:
  929. rm -rf logs
  930. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  931. # Otherwise a system limit (for SysV at least) may be exceeded.
  932. .NOEXPORT: