Makefile.in 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2017 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. target_triplet = @target@
  87. subdir = tests
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  90. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  91. $(ACLOCAL_M4)
  92. DIST_COMMON = $(srcdir)/Makefile.am $(dist_check_SCRIPTS) \
  93. $(am__DIST_COMMON)
  94. mkinstalldirs = $(install_sh) -d
  95. CONFIG_CLEAN_FILES =
  96. CONFIG_CLEAN_VPATH_FILES =
  97. AM_V_P = $(am__v_P_@AM_V@)
  98. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  99. am__v_P_0 = false
  100. am__v_P_1 = :
  101. AM_V_GEN = $(am__v_GEN_@AM_V@)
  102. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  103. am__v_GEN_0 = @echo " GEN " $@;
  104. am__v_GEN_1 =
  105. AM_V_at = $(am__v_at_@AM_V@)
  106. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  107. am__v_at_0 = @
  108. am__v_at_1 =
  109. SOURCES =
  110. DIST_SOURCES =
  111. am__can_run_installinfo = \
  112. case $$AM_UPDATE_INFO_DIR in \
  113. n|no|NO) false;; \
  114. *) (install-info --version) >/dev/null 2>&1;; \
  115. esac
  116. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  117. am__tty_colors_dummy = \
  118. mgn= red= grn= lgn= blu= brg= std=; \
  119. am__color_tests=no
  120. am__tty_colors = { \
  121. $(am__tty_colors_dummy); \
  122. if test "X$(AM_COLOR_TESTS)" = Xno; then \
  123. am__color_tests=no; \
  124. elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
  125. am__color_tests=yes; \
  126. elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
  127. am__color_tests=yes; \
  128. fi; \
  129. if test $$am__color_tests = yes; then \
  130. red=''; \
  131. grn=''; \
  132. lgn=''; \
  133. blu=''; \
  134. mgn=''; \
  135. brg=''; \
  136. std=''; \
  137. fi; \
  138. }
  139. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  140. am__vpath_adj = case $$p in \
  141. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  142. *) f=$$p;; \
  143. esac;
  144. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  145. am__install_max = 40
  146. am__nobase_strip_setup = \
  147. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  148. am__nobase_strip = \
  149. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  150. am__nobase_list = $(am__nobase_strip_setup); \
  151. for p in $$list; do echo "$$p $$p"; done | \
  152. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  153. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  154. if (++n[$$2] == $(am__install_max)) \
  155. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  156. END { for (dir in files) print dir, files[dir] }'
  157. am__base_list = \
  158. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  159. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  160. am__uninstall_files_from_dir = { \
  161. test -z "$$files" \
  162. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  163. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  164. $(am__cd) "$$dir" && rm -f $$files; }; \
  165. }
  166. am__recheck_rx = ^[ ]*:recheck:[ ]*
  167. am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
  168. am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
  169. # A command that, given a newline-separated list of test names on the
  170. # standard input, print the name of the tests that are to be re-run
  171. # upon "make recheck".
  172. am__list_recheck_tests = $(AWK) '{ \
  173. recheck = 1; \
  174. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  175. { \
  176. if (rc < 0) \
  177. { \
  178. if ((getline line2 < ($$0 ".log")) < 0) \
  179. recheck = 0; \
  180. break; \
  181. } \
  182. else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
  183. { \
  184. recheck = 0; \
  185. break; \
  186. } \
  187. else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
  188. { \
  189. break; \
  190. } \
  191. }; \
  192. if (recheck) \
  193. print $$0; \
  194. close ($$0 ".trs"); \
  195. close ($$0 ".log"); \
  196. }'
  197. # A command that, given a newline-separated list of test names on the
  198. # standard input, create the global log from their .trs and .log files.
  199. am__create_global_log = $(AWK) ' \
  200. function fatal(msg) \
  201. { \
  202. print "fatal: making $@: " msg | "cat >&2"; \
  203. exit 1; \
  204. } \
  205. function rst_section(header) \
  206. { \
  207. print header; \
  208. len = length(header); \
  209. for (i = 1; i <= len; i = i + 1) \
  210. printf "="; \
  211. printf "\n\n"; \
  212. } \
  213. { \
  214. copy_in_global_log = 1; \
  215. global_test_result = "RUN"; \
  216. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  217. { \
  218. if (rc < 0) \
  219. fatal("failed to read from " $$0 ".trs"); \
  220. if (line ~ /$(am__global_test_result_rx)/) \
  221. { \
  222. sub("$(am__global_test_result_rx)", "", line); \
  223. sub("[ ]*$$", "", line); \
  224. global_test_result = line; \
  225. } \
  226. else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
  227. copy_in_global_log = 0; \
  228. }; \
  229. if (copy_in_global_log) \
  230. { \
  231. rst_section(global_test_result ": " $$0); \
  232. while ((rc = (getline line < ($$0 ".log"))) != 0) \
  233. { \
  234. if (rc < 0) \
  235. fatal("failed to read from " $$0 ".log"); \
  236. print line; \
  237. }; \
  238. printf "\n"; \
  239. }; \
  240. close ($$0 ".trs"); \
  241. close ($$0 ".log"); \
  242. }'
  243. # Restructured Text title.
  244. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
  245. # Solaris 10 'make', and several other traditional 'make' implementations,
  246. # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
  247. # by disabling -e (using the XSI extension "set +e") if it's set.
  248. am__sh_e_setup = case $$- in *e*) set +e;; esac
  249. # Default flags passed to test drivers.
  250. am__common_driver_flags = \
  251. --color-tests "$$am__color_tests" \
  252. --enable-hard-errors "$$am__enable_hard_errors" \
  253. --expect-failure "$$am__expect_failure"
  254. # To be inserted before the command running the test. Creates the
  255. # directory for the log if needed. Stores in $dir the directory
  256. # containing $f, in $tst the test, in $log the log. Executes the
  257. # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
  258. # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
  259. # will run the test scripts (or their associated LOG_COMPILER, if
  260. # thy have one).
  261. am__check_pre = \
  262. $(am__sh_e_setup); \
  263. $(am__vpath_adj_setup) $(am__vpath_adj) \
  264. $(am__tty_colors); \
  265. srcdir=$(srcdir); export srcdir; \
  266. case "$@" in \
  267. */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
  268. *) am__odir=.;; \
  269. esac; \
  270. test "x$$am__odir" = x"." || test -d "$$am__odir" \
  271. || $(MKDIR_P) "$$am__odir" || exit $$?; \
  272. if test -f "./$$f"; then dir=./; \
  273. elif test -f "$$f"; then dir=; \
  274. else dir="$(srcdir)/"; fi; \
  275. tst=$$dir$$f; log='$@'; \
  276. if test -n '$(DISABLE_HARD_ERRORS)'; then \
  277. am__enable_hard_errors=no; \
  278. else \
  279. am__enable_hard_errors=yes; \
  280. fi; \
  281. case " $(XFAIL_TESTS) " in \
  282. *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
  283. am__expect_failure=yes;; \
  284. *) \
  285. am__expect_failure=no;; \
  286. esac; \
  287. $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
  288. # A shell command to get the names of the tests scripts with any registered
  289. # extension removed (i.e., equivalently, the names of the test logs, with
  290. # the '.log' extension removed). The result is saved in the shell variable
  291. # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
  292. # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
  293. # since that might cause problem with VPATH rewrites for suffix-less tests.
  294. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
  295. am__set_TESTS_bases = \
  296. bases='$(TEST_LOGS)'; \
  297. bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  298. bases=`echo $$bases`
  299. RECHECK_LOGS = $(TEST_LOGS)
  300. AM_RECURSIVE_TARGETS = check recheck
  301. TEST_SUITE_LOG = test-suite.log
  302. TEST_EXTENSIONS = @EXEEXT@ .test
  303. LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  304. LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
  305. am__set_b = \
  306. case '$@' in \
  307. */*) \
  308. case '$*' in \
  309. */*) b='$*';; \
  310. *) b=`echo '$@' | sed 's/\.log$$//'`; \
  311. esac;; \
  312. *) \
  313. b='$*';; \
  314. esac
  315. am__test_logs1 = $(TESTS:=.log)
  316. am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
  317. TEST_LOGS = $(am__test_logs2:.test.log=.log)
  318. TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  319. TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
  320. $(TEST_LOG_FLAGS)
  321. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/test-driver
  322. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  323. ACLOCAL = @ACLOCAL@
  324. AMTAR = @AMTAR@
  325. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  326. AUTOCONF = @AUTOCONF@
  327. AUTOHEADER = @AUTOHEADER@
  328. AUTOMAKE = @AUTOMAKE@
  329. AWK = @AWK@
  330. CC = @CC@
  331. CCDEPMODE = @CCDEPMODE@
  332. CFLAGS = @CFLAGS@
  333. CLEVIS_CFLAGS = @CLEVIS_CFLAGS@
  334. CLEVIS_GROUP = @CLEVIS_GROUP@
  335. CLEVIS_USER = @CLEVIS_USER@
  336. CPPFLAGS = @CPPFLAGS@
  337. CYGPATH_W = @CYGPATH_W@
  338. DEFS = @DEFS@
  339. DEPDIR = @DEPDIR@
  340. ECHO_C = @ECHO_C@
  341. ECHO_N = @ECHO_N@
  342. ECHO_T = @ECHO_T@
  343. EXEEXT = @EXEEXT@
  344. INSTALL = @INSTALL@
  345. INSTALL_DATA = @INSTALL_DATA@
  346. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  347. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  348. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  349. LDFLAGS = @LDFLAGS@
  350. LIBOBJS = @LIBOBJS@
  351. LIBS = @LIBS@
  352. LTLIBOBJS = @LTLIBOBJS@
  353. MAKEINFO = @MAKEINFO@
  354. MKDIR_P = @MKDIR_P@
  355. OBJEXT = @OBJEXT@
  356. PACKAGE = @PACKAGE@
  357. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  358. PACKAGE_NAME = @PACKAGE_NAME@
  359. PACKAGE_STRING = @PACKAGE_STRING@
  360. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  361. PACKAGE_URL = @PACKAGE_URL@
  362. PACKAGE_VERSION = @PACKAGE_VERSION@
  363. PATH_SEPARATOR = @PATH_SEPARATOR@
  364. PKG_CONFIG = @PKG_CONFIG@
  365. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  366. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  367. PWMAKE = @PWMAKE@
  368. RANLIB = @RANLIB@
  369. SD_ACTIVATE = @SD_ACTIVATE@
  370. SED = @SED@
  371. SET_MAKE = @SET_MAKE@
  372. SHELL = @SHELL@
  373. STRIP = @STRIP@
  374. TPM2_TOOLS = @TPM2_TOOLS@
  375. VERSION = @VERSION@
  376. abs_builddir = @abs_builddir@
  377. abs_srcdir = @abs_srcdir@
  378. abs_top_builddir = @abs_top_builddir@
  379. abs_top_srcdir = @abs_top_srcdir@
  380. ac_ct_CC = @ac_ct_CC@
  381. am__include = @am__include@
  382. am__leading_dot = @am__leading_dot@
  383. am__quote = @am__quote@
  384. am__tar = @am__tar@
  385. am__untar = @am__untar@
  386. audit_CFLAGS = @audit_CFLAGS@
  387. audit_LIBS = @audit_LIBS@
  388. bindir = @bindir@
  389. build = @build@
  390. build_alias = @build_alias@
  391. build_cpu = @build_cpu@
  392. build_os = @build_os@
  393. build_vendor = @build_vendor@
  394. builddir = @builddir@
  395. datadir = @datadir@
  396. datarootdir = @datarootdir@
  397. docdir = @docdir@
  398. dracut_CFLAGS = @dracut_CFLAGS@
  399. dracut_LIBS = @dracut_LIBS@
  400. dracutmodulesdir = @dracutmodulesdir@
  401. dvidir = @dvidir@
  402. exec_prefix = @exec_prefix@
  403. host = @host@
  404. host_alias = @host_alias@
  405. host_cpu = @host_cpu@
  406. host_os = @host_os@
  407. host_vendor = @host_vendor@
  408. htmldir = @htmldir@
  409. includedir = @includedir@
  410. infodir = @infodir@
  411. install_sh = @install_sh@
  412. jansson_CFLAGS = @jansson_CFLAGS@
  413. jansson_LIBS = @jansson_LIBS@
  414. jose_CFLAGS = @jose_CFLAGS@
  415. jose_LIBS = @jose_LIBS@
  416. libcrypto_CFLAGS = @libcrypto_CFLAGS@
  417. libcrypto_LIBS = @libcrypto_LIBS@
  418. libdir = @libdir@
  419. libexecdir = @libexecdir@
  420. localedir = @localedir@
  421. localstatedir = @localstatedir@
  422. luksmeta_CFLAGS = @luksmeta_CFLAGS@
  423. luksmeta_LIBS = @luksmeta_LIBS@
  424. mandir = @mandir@
  425. mkdir_p = @mkdir_p@
  426. oldincludedir = @oldincludedir@
  427. pdfdir = @pdfdir@
  428. prefix = @prefix@
  429. program_transform_name = @program_transform_name@
  430. psdir = @psdir@
  431. sbindir = @sbindir@
  432. sharedstatedir = @sharedstatedir@
  433. srcdir = @srcdir@
  434. sysconfdir = @sysconfdir@
  435. systemd_CFLAGS = @systemd_CFLAGS@
  436. systemd_LIBS = @systemd_LIBS@
  437. systemdsystemunitdir = @systemdsystemunitdir@
  438. target = @target@
  439. target_alias = @target_alias@
  440. target_cpu = @target_cpu@
  441. target_os = @target_os@
  442. target_vendor = @target_vendor@
  443. top_build_prefix = @top_build_prefix@
  444. top_builddir = @top_builddir@
  445. top_srcdir = @top_srcdir@
  446. udisks2_CFLAGS = @udisks2_CFLAGS@
  447. udisks2_LIBS = @udisks2_LIBS@
  448. AM_CFLAGS = @CLEVIS_CFLAGS@
  449. AM_TESTS_ENVIRONMENT = \
  450. SD_ACTIVATE="@SD_ACTIVATE@" \
  451. PATH=${top_srcdir}/src:${top_builddir}/src/:$(PATH)
  452. TESTS = pin-test pin-http pin-sss pin-tang
  453. dist_check_SCRIPTS = $(TESTS) pin-httpd
  454. all: all-am
  455. .SUFFIXES:
  456. .SUFFIXES: .log .test .test$(EXEEXT) .trs
  457. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  458. @for dep in $?; do \
  459. case '$(am__configure_deps)' in \
  460. *$$dep*) \
  461. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  462. && { if test -f $@; then exit 0; else break; fi; }; \
  463. exit 1;; \
  464. esac; \
  465. done; \
  466. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
  467. $(am__cd) $(top_srcdir) && \
  468. $(AUTOMAKE) --foreign tests/Makefile
  469. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  470. @case '$?' in \
  471. *config.status*) \
  472. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  473. *) \
  474. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  475. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  476. esac;
  477. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  478. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  479. $(top_srcdir)/configure: $(am__configure_deps)
  480. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  481. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  482. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  483. $(am__aclocal_m4_deps):
  484. tags TAGS:
  485. ctags CTAGS:
  486. cscope cscopelist:
  487. # Recover from deleted '.trs' file; this should ensure that
  488. # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
  489. # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
  490. # to avoid problems with "make -n".
  491. .log.trs:
  492. rm -f $< $@
  493. $(MAKE) $(AM_MAKEFLAGS) $<
  494. # Leading 'am--fnord' is there to ensure the list of targets does not
  495. # expand to empty, as could happen e.g. with make check TESTS=''.
  496. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
  497. am--force-recheck:
  498. @:
  499. $(TEST_SUITE_LOG): $(TEST_LOGS)
  500. @$(am__set_TESTS_bases); \
  501. am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
  502. redo_bases=`for i in $$bases; do \
  503. am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
  504. done`; \
  505. if test -n "$$redo_bases"; then \
  506. redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
  507. redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
  508. if $(am__make_dryrun); then :; else \
  509. rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
  510. fi; \
  511. fi; \
  512. if test -n "$$am__remaking_logs"; then \
  513. echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
  514. "recursion detected" >&2; \
  515. elif test -n "$$redo_logs"; then \
  516. am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
  517. fi; \
  518. if $(am__make_dryrun); then :; else \
  519. st=0; \
  520. errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
  521. for i in $$redo_bases; do \
  522. test -f $$i.trs && test -r $$i.trs \
  523. || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
  524. test -f $$i.log && test -r $$i.log \
  525. || { echo "$$errmsg $$i.log" >&2; st=1; }; \
  526. done; \
  527. test $$st -eq 0 || exit 1; \
  528. fi
  529. @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
  530. ws='[ ]'; \
  531. results=`for b in $$bases; do echo $$b.trs; done`; \
  532. test -n "$$results" || results=/dev/null; \
  533. all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
  534. pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
  535. fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
  536. skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
  537. xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
  538. xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
  539. error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
  540. if test `expr $$fail + $$xpass + $$error` -eq 0; then \
  541. success=true; \
  542. else \
  543. success=false; \
  544. fi; \
  545. br='==================='; br=$$br$$br$$br$$br; \
  546. result_count () \
  547. { \
  548. if test x"$$1" = x"--maybe-color"; then \
  549. maybe_colorize=yes; \
  550. elif test x"$$1" = x"--no-color"; then \
  551. maybe_colorize=no; \
  552. else \
  553. echo "$@: invalid 'result_count' usage" >&2; exit 4; \
  554. fi; \
  555. shift; \
  556. desc=$$1 count=$$2; \
  557. if test $$maybe_colorize = yes && test $$count -gt 0; then \
  558. color_start=$$3 color_end=$$std; \
  559. else \
  560. color_start= color_end=; \
  561. fi; \
  562. echo "$${color_start}# $$desc $$count$${color_end}"; \
  563. }; \
  564. create_testsuite_report () \
  565. { \
  566. result_count $$1 "TOTAL:" $$all "$$brg"; \
  567. result_count $$1 "PASS: " $$pass "$$grn"; \
  568. result_count $$1 "SKIP: " $$skip "$$blu"; \
  569. result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
  570. result_count $$1 "FAIL: " $$fail "$$red"; \
  571. result_count $$1 "XPASS:" $$xpass "$$red"; \
  572. result_count $$1 "ERROR:" $$error "$$mgn"; \
  573. }; \
  574. { \
  575. echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
  576. $(am__rst_title); \
  577. create_testsuite_report --no-color; \
  578. echo; \
  579. echo ".. contents:: :depth: 2"; \
  580. echo; \
  581. for b in $$bases; do echo $$b; done \
  582. | $(am__create_global_log); \
  583. } >$(TEST_SUITE_LOG).tmp || exit 1; \
  584. mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
  585. if $$success; then \
  586. col="$$grn"; \
  587. else \
  588. col="$$red"; \
  589. test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
  590. fi; \
  591. echo "$${col}$$br$${std}"; \
  592. echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
  593. echo "$${col}$$br$${std}"; \
  594. create_testsuite_report --maybe-color; \
  595. echo "$$col$$br$$std"; \
  596. if $$success; then :; else \
  597. echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
  598. if test -n "$(PACKAGE_BUGREPORT)"; then \
  599. echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
  600. fi; \
  601. echo "$$col$$br$$std"; \
  602. fi; \
  603. $$success || exit 1
  604. check-TESTS:
  605. @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
  606. @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
  607. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  608. @set +e; $(am__set_TESTS_bases); \
  609. log_list=`for i in $$bases; do echo $$i.log; done`; \
  610. trs_list=`for i in $$bases; do echo $$i.trs; done`; \
  611. log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
  612. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
  613. exit $$?;
  614. recheck: all $(dist_check_SCRIPTS)
  615. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  616. @set +e; $(am__set_TESTS_bases); \
  617. bases=`for i in $$bases; do echo $$i; done \
  618. | $(am__list_recheck_tests)` || exit 1; \
  619. log_list=`for i in $$bases; do echo $$i.log; done`; \
  620. log_list=`echo $$log_list`; \
  621. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
  622. am__force_recheck=am--force-recheck \
  623. TEST_LOGS="$$log_list"; \
  624. exit $$?
  625. pin-test.log: pin-test
  626. @p='pin-test'; \
  627. b='pin-test'; \
  628. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  629. --log-file $$b.log --trs-file $$b.trs \
  630. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  631. "$$tst" $(AM_TESTS_FD_REDIRECT)
  632. pin-http.log: pin-http
  633. @p='pin-http'; \
  634. b='pin-http'; \
  635. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  636. --log-file $$b.log --trs-file $$b.trs \
  637. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  638. "$$tst" $(AM_TESTS_FD_REDIRECT)
  639. pin-sss.log: pin-sss
  640. @p='pin-sss'; \
  641. b='pin-sss'; \
  642. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  643. --log-file $$b.log --trs-file $$b.trs \
  644. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  645. "$$tst" $(AM_TESTS_FD_REDIRECT)
  646. pin-tang.log: pin-tang
  647. @p='pin-tang'; \
  648. b='pin-tang'; \
  649. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  650. --log-file $$b.log --trs-file $$b.trs \
  651. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  652. "$$tst" $(AM_TESTS_FD_REDIRECT)
  653. .test.log:
  654. @p='$<'; \
  655. $(am__set_b); \
  656. $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  657. --log-file $$b.log --trs-file $$b.trs \
  658. $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  659. "$$tst" $(AM_TESTS_FD_REDIRECT)
  660. @am__EXEEXT_TRUE@.test$(EXEEXT).log:
  661. @am__EXEEXT_TRUE@ @p='$<'; \
  662. @am__EXEEXT_TRUE@ $(am__set_b); \
  663. @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  664. @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
  665. @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  666. @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
  667. distdir: $(DISTFILES)
  668. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  669. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  670. list='$(DISTFILES)'; \
  671. dist_files=`for file in $$list; do echo $$file; done | \
  672. sed -e "s|^$$srcdirstrip/||;t" \
  673. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  674. case $$dist_files in \
  675. */*) $(MKDIR_P) `echo "$$dist_files" | \
  676. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  677. sort -u` ;; \
  678. esac; \
  679. for file in $$dist_files; do \
  680. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  681. if test -d $$d/$$file; then \
  682. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  683. if test -d "$(distdir)/$$file"; then \
  684. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  685. fi; \
  686. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  687. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  688. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  689. fi; \
  690. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  691. else \
  692. test -f "$(distdir)/$$file" \
  693. || cp -p $$d/$$file "$(distdir)/$$file" \
  694. || exit 1; \
  695. fi; \
  696. done
  697. check-am: all-am
  698. $(MAKE) $(AM_MAKEFLAGS) $(dist_check_SCRIPTS)
  699. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  700. check: check-am
  701. all-am: Makefile
  702. installdirs:
  703. install: install-am
  704. install-exec: install-exec-am
  705. install-data: install-data-am
  706. uninstall: uninstall-am
  707. install-am: all-am
  708. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  709. installcheck: installcheck-am
  710. install-strip:
  711. if test -z '$(STRIP)'; then \
  712. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  713. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  714. install; \
  715. else \
  716. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  717. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  718. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  719. fi
  720. mostlyclean-generic:
  721. -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
  722. -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
  723. -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  724. clean-generic:
  725. distclean-generic:
  726. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  727. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  728. maintainer-clean-generic:
  729. @echo "This command is intended for maintainers to use"
  730. @echo "it deletes files that may require special tools to rebuild."
  731. clean: clean-am
  732. clean-am: clean-generic mostlyclean-am
  733. distclean: distclean-am
  734. -rm -f Makefile
  735. distclean-am: clean-am distclean-generic
  736. dvi: dvi-am
  737. dvi-am:
  738. html: html-am
  739. html-am:
  740. info: info-am
  741. info-am:
  742. install-data-am:
  743. install-dvi: install-dvi-am
  744. install-dvi-am:
  745. install-exec-am:
  746. install-html: install-html-am
  747. install-html-am:
  748. install-info: install-info-am
  749. install-info-am:
  750. install-man:
  751. install-pdf: install-pdf-am
  752. install-pdf-am:
  753. install-ps: install-ps-am
  754. install-ps-am:
  755. installcheck-am:
  756. maintainer-clean: maintainer-clean-am
  757. -rm -f Makefile
  758. maintainer-clean-am: distclean-am maintainer-clean-generic
  759. mostlyclean: mostlyclean-am
  760. mostlyclean-am: mostlyclean-generic
  761. pdf: pdf-am
  762. pdf-am:
  763. ps: ps-am
  764. ps-am:
  765. uninstall-am:
  766. .MAKE: check-am install-am install-strip
  767. .PHONY: all all-am check check-TESTS check-am clean clean-generic \
  768. cscopelist-am ctags-am distclean distclean-generic distdir dvi \
  769. dvi-am html html-am info info-am install install-am \
  770. install-data install-data-am install-dvi install-dvi-am \
  771. install-exec install-exec-am install-html install-html-am \
  772. install-info install-info-am install-man install-pdf \
  773. install-pdf-am install-ps install-ps-am install-strip \
  774. installcheck installcheck-am installdirs maintainer-clean \
  775. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  776. pdf-am ps ps-am recheck tags-am uninstall uninstall-am
  777. .PRECIOUS: Makefile
  778. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  779. # Otherwise a system limit (for SysV at least) may be exceeded.
  780. .NOEXPORT: