Makefile.in 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922
  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. @HAVE_TPM2_TOOLS_TRUE@am__append_1 = \
  88. @HAVE_TPM2_TOOLS_TRUE@ doc/clevis-encrypt-tpm2.1
  89. subdir = .
  90. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  91. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  92. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  93. $(ACLOCAL_M4)
  94. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  95. $(am__configure_deps) $(am__DIST_COMMON)
  96. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  97. configure.lineno config.status.lineno
  98. mkinstalldirs = $(install_sh) -d
  99. CONFIG_CLEAN_FILES =
  100. CONFIG_CLEAN_VPATH_FILES =
  101. AM_V_P = $(am__v_P_@AM_V@)
  102. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  103. am__v_P_0 = false
  104. am__v_P_1 = :
  105. AM_V_GEN = $(am__v_GEN_@AM_V@)
  106. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  107. am__v_GEN_0 = @echo " GEN " $@;
  108. am__v_GEN_1 =
  109. AM_V_at = $(am__v_at_@AM_V@)
  110. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  111. am__v_at_0 = @
  112. am__v_at_1 =
  113. SOURCES =
  114. DIST_SOURCES =
  115. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  116. ctags-recursive dvi-recursive html-recursive info-recursive \
  117. install-data-recursive install-dvi-recursive \
  118. install-exec-recursive install-html-recursive \
  119. install-info-recursive install-pdf-recursive \
  120. install-ps-recursive install-recursive installcheck-recursive \
  121. installdirs-recursive pdf-recursive ps-recursive \
  122. tags-recursive uninstall-recursive
  123. am__can_run_installinfo = \
  124. case $$AM_UPDATE_INFO_DIR in \
  125. n|no|NO) false;; \
  126. *) (install-info --version) >/dev/null 2>&1;; \
  127. esac
  128. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  129. am__vpath_adj = case $$p in \
  130. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  131. *) f=$$p;; \
  132. esac;
  133. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  134. am__install_max = 40
  135. am__nobase_strip_setup = \
  136. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  137. am__nobase_strip = \
  138. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  139. am__nobase_list = $(am__nobase_strip_setup); \
  140. for p in $$list; do echo "$$p $$p"; done | \
  141. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  142. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  143. if (++n[$$2] == $(am__install_max)) \
  144. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  145. END { for (dir in files) print dir, files[dir] }'
  146. am__base_list = \
  147. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  148. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  149. am__uninstall_files_from_dir = { \
  150. test -z "$$files" \
  151. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  152. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  153. $(am__cd) "$$dir" && rm -f $$files; }; \
  154. }
  155. man1dir = $(mandir)/man1
  156. am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)"
  157. man7dir = $(mandir)/man7
  158. NROFF = nroff
  159. MANS = $(dist_man1_MANS) $(dist_man7_MANS)
  160. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  161. distclean-recursive maintainer-clean-recursive
  162. am__recursive_targets = \
  163. $(RECURSIVE_TARGETS) \
  164. $(RECURSIVE_CLEAN_TARGETS) \
  165. $(am__extra_recursive_targets)
  166. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  167. cscope distdir dist dist-all distcheck
  168. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  169. # Read a list of newline-separated strings from the standard input,
  170. # and print each of them once, without duplicates. Input order is
  171. # *not* preserved.
  172. am__uniquify_input = $(AWK) '\
  173. BEGIN { nonempty = 0; } \
  174. { items[$$0] = 1; nonempty = 1; } \
  175. END { if (nonempty) { for (i in items) print i; }; } \
  176. '
  177. # Make sure the list of sources is unique. This is necessary because,
  178. # e.g., the same source file might be shared among _SOURCES variables
  179. # for different programs/libraries.
  180. am__define_uniq_tagged_files = \
  181. list='$(am__tagged_files)'; \
  182. unique=`for i in $$list; do \
  183. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  184. done | $(am__uniquify_input)`
  185. ETAGS = etags
  186. CTAGS = ctags
  187. CSCOPE = cscope
  188. DIST_SUBDIRS = $(SUBDIRS)
  189. am__DIST_COMMON = $(dist_man1_MANS) $(dist_man7_MANS) \
  190. $(srcdir)/Makefile.in COPYING compile config.guess config.sub \
  191. depcomp install-sh missing
  192. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  193. distdir = $(PACKAGE)-$(VERSION)
  194. top_distdir = $(distdir)
  195. am__remove_distdir = \
  196. if test -d "$(distdir)"; then \
  197. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  198. && rm -rf "$(distdir)" \
  199. || { sleep 5 && rm -rf "$(distdir)"; }; \
  200. else :; fi
  201. am__post_remove_distdir = $(am__remove_distdir)
  202. am__relativize = \
  203. dir0=`pwd`; \
  204. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  205. sed_rest='s,^[^/]*/*,,'; \
  206. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  207. sed_butlast='s,/*[^/]*$$,,'; \
  208. while test -n "$$dir1"; do \
  209. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  210. if test "$$first" != "."; then \
  211. if test "$$first" = ".."; then \
  212. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  213. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  214. else \
  215. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  216. if test "$$first2" = "$$first"; then \
  217. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  218. else \
  219. dir2="../$$dir2"; \
  220. fi; \
  221. dir0="$$dir0"/"$$first"; \
  222. fi; \
  223. fi; \
  224. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  225. done; \
  226. reldir="$$dir2"
  227. GZIP_ENV = --best
  228. DIST_ARCHIVES = $(distdir).tar.bz2
  229. DIST_TARGETS = dist-bzip2
  230. distuninstallcheck_listfiles = find . -type f -print
  231. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  232. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  233. distcleancheck_listfiles = find . -type f -print
  234. ACLOCAL = @ACLOCAL@
  235. AMTAR = @AMTAR@
  236. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  237. AUTOCONF = @AUTOCONF@
  238. AUTOHEADER = @AUTOHEADER@
  239. AUTOMAKE = @AUTOMAKE@
  240. AWK = @AWK@
  241. CC = @CC@
  242. CCDEPMODE = @CCDEPMODE@
  243. CFLAGS = @CFLAGS@
  244. CLEVIS_CFLAGS = @CLEVIS_CFLAGS@
  245. CLEVIS_GROUP = @CLEVIS_GROUP@
  246. CLEVIS_USER = @CLEVIS_USER@
  247. CPPFLAGS = @CPPFLAGS@
  248. CYGPATH_W = @CYGPATH_W@
  249. DEFS = @DEFS@
  250. DEPDIR = @DEPDIR@
  251. ECHO_C = @ECHO_C@
  252. ECHO_N = @ECHO_N@
  253. ECHO_T = @ECHO_T@
  254. EXEEXT = @EXEEXT@
  255. INSTALL = @INSTALL@
  256. INSTALL_DATA = @INSTALL_DATA@
  257. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  258. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  259. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  260. LDFLAGS = @LDFLAGS@
  261. LIBOBJS = @LIBOBJS@
  262. LIBS = @LIBS@
  263. LTLIBOBJS = @LTLIBOBJS@
  264. MAKEINFO = @MAKEINFO@
  265. MKDIR_P = @MKDIR_P@
  266. OBJEXT = @OBJEXT@
  267. PACKAGE = @PACKAGE@
  268. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  269. PACKAGE_NAME = @PACKAGE_NAME@
  270. PACKAGE_STRING = @PACKAGE_STRING@
  271. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  272. PACKAGE_URL = @PACKAGE_URL@
  273. PACKAGE_VERSION = @PACKAGE_VERSION@
  274. PATH_SEPARATOR = @PATH_SEPARATOR@
  275. PKG_CONFIG = @PKG_CONFIG@
  276. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  277. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  278. PWMAKE = @PWMAKE@
  279. RANLIB = @RANLIB@
  280. SD_ACTIVATE = @SD_ACTIVATE@
  281. SED = @SED@
  282. SET_MAKE = @SET_MAKE@
  283. SHELL = @SHELL@
  284. STRIP = @STRIP@
  285. TPM2_TOOLS = @TPM2_TOOLS@
  286. VERSION = @VERSION@
  287. abs_builddir = @abs_builddir@
  288. abs_srcdir = @abs_srcdir@
  289. abs_top_builddir = @abs_top_builddir@
  290. abs_top_srcdir = @abs_top_srcdir@
  291. ac_ct_CC = @ac_ct_CC@
  292. am__include = @am__include@
  293. am__leading_dot = @am__leading_dot@
  294. am__quote = @am__quote@
  295. am__tar = @am__tar@
  296. am__untar = @am__untar@
  297. audit_CFLAGS = @audit_CFLAGS@
  298. audit_LIBS = @audit_LIBS@
  299. bindir = @bindir@
  300. build = @build@
  301. build_alias = @build_alias@
  302. build_cpu = @build_cpu@
  303. build_os = @build_os@
  304. build_vendor = @build_vendor@
  305. builddir = @builddir@
  306. datadir = @datadir@
  307. datarootdir = @datarootdir@
  308. docdir = @docdir@
  309. dracut_CFLAGS = @dracut_CFLAGS@
  310. dracut_LIBS = @dracut_LIBS@
  311. dracutmodulesdir = @dracutmodulesdir@
  312. dvidir = @dvidir@
  313. exec_prefix = @exec_prefix@
  314. host = @host@
  315. host_alias = @host_alias@
  316. host_cpu = @host_cpu@
  317. host_os = @host_os@
  318. host_vendor = @host_vendor@
  319. htmldir = @htmldir@
  320. includedir = @includedir@
  321. infodir = @infodir@
  322. install_sh = @install_sh@
  323. jansson_CFLAGS = @jansson_CFLAGS@
  324. jansson_LIBS = @jansson_LIBS@
  325. jose_CFLAGS = @jose_CFLAGS@
  326. jose_LIBS = @jose_LIBS@
  327. libcrypto_CFLAGS = @libcrypto_CFLAGS@
  328. libcrypto_LIBS = @libcrypto_LIBS@
  329. libdir = @libdir@
  330. libexecdir = @libexecdir@
  331. localedir = @localedir@
  332. localstatedir = @localstatedir@
  333. luksmeta_CFLAGS = @luksmeta_CFLAGS@
  334. luksmeta_LIBS = @luksmeta_LIBS@
  335. mandir = @mandir@
  336. mkdir_p = @mkdir_p@
  337. oldincludedir = @oldincludedir@
  338. pdfdir = @pdfdir@
  339. prefix = @prefix@
  340. program_transform_name = @program_transform_name@
  341. psdir = @psdir@
  342. sbindir = @sbindir@
  343. sharedstatedir = @sharedstatedir@
  344. srcdir = @srcdir@
  345. sysconfdir = @sysconfdir@
  346. systemd_CFLAGS = @systemd_CFLAGS@
  347. systemd_LIBS = @systemd_LIBS@
  348. systemdsystemunitdir = @systemdsystemunitdir@
  349. target = @target@
  350. target_alias = @target_alias@
  351. target_cpu = @target_cpu@
  352. target_os = @target_os@
  353. target_vendor = @target_vendor@
  354. top_build_prefix = @top_build_prefix@
  355. top_builddir = @top_builddir@
  356. top_srcdir = @top_srcdir@
  357. udisks2_CFLAGS = @udisks2_CFLAGS@
  358. udisks2_LIBS = @udisks2_LIBS@
  359. DISTCHECK_CONFIGURE_FLAGS = \
  360. --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \
  361. --with-dracutmodulesdir=$$dc_install_base/$(dracutmodulesdir)
  362. SUBDIRS = . src tests
  363. EXTRA_DIST = COPYING
  364. dist_man1_MANS = doc/clevis-encrypt-tang.1 doc/clevis-encrypt-http.1 \
  365. doc/clevis-encrypt-sss.1 doc/clevis-luks-unlock.1 \
  366. doc/clevis-luks-bind.1 doc/clevis-luks-unbind.1 \
  367. doc/clevis-decrypt.1 doc/clevis.1 $(am__append_1)
  368. dist_man7_MANS = \
  369. doc/clevis-luks-unlockers.7
  370. all: all-recursive
  371. .SUFFIXES:
  372. am--refresh: Makefile
  373. @:
  374. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  375. @for dep in $?; do \
  376. case '$(am__configure_deps)' in \
  377. *$$dep*) \
  378. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  379. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  380. && exit 0; \
  381. exit 1;; \
  382. esac; \
  383. done; \
  384. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  385. $(am__cd) $(top_srcdir) && \
  386. $(AUTOMAKE) --foreign Makefile
  387. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  388. @case '$?' in \
  389. *config.status*) \
  390. echo ' $(SHELL) ./config.status'; \
  391. $(SHELL) ./config.status;; \
  392. *) \
  393. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  394. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  395. esac;
  396. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  397. $(SHELL) ./config.status --recheck
  398. $(top_srcdir)/configure: $(am__configure_deps)
  399. $(am__cd) $(srcdir) && $(AUTOCONF)
  400. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  401. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  402. $(am__aclocal_m4_deps):
  403. install-man1: $(dist_man1_MANS)
  404. @$(NORMAL_INSTALL)
  405. @list1='$(dist_man1_MANS)'; \
  406. list2=''; \
  407. test -n "$(man1dir)" \
  408. && test -n "`echo $$list1$$list2`" \
  409. || exit 0; \
  410. echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
  411. $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
  412. { for i in $$list1; do echo "$$i"; done; \
  413. if test -n "$$list2"; then \
  414. for i in $$list2; do echo "$$i"; done \
  415. | sed -n '/\.1[a-z]*$$/p'; \
  416. fi; \
  417. } | while read p; do \
  418. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  419. echo "$$d$$p"; echo "$$p"; \
  420. done | \
  421. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  422. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  423. sed 'N;N;s,\n, ,g' | { \
  424. list=; while read file base inst; do \
  425. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  426. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  427. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  428. fi; \
  429. done; \
  430. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  431. while read files; do \
  432. test -z "$$files" || { \
  433. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  434. $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  435. done; }
  436. uninstall-man1:
  437. @$(NORMAL_UNINSTALL)
  438. @list='$(dist_man1_MANS)'; test -n "$(man1dir)" || exit 0; \
  439. files=`{ for i in $$list; do echo "$$i"; done; \
  440. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  441. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  442. dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
  443. install-man7: $(dist_man7_MANS)
  444. @$(NORMAL_INSTALL)
  445. @list1='$(dist_man7_MANS)'; \
  446. list2=''; \
  447. test -n "$(man7dir)" \
  448. && test -n "`echo $$list1$$list2`" \
  449. || exit 0; \
  450. echo " $(MKDIR_P) '$(DESTDIR)$(man7dir)'"; \
  451. $(MKDIR_P) "$(DESTDIR)$(man7dir)" || exit 1; \
  452. { for i in $$list1; do echo "$$i"; done; \
  453. if test -n "$$list2"; then \
  454. for i in $$list2; do echo "$$i"; done \
  455. | sed -n '/\.7[a-z]*$$/p'; \
  456. fi; \
  457. } | while read p; do \
  458. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  459. echo "$$d$$p"; echo "$$p"; \
  460. done | \
  461. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
  462. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  463. sed 'N;N;s,\n, ,g' | { \
  464. list=; while read file base inst; do \
  465. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  466. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
  467. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \
  468. fi; \
  469. done; \
  470. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  471. while read files; do \
  472. test -z "$$files" || { \
  473. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \
  474. $(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \
  475. done; }
  476. uninstall-man7:
  477. @$(NORMAL_UNINSTALL)
  478. @list='$(dist_man7_MANS)'; test -n "$(man7dir)" || exit 0; \
  479. files=`{ for i in $$list; do echo "$$i"; done; \
  480. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
  481. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  482. dir='$(DESTDIR)$(man7dir)'; $(am__uninstall_files_from_dir)
  483. # This directory's subdirectories are mostly independent; you can cd
  484. # into them and run 'make' without going through this Makefile.
  485. # To change the values of 'make' variables: instead of editing Makefiles,
  486. # (1) if the variable is set in 'config.status', edit 'config.status'
  487. # (which will cause the Makefiles to be regenerated when you run 'make');
  488. # (2) otherwise, pass the desired values on the 'make' command line.
  489. $(am__recursive_targets):
  490. @fail=; \
  491. if $(am__make_keepgoing); then \
  492. failcom='fail=yes'; \
  493. else \
  494. failcom='exit 1'; \
  495. fi; \
  496. dot_seen=no; \
  497. target=`echo $@ | sed s/-recursive//`; \
  498. case "$@" in \
  499. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  500. *) list='$(SUBDIRS)' ;; \
  501. esac; \
  502. for subdir in $$list; do \
  503. echo "Making $$target in $$subdir"; \
  504. if test "$$subdir" = "."; then \
  505. dot_seen=yes; \
  506. local_target="$$target-am"; \
  507. else \
  508. local_target="$$target"; \
  509. fi; \
  510. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  511. || eval $$failcom; \
  512. done; \
  513. if test "$$dot_seen" = "no"; then \
  514. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  515. fi; test -z "$$fail"
  516. ID: $(am__tagged_files)
  517. $(am__define_uniq_tagged_files); mkid -fID $$unique
  518. tags: tags-recursive
  519. TAGS: tags
  520. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  521. set x; \
  522. here=`pwd`; \
  523. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  524. include_option=--etags-include; \
  525. empty_fix=.; \
  526. else \
  527. include_option=--include; \
  528. empty_fix=; \
  529. fi; \
  530. list='$(SUBDIRS)'; for subdir in $$list; do \
  531. if test "$$subdir" = .; then :; else \
  532. test ! -f $$subdir/TAGS || \
  533. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  534. fi; \
  535. done; \
  536. $(am__define_uniq_tagged_files); \
  537. shift; \
  538. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  539. test -n "$$unique" || unique=$$empty_fix; \
  540. if test $$# -gt 0; then \
  541. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  542. "$$@" $$unique; \
  543. else \
  544. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  545. $$unique; \
  546. fi; \
  547. fi
  548. ctags: ctags-recursive
  549. CTAGS: ctags
  550. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  551. $(am__define_uniq_tagged_files); \
  552. test -z "$(CTAGS_ARGS)$$unique" \
  553. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  554. $$unique
  555. GTAGS:
  556. here=`$(am__cd) $(top_builddir) && pwd` \
  557. && $(am__cd) $(top_srcdir) \
  558. && gtags -i $(GTAGS_ARGS) "$$here"
  559. cscope: cscope.files
  560. test ! -s cscope.files \
  561. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  562. clean-cscope:
  563. -rm -f cscope.files
  564. cscope.files: clean-cscope cscopelist
  565. cscopelist: cscopelist-recursive
  566. cscopelist-am: $(am__tagged_files)
  567. list='$(am__tagged_files)'; \
  568. case "$(srcdir)" in \
  569. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  570. *) sdir=$(subdir)/$(srcdir) ;; \
  571. esac; \
  572. for i in $$list; do \
  573. if test -f "$$i"; then \
  574. echo "$(subdir)/$$i"; \
  575. else \
  576. echo "$$sdir/$$i"; \
  577. fi; \
  578. done >> $(top_builddir)/cscope.files
  579. distclean-tags:
  580. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  581. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  582. distdir: $(DISTFILES)
  583. $(am__remove_distdir)
  584. test -d "$(distdir)" || mkdir "$(distdir)"
  585. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  586. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  587. list='$(DISTFILES)'; \
  588. dist_files=`for file in $$list; do echo $$file; done | \
  589. sed -e "s|^$$srcdirstrip/||;t" \
  590. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  591. case $$dist_files in \
  592. */*) $(MKDIR_P) `echo "$$dist_files" | \
  593. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  594. sort -u` ;; \
  595. esac; \
  596. for file in $$dist_files; do \
  597. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  598. if test -d $$d/$$file; then \
  599. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  600. if test -d "$(distdir)/$$file"; then \
  601. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  602. fi; \
  603. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  604. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  605. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  606. fi; \
  607. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  608. else \
  609. test -f "$(distdir)/$$file" \
  610. || cp -p $$d/$$file "$(distdir)/$$file" \
  611. || exit 1; \
  612. fi; \
  613. done
  614. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  615. if test "$$subdir" = .; then :; else \
  616. $(am__make_dryrun) \
  617. || test -d "$(distdir)/$$subdir" \
  618. || $(MKDIR_P) "$(distdir)/$$subdir" \
  619. || exit 1; \
  620. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  621. $(am__relativize); \
  622. new_distdir=$$reldir; \
  623. dir1=$$subdir; dir2="$(top_distdir)"; \
  624. $(am__relativize); \
  625. new_top_distdir=$$reldir; \
  626. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  627. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  628. ($(am__cd) $$subdir && \
  629. $(MAKE) $(AM_MAKEFLAGS) \
  630. top_distdir="$$new_top_distdir" \
  631. distdir="$$new_distdir" \
  632. am__remove_distdir=: \
  633. am__skip_length_check=: \
  634. am__skip_mode_fix=: \
  635. distdir) \
  636. || exit 1; \
  637. fi; \
  638. done
  639. -test -n "$(am__skip_mode_fix)" \
  640. || find "$(distdir)" -type d ! -perm -755 \
  641. -exec chmod u+rwx,go+rx {} \; -o \
  642. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  643. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  644. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  645. || chmod -R a+r "$(distdir)"
  646. dist-gzip: distdir
  647. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  648. $(am__post_remove_distdir)
  649. dist-bzip2: distdir
  650. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  651. $(am__post_remove_distdir)
  652. dist-lzip: distdir
  653. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  654. $(am__post_remove_distdir)
  655. dist-xz: distdir
  656. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  657. $(am__post_remove_distdir)
  658. dist-tarZ: distdir
  659. @echo WARNING: "Support for distribution archives compressed with" \
  660. "legacy program 'compress' is deprecated." >&2
  661. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  662. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  663. $(am__post_remove_distdir)
  664. dist-shar: distdir
  665. @echo WARNING: "Support for shar distribution archives is" \
  666. "deprecated." >&2
  667. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  668. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  669. $(am__post_remove_distdir)
  670. dist-zip: distdir
  671. -rm -f $(distdir).zip
  672. zip -rq $(distdir).zip $(distdir)
  673. $(am__post_remove_distdir)
  674. dist dist-all:
  675. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  676. $(am__post_remove_distdir)
  677. # This target untars the dist file and tries a VPATH configuration. Then
  678. # it guarantees that the distribution is self-contained by making another
  679. # tarfile.
  680. distcheck: dist
  681. case '$(DIST_ARCHIVES)' in \
  682. *.tar.gz*) \
  683. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  684. *.tar.bz2*) \
  685. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  686. *.tar.lz*) \
  687. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  688. *.tar.xz*) \
  689. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  690. *.tar.Z*) \
  691. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  692. *.shar.gz*) \
  693. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  694. *.zip*) \
  695. unzip $(distdir).zip ;;\
  696. esac
  697. chmod -R a-w $(distdir)
  698. chmod u+w $(distdir)
  699. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  700. chmod a-w $(distdir)
  701. test -d $(distdir)/_build || exit 0; \
  702. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  703. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  704. && am__cwd=`pwd` \
  705. && $(am__cd) $(distdir)/_build/sub \
  706. && ../../configure \
  707. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  708. $(DISTCHECK_CONFIGURE_FLAGS) \
  709. --srcdir=../.. --prefix="$$dc_install_base" \
  710. && $(MAKE) $(AM_MAKEFLAGS) \
  711. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  712. && $(MAKE) $(AM_MAKEFLAGS) check \
  713. && $(MAKE) $(AM_MAKEFLAGS) install \
  714. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  715. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  716. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  717. distuninstallcheck \
  718. && chmod -R a-w "$$dc_install_base" \
  719. && ({ \
  720. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  721. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  722. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  723. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  724. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  725. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  726. && rm -rf "$$dc_destdir" \
  727. && $(MAKE) $(AM_MAKEFLAGS) dist \
  728. && rm -rf $(DIST_ARCHIVES) \
  729. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  730. && cd "$$am__cwd" \
  731. || exit 1
  732. $(am__post_remove_distdir)
  733. @(echo "$(distdir) archives ready for distribution: "; \
  734. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  735. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  736. distuninstallcheck:
  737. @test -n '$(distuninstallcheck_dir)' || { \
  738. echo 'ERROR: trying to run $@ with an empty' \
  739. '$$(distuninstallcheck_dir)' >&2; \
  740. exit 1; \
  741. }; \
  742. $(am__cd) '$(distuninstallcheck_dir)' || { \
  743. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  744. exit 1; \
  745. }; \
  746. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  747. || { echo "ERROR: files left after uninstall:" ; \
  748. if test -n "$(DESTDIR)"; then \
  749. echo " (check DESTDIR support)"; \
  750. fi ; \
  751. $(distuninstallcheck_listfiles) ; \
  752. exit 1; } >&2
  753. distcleancheck: distclean
  754. @if test '$(srcdir)' = . ; then \
  755. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  756. exit 1 ; \
  757. fi
  758. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  759. || { echo "ERROR: files left in build directory after distclean:" ; \
  760. $(distcleancheck_listfiles) ; \
  761. exit 1; } >&2
  762. check-am: all-am
  763. check: check-recursive
  764. all-am: Makefile $(MANS)
  765. installdirs: installdirs-recursive
  766. installdirs-am:
  767. for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)"; do \
  768. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  769. done
  770. install: install-recursive
  771. install-exec: install-exec-recursive
  772. install-data: install-data-recursive
  773. uninstall: uninstall-recursive
  774. install-am: all-am
  775. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  776. installcheck: installcheck-recursive
  777. install-strip:
  778. if test -z '$(STRIP)'; then \
  779. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  780. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  781. install; \
  782. else \
  783. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  784. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  785. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  786. fi
  787. mostlyclean-generic:
  788. clean-generic:
  789. distclean-generic:
  790. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  791. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  792. maintainer-clean-generic:
  793. @echo "This command is intended for maintainers to use"
  794. @echo "it deletes files that may require special tools to rebuild."
  795. clean: clean-recursive
  796. clean-am: clean-generic mostlyclean-am
  797. distclean: distclean-recursive
  798. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  799. -rm -f Makefile
  800. distclean-am: clean-am distclean-generic distclean-tags
  801. dvi: dvi-recursive
  802. dvi-am:
  803. html: html-recursive
  804. html-am:
  805. info: info-recursive
  806. info-am:
  807. install-data-am: install-man
  808. install-dvi: install-dvi-recursive
  809. install-dvi-am:
  810. install-exec-am:
  811. install-html: install-html-recursive
  812. install-html-am:
  813. install-info: install-info-recursive
  814. install-info-am:
  815. install-man: install-man1 install-man7
  816. install-pdf: install-pdf-recursive
  817. install-pdf-am:
  818. install-ps: install-ps-recursive
  819. install-ps-am:
  820. installcheck-am:
  821. maintainer-clean: maintainer-clean-recursive
  822. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  823. -rm -rf $(top_srcdir)/autom4te.cache
  824. -rm -f Makefile
  825. maintainer-clean-am: distclean-am maintainer-clean-generic
  826. mostlyclean: mostlyclean-recursive
  827. mostlyclean-am: mostlyclean-generic
  828. pdf: pdf-recursive
  829. pdf-am:
  830. ps: ps-recursive
  831. ps-am:
  832. uninstall-am: uninstall-man
  833. uninstall-man: uninstall-man1 uninstall-man7
  834. .MAKE: $(am__recursive_targets) install-am install-strip
  835. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  836. am--refresh check check-am clean clean-cscope clean-generic \
  837. cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
  838. dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
  839. distcheck distclean distclean-generic distclean-tags \
  840. distcleancheck distdir distuninstallcheck dvi dvi-am html \
  841. html-am info info-am install install-am install-data \
  842. install-data-am install-dvi install-dvi-am install-exec \
  843. install-exec-am install-html install-html-am install-info \
  844. install-info-am install-man install-man1 install-man7 \
  845. install-pdf install-pdf-am install-ps install-ps-am \
  846. install-strip installcheck installcheck-am installdirs \
  847. installdirs-am maintainer-clean maintainer-clean-generic \
  848. mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
  849. tags-am uninstall uninstall-am uninstall-man uninstall-man1 \
  850. uninstall-man7
  851. .PRECIOUS: Makefile
  852. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  853. # Otherwise a system limit (for SysV at least) may be exceeded.
  854. .NOEXPORT: