Makefile.in 29 KB

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