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
31KB

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