Makefile.in 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924
  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-tpm2.1 \
  365. doc/clevis-encrypt-sss.1 \
  366. doc/clevis-luks-unlock.1 \
  367. doc/clevis-luks-bind.1 \
  368. doc/clevis-decrypt.1 \
  369. doc/clevis.1
  370. dist_man7_MANS = \
  371. doc/clevis-luks-unlockers.7
  372. all: all-recursive
  373. .SUFFIXES:
  374. am--refresh: Makefile
  375. @:
  376. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  377. @for dep in $?; do \
  378. case '$(am__configure_deps)' in \
  379. *$$dep*) \
  380. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  381. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  382. && exit 0; \
  383. exit 1;; \
  384. esac; \
  385. done; \
  386. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  387. $(am__cd) $(top_srcdir) && \
  388. $(AUTOMAKE) --foreign Makefile
  389. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  390. @case '$?' in \
  391. *config.status*) \
  392. echo ' $(SHELL) ./config.status'; \
  393. $(SHELL) ./config.status;; \
  394. *) \
  395. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  396. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  397. esac;
  398. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  399. $(SHELL) ./config.status --recheck
  400. $(top_srcdir)/configure: $(am__configure_deps)
  401. $(am__cd) $(srcdir) && $(AUTOCONF)
  402. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  403. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  404. $(am__aclocal_m4_deps):
  405. install-man1: $(dist_man1_MANS)
  406. @$(NORMAL_INSTALL)
  407. @list1='$(dist_man1_MANS)'; \
  408. list2=''; \
  409. test -n "$(man1dir)" \
  410. && test -n "`echo $$list1$$list2`" \
  411. || exit 0; \
  412. echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
  413. $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
  414. { for i in $$list1; do echo "$$i"; done; \
  415. if test -n "$$list2"; then \
  416. for i in $$list2; do echo "$$i"; done \
  417. | sed -n '/\.1[a-z]*$$/p'; \
  418. fi; \
  419. } | while read p; do \
  420. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  421. echo "$$d$$p"; echo "$$p"; \
  422. done | \
  423. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  424. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  425. sed 'N;N;s,\n, ,g' | { \
  426. list=; while read file base inst; do \
  427. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  428. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  429. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  430. fi; \
  431. done; \
  432. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  433. while read files; do \
  434. test -z "$$files" || { \
  435. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  436. $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  437. done; }
  438. uninstall-man1:
  439. @$(NORMAL_UNINSTALL)
  440. @list='$(dist_man1_MANS)'; test -n "$(man1dir)" || exit 0; \
  441. files=`{ for i in $$list; do echo "$$i"; done; \
  442. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  443. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  444. dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
  445. install-man7: $(dist_man7_MANS)
  446. @$(NORMAL_INSTALL)
  447. @list1='$(dist_man7_MANS)'; \
  448. list2=''; \
  449. test -n "$(man7dir)" \
  450. && test -n "`echo $$list1$$list2`" \
  451. || exit 0; \
  452. echo " $(MKDIR_P) '$(DESTDIR)$(man7dir)'"; \
  453. $(MKDIR_P) "$(DESTDIR)$(man7dir)" || exit 1; \
  454. { for i in $$list1; do echo "$$i"; done; \
  455. if test -n "$$list2"; then \
  456. for i in $$list2; do echo "$$i"; done \
  457. | sed -n '/\.7[a-z]*$$/p'; \
  458. fi; \
  459. } | while read p; do \
  460. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  461. echo "$$d$$p"; echo "$$p"; \
  462. done | \
  463. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
  464. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  465. sed 'N;N;s,\n, ,g' | { \
  466. list=; while read file base inst; do \
  467. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  468. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
  469. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \
  470. fi; \
  471. done; \
  472. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  473. while read files; do \
  474. test -z "$$files" || { \
  475. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \
  476. $(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \
  477. done; }
  478. uninstall-man7:
  479. @$(NORMAL_UNINSTALL)
  480. @list='$(dist_man7_MANS)'; test -n "$(man7dir)" || exit 0; \
  481. files=`{ for i in $$list; do echo "$$i"; done; \
  482. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
  483. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  484. dir='$(DESTDIR)$(man7dir)'; $(am__uninstall_files_from_dir)
  485. # This directory's subdirectories are mostly independent; you can cd
  486. # into them and run 'make' without going through this Makefile.
  487. # To change the values of 'make' variables: instead of editing Makefiles,
  488. # (1) if the variable is set in 'config.status', edit 'config.status'
  489. # (which will cause the Makefiles to be regenerated when you run 'make');
  490. # (2) otherwise, pass the desired values on the 'make' command line.
  491. $(am__recursive_targets):
  492. @fail=; \
  493. if $(am__make_keepgoing); then \
  494. failcom='fail=yes'; \
  495. else \
  496. failcom='exit 1'; \
  497. fi; \
  498. dot_seen=no; \
  499. target=`echo $@ | sed s/-recursive//`; \
  500. case "$@" in \
  501. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  502. *) list='$(SUBDIRS)' ;; \
  503. esac; \
  504. for subdir in $$list; do \
  505. echo "Making $$target in $$subdir"; \
  506. if test "$$subdir" = "."; then \
  507. dot_seen=yes; \
  508. local_target="$$target-am"; \
  509. else \
  510. local_target="$$target"; \
  511. fi; \
  512. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  513. || eval $$failcom; \
  514. done; \
  515. if test "$$dot_seen" = "no"; then \
  516. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  517. fi; test -z "$$fail"
  518. ID: $(am__tagged_files)
  519. $(am__define_uniq_tagged_files); mkid -fID $$unique
  520. tags: tags-recursive
  521. TAGS: tags
  522. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  523. set x; \
  524. here=`pwd`; \
  525. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  526. include_option=--etags-include; \
  527. empty_fix=.; \
  528. else \
  529. include_option=--include; \
  530. empty_fix=; \
  531. fi; \
  532. list='$(SUBDIRS)'; for subdir in $$list; do \
  533. if test "$$subdir" = .; then :; else \
  534. test ! -f $$subdir/TAGS || \
  535. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  536. fi; \
  537. done; \
  538. $(am__define_uniq_tagged_files); \
  539. shift; \
  540. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  541. test -n "$$unique" || unique=$$empty_fix; \
  542. if test $$# -gt 0; then \
  543. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  544. "$$@" $$unique; \
  545. else \
  546. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  547. $$unique; \
  548. fi; \
  549. fi
  550. ctags: ctags-recursive
  551. CTAGS: ctags
  552. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  553. $(am__define_uniq_tagged_files); \
  554. test -z "$(CTAGS_ARGS)$$unique" \
  555. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  556. $$unique
  557. GTAGS:
  558. here=`$(am__cd) $(top_builddir) && pwd` \
  559. && $(am__cd) $(top_srcdir) \
  560. && gtags -i $(GTAGS_ARGS) "$$here"
  561. cscope: cscope.files
  562. test ! -s cscope.files \
  563. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  564. clean-cscope:
  565. -rm -f cscope.files
  566. cscope.files: clean-cscope cscopelist
  567. cscopelist: cscopelist-recursive
  568. cscopelist-am: $(am__tagged_files)
  569. list='$(am__tagged_files)'; \
  570. case "$(srcdir)" in \
  571. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  572. *) sdir=$(subdir)/$(srcdir) ;; \
  573. esac; \
  574. for i in $$list; do \
  575. if test -f "$$i"; then \
  576. echo "$(subdir)/$$i"; \
  577. else \
  578. echo "$$sdir/$$i"; \
  579. fi; \
  580. done >> $(top_builddir)/cscope.files
  581. distclean-tags:
  582. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  583. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  584. distdir: $(DISTFILES)
  585. $(am__remove_distdir)
  586. test -d "$(distdir)" || mkdir "$(distdir)"
  587. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  588. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  589. list='$(DISTFILES)'; \
  590. dist_files=`for file in $$list; do echo $$file; done | \
  591. sed -e "s|^$$srcdirstrip/||;t" \
  592. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  593. case $$dist_files in \
  594. */*) $(MKDIR_P) `echo "$$dist_files" | \
  595. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  596. sort -u` ;; \
  597. esac; \
  598. for file in $$dist_files; do \
  599. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  600. if test -d $$d/$$file; then \
  601. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  602. if test -d "$(distdir)/$$file"; then \
  603. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  604. fi; \
  605. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  606. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  607. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  608. fi; \
  609. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  610. else \
  611. test -f "$(distdir)/$$file" \
  612. || cp -p $$d/$$file "$(distdir)/$$file" \
  613. || exit 1; \
  614. fi; \
  615. done
  616. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  617. if test "$$subdir" = .; then :; else \
  618. $(am__make_dryrun) \
  619. || test -d "$(distdir)/$$subdir" \
  620. || $(MKDIR_P) "$(distdir)/$$subdir" \
  621. || exit 1; \
  622. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  623. $(am__relativize); \
  624. new_distdir=$$reldir; \
  625. dir1=$$subdir; dir2="$(top_distdir)"; \
  626. $(am__relativize); \
  627. new_top_distdir=$$reldir; \
  628. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  629. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  630. ($(am__cd) $$subdir && \
  631. $(MAKE) $(AM_MAKEFLAGS) \
  632. top_distdir="$$new_top_distdir" \
  633. distdir="$$new_distdir" \
  634. am__remove_distdir=: \
  635. am__skip_length_check=: \
  636. am__skip_mode_fix=: \
  637. distdir) \
  638. || exit 1; \
  639. fi; \
  640. done
  641. -test -n "$(am__skip_mode_fix)" \
  642. || find "$(distdir)" -type d ! -perm -755 \
  643. -exec chmod u+rwx,go+rx {} \; -o \
  644. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  645. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  646. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  647. || chmod -R a+r "$(distdir)"
  648. dist-gzip: distdir
  649. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  650. $(am__post_remove_distdir)
  651. dist-bzip2: distdir
  652. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  653. $(am__post_remove_distdir)
  654. dist-lzip: distdir
  655. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  656. $(am__post_remove_distdir)
  657. dist-xz: distdir
  658. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  659. $(am__post_remove_distdir)
  660. dist-tarZ: distdir
  661. @echo WARNING: "Support for distribution archives compressed with" \
  662. "legacy program 'compress' is deprecated." >&2
  663. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  664. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  665. $(am__post_remove_distdir)
  666. dist-shar: distdir
  667. @echo WARNING: "Support for shar distribution archives is" \
  668. "deprecated." >&2
  669. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  670. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  671. $(am__post_remove_distdir)
  672. dist-zip: distdir
  673. -rm -f $(distdir).zip
  674. zip -rq $(distdir).zip $(distdir)
  675. $(am__post_remove_distdir)
  676. dist dist-all:
  677. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  678. $(am__post_remove_distdir)
  679. # This target untars the dist file and tries a VPATH configuration. Then
  680. # it guarantees that the distribution is self-contained by making another
  681. # tarfile.
  682. distcheck: dist
  683. case '$(DIST_ARCHIVES)' in \
  684. *.tar.gz*) \
  685. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  686. *.tar.bz2*) \
  687. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  688. *.tar.lz*) \
  689. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  690. *.tar.xz*) \
  691. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  692. *.tar.Z*) \
  693. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  694. *.shar.gz*) \
  695. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  696. *.zip*) \
  697. unzip $(distdir).zip ;;\
  698. esac
  699. chmod -R a-w $(distdir)
  700. chmod u+w $(distdir)
  701. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  702. chmod a-w $(distdir)
  703. test -d $(distdir)/_build || exit 0; \
  704. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  705. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  706. && am__cwd=`pwd` \
  707. && $(am__cd) $(distdir)/_build/sub \
  708. && ../../configure \
  709. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  710. $(DISTCHECK_CONFIGURE_FLAGS) \
  711. --srcdir=../.. --prefix="$$dc_install_base" \
  712. && $(MAKE) $(AM_MAKEFLAGS) \
  713. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  714. && $(MAKE) $(AM_MAKEFLAGS) check \
  715. && $(MAKE) $(AM_MAKEFLAGS) install \
  716. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  717. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  718. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  719. distuninstallcheck \
  720. && chmod -R a-w "$$dc_install_base" \
  721. && ({ \
  722. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  723. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  724. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  725. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  726. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  727. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  728. && rm -rf "$$dc_destdir" \
  729. && $(MAKE) $(AM_MAKEFLAGS) dist \
  730. && rm -rf $(DIST_ARCHIVES) \
  731. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  732. && cd "$$am__cwd" \
  733. || exit 1
  734. $(am__post_remove_distdir)
  735. @(echo "$(distdir) archives ready for distribution: "; \
  736. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  737. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  738. distuninstallcheck:
  739. @test -n '$(distuninstallcheck_dir)' || { \
  740. echo 'ERROR: trying to run $@ with an empty' \
  741. '$$(distuninstallcheck_dir)' >&2; \
  742. exit 1; \
  743. }; \
  744. $(am__cd) '$(distuninstallcheck_dir)' || { \
  745. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  746. exit 1; \
  747. }; \
  748. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  749. || { echo "ERROR: files left after uninstall:" ; \
  750. if test -n "$(DESTDIR)"; then \
  751. echo " (check DESTDIR support)"; \
  752. fi ; \
  753. $(distuninstallcheck_listfiles) ; \
  754. exit 1; } >&2
  755. distcleancheck: distclean
  756. @if test '$(srcdir)' = . ; then \
  757. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  758. exit 1 ; \
  759. fi
  760. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  761. || { echo "ERROR: files left in build directory after distclean:" ; \
  762. $(distcleancheck_listfiles) ; \
  763. exit 1; } >&2
  764. check-am: all-am
  765. check: check-recursive
  766. all-am: Makefile $(MANS)
  767. installdirs: installdirs-recursive
  768. installdirs-am:
  769. for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)"; do \
  770. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  771. done
  772. install: install-recursive
  773. install-exec: install-exec-recursive
  774. install-data: install-data-recursive
  775. uninstall: uninstall-recursive
  776. install-am: all-am
  777. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  778. installcheck: installcheck-recursive
  779. install-strip:
  780. if test -z '$(STRIP)'; then \
  781. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  782. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  783. install; \
  784. else \
  785. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  786. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  787. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  788. fi
  789. mostlyclean-generic:
  790. clean-generic:
  791. distclean-generic:
  792. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  793. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  794. maintainer-clean-generic:
  795. @echo "This command is intended for maintainers to use"
  796. @echo "it deletes files that may require special tools to rebuild."
  797. clean: clean-recursive
  798. clean-am: clean-generic mostlyclean-am
  799. distclean: distclean-recursive
  800. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  801. -rm -f Makefile
  802. distclean-am: clean-am distclean-generic distclean-tags
  803. dvi: dvi-recursive
  804. dvi-am:
  805. html: html-recursive
  806. html-am:
  807. info: info-recursive
  808. info-am:
  809. install-data-am: install-man
  810. install-dvi: install-dvi-recursive
  811. install-dvi-am:
  812. install-exec-am:
  813. install-html: install-html-recursive
  814. install-html-am:
  815. install-info: install-info-recursive
  816. install-info-am:
  817. install-man: install-man1 install-man7
  818. install-pdf: install-pdf-recursive
  819. install-pdf-am:
  820. install-ps: install-ps-recursive
  821. install-ps-am:
  822. installcheck-am:
  823. maintainer-clean: maintainer-clean-recursive
  824. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  825. -rm -rf $(top_srcdir)/autom4te.cache
  826. -rm -f Makefile
  827. maintainer-clean-am: distclean-am maintainer-clean-generic
  828. mostlyclean: mostlyclean-recursive
  829. mostlyclean-am: mostlyclean-generic
  830. pdf: pdf-recursive
  831. pdf-am:
  832. ps: ps-recursive
  833. ps-am:
  834. uninstall-am: uninstall-man
  835. uninstall-man: uninstall-man1 uninstall-man7
  836. .MAKE: $(am__recursive_targets) install-am install-strip
  837. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  838. am--refresh check check-am clean clean-cscope clean-generic \
  839. cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
  840. dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
  841. distcheck distclean distclean-generic distclean-tags \
  842. distcleancheck distdir distuninstallcheck dvi dvi-am html \
  843. html-am info info-am install install-am install-data \
  844. install-data-am install-dvi install-dvi-am install-exec \
  845. install-exec-am install-html install-html-am install-info \
  846. install-info-am install-man install-man1 install-man7 \
  847. install-pdf install-pdf-am install-ps install-ps-am \
  848. install-strip installcheck installcheck-am installdirs \
  849. installdirs-am maintainer-clean maintainer-clean-generic \
  850. mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
  851. tags-am uninstall uninstall-am uninstall-man uninstall-man1 \
  852. uninstall-man7
  853. .PRECIOUS: Makefile
  854. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  855. # Otherwise a system limit (for SysV at least) may be exceeded.
  856. .NOEXPORT: