Makefile.in 53 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517
  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. bin_PROGRAMS = luksmeta$(EXEEXT)
  88. @HAVE_A2X_TRUE@am__append_1 = $(man_ROFF_FILES)
  89. @HAVE_A2X_TRUE@am__append_2 = $(man_ROFF_FILES) $(man_ROFF_FILES:.roff=)
  90. check_PROGRAMS = test-crc32c$(EXEEXT) test-lm-assumptions$(EXEEXT) \
  91. test-lm-init$(EXEEXT) test-lm-one$(EXEEXT) \
  92. test-lm-two$(EXEEXT) test-lm-big$(EXEEXT)
  93. subdir = .
  94. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  95. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  96. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  97. $(ACLOCAL_M4)
  98. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  99. $(am__configure_deps) $(include_HEADERS) $(am__DIST_COMMON)
  100. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  101. configure.lineno config.status.lineno
  102. mkinstalldirs = $(install_sh) -d
  103. CONFIG_CLEAN_FILES = luksmeta.pc
  104. CONFIG_CLEAN_VPATH_FILES =
  105. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  106. am__vpath_adj = case $$p in \
  107. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  108. *) f=$$p;; \
  109. esac;
  110. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  111. am__install_max = 40
  112. am__nobase_strip_setup = \
  113. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  114. am__nobase_strip = \
  115. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  116. am__nobase_list = $(am__nobase_strip_setup); \
  117. for p in $$list; do echo "$$p $$p"; done | \
  118. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  119. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  120. if (++n[$$2] == $(am__install_max)) \
  121. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  122. END { for (dir in files) print dir, files[dir] }'
  123. am__base_list = \
  124. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  125. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  126. am__uninstall_files_from_dir = { \
  127. test -z "$$files" \
  128. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  129. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  130. $(am__cd) "$$dir" && rm -f $$files; }; \
  131. }
  132. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
  133. "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(pkgconfigdir)" \
  134. "$(DESTDIR)$(includedir)"
  135. LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
  136. libcrc32c_la_LIBADD =
  137. am_libcrc32c_la_OBJECTS = crc32c.lo
  138. libcrc32c_la_OBJECTS = $(am_libcrc32c_la_OBJECTS)
  139. AM_V_lt = $(am__v_lt_@AM_V@)
  140. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  141. am__v_lt_0 = --silent
  142. am__v_lt_1 =
  143. libluksmeta_la_DEPENDENCIES = libcrc32c.la
  144. libluksmeta_la_SOURCES = libluksmeta.c
  145. libluksmeta_la_OBJECTS = libluksmeta.lo
  146. libluksmeta_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  147. $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  148. $(AM_CFLAGS) $(CFLAGS) $(libluksmeta_la_LDFLAGS) $(LDFLAGS) -o \
  149. $@
  150. libtest_la_LIBADD =
  151. am_libtest_la_OBJECTS = test.lo
  152. libtest_la_OBJECTS = $(am_libtest_la_OBJECTS)
  153. PROGRAMS = $(bin_PROGRAMS)
  154. luksmeta_SOURCES = luksmeta.c
  155. luksmeta_OBJECTS = luksmeta.$(OBJEXT)
  156. luksmeta_DEPENDENCIES = libluksmeta.la
  157. test_crc32c_SOURCES = test-crc32c.c
  158. test_crc32c_OBJECTS = test-crc32c.$(OBJEXT)
  159. test_crc32c_DEPENDENCIES = libcrc32c.la
  160. test_lm_assumptions_SOURCES = test-lm-assumptions.c
  161. test_lm_assumptions_OBJECTS = test-lm-assumptions.$(OBJEXT)
  162. test_lm_assumptions_DEPENDENCIES = libtest.la libluksmeta.la
  163. test_lm_big_SOURCES = test-lm-big.c
  164. test_lm_big_OBJECTS = test-lm-big.$(OBJEXT)
  165. test_lm_big_DEPENDENCIES = libtest.la libluksmeta.la
  166. test_lm_init_SOURCES = test-lm-init.c
  167. test_lm_init_OBJECTS = test-lm-init.$(OBJEXT)
  168. test_lm_init_DEPENDENCIES = libtest.la libluksmeta.la
  169. test_lm_one_SOURCES = test-lm-one.c
  170. test_lm_one_OBJECTS = test-lm-one.$(OBJEXT)
  171. test_lm_one_DEPENDENCIES = libtest.la libluksmeta.la
  172. test_lm_two_SOURCES = test-lm-two.c
  173. test_lm_two_OBJECTS = test-lm-two.$(OBJEXT)
  174. test_lm_two_DEPENDENCIES = libtest.la libluksmeta.la
  175. AM_V_P = $(am__v_P_@AM_V@)
  176. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  177. am__v_P_0 = false
  178. am__v_P_1 = :
  179. AM_V_GEN = $(am__v_GEN_@AM_V@)
  180. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  181. am__v_GEN_0 = @echo " GEN " $@;
  182. am__v_GEN_1 =
  183. AM_V_at = $(am__v_at_@AM_V@)
  184. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  185. am__v_at_0 = @
  186. am__v_at_1 =
  187. DEFAULT_INCLUDES = -I.@am__isrc@
  188. depcomp = $(SHELL) $(top_srcdir)/depcomp
  189. am__depfiles_maybe = depfiles
  190. am__mv = mv -f
  191. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  192. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  193. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  194. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  195. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  196. $(AM_CFLAGS) $(CFLAGS)
  197. AM_V_CC = $(am__v_CC_@AM_V@)
  198. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  199. am__v_CC_0 = @echo " CC " $@;
  200. am__v_CC_1 =
  201. CCLD = $(CC)
  202. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  203. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  204. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  205. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  206. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  207. am__v_CCLD_0 = @echo " CCLD " $@;
  208. am__v_CCLD_1 =
  209. SOURCES = $(libcrc32c_la_SOURCES) libluksmeta.c $(libtest_la_SOURCES) \
  210. luksmeta.c test-crc32c.c test-lm-assumptions.c test-lm-big.c \
  211. test-lm-init.c test-lm-one.c test-lm-two.c
  212. DIST_SOURCES = $(libcrc32c_la_SOURCES) libluksmeta.c \
  213. $(libtest_la_SOURCES) luksmeta.c test-crc32c.c \
  214. test-lm-assumptions.c test-lm-big.c test-lm-init.c \
  215. test-lm-one.c test-lm-two.c
  216. am__can_run_installinfo = \
  217. case $$AM_UPDATE_INFO_DIR in \
  218. n|no|NO) false;; \
  219. *) (install-info --version) >/dev/null 2>&1;; \
  220. esac
  221. man8dir = $(mandir)/man8
  222. NROFF = nroff
  223. MANS = $(man8_MANS)
  224. DATA = $(pkgconfig_DATA)
  225. HEADERS = $(include_HEADERS)
  226. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  227. # Read a list of newline-separated strings from the standard input,
  228. # and print each of them once, without duplicates. Input order is
  229. # *not* preserved.
  230. am__uniquify_input = $(AWK) '\
  231. BEGIN { nonempty = 0; } \
  232. { items[$$0] = 1; nonempty = 1; } \
  233. END { if (nonempty) { for (i in items) print i; }; } \
  234. '
  235. # Make sure the list of sources is unique. This is necessary because,
  236. # e.g., the same source file might be shared among _SOURCES variables
  237. # for different programs/libraries.
  238. am__define_uniq_tagged_files = \
  239. list='$(am__tagged_files)'; \
  240. unique=`for i in $$list; do \
  241. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  242. done | $(am__uniquify_input)`
  243. ETAGS = etags
  244. CTAGS = ctags
  245. CSCOPE = cscope
  246. AM_RECURSIVE_TARGETS = cscope check recheck
  247. am__tty_colors_dummy = \
  248. mgn= red= grn= lgn= blu= brg= std=; \
  249. am__color_tests=no
  250. am__tty_colors = { \
  251. $(am__tty_colors_dummy); \
  252. if test "X$(AM_COLOR_TESTS)" = Xno; then \
  253. am__color_tests=no; \
  254. elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
  255. am__color_tests=yes; \
  256. elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
  257. am__color_tests=yes; \
  258. fi; \
  259. if test $$am__color_tests = yes; then \
  260. red=''; \
  261. grn=''; \
  262. lgn=''; \
  263. blu=''; \
  264. mgn=''; \
  265. brg=''; \
  266. std=''; \
  267. fi; \
  268. }
  269. am__recheck_rx = ^[ ]*:recheck:[ ]*
  270. am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
  271. am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
  272. # A command that, given a newline-separated list of test names on the
  273. # standard input, print the name of the tests that are to be re-run
  274. # upon "make recheck".
  275. am__list_recheck_tests = $(AWK) '{ \
  276. recheck = 1; \
  277. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  278. { \
  279. if (rc < 0) \
  280. { \
  281. if ((getline line2 < ($$0 ".log")) < 0) \
  282. recheck = 0; \
  283. break; \
  284. } \
  285. else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
  286. { \
  287. recheck = 0; \
  288. break; \
  289. } \
  290. else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
  291. { \
  292. break; \
  293. } \
  294. }; \
  295. if (recheck) \
  296. print $$0; \
  297. close ($$0 ".trs"); \
  298. close ($$0 ".log"); \
  299. }'
  300. # A command that, given a newline-separated list of test names on the
  301. # standard input, create the global log from their .trs and .log files.
  302. am__create_global_log = $(AWK) ' \
  303. function fatal(msg) \
  304. { \
  305. print "fatal: making $@: " msg | "cat >&2"; \
  306. exit 1; \
  307. } \
  308. function rst_section(header) \
  309. { \
  310. print header; \
  311. len = length(header); \
  312. for (i = 1; i <= len; i = i + 1) \
  313. printf "="; \
  314. printf "\n\n"; \
  315. } \
  316. { \
  317. copy_in_global_log = 1; \
  318. global_test_result = "RUN"; \
  319. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  320. { \
  321. if (rc < 0) \
  322. fatal("failed to read from " $$0 ".trs"); \
  323. if (line ~ /$(am__global_test_result_rx)/) \
  324. { \
  325. sub("$(am__global_test_result_rx)", "", line); \
  326. sub("[ ]*$$", "", line); \
  327. global_test_result = line; \
  328. } \
  329. else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
  330. copy_in_global_log = 0; \
  331. }; \
  332. if (copy_in_global_log) \
  333. { \
  334. rst_section(global_test_result ": " $$0); \
  335. while ((rc = (getline line < ($$0 ".log"))) != 0) \
  336. { \
  337. if (rc < 0) \
  338. fatal("failed to read from " $$0 ".log"); \
  339. print line; \
  340. }; \
  341. printf "\n"; \
  342. }; \
  343. close ($$0 ".trs"); \
  344. close ($$0 ".log"); \
  345. }'
  346. # Restructured Text title.
  347. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
  348. # Solaris 10 'make', and several other traditional 'make' implementations,
  349. # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
  350. # by disabling -e (using the XSI extension "set +e") if it's set.
  351. am__sh_e_setup = case $$- in *e*) set +e;; esac
  352. # Default flags passed to test drivers.
  353. am__common_driver_flags = \
  354. --color-tests "$$am__color_tests" \
  355. --enable-hard-errors "$$am__enable_hard_errors" \
  356. --expect-failure "$$am__expect_failure"
  357. # To be inserted before the command running the test. Creates the
  358. # directory for the log if needed. Stores in $dir the directory
  359. # containing $f, in $tst the test, in $log the log. Executes the
  360. # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
  361. # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
  362. # will run the test scripts (or their associated LOG_COMPILER, if
  363. # thy have one).
  364. am__check_pre = \
  365. $(am__sh_e_setup); \
  366. $(am__vpath_adj_setup) $(am__vpath_adj) \
  367. $(am__tty_colors); \
  368. srcdir=$(srcdir); export srcdir; \
  369. case "$@" in \
  370. */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
  371. *) am__odir=.;; \
  372. esac; \
  373. test "x$$am__odir" = x"." || test -d "$$am__odir" \
  374. || $(MKDIR_P) "$$am__odir" || exit $$?; \
  375. if test -f "./$$f"; then dir=./; \
  376. elif test -f "$$f"; then dir=; \
  377. else dir="$(srcdir)/"; fi; \
  378. tst=$$dir$$f; log='$@'; \
  379. if test -n '$(DISABLE_HARD_ERRORS)'; then \
  380. am__enable_hard_errors=no; \
  381. else \
  382. am__enable_hard_errors=yes; \
  383. fi; \
  384. case " $(XFAIL_TESTS) " in \
  385. *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
  386. am__expect_failure=yes;; \
  387. *) \
  388. am__expect_failure=no;; \
  389. esac; \
  390. $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
  391. # A shell command to get the names of the tests scripts with any registered
  392. # extension removed (i.e., equivalently, the names of the test logs, with
  393. # the '.log' extension removed). The result is saved in the shell variable
  394. # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
  395. # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
  396. # since that might cause problem with VPATH rewrites for suffix-less tests.
  397. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
  398. am__set_TESTS_bases = \
  399. bases='$(TEST_LOGS)'; \
  400. bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  401. bases=`echo $$bases`
  402. RECHECK_LOGS = $(TEST_LOGS)
  403. TEST_SUITE_LOG = test-suite.log
  404. TEST_EXTENSIONS = @EXEEXT@ .test
  405. LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  406. LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
  407. am__set_b = \
  408. case '$@' in \
  409. */*) \
  410. case '$*' in \
  411. */*) b='$*';; \
  412. *) b=`echo '$@' | sed 's/\.log$$//'`; \
  413. esac;; \
  414. *) \
  415. b='$*';; \
  416. esac
  417. am__test_logs1 = $(TESTS:=.log)
  418. am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
  419. TEST_LOGS = $(am__test_logs2:.test.log=.log)
  420. TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  421. TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
  422. $(TEST_LOG_FLAGS)
  423. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/luksmeta.pc.in \
  424. COPYING compile config.guess config.sub depcomp install-sh \
  425. ltmain.sh missing test-driver
  426. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  427. distdir = $(PACKAGE)-$(VERSION)
  428. top_distdir = $(distdir)
  429. am__remove_distdir = \
  430. if test -d "$(distdir)"; then \
  431. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  432. && rm -rf "$(distdir)" \
  433. || { sleep 5 && rm -rf "$(distdir)"; }; \
  434. else :; fi
  435. am__post_remove_distdir = $(am__remove_distdir)
  436. GZIP_ENV = --best
  437. DIST_ARCHIVES = $(distdir).tar.bz2
  438. DIST_TARGETS = dist-bzip2
  439. distuninstallcheck_listfiles = find . -type f -print
  440. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  441. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  442. distcleancheck_listfiles = find . -type f -print
  443. A2X = @A2X@
  444. ACLOCAL = @ACLOCAL@
  445. AMTAR = @AMTAR@
  446. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  447. AR = @AR@
  448. AUTOCONF = @AUTOCONF@
  449. AUTOHEADER = @AUTOHEADER@
  450. AUTOMAKE = @AUTOMAKE@
  451. AWK = @AWK@
  452. CC = @CC@
  453. CCDEPMODE = @CCDEPMODE@
  454. CFLAGS = @CFLAGS@
  455. CPP = @CPP@
  456. CPPFLAGS = @CPPFLAGS@
  457. CYGPATH_W = @CYGPATH_W@
  458. DEFS = @DEFS@
  459. DEPDIR = @DEPDIR@
  460. DLLTOOL = @DLLTOOL@
  461. DSYMUTIL = @DSYMUTIL@
  462. DUMPBIN = @DUMPBIN@
  463. ECHO_C = @ECHO_C@
  464. ECHO_N = @ECHO_N@
  465. ECHO_T = @ECHO_T@
  466. EGREP = @EGREP@
  467. EXEEXT = @EXEEXT@
  468. FGREP = @FGREP@
  469. GREP = @GREP@
  470. INSTALL = @INSTALL@
  471. INSTALL_DATA = @INSTALL_DATA@
  472. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  473. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  474. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  475. LD = @LD@
  476. LDFLAGS = @LDFLAGS@
  477. LIBOBJS = @LIBOBJS@
  478. LIBS = @LIBS@
  479. LIBTOOL = @LIBTOOL@
  480. LIPO = @LIPO@
  481. LN_S = @LN_S@
  482. LTLIBOBJS = @LTLIBOBJS@
  483. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  484. LUKSMETA_CFLAGS = @LUKSMETA_CFLAGS@
  485. MAKEINFO = @MAKEINFO@
  486. MANIFEST_TOOL = @MANIFEST_TOOL@
  487. MKDIR_P = @MKDIR_P@
  488. NM = @NM@
  489. NMEDIT = @NMEDIT@
  490. OBJDUMP = @OBJDUMP@
  491. OBJEXT = @OBJEXT@
  492. OTOOL = @OTOOL@
  493. OTOOL64 = @OTOOL64@
  494. PACKAGE = @PACKAGE@
  495. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  496. PACKAGE_NAME = @PACKAGE_NAME@
  497. PACKAGE_STRING = @PACKAGE_STRING@
  498. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  499. PACKAGE_URL = @PACKAGE_URL@
  500. PACKAGE_VERSION = @PACKAGE_VERSION@
  501. PATH_SEPARATOR = @PATH_SEPARATOR@
  502. PKG_CONFIG = @PKG_CONFIG@
  503. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  504. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  505. RANLIB = @RANLIB@
  506. SED = @SED@
  507. SET_MAKE = @SET_MAKE@
  508. SHELL = @SHELL@
  509. STRIP = @STRIP@
  510. VERSION = @VERSION@
  511. abs_builddir = @abs_builddir@
  512. abs_srcdir = @abs_srcdir@
  513. abs_top_builddir = @abs_top_builddir@
  514. abs_top_srcdir = @abs_top_srcdir@
  515. ac_ct_AR = @ac_ct_AR@
  516. ac_ct_CC = @ac_ct_CC@
  517. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  518. am__include = @am__include@
  519. am__leading_dot = @am__leading_dot@
  520. am__quote = @am__quote@
  521. am__tar = @am__tar@
  522. am__untar = @am__untar@
  523. bindir = @bindir@
  524. build = @build@
  525. build_alias = @build_alias@
  526. build_cpu = @build_cpu@
  527. build_os = @build_os@
  528. build_vendor = @build_vendor@
  529. builddir = @builddir@
  530. cryptsetup_CFLAGS = @cryptsetup_CFLAGS@
  531. cryptsetup_LIBS = @cryptsetup_LIBS@
  532. datadir = @datadir@
  533. datarootdir = @datarootdir@
  534. docdir = @docdir@
  535. dvidir = @dvidir@
  536. exec_prefix = @exec_prefix@
  537. host = @host@
  538. host_alias = @host_alias@
  539. host_cpu = @host_cpu@
  540. host_os = @host_os@
  541. host_vendor = @host_vendor@
  542. htmldir = @htmldir@
  543. includedir = @includedir@
  544. infodir = @infodir@
  545. install_sh = @install_sh@
  546. libdir = @libdir@
  547. libexecdir = @libexecdir@
  548. localedir = @localedir@
  549. localstatedir = @localstatedir@
  550. mandir = @mandir@
  551. mkdir_p = @mkdir_p@
  552. oldincludedir = @oldincludedir@
  553. pdfdir = @pdfdir@
  554. prefix = @prefix@
  555. program_transform_name = @program_transform_name@
  556. psdir = @psdir@
  557. sbindir = @sbindir@
  558. sharedstatedir = @sharedstatedir@
  559. srcdir = @srcdir@
  560. sysconfdir = @sysconfdir@
  561. target = @target@
  562. target_alias = @target_alias@
  563. target_cpu = @target_cpu@
  564. target_os = @target_os@
  565. target_vendor = @target_vendor@
  566. top_build_prefix = @top_build_prefix@
  567. top_builddir = @top_builddir@
  568. top_srcdir = @top_srcdir@
  569. AM_CFLAGS = @LUKSMETA_CFLAGS@ @cryptsetup_CFLAGS@
  570. BUILT_SOURCES = $(am__append_1)
  571. CLEANFILES = $(am__append_2)
  572. noinst_LTLIBRARIES = libcrc32c.la
  573. libcrc32c_la_SOURCES = crc32c.c crc32c.h
  574. include_HEADERS = luksmeta.h
  575. lib_LTLIBRARIES = libluksmeta.la
  576. libluksmeta_la_LDFLAGS = -export-symbols-regex '^luksmeta_'
  577. libluksmeta_la_LIBADD = libcrc32c.la @cryptsetup_LIBS@
  578. luksmeta_LDADD = libluksmeta.la @cryptsetup_LIBS@
  579. man_ADOC_FILES = luksmeta.8.adoc
  580. @HAVE_A2X_TRUE@man_ROFF_FILES = $(man_ADOC_FILES:.adoc=.roff)
  581. @HAVE_A2X_FALSE@man8_MANS =
  582. @HAVE_A2X_TRUE@man8_MANS = luksmeta.8
  583. pkgconfigdir = $(libdir)/pkgconfig
  584. pkgconfig_DATA = luksmeta.pc
  585. check_LTLIBRARIES = libtest.la
  586. libtest_la_SOURCES = test.c test.h
  587. test_crc32c_LDADD = libcrc32c.la
  588. test_lm_assumptions_LDADD = libtest.la libluksmeta.la @cryptsetup_LIBS@
  589. test_lm_init_LDADD = libtest.la libluksmeta.la @cryptsetup_LIBS@
  590. test_lm_one_LDADD = libtest.la libluksmeta.la @cryptsetup_LIBS@
  591. test_lm_two_LDADD = libtest.la libluksmeta.la @cryptsetup_LIBS@
  592. test_lm_big_LDADD = libtest.la libluksmeta.la @cryptsetup_LIBS@
  593. EXTRA_DIST = $(man_ADOC_FILES) test-luksmeta
  594. TESTS = $(check_PROGRAMS) test-luksmeta
  595. all: $(BUILT_SOURCES)
  596. $(MAKE) $(AM_MAKEFLAGS) all-am
  597. .SUFFIXES:
  598. .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
  599. am--refresh: Makefile
  600. @:
  601. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  602. @for dep in $?; do \
  603. case '$(am__configure_deps)' in \
  604. *$$dep*) \
  605. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  606. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  607. && exit 0; \
  608. exit 1;; \
  609. esac; \
  610. done; \
  611. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  612. $(am__cd) $(top_srcdir) && \
  613. $(AUTOMAKE) --foreign Makefile
  614. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  615. @case '$?' in \
  616. *config.status*) \
  617. echo ' $(SHELL) ./config.status'; \
  618. $(SHELL) ./config.status;; \
  619. *) \
  620. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  621. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  622. esac;
  623. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  624. $(SHELL) ./config.status --recheck
  625. $(top_srcdir)/configure: $(am__configure_deps)
  626. $(am__cd) $(srcdir) && $(AUTOCONF)
  627. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  628. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  629. $(am__aclocal_m4_deps):
  630. luksmeta.pc: $(top_builddir)/config.status $(srcdir)/luksmeta.pc.in
  631. cd $(top_builddir) && $(SHELL) ./config.status $@
  632. clean-checkLTLIBRARIES:
  633. -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
  634. @list='$(check_LTLIBRARIES)'; \
  635. locs=`for p in $$list; do echo $$p; done | \
  636. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  637. sort -u`; \
  638. test -z "$$locs" || { \
  639. echo rm -f $${locs}; \
  640. rm -f $${locs}; \
  641. }
  642. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  643. @$(NORMAL_INSTALL)
  644. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  645. list2=; for p in $$list; do \
  646. if test -f $$p; then \
  647. list2="$$list2 $$p"; \
  648. else :; fi; \
  649. done; \
  650. test -z "$$list2" || { \
  651. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  652. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  653. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  654. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  655. }
  656. uninstall-libLTLIBRARIES:
  657. @$(NORMAL_UNINSTALL)
  658. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  659. for p in $$list; do \
  660. $(am__strip_dir) \
  661. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  662. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  663. done
  664. clean-libLTLIBRARIES:
  665. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  666. @list='$(lib_LTLIBRARIES)'; \
  667. locs=`for p in $$list; do echo $$p; done | \
  668. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  669. sort -u`; \
  670. test -z "$$locs" || { \
  671. echo rm -f $${locs}; \
  672. rm -f $${locs}; \
  673. }
  674. clean-noinstLTLIBRARIES:
  675. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  676. @list='$(noinst_LTLIBRARIES)'; \
  677. locs=`for p in $$list; do echo $$p; done | \
  678. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  679. sort -u`; \
  680. test -z "$$locs" || { \
  681. echo rm -f $${locs}; \
  682. rm -f $${locs}; \
  683. }
  684. libcrc32c.la: $(libcrc32c_la_OBJECTS) $(libcrc32c_la_DEPENDENCIES) $(EXTRA_libcrc32c_la_DEPENDENCIES)
  685. $(AM_V_CCLD)$(LINK) $(libcrc32c_la_OBJECTS) $(libcrc32c_la_LIBADD) $(LIBS)
  686. libluksmeta.la: $(libluksmeta_la_OBJECTS) $(libluksmeta_la_DEPENDENCIES) $(EXTRA_libluksmeta_la_DEPENDENCIES)
  687. $(AM_V_CCLD)$(libluksmeta_la_LINK) -rpath $(libdir) $(libluksmeta_la_OBJECTS) $(libluksmeta_la_LIBADD) $(LIBS)
  688. libtest.la: $(libtest_la_OBJECTS) $(libtest_la_DEPENDENCIES) $(EXTRA_libtest_la_DEPENDENCIES)
  689. $(AM_V_CCLD)$(LINK) $(libtest_la_OBJECTS) $(libtest_la_LIBADD) $(LIBS)
  690. install-binPROGRAMS: $(bin_PROGRAMS)
  691. @$(NORMAL_INSTALL)
  692. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  693. if test -n "$$list"; then \
  694. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  695. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  696. fi; \
  697. for p in $$list; do echo "$$p $$p"; done | \
  698. sed 's/$(EXEEXT)$$//' | \
  699. while read p p1; do if test -f $$p \
  700. || test -f $$p1 \
  701. ; then echo "$$p"; echo "$$p"; else :; fi; \
  702. done | \
  703. sed -e 'p;s,.*/,,;n;h' \
  704. -e 's|.*|.|' \
  705. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  706. sed 'N;N;N;s,\n, ,g' | \
  707. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  708. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  709. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  710. else { print "f", $$3 "/" $$4, $$1; } } \
  711. END { for (d in files) print "f", d, files[d] }' | \
  712. while read type dir files; do \
  713. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  714. test -z "$$files" || { \
  715. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  716. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  717. } \
  718. ; done
  719. uninstall-binPROGRAMS:
  720. @$(NORMAL_UNINSTALL)
  721. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  722. files=`for p in $$list; do echo "$$p"; done | \
  723. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  724. -e 's/$$/$(EXEEXT)/' \
  725. `; \
  726. test -n "$$list" || exit 0; \
  727. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  728. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  729. clean-binPROGRAMS:
  730. @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  731. echo " rm -f" $$list; \
  732. rm -f $$list || exit $$?; \
  733. test -n "$(EXEEXT)" || exit 0; \
  734. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  735. echo " rm -f" $$list; \
  736. rm -f $$list
  737. clean-checkPROGRAMS:
  738. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  739. echo " rm -f" $$list; \
  740. rm -f $$list || exit $$?; \
  741. test -n "$(EXEEXT)" || exit 0; \
  742. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  743. echo " rm -f" $$list; \
  744. rm -f $$list
  745. luksmeta$(EXEEXT): $(luksmeta_OBJECTS) $(luksmeta_DEPENDENCIES) $(EXTRA_luksmeta_DEPENDENCIES)
  746. @rm -f luksmeta$(EXEEXT)
  747. $(AM_V_CCLD)$(LINK) $(luksmeta_OBJECTS) $(luksmeta_LDADD) $(LIBS)
  748. test-crc32c$(EXEEXT): $(test_crc32c_OBJECTS) $(test_crc32c_DEPENDENCIES) $(EXTRA_test_crc32c_DEPENDENCIES)
  749. @rm -f test-crc32c$(EXEEXT)
  750. $(AM_V_CCLD)$(LINK) $(test_crc32c_OBJECTS) $(test_crc32c_LDADD) $(LIBS)
  751. test-lm-assumptions$(EXEEXT): $(test_lm_assumptions_OBJECTS) $(test_lm_assumptions_DEPENDENCIES) $(EXTRA_test_lm_assumptions_DEPENDENCIES)
  752. @rm -f test-lm-assumptions$(EXEEXT)
  753. $(AM_V_CCLD)$(LINK) $(test_lm_assumptions_OBJECTS) $(test_lm_assumptions_LDADD) $(LIBS)
  754. test-lm-big$(EXEEXT): $(test_lm_big_OBJECTS) $(test_lm_big_DEPENDENCIES) $(EXTRA_test_lm_big_DEPENDENCIES)
  755. @rm -f test-lm-big$(EXEEXT)
  756. $(AM_V_CCLD)$(LINK) $(test_lm_big_OBJECTS) $(test_lm_big_LDADD) $(LIBS)
  757. test-lm-init$(EXEEXT): $(test_lm_init_OBJECTS) $(test_lm_init_DEPENDENCIES) $(EXTRA_test_lm_init_DEPENDENCIES)
  758. @rm -f test-lm-init$(EXEEXT)
  759. $(AM_V_CCLD)$(LINK) $(test_lm_init_OBJECTS) $(test_lm_init_LDADD) $(LIBS)
  760. test-lm-one$(EXEEXT): $(test_lm_one_OBJECTS) $(test_lm_one_DEPENDENCIES) $(EXTRA_test_lm_one_DEPENDENCIES)
  761. @rm -f test-lm-one$(EXEEXT)
  762. $(AM_V_CCLD)$(LINK) $(test_lm_one_OBJECTS) $(test_lm_one_LDADD) $(LIBS)
  763. test-lm-two$(EXEEXT): $(test_lm_two_OBJECTS) $(test_lm_two_DEPENDENCIES) $(EXTRA_test_lm_two_DEPENDENCIES)
  764. @rm -f test-lm-two$(EXEEXT)
  765. $(AM_V_CCLD)$(LINK) $(test_lm_two_OBJECTS) $(test_lm_two_LDADD) $(LIBS)
  766. mostlyclean-compile:
  767. -rm -f *.$(OBJEXT)
  768. distclean-compile:
  769. -rm -f *.tab.c
  770. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32c.Plo@am__quote@
  771. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libluksmeta.Plo@am__quote@
  772. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/luksmeta.Po@am__quote@
  773. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-crc32c.Po@am__quote@
  774. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-lm-assumptions.Po@am__quote@
  775. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-lm-big.Po@am__quote@
  776. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-lm-init.Po@am__quote@
  777. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-lm-one.Po@am__quote@
  778. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-lm-two.Po@am__quote@
  779. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Plo@am__quote@
  780. .c.o:
  781. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  782. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  783. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  784. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  785. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  786. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  787. .c.obj:
  788. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  789. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  790. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  791. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  792. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  793. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  794. .c.lo:
  795. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  796. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  797. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  798. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  799. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  800. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  801. mostlyclean-libtool:
  802. -rm -f *.lo
  803. clean-libtool:
  804. -rm -rf .libs _libs
  805. distclean-libtool:
  806. -rm -f libtool config.lt
  807. install-man8: $(man8_MANS)
  808. @$(NORMAL_INSTALL)
  809. @list1='$(man8_MANS)'; \
  810. list2=''; \
  811. test -n "$(man8dir)" \
  812. && test -n "`echo $$list1$$list2`" \
  813. || exit 0; \
  814. echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
  815. $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
  816. { for i in $$list1; do echo "$$i"; done; \
  817. if test -n "$$list2"; then \
  818. for i in $$list2; do echo "$$i"; done \
  819. | sed -n '/\.8[a-z]*$$/p'; \
  820. fi; \
  821. } | while read p; do \
  822. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  823. echo "$$d$$p"; echo "$$p"; \
  824. done | \
  825. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
  826. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  827. sed 'N;N;s,\n, ,g' | { \
  828. list=; while read file base inst; do \
  829. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  830. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
  831. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
  832. fi; \
  833. done; \
  834. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  835. while read files; do \
  836. test -z "$$files" || { \
  837. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
  838. $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
  839. done; }
  840. uninstall-man8:
  841. @$(NORMAL_UNINSTALL)
  842. @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
  843. files=`{ for i in $$list; do echo "$$i"; done; \
  844. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
  845. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  846. dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
  847. install-pkgconfigDATA: $(pkgconfig_DATA)
  848. @$(NORMAL_INSTALL)
  849. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  850. if test -n "$$list"; then \
  851. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  852. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  853. fi; \
  854. for p in $$list; do \
  855. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  856. echo "$$d$$p"; \
  857. done | $(am__base_list) | \
  858. while read files; do \
  859. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  860. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  861. done
  862. uninstall-pkgconfigDATA:
  863. @$(NORMAL_UNINSTALL)
  864. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  865. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  866. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  867. install-includeHEADERS: $(include_HEADERS)
  868. @$(NORMAL_INSTALL)
  869. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  870. if test -n "$$list"; then \
  871. echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
  872. $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
  873. fi; \
  874. for p in $$list; do \
  875. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  876. echo "$$d$$p"; \
  877. done | $(am__base_list) | \
  878. while read files; do \
  879. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  880. $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  881. done
  882. uninstall-includeHEADERS:
  883. @$(NORMAL_UNINSTALL)
  884. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  885. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  886. dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
  887. ID: $(am__tagged_files)
  888. $(am__define_uniq_tagged_files); mkid -fID $$unique
  889. tags: tags-am
  890. TAGS: tags
  891. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  892. set x; \
  893. here=`pwd`; \
  894. $(am__define_uniq_tagged_files); \
  895. shift; \
  896. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  897. test -n "$$unique" || unique=$$empty_fix; \
  898. if test $$# -gt 0; then \
  899. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  900. "$$@" $$unique; \
  901. else \
  902. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  903. $$unique; \
  904. fi; \
  905. fi
  906. ctags: ctags-am
  907. CTAGS: ctags
  908. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  909. $(am__define_uniq_tagged_files); \
  910. test -z "$(CTAGS_ARGS)$$unique" \
  911. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  912. $$unique
  913. GTAGS:
  914. here=`$(am__cd) $(top_builddir) && pwd` \
  915. && $(am__cd) $(top_srcdir) \
  916. && gtags -i $(GTAGS_ARGS) "$$here"
  917. cscope: cscope.files
  918. test ! -s cscope.files \
  919. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  920. clean-cscope:
  921. -rm -f cscope.files
  922. cscope.files: clean-cscope cscopelist
  923. cscopelist: cscopelist-am
  924. cscopelist-am: $(am__tagged_files)
  925. list='$(am__tagged_files)'; \
  926. case "$(srcdir)" in \
  927. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  928. *) sdir=$(subdir)/$(srcdir) ;; \
  929. esac; \
  930. for i in $$list; do \
  931. if test -f "$$i"; then \
  932. echo "$(subdir)/$$i"; \
  933. else \
  934. echo "$$sdir/$$i"; \
  935. fi; \
  936. done >> $(top_builddir)/cscope.files
  937. distclean-tags:
  938. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  939. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  940. # Recover from deleted '.trs' file; this should ensure that
  941. # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
  942. # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
  943. # to avoid problems with "make -n".
  944. .log.trs:
  945. rm -f $< $@
  946. $(MAKE) $(AM_MAKEFLAGS) $<
  947. # Leading 'am--fnord' is there to ensure the list of targets does not
  948. # expand to empty, as could happen e.g. with make check TESTS=''.
  949. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
  950. am--force-recheck:
  951. @:
  952. $(TEST_SUITE_LOG): $(TEST_LOGS)
  953. @$(am__set_TESTS_bases); \
  954. am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
  955. redo_bases=`for i in $$bases; do \
  956. am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
  957. done`; \
  958. if test -n "$$redo_bases"; then \
  959. redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
  960. redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
  961. if $(am__make_dryrun); then :; else \
  962. rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
  963. fi; \
  964. fi; \
  965. if test -n "$$am__remaking_logs"; then \
  966. echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
  967. "recursion detected" >&2; \
  968. elif test -n "$$redo_logs"; then \
  969. am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
  970. fi; \
  971. if $(am__make_dryrun); then :; else \
  972. st=0; \
  973. errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
  974. for i in $$redo_bases; do \
  975. test -f $$i.trs && test -r $$i.trs \
  976. || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
  977. test -f $$i.log && test -r $$i.log \
  978. || { echo "$$errmsg $$i.log" >&2; st=1; }; \
  979. done; \
  980. test $$st -eq 0 || exit 1; \
  981. fi
  982. @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
  983. ws='[ ]'; \
  984. results=`for b in $$bases; do echo $$b.trs; done`; \
  985. test -n "$$results" || results=/dev/null; \
  986. all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
  987. pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
  988. fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
  989. skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
  990. xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
  991. xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
  992. error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
  993. if test `expr $$fail + $$xpass + $$error` -eq 0; then \
  994. success=true; \
  995. else \
  996. success=false; \
  997. fi; \
  998. br='==================='; br=$$br$$br$$br$$br; \
  999. result_count () \
  1000. { \
  1001. if test x"$$1" = x"--maybe-color"; then \
  1002. maybe_colorize=yes; \
  1003. elif test x"$$1" = x"--no-color"; then \
  1004. maybe_colorize=no; \
  1005. else \
  1006. echo "$@: invalid 'result_count' usage" >&2; exit 4; \
  1007. fi; \
  1008. shift; \
  1009. desc=$$1 count=$$2; \
  1010. if test $$maybe_colorize = yes && test $$count -gt 0; then \
  1011. color_start=$$3 color_end=$$std; \
  1012. else \
  1013. color_start= color_end=; \
  1014. fi; \
  1015. echo "$${color_start}# $$desc $$count$${color_end}"; \
  1016. }; \
  1017. create_testsuite_report () \
  1018. { \
  1019. result_count $$1 "TOTAL:" $$all "$$brg"; \
  1020. result_count $$1 "PASS: " $$pass "$$grn"; \
  1021. result_count $$1 "SKIP: " $$skip "$$blu"; \
  1022. result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
  1023. result_count $$1 "FAIL: " $$fail "$$red"; \
  1024. result_count $$1 "XPASS:" $$xpass "$$red"; \
  1025. result_count $$1 "ERROR:" $$error "$$mgn"; \
  1026. }; \
  1027. { \
  1028. echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
  1029. $(am__rst_title); \
  1030. create_testsuite_report --no-color; \
  1031. echo; \
  1032. echo ".. contents:: :depth: 2"; \
  1033. echo; \
  1034. for b in $$bases; do echo $$b; done \
  1035. | $(am__create_global_log); \
  1036. } >$(TEST_SUITE_LOG).tmp || exit 1; \
  1037. mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
  1038. if $$success; then \
  1039. col="$$grn"; \
  1040. else \
  1041. col="$$red"; \
  1042. test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
  1043. fi; \
  1044. echo "$${col}$$br$${std}"; \
  1045. echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
  1046. echo "$${col}$$br$${std}"; \
  1047. create_testsuite_report --maybe-color; \
  1048. echo "$$col$$br$$std"; \
  1049. if $$success; then :; else \
  1050. echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
  1051. if test -n "$(PACKAGE_BUGREPORT)"; then \
  1052. echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
  1053. fi; \
  1054. echo "$$col$$br$$std"; \
  1055. fi; \
  1056. $$success || exit 1
  1057. check-TESTS:
  1058. @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
  1059. @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
  1060. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1061. @set +e; $(am__set_TESTS_bases); \
  1062. log_list=`for i in $$bases; do echo $$i.log; done`; \
  1063. trs_list=`for i in $$bases; do echo $$i.trs; done`; \
  1064. log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
  1065. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
  1066. exit $$?;
  1067. recheck: all $(check_LTLIBRARIES) $(check_PROGRAMS)
  1068. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1069. @set +e; $(am__set_TESTS_bases); \
  1070. bases=`for i in $$bases; do echo $$i; done \
  1071. | $(am__list_recheck_tests)` || exit 1; \
  1072. log_list=`for i in $$bases; do echo $$i.log; done`; \
  1073. log_list=`echo $$log_list`; \
  1074. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
  1075. am__force_recheck=am--force-recheck \
  1076. TEST_LOGS="$$log_list"; \
  1077. exit $$?
  1078. test-crc32c.log: test-crc32c$(EXEEXT)
  1079. @p='test-crc32c$(EXEEXT)'; \
  1080. b='test-crc32c'; \
  1081. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1082. --log-file $$b.log --trs-file $$b.trs \
  1083. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1084. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1085. test-lm-assumptions.log: test-lm-assumptions$(EXEEXT)
  1086. @p='test-lm-assumptions$(EXEEXT)'; \
  1087. b='test-lm-assumptions'; \
  1088. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1089. --log-file $$b.log --trs-file $$b.trs \
  1090. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1091. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1092. test-lm-init.log: test-lm-init$(EXEEXT)
  1093. @p='test-lm-init$(EXEEXT)'; \
  1094. b='test-lm-init'; \
  1095. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1096. --log-file $$b.log --trs-file $$b.trs \
  1097. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1098. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1099. test-lm-one.log: test-lm-one$(EXEEXT)
  1100. @p='test-lm-one$(EXEEXT)'; \
  1101. b='test-lm-one'; \
  1102. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1103. --log-file $$b.log --trs-file $$b.trs \
  1104. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1105. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1106. test-lm-two.log: test-lm-two$(EXEEXT)
  1107. @p='test-lm-two$(EXEEXT)'; \
  1108. b='test-lm-two'; \
  1109. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1110. --log-file $$b.log --trs-file $$b.trs \
  1111. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1112. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1113. test-lm-big.log: test-lm-big$(EXEEXT)
  1114. @p='test-lm-big$(EXEEXT)'; \
  1115. b='test-lm-big'; \
  1116. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1117. --log-file $$b.log --trs-file $$b.trs \
  1118. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1119. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1120. test-luksmeta.log: test-luksmeta
  1121. @p='test-luksmeta'; \
  1122. b='test-luksmeta'; \
  1123. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1124. --log-file $$b.log --trs-file $$b.trs \
  1125. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1126. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1127. .test.log:
  1128. @p='$<'; \
  1129. $(am__set_b); \
  1130. $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  1131. --log-file $$b.log --trs-file $$b.trs \
  1132. $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  1133. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1134. @am__EXEEXT_TRUE@.test$(EXEEXT).log:
  1135. @am__EXEEXT_TRUE@ @p='$<'; \
  1136. @am__EXEEXT_TRUE@ $(am__set_b); \
  1137. @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  1138. @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
  1139. @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  1140. @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
  1141. distdir: $(DISTFILES)
  1142. $(am__remove_distdir)
  1143. test -d "$(distdir)" || mkdir "$(distdir)"
  1144. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1145. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1146. list='$(DISTFILES)'; \
  1147. dist_files=`for file in $$list; do echo $$file; done | \
  1148. sed -e "s|^$$srcdirstrip/||;t" \
  1149. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  1150. case $$dist_files in \
  1151. */*) $(MKDIR_P) `echo "$$dist_files" | \
  1152. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  1153. sort -u` ;; \
  1154. esac; \
  1155. for file in $$dist_files; do \
  1156. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  1157. if test -d $$d/$$file; then \
  1158. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  1159. if test -d "$(distdir)/$$file"; then \
  1160. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1161. fi; \
  1162. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  1163. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  1164. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1165. fi; \
  1166. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  1167. else \
  1168. test -f "$(distdir)/$$file" \
  1169. || cp -p $$d/$$file "$(distdir)/$$file" \
  1170. || exit 1; \
  1171. fi; \
  1172. done
  1173. -test -n "$(am__skip_mode_fix)" \
  1174. || find "$(distdir)" -type d ! -perm -755 \
  1175. -exec chmod u+rwx,go+rx {} \; -o \
  1176. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  1177. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  1178. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  1179. || chmod -R a+r "$(distdir)"
  1180. dist-gzip: distdir
  1181. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  1182. $(am__post_remove_distdir)
  1183. dist-bzip2: distdir
  1184. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  1185. $(am__post_remove_distdir)
  1186. dist-lzip: distdir
  1187. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  1188. $(am__post_remove_distdir)
  1189. dist-xz: distdir
  1190. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  1191. $(am__post_remove_distdir)
  1192. dist-tarZ: distdir
  1193. @echo WARNING: "Support for distribution archives compressed with" \
  1194. "legacy program 'compress' is deprecated." >&2
  1195. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  1196. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  1197. $(am__post_remove_distdir)
  1198. dist-shar: distdir
  1199. @echo WARNING: "Support for shar distribution archives is" \
  1200. "deprecated." >&2
  1201. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  1202. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  1203. $(am__post_remove_distdir)
  1204. dist-zip: distdir
  1205. -rm -f $(distdir).zip
  1206. zip -rq $(distdir).zip $(distdir)
  1207. $(am__post_remove_distdir)
  1208. dist dist-all:
  1209. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  1210. $(am__post_remove_distdir)
  1211. # This target untars the dist file and tries a VPATH configuration. Then
  1212. # it guarantees that the distribution is self-contained by making another
  1213. # tarfile.
  1214. distcheck: dist
  1215. case '$(DIST_ARCHIVES)' in \
  1216. *.tar.gz*) \
  1217. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  1218. *.tar.bz2*) \
  1219. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  1220. *.tar.lz*) \
  1221. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  1222. *.tar.xz*) \
  1223. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  1224. *.tar.Z*) \
  1225. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  1226. *.shar.gz*) \
  1227. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  1228. *.zip*) \
  1229. unzip $(distdir).zip ;;\
  1230. esac
  1231. chmod -R a-w $(distdir)
  1232. chmod u+w $(distdir)
  1233. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  1234. chmod a-w $(distdir)
  1235. test -d $(distdir)/_build || exit 0; \
  1236. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  1237. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  1238. && am__cwd=`pwd` \
  1239. && $(am__cd) $(distdir)/_build/sub \
  1240. && ../../configure \
  1241. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  1242. $(DISTCHECK_CONFIGURE_FLAGS) \
  1243. --srcdir=../.. --prefix="$$dc_install_base" \
  1244. && $(MAKE) $(AM_MAKEFLAGS) \
  1245. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  1246. && $(MAKE) $(AM_MAKEFLAGS) check \
  1247. && $(MAKE) $(AM_MAKEFLAGS) install \
  1248. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  1249. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  1250. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  1251. distuninstallcheck \
  1252. && chmod -R a-w "$$dc_install_base" \
  1253. && ({ \
  1254. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  1255. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  1256. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  1257. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  1258. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  1259. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  1260. && rm -rf "$$dc_destdir" \
  1261. && $(MAKE) $(AM_MAKEFLAGS) dist \
  1262. && rm -rf $(DIST_ARCHIVES) \
  1263. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  1264. && cd "$$am__cwd" \
  1265. || exit 1
  1266. $(am__post_remove_distdir)
  1267. @(echo "$(distdir) archives ready for distribution: "; \
  1268. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  1269. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  1270. distuninstallcheck:
  1271. @test -n '$(distuninstallcheck_dir)' || { \
  1272. echo 'ERROR: trying to run $@ with an empty' \
  1273. '$$(distuninstallcheck_dir)' >&2; \
  1274. exit 1; \
  1275. }; \
  1276. $(am__cd) '$(distuninstallcheck_dir)' || { \
  1277. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  1278. exit 1; \
  1279. }; \
  1280. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  1281. || { echo "ERROR: files left after uninstall:" ; \
  1282. if test -n "$(DESTDIR)"; then \
  1283. echo " (check DESTDIR support)"; \
  1284. fi ; \
  1285. $(distuninstallcheck_listfiles) ; \
  1286. exit 1; } >&2
  1287. distcleancheck: distclean
  1288. @if test '$(srcdir)' = . ; then \
  1289. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  1290. exit 1 ; \
  1291. fi
  1292. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  1293. || { echo "ERROR: files left in build directory after distclean:" ; \
  1294. $(distcleancheck_listfiles) ; \
  1295. exit 1; } >&2
  1296. check-am: all-am
  1297. $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS)
  1298. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  1299. check: $(BUILT_SOURCES)
  1300. $(MAKE) $(AM_MAKEFLAGS) check-am
  1301. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS)
  1302. install-binPROGRAMS: install-libLTLIBRARIES
  1303. installdirs:
  1304. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
  1305. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  1306. done
  1307. install: $(BUILT_SOURCES)
  1308. $(MAKE) $(AM_MAKEFLAGS) install-am
  1309. install-exec: install-exec-am
  1310. install-data: install-data-am
  1311. uninstall: uninstall-am
  1312. install-am: all-am
  1313. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1314. installcheck: installcheck-am
  1315. install-strip:
  1316. if test -z '$(STRIP)'; then \
  1317. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1318. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1319. install; \
  1320. else \
  1321. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1322. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1323. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  1324. fi
  1325. mostlyclean-generic:
  1326. -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
  1327. -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
  1328. -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1329. clean-generic:
  1330. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  1331. distclean-generic:
  1332. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1333. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  1334. maintainer-clean-generic:
  1335. @echo "This command is intended for maintainers to use"
  1336. @echo "it deletes files that may require special tools to rebuild."
  1337. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  1338. clean: clean-am
  1339. clean-am: clean-binPROGRAMS clean-checkLTLIBRARIES clean-checkPROGRAMS \
  1340. clean-generic clean-libLTLIBRARIES clean-libtool \
  1341. clean-noinstLTLIBRARIES mostlyclean-am
  1342. distclean: distclean-am
  1343. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1344. -rm -rf ./$(DEPDIR)
  1345. -rm -f Makefile
  1346. distclean-am: clean-am distclean-compile distclean-generic \
  1347. distclean-libtool distclean-tags
  1348. dvi: dvi-am
  1349. dvi-am:
  1350. html: html-am
  1351. html-am:
  1352. info: info-am
  1353. info-am:
  1354. install-data-am: install-includeHEADERS install-man \
  1355. install-pkgconfigDATA
  1356. install-dvi: install-dvi-am
  1357. install-dvi-am:
  1358. install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
  1359. install-html: install-html-am
  1360. install-html-am:
  1361. install-info: install-info-am
  1362. install-info-am:
  1363. install-man: install-man8
  1364. install-pdf: install-pdf-am
  1365. install-pdf-am:
  1366. install-ps: install-ps-am
  1367. install-ps-am:
  1368. installcheck-am:
  1369. maintainer-clean: maintainer-clean-am
  1370. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1371. -rm -rf $(top_srcdir)/autom4te.cache
  1372. -rm -rf ./$(DEPDIR)
  1373. -rm -f Makefile
  1374. maintainer-clean-am: distclean-am maintainer-clean-generic
  1375. mostlyclean: mostlyclean-am
  1376. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  1377. mostlyclean-libtool
  1378. pdf: pdf-am
  1379. pdf-am:
  1380. ps: ps-am
  1381. ps-am:
  1382. uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
  1383. uninstall-libLTLIBRARIES uninstall-man uninstall-pkgconfigDATA
  1384. uninstall-man: uninstall-man8
  1385. .MAKE: all check check-am install install-am install-strip
  1386. .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
  1387. check-am clean clean-binPROGRAMS clean-checkLTLIBRARIES \
  1388. clean-checkPROGRAMS clean-cscope clean-generic \
  1389. clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
  1390. cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
  1391. dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
  1392. distcheck distclean distclean-compile distclean-generic \
  1393. distclean-libtool distclean-tags distcleancheck distdir \
  1394. distuninstallcheck dvi dvi-am html html-am info info-am \
  1395. install install-am install-binPROGRAMS install-data \
  1396. install-data-am install-dvi install-dvi-am install-exec \
  1397. install-exec-am install-html install-html-am \
  1398. install-includeHEADERS install-info install-info-am \
  1399. install-libLTLIBRARIES install-man install-man8 install-pdf \
  1400. install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
  1401. install-strip installcheck installcheck-am installdirs \
  1402. maintainer-clean maintainer-clean-generic mostlyclean \
  1403. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  1404. pdf pdf-am ps ps-am recheck tags tags-am uninstall \
  1405. uninstall-am uninstall-binPROGRAMS uninstall-includeHEADERS \
  1406. uninstall-libLTLIBRARIES uninstall-man uninstall-man8 \
  1407. uninstall-pkgconfigDATA
  1408. .PRECIOUS: Makefile
  1409. @HAVE_A2X_TRUE@$(top_builddir)/%.roff: %.adoc
  1410. @HAVE_A2X_TRUE@ $(MKDIR_P) $$(dirname $@)
  1411. @HAVE_A2X_TRUE@ $(A2X) -v -f manpage $^ -D $(top_builddir)/$$(dirname $@)
  1412. @HAVE_A2X_TRUE@ $(INSTALL) -m 644 $(top_builddir)/$(@:.roff=) $(top_builddir)/$@
  1413. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1414. # Otherwise a system limit (for SysV at least) may be exceeded.
  1415. .NOEXPORT: