Makefile.in 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  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 = clevis-encrypt-sss$(EXEEXT) clevis-decrypt-sss$(EXEEXT)
  88. @HAVE_TPM2_TOOLS_TRUE@am__append_1 = \
  89. @HAVE_TPM2_TOOLS_TRUE@ clevis-encrypt-tpm2 \
  90. @HAVE_TPM2_TOOLS_TRUE@ clevis-decrypt-tpm2
  91. subdir = src
  92. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  93. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  94. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  95. $(ACLOCAL_M4)
  96. DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_bin_SCRIPTS_DIST) \
  97. $(dist_check_SCRIPTS) $(am__DIST_COMMON)
  98. mkinstalldirs = $(install_sh) -d
  99. CONFIG_CLEAN_FILES =
  100. CONFIG_CLEAN_VPATH_FILES =
  101. am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"
  102. PROGRAMS = $(bin_PROGRAMS)
  103. am_clevis_decrypt_sss_OBJECTS = clevis-decrypt-sss.$(OBJEXT) \
  104. sss.$(OBJEXT)
  105. clevis_decrypt_sss_OBJECTS = $(am_clevis_decrypt_sss_OBJECTS)
  106. clevis_decrypt_sss_DEPENDENCIES =
  107. am_clevis_encrypt_sss_OBJECTS = clevis-encrypt-sss.$(OBJEXT) \
  108. sss.$(OBJEXT)
  109. clevis_encrypt_sss_OBJECTS = $(am_clevis_encrypt_sss_OBJECTS)
  110. clevis_encrypt_sss_DEPENDENCIES =
  111. am__dist_bin_SCRIPTS_DIST = clevis-encrypt-http clevis-encrypt-tang \
  112. clevis-decrypt-http clevis-decrypt-tang clevis-bind-luks \
  113. clevis-luks-unlock clevis-luks-bind clevis-luks-unbind \
  114. clevis-decrypt clevis clevis-encrypt-tpm2 clevis-decrypt-tpm2
  115. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  116. am__vpath_adj = case $$p in \
  117. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  118. *) f=$$p;; \
  119. esac;
  120. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  121. am__install_max = 40
  122. am__nobase_strip_setup = \
  123. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  124. am__nobase_strip = \
  125. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  126. am__nobase_list = $(am__nobase_strip_setup); \
  127. for p in $$list; do echo "$$p $$p"; done | \
  128. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  129. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  130. if (++n[$$2] == $(am__install_max)) \
  131. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  132. END { for (dir in files) print dir, files[dir] }'
  133. am__base_list = \
  134. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  135. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  136. am__uninstall_files_from_dir = { \
  137. test -z "$$files" \
  138. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  139. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  140. $(am__cd) "$$dir" && rm -f $$files; }; \
  141. }
  142. SCRIPTS = $(dist_bin_SCRIPTS)
  143. AM_V_P = $(am__v_P_@AM_V@)
  144. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  145. am__v_P_0 = false
  146. am__v_P_1 = :
  147. AM_V_GEN = $(am__v_GEN_@AM_V@)
  148. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  149. am__v_GEN_0 = @echo " GEN " $@;
  150. am__v_GEN_1 =
  151. AM_V_at = $(am__v_at_@AM_V@)
  152. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  153. am__v_at_0 = @
  154. am__v_at_1 =
  155. DEFAULT_INCLUDES = -I.@am__isrc@
  156. depcomp = $(SHELL) $(top_srcdir)/depcomp
  157. am__depfiles_maybe = depfiles
  158. am__mv = mv -f
  159. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  160. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  161. AM_V_CC = $(am__v_CC_@AM_V@)
  162. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  163. am__v_CC_0 = @echo " CC " $@;
  164. am__v_CC_1 =
  165. CCLD = $(CC)
  166. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  167. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  168. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  169. am__v_CCLD_0 = @echo " CCLD " $@;
  170. am__v_CCLD_1 =
  171. SOURCES = $(clevis_decrypt_sss_SOURCES) $(clevis_encrypt_sss_SOURCES)
  172. DIST_SOURCES = $(clevis_decrypt_sss_SOURCES) \
  173. $(clevis_encrypt_sss_SOURCES)
  174. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  175. ctags-recursive dvi-recursive html-recursive info-recursive \
  176. install-data-recursive install-dvi-recursive \
  177. install-exec-recursive install-html-recursive \
  178. install-info-recursive install-pdf-recursive \
  179. install-ps-recursive install-recursive installcheck-recursive \
  180. installdirs-recursive pdf-recursive ps-recursive \
  181. tags-recursive uninstall-recursive
  182. am__can_run_installinfo = \
  183. case $$AM_UPDATE_INFO_DIR in \
  184. n|no|NO) false;; \
  185. *) (install-info --version) >/dev/null 2>&1;; \
  186. esac
  187. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  188. distclean-recursive maintainer-clean-recursive
  189. am__recursive_targets = \
  190. $(RECURSIVE_TARGETS) \
  191. $(RECURSIVE_CLEAN_TARGETS) \
  192. $(am__extra_recursive_targets)
  193. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  194. distdir
  195. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  196. # Read a list of newline-separated strings from the standard input,
  197. # and print each of them once, without duplicates. Input order is
  198. # *not* preserved.
  199. am__uniquify_input = $(AWK) '\
  200. BEGIN { nonempty = 0; } \
  201. { items[$$0] = 1; nonempty = 1; } \
  202. END { if (nonempty) { for (i in items) print i; }; } \
  203. '
  204. # Make sure the list of sources is unique. This is necessary because,
  205. # e.g., the same source file might be shared among _SOURCES variables
  206. # for different programs/libraries.
  207. am__define_uniq_tagged_files = \
  208. list='$(am__tagged_files)'; \
  209. unique=`for i in $$list; do \
  210. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  211. done | $(am__uniquify_input)`
  212. ETAGS = etags
  213. CTAGS = ctags
  214. DIST_SUBDIRS = $(SUBDIRS)
  215. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  216. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  217. am__relativize = \
  218. dir0=`pwd`; \
  219. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  220. sed_rest='s,^[^/]*/*,,'; \
  221. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  222. sed_butlast='s,/*[^/]*$$,,'; \
  223. while test -n "$$dir1"; do \
  224. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  225. if test "$$first" != "."; then \
  226. if test "$$first" = ".."; then \
  227. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  228. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  229. else \
  230. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  231. if test "$$first2" = "$$first"; then \
  232. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  233. else \
  234. dir2="../$$dir2"; \
  235. fi; \
  236. dir0="$$dir0"/"$$first"; \
  237. fi; \
  238. fi; \
  239. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  240. done; \
  241. reldir="$$dir2"
  242. ACLOCAL = @ACLOCAL@
  243. AMTAR = @AMTAR@
  244. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  245. AUTOCONF = @AUTOCONF@
  246. AUTOHEADER = @AUTOHEADER@
  247. AUTOMAKE = @AUTOMAKE@
  248. AWK = @AWK@
  249. CC = @CC@
  250. CCDEPMODE = @CCDEPMODE@
  251. CFLAGS = @CFLAGS@
  252. CLEVIS_CFLAGS = @CLEVIS_CFLAGS@
  253. CLEVIS_GROUP = @CLEVIS_GROUP@
  254. CLEVIS_USER = @CLEVIS_USER@
  255. CPPFLAGS = @CPPFLAGS@
  256. CYGPATH_W = @CYGPATH_W@
  257. DEFS = @DEFS@
  258. DEPDIR = @DEPDIR@
  259. ECHO_C = @ECHO_C@
  260. ECHO_N = @ECHO_N@
  261. ECHO_T = @ECHO_T@
  262. EXEEXT = @EXEEXT@
  263. INSTALL = @INSTALL@
  264. INSTALL_DATA = @INSTALL_DATA@
  265. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  266. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  267. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  268. LDFLAGS = @LDFLAGS@
  269. LIBOBJS = @LIBOBJS@
  270. LIBS = @LIBS@
  271. LTLIBOBJS = @LTLIBOBJS@
  272. MAKEINFO = @MAKEINFO@
  273. MKDIR_P = @MKDIR_P@
  274. OBJEXT = @OBJEXT@
  275. PACKAGE = @PACKAGE@
  276. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  277. PACKAGE_NAME = @PACKAGE_NAME@
  278. PACKAGE_STRING = @PACKAGE_STRING@
  279. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  280. PACKAGE_URL = @PACKAGE_URL@
  281. PACKAGE_VERSION = @PACKAGE_VERSION@
  282. PATH_SEPARATOR = @PATH_SEPARATOR@
  283. PKG_CONFIG = @PKG_CONFIG@
  284. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  285. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  286. PWMAKE = @PWMAKE@
  287. RANLIB = @RANLIB@
  288. SD_ACTIVATE = @SD_ACTIVATE@
  289. SED = @SED@
  290. SET_MAKE = @SET_MAKE@
  291. SHELL = @SHELL@
  292. STRIP = @STRIP@
  293. TPM2_TOOLS = @TPM2_TOOLS@
  294. VERSION = @VERSION@
  295. abs_builddir = @abs_builddir@
  296. abs_srcdir = @abs_srcdir@
  297. abs_top_builddir = @abs_top_builddir@
  298. abs_top_srcdir = @abs_top_srcdir@
  299. ac_ct_CC = @ac_ct_CC@
  300. am__include = @am__include@
  301. am__leading_dot = @am__leading_dot@
  302. am__quote = @am__quote@
  303. am__tar = @am__tar@
  304. am__untar = @am__untar@
  305. audit_CFLAGS = @audit_CFLAGS@
  306. audit_LIBS = @audit_LIBS@
  307. bindir = @bindir@
  308. build = @build@
  309. build_alias = @build_alias@
  310. build_cpu = @build_cpu@
  311. build_os = @build_os@
  312. build_vendor = @build_vendor@
  313. builddir = @builddir@
  314. datadir = @datadir@
  315. datarootdir = @datarootdir@
  316. docdir = @docdir@
  317. dracut_CFLAGS = @dracut_CFLAGS@
  318. dracut_LIBS = @dracut_LIBS@
  319. dracutmodulesdir = @dracutmodulesdir@
  320. dvidir = @dvidir@
  321. exec_prefix = @exec_prefix@
  322. host = @host@
  323. host_alias = @host_alias@
  324. host_cpu = @host_cpu@
  325. host_os = @host_os@
  326. host_vendor = @host_vendor@
  327. htmldir = @htmldir@
  328. includedir = @includedir@
  329. infodir = @infodir@
  330. install_sh = @install_sh@
  331. jansson_CFLAGS = @jansson_CFLAGS@
  332. jansson_LIBS = @jansson_LIBS@
  333. jose_CFLAGS = @jose_CFLAGS@
  334. jose_LIBS = @jose_LIBS@
  335. libcrypto_CFLAGS = @libcrypto_CFLAGS@
  336. libcrypto_LIBS = @libcrypto_LIBS@
  337. libdir = @libdir@
  338. libexecdir = @libexecdir@
  339. localedir = @localedir@
  340. localstatedir = @localstatedir@
  341. luksmeta_CFLAGS = @luksmeta_CFLAGS@
  342. luksmeta_LIBS = @luksmeta_LIBS@
  343. mandir = @mandir@
  344. mkdir_p = @mkdir_p@
  345. oldincludedir = @oldincludedir@
  346. pdfdir = @pdfdir@
  347. prefix = @prefix@
  348. program_transform_name = @program_transform_name@
  349. psdir = @psdir@
  350. sbindir = @sbindir@
  351. sharedstatedir = @sharedstatedir@
  352. srcdir = @srcdir@
  353. sysconfdir = @sysconfdir@
  354. systemd_CFLAGS = @systemd_CFLAGS@
  355. systemd_LIBS = @systemd_LIBS@
  356. systemdsystemunitdir = @systemdsystemunitdir@
  357. target = @target@
  358. target_alias = @target_alias@
  359. target_cpu = @target_cpu@
  360. target_os = @target_os@
  361. target_vendor = @target_vendor@
  362. top_build_prefix = @top_build_prefix@
  363. top_builddir = @top_builddir@
  364. top_srcdir = @top_srcdir@
  365. udisks2_CFLAGS = @udisks2_CFLAGS@
  366. udisks2_LIBS = @udisks2_LIBS@
  367. SUBDIRS = dracut systemd udisks2 .
  368. AM_CFLAGS = \
  369. @CLEVIS_CFLAGS@ \
  370. @jansson_CFLAGS@ \
  371. @libcrypto_CFLAGS@ \
  372. @jose_CFLAGS@
  373. dist_check_SCRIPTS = \
  374. clevis-encrypt-test \
  375. clevis-decrypt-test
  376. dist_bin_SCRIPTS = clevis-encrypt-http clevis-encrypt-tang \
  377. clevis-decrypt-http clevis-decrypt-tang clevis-bind-luks \
  378. clevis-luks-unlock clevis-luks-bind clevis-luks-unbind \
  379. clevis-decrypt clevis $(am__append_1)
  380. clevis_encrypt_sss_SOURCES = clevis-encrypt-sss.c sss.c sss.h
  381. clevis_decrypt_sss_SOURCES = clevis-decrypt-sss.c sss.c sss.h
  382. clevis_encrypt_sss_LDADD = @jose_LIBS@ @libcrypto_LIBS@
  383. clevis_decrypt_sss_LDADD = @jose_LIBS@ @libcrypto_LIBS@
  384. all: all-recursive
  385. .SUFFIXES:
  386. .SUFFIXES: .c .o .obj
  387. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  388. @for dep in $?; do \
  389. case '$(am__configure_deps)' in \
  390. *$$dep*) \
  391. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  392. && { if test -f $@; then exit 0; else break; fi; }; \
  393. exit 1;; \
  394. esac; \
  395. done; \
  396. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
  397. $(am__cd) $(top_srcdir) && \
  398. $(AUTOMAKE) --foreign src/Makefile
  399. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  400. @case '$?' in \
  401. *config.status*) \
  402. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  403. *) \
  404. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  405. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  406. esac;
  407. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  408. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  409. $(top_srcdir)/configure: $(am__configure_deps)
  410. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  411. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  412. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  413. $(am__aclocal_m4_deps):
  414. install-binPROGRAMS: $(bin_PROGRAMS)
  415. @$(NORMAL_INSTALL)
  416. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  417. if test -n "$$list"; then \
  418. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  419. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  420. fi; \
  421. for p in $$list; do echo "$$p $$p"; done | \
  422. sed 's/$(EXEEXT)$$//' | \
  423. while read p p1; do if test -f $$p \
  424. ; then echo "$$p"; echo "$$p"; else :; fi; \
  425. done | \
  426. sed -e 'p;s,.*/,,;n;h' \
  427. -e 's|.*|.|' \
  428. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  429. sed 'N;N;N;s,\n, ,g' | \
  430. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  431. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  432. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  433. else { print "f", $$3 "/" $$4, $$1; } } \
  434. END { for (d in files) print "f", d, files[d] }' | \
  435. while read type dir files; do \
  436. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  437. test -z "$$files" || { \
  438. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  439. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  440. } \
  441. ; done
  442. uninstall-binPROGRAMS:
  443. @$(NORMAL_UNINSTALL)
  444. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  445. files=`for p in $$list; do echo "$$p"; done | \
  446. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  447. -e 's/$$/$(EXEEXT)/' \
  448. `; \
  449. test -n "$$list" || exit 0; \
  450. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  451. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  452. clean-binPROGRAMS:
  453. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  454. clevis-decrypt-sss$(EXEEXT): $(clevis_decrypt_sss_OBJECTS) $(clevis_decrypt_sss_DEPENDENCIES) $(EXTRA_clevis_decrypt_sss_DEPENDENCIES)
  455. @rm -f clevis-decrypt-sss$(EXEEXT)
  456. $(AM_V_CCLD)$(LINK) $(clevis_decrypt_sss_OBJECTS) $(clevis_decrypt_sss_LDADD) $(LIBS)
  457. clevis-encrypt-sss$(EXEEXT): $(clevis_encrypt_sss_OBJECTS) $(clevis_encrypt_sss_DEPENDENCIES) $(EXTRA_clevis_encrypt_sss_DEPENDENCIES)
  458. @rm -f clevis-encrypt-sss$(EXEEXT)
  459. $(AM_V_CCLD)$(LINK) $(clevis_encrypt_sss_OBJECTS) $(clevis_encrypt_sss_LDADD) $(LIBS)
  460. install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
  461. @$(NORMAL_INSTALL)
  462. @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
  463. if test -n "$$list"; then \
  464. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  465. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  466. fi; \
  467. for p in $$list; do \
  468. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  469. if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
  470. done | \
  471. sed -e 'p;s,.*/,,;n' \
  472. -e 'h;s|.*|.|' \
  473. -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
  474. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
  475. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  476. if ($$2 == $$4) { files[d] = files[d] " " $$1; \
  477. if (++n[d] == $(am__install_max)) { \
  478. print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
  479. else { print "f", d "/" $$4, $$1 } } \
  480. END { for (d in files) print "f", d, files[d] }' | \
  481. while read type dir files; do \
  482. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  483. test -z "$$files" || { \
  484. echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  485. $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  486. } \
  487. ; done
  488. uninstall-dist_binSCRIPTS:
  489. @$(NORMAL_UNINSTALL)
  490. @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
  491. files=`for p in $$list; do echo "$$p"; done | \
  492. sed -e 's,.*/,,;$(transform)'`; \
  493. dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
  494. mostlyclean-compile:
  495. -rm -f *.$(OBJEXT)
  496. distclean-compile:
  497. -rm -f *.tab.c
  498. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clevis-decrypt-sss.Po@am__quote@
  499. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clevis-encrypt-sss.Po@am__quote@
  500. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sss.Po@am__quote@
  501. .c.o:
  502. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  503. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  504. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  505. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  506. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  507. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  508. .c.obj:
  509. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  510. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  511. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  512. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  513. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  514. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  515. # This directory's subdirectories are mostly independent; you can cd
  516. # into them and run 'make' without going through this Makefile.
  517. # To change the values of 'make' variables: instead of editing Makefiles,
  518. # (1) if the variable is set in 'config.status', edit 'config.status'
  519. # (which will cause the Makefiles to be regenerated when you run 'make');
  520. # (2) otherwise, pass the desired values on the 'make' command line.
  521. $(am__recursive_targets):
  522. @fail=; \
  523. if $(am__make_keepgoing); then \
  524. failcom='fail=yes'; \
  525. else \
  526. failcom='exit 1'; \
  527. fi; \
  528. dot_seen=no; \
  529. target=`echo $@ | sed s/-recursive//`; \
  530. case "$@" in \
  531. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  532. *) list='$(SUBDIRS)' ;; \
  533. esac; \
  534. for subdir in $$list; do \
  535. echo "Making $$target in $$subdir"; \
  536. if test "$$subdir" = "."; then \
  537. dot_seen=yes; \
  538. local_target="$$target-am"; \
  539. else \
  540. local_target="$$target"; \
  541. fi; \
  542. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  543. || eval $$failcom; \
  544. done; \
  545. if test "$$dot_seen" = "no"; then \
  546. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  547. fi; test -z "$$fail"
  548. ID: $(am__tagged_files)
  549. $(am__define_uniq_tagged_files); mkid -fID $$unique
  550. tags: tags-recursive
  551. TAGS: tags
  552. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  553. set x; \
  554. here=`pwd`; \
  555. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  556. include_option=--etags-include; \
  557. empty_fix=.; \
  558. else \
  559. include_option=--include; \
  560. empty_fix=; \
  561. fi; \
  562. list='$(SUBDIRS)'; for subdir in $$list; do \
  563. if test "$$subdir" = .; then :; else \
  564. test ! -f $$subdir/TAGS || \
  565. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  566. fi; \
  567. done; \
  568. $(am__define_uniq_tagged_files); \
  569. shift; \
  570. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  571. test -n "$$unique" || unique=$$empty_fix; \
  572. if test $$# -gt 0; then \
  573. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  574. "$$@" $$unique; \
  575. else \
  576. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  577. $$unique; \
  578. fi; \
  579. fi
  580. ctags: ctags-recursive
  581. CTAGS: ctags
  582. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  583. $(am__define_uniq_tagged_files); \
  584. test -z "$(CTAGS_ARGS)$$unique" \
  585. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  586. $$unique
  587. GTAGS:
  588. here=`$(am__cd) $(top_builddir) && pwd` \
  589. && $(am__cd) $(top_srcdir) \
  590. && gtags -i $(GTAGS_ARGS) "$$here"
  591. cscopelist: cscopelist-recursive
  592. cscopelist-am: $(am__tagged_files)
  593. list='$(am__tagged_files)'; \
  594. case "$(srcdir)" in \
  595. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  596. *) sdir=$(subdir)/$(srcdir) ;; \
  597. esac; \
  598. for i in $$list; do \
  599. if test -f "$$i"; then \
  600. echo "$(subdir)/$$i"; \
  601. else \
  602. echo "$$sdir/$$i"; \
  603. fi; \
  604. done >> $(top_builddir)/cscope.files
  605. distclean-tags:
  606. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  607. distdir: $(DISTFILES)
  608. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  609. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  610. list='$(DISTFILES)'; \
  611. dist_files=`for file in $$list; do echo $$file; done | \
  612. sed -e "s|^$$srcdirstrip/||;t" \
  613. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  614. case $$dist_files in \
  615. */*) $(MKDIR_P) `echo "$$dist_files" | \
  616. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  617. sort -u` ;; \
  618. esac; \
  619. for file in $$dist_files; do \
  620. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  621. if test -d $$d/$$file; then \
  622. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  623. if test -d "$(distdir)/$$file"; then \
  624. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  625. fi; \
  626. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  627. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  628. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  629. fi; \
  630. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  631. else \
  632. test -f "$(distdir)/$$file" \
  633. || cp -p $$d/$$file "$(distdir)/$$file" \
  634. || exit 1; \
  635. fi; \
  636. done
  637. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  638. if test "$$subdir" = .; then :; else \
  639. $(am__make_dryrun) \
  640. || test -d "$(distdir)/$$subdir" \
  641. || $(MKDIR_P) "$(distdir)/$$subdir" \
  642. || exit 1; \
  643. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  644. $(am__relativize); \
  645. new_distdir=$$reldir; \
  646. dir1=$$subdir; dir2="$(top_distdir)"; \
  647. $(am__relativize); \
  648. new_top_distdir=$$reldir; \
  649. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  650. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  651. ($(am__cd) $$subdir && \
  652. $(MAKE) $(AM_MAKEFLAGS) \
  653. top_distdir="$$new_top_distdir" \
  654. distdir="$$new_distdir" \
  655. am__remove_distdir=: \
  656. am__skip_length_check=: \
  657. am__skip_mode_fix=: \
  658. distdir) \
  659. || exit 1; \
  660. fi; \
  661. done
  662. check-am: all-am
  663. $(MAKE) $(AM_MAKEFLAGS) $(dist_check_SCRIPTS)
  664. check: check-recursive
  665. all-am: Makefile $(PROGRAMS) $(SCRIPTS)
  666. installdirs: installdirs-recursive
  667. installdirs-am:
  668. for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"; do \
  669. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  670. done
  671. install: install-recursive
  672. install-exec: install-exec-recursive
  673. install-data: install-data-recursive
  674. uninstall: uninstall-recursive
  675. install-am: all-am
  676. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  677. installcheck: installcheck-recursive
  678. install-strip:
  679. if test -z '$(STRIP)'; then \
  680. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  681. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  682. install; \
  683. else \
  684. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  685. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  686. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  687. fi
  688. mostlyclean-generic:
  689. clean-generic:
  690. distclean-generic:
  691. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  692. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  693. maintainer-clean-generic:
  694. @echo "This command is intended for maintainers to use"
  695. @echo "it deletes files that may require special tools to rebuild."
  696. clean: clean-recursive
  697. clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  698. distclean: distclean-recursive
  699. -rm -rf ./$(DEPDIR)
  700. -rm -f Makefile
  701. distclean-am: clean-am distclean-compile distclean-generic \
  702. distclean-tags
  703. dvi: dvi-recursive
  704. dvi-am:
  705. html: html-recursive
  706. html-am:
  707. info: info-recursive
  708. info-am:
  709. install-data-am:
  710. install-dvi: install-dvi-recursive
  711. install-dvi-am:
  712. install-exec-am: install-binPROGRAMS install-dist_binSCRIPTS
  713. install-html: install-html-recursive
  714. install-html-am:
  715. install-info: install-info-recursive
  716. install-info-am:
  717. install-man:
  718. install-pdf: install-pdf-recursive
  719. install-pdf-am:
  720. install-ps: install-ps-recursive
  721. install-ps-am:
  722. installcheck-am:
  723. maintainer-clean: maintainer-clean-recursive
  724. -rm -rf ./$(DEPDIR)
  725. -rm -f Makefile
  726. maintainer-clean-am: distclean-am maintainer-clean-generic
  727. mostlyclean: mostlyclean-recursive
  728. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  729. pdf: pdf-recursive
  730. pdf-am:
  731. ps: ps-recursive
  732. ps-am:
  733. uninstall-am: uninstall-binPROGRAMS uninstall-dist_binSCRIPTS
  734. .MAKE: $(am__recursive_targets) check-am install-am install-strip
  735. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  736. check-am clean clean-binPROGRAMS clean-generic cscopelist-am \
  737. ctags ctags-am distclean distclean-compile distclean-generic \
  738. distclean-tags distdir dvi dvi-am html html-am info info-am \
  739. install install-am install-binPROGRAMS install-data \
  740. install-data-am install-dist_binSCRIPTS install-dvi \
  741. install-dvi-am install-exec install-exec-am install-html \
  742. install-html-am install-info install-info-am install-man \
  743. install-pdf install-pdf-am install-ps install-ps-am \
  744. install-strip installcheck installcheck-am installdirs \
  745. installdirs-am maintainer-clean maintainer-clean-generic \
  746. mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
  747. ps ps-am tags tags-am uninstall uninstall-am \
  748. uninstall-binPROGRAMS uninstall-dist_binSCRIPTS
  749. .PRECIOUS: Makefile
  750. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  751. # Otherwise a system limit (for SysV at least) may be exceeded.
  752. .NOEXPORT: