Makefile.in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  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. subdir = testing
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
  89. $(top_srcdir)/m4/config/ltoptions.m4 \
  90. $(top_srcdir)/m4/config/ltsugar.m4 \
  91. $(top_srcdir)/m4/config/ltversion.m4 \
  92. $(top_srcdir)/m4/config/lt~obsolete.m4 \
  93. $(top_srcdir)/m4/macros/split-package-version.m4 \
  94. $(top_srcdir)/m4/macros/with.m4 \
  95. $(top_srcdir)/m4/macros/enable-disable.m4 \
  96. $(top_srcdir)/m4/macros/add-plugin.m4 \
  97. $(top_srcdir)/configure.ac
  98. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  99. $(ACLOCAL_M4)
  100. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  101. mkinstalldirs = $(install_sh) -d
  102. CONFIG_HEADER = $(top_builddir)/config.h
  103. CONFIG_CLEAN_FILES =
  104. CONFIG_CLEAN_VPATH_FILES =
  105. AM_V_P = $(am__v_P_@AM_V@)
  106. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  107. am__v_P_0 = false
  108. am__v_P_1 = :
  109. AM_V_GEN = $(am__v_GEN_@AM_V@)
  110. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  111. am__v_GEN_0 = @echo " GEN " $@;
  112. am__v_GEN_1 =
  113. AM_V_at = $(am__v_at_@AM_V@)
  114. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  115. am__v_at_0 = @
  116. am__v_at_1 =
  117. SOURCES =
  118. DIST_SOURCES =
  119. am__can_run_installinfo = \
  120. case $$AM_UPDATE_INFO_DIR in \
  121. n|no|NO) false;; \
  122. *) (install-info --version) >/dev/null 2>&1;; \
  123. esac
  124. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  125. am__DIST_COMMON = $(srcdir)/Makefile.in README
  126. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  127. ACLOCAL = @ACLOCAL@
  128. ALLOCA = @ALLOCA@
  129. AMTAR = @AMTAR@
  130. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  131. AR = @AR@
  132. ATOMICLIB = @ATOMICLIB@
  133. AUTOCONF = @AUTOCONF@
  134. AUTOHEADER = @AUTOHEADER@
  135. AUTOMAKE = @AUTOMAKE@
  136. AWK = @AWK@
  137. BFDLIB = @BFDLIB@
  138. BTLIB = @BTLIB@
  139. CC = @CC@
  140. CCDEPMODE = @CCDEPMODE@
  141. CFLAGS = @CFLAGS@
  142. COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
  143. COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
  144. CPP = @CPP@
  145. CPPFLAGS = @CPPFLAGS@
  146. CYGPATH_W = @CYGPATH_W@
  147. DEFS = @DEFS@
  148. DEPDIR = @DEPDIR@
  149. DLLIB = @DLLIB@
  150. DLLTOOL = @DLLTOOL@
  151. DSYMUTIL = @DSYMUTIL@
  152. DUMPBIN = @DUMPBIN@
  153. EASY_INSTALL = @EASY_INSTALL@
  154. ECHO_C = @ECHO_C@
  155. ECHO_N = @ECHO_N@
  156. ECHO_T = @ECHO_T@
  157. EGREP = @EGREP@
  158. EXEEXT = @EXEEXT@
  159. FGREP = @FGREP@
  160. FUZZING_CFLAGS = @FUZZING_CFLAGS@
  161. FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
  162. GEM = @GEM@
  163. GENHTML = @GENHTML@
  164. GPERF = @GPERF@
  165. GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
  166. GPRBUILD = @GPRBUILD@
  167. GREP = @GREP@
  168. INSTALL = @INSTALL@
  169. INSTALL_DATA = @INSTALL_DATA@
  170. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  171. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  172. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  173. LCOV = @LCOV@
  174. LD = @LD@
  175. LDFLAGS = @LDFLAGS@
  176. LEX = @LEX@
  177. LEXLIB = @LEXLIB@
  178. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  179. LIBOBJS = @LIBOBJS@
  180. LIBS = @LIBS@
  181. LIBTOOL = @LIBTOOL@
  182. LIPO = @LIPO@
  183. LN_S = @LN_S@
  184. LTLIBOBJS = @LTLIBOBJS@
  185. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  186. MAKEINFO = @MAKEINFO@
  187. MANIFEST_TOOL = @MANIFEST_TOOL@
  188. MKDIR_P = @MKDIR_P@
  189. MYSQLCFLAG = @MYSQLCFLAG@
  190. MYSQLCONFIG = @MYSQLCONFIG@
  191. MYSQLLIB = @MYSQLLIB@
  192. NM = @NM@
  193. NMEDIT = @NMEDIT@
  194. OBJDUMP = @OBJDUMP@
  195. OBJEXT = @OBJEXT@
  196. OPENSSL_LIB = @OPENSSL_LIB@
  197. OTOOL = @OTOOL@
  198. OTOOL64 = @OTOOL64@
  199. PACKAGE = @PACKAGE@
  200. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  201. PACKAGE_NAME = @PACKAGE_NAME@
  202. PACKAGE_STRING = @PACKAGE_STRING@
  203. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  204. PACKAGE_URL = @PACKAGE_URL@
  205. PACKAGE_VERSION = @PACKAGE_VERSION@
  206. PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
  207. PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
  208. PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
  209. PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
  210. PATH_SEPARATOR = @PATH_SEPARATOR@
  211. PERL = @PERL@
  212. PKG_CONFIG = @PKG_CONFIG@
  213. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  214. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  215. PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
  216. PTHREADLIB = @PTHREADLIB@
  217. PYTHON = @PYTHON@
  218. PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
  219. PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  220. PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
  221. PYTHON_PLATFORM = @PYTHON_PLATFORM@
  222. PYTHON_PREFIX = @PYTHON_PREFIX@
  223. PYTHON_VERSION = @PYTHON_VERSION@
  224. PY_TEST = @PY_TEST@
  225. RANLIB = @RANLIB@
  226. RTLIB = @RTLIB@
  227. RUBYGEMDIR = @RUBYGEMDIR@
  228. SED = @SED@
  229. SET_MAKE = @SET_MAKE@
  230. SHELL = @SHELL@
  231. SOCKLIB = @SOCKLIB@
  232. STRIP = @STRIP@
  233. UNWINDLIB = @UNWINDLIB@
  234. VERSION = @VERSION@
  235. WOLFSSL_LIB = @WOLFSSL_LIB@
  236. YACC = @YACC@
  237. YFLAGS = @YFLAGS@
  238. abs_builddir = @abs_builddir@
  239. abs_srcdir = @abs_srcdir@
  240. abs_top_builddir = @abs_top_builddir@
  241. abs_top_srcdir = @abs_top_srcdir@
  242. ac_ct_AR = @ac_ct_AR@
  243. ac_ct_CC = @ac_ct_CC@
  244. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  245. aikgen_plugins = @aikgen_plugins@
  246. am__include = @am__include@
  247. am__leading_dot = @am__leading_dot@
  248. am__quote = @am__quote@
  249. am__tar = @am__tar@
  250. am__untar = @am__untar@
  251. attest_plugins = @attest_plugins@
  252. bindir = @bindir@
  253. botan_CFLAGS = @botan_CFLAGS@
  254. botan_LIBS = @botan_LIBS@
  255. build = @build@
  256. build_alias = @build_alias@
  257. build_cpu = @build_cpu@
  258. build_os = @build_os@
  259. build_vendor = @build_vendor@
  260. builddir = @builddir@
  261. c_plugins = @c_plugins@
  262. charon_natt_port = @charon_natt_port@
  263. charon_plugins = @charon_plugins@
  264. charon_udp_port = @charon_udp_port@
  265. clearsilver_LIBS = @clearsilver_LIBS@
  266. cmd_plugins = @cmd_plugins@
  267. datadir = @datadir@
  268. datarootdir = @datarootdir@
  269. dev_headers = @dev_headers@
  270. docdir = @docdir@
  271. dvidir = @dvidir@
  272. exec_prefix = @exec_prefix@
  273. fips_mode = @fips_mode@
  274. fuzz_plugins = @fuzz_plugins@
  275. host = @host@
  276. host_alias = @host_alias@
  277. host_cpu = @host_cpu@
  278. host_os = @host_os@
  279. host_vendor = @host_vendor@
  280. htmldir = @htmldir@
  281. imcvdir = @imcvdir@
  282. includedir = @includedir@
  283. infodir = @infodir@
  284. install_sh = @install_sh@
  285. ipsec_script = @ipsec_script@
  286. ipsec_script_upper = @ipsec_script_upper@
  287. ipsecdir = @ipsecdir@
  288. ipsecgroup = @ipsecgroup@
  289. ipseclibdir = @ipseclibdir@
  290. ipsecuser = @ipsecuser@
  291. json_CFLAGS = @json_CFLAGS@
  292. json_LIBS = @json_LIBS@
  293. libdir = @libdir@
  294. libexecdir = @libexecdir@
  295. libfuzzer = @libfuzzer@
  296. libiptc_CFLAGS = @libiptc_CFLAGS@
  297. libiptc_LIBS = @libiptc_LIBS@
  298. linux_headers = @linux_headers@
  299. localedir = @localedir@
  300. localstatedir = @localstatedir@
  301. manager_plugins = @manager_plugins@
  302. mandir = @mandir@
  303. medsrv_plugins = @medsrv_plugins@
  304. mkdir_p = @mkdir_p@
  305. nm_CFLAGS = @nm_CFLAGS@
  306. nm_LIBS = @nm_LIBS@
  307. nm_ca_dir = @nm_ca_dir@
  308. nm_plugins = @nm_plugins@
  309. oldincludedir = @oldincludedir@
  310. p_plugins = @p_plugins@
  311. pcsclite_CFLAGS = @pcsclite_CFLAGS@
  312. pcsclite_LIBS = @pcsclite_LIBS@
  313. pdfdir = @pdfdir@
  314. piddir = @piddir@
  315. pkgpyexecdir = @pkgpyexecdir@
  316. pkgpythondir = @pkgpythondir@
  317. pki_plugins = @pki_plugins@
  318. plugindir = @plugindir@
  319. pool_plugins = @pool_plugins@
  320. prefix = @prefix@
  321. program_transform_name = @program_transform_name@
  322. psdir = @psdir@
  323. pyexecdir = @pyexecdir@
  324. pythondir = @pythondir@
  325. random_device = @random_device@
  326. resolv_conf = @resolv_conf@
  327. routing_table = @routing_table@
  328. routing_table_prio = @routing_table_prio@
  329. runstatedir = @runstatedir@
  330. s_plugins = @s_plugins@
  331. sbindir = @sbindir@
  332. scepclient_plugins = @scepclient_plugins@
  333. scripts_plugins = @scripts_plugins@
  334. sharedstatedir = @sharedstatedir@
  335. soup_CFLAGS = @soup_CFLAGS@
  336. soup_LIBS = @soup_LIBS@
  337. srcdir = @srcdir@
  338. starter_plugins = @starter_plugins@
  339. strongswan_conf = @strongswan_conf@
  340. strongswan_options = @strongswan_options@
  341. swanctldir = @swanctldir@
  342. sysconfdir = @sysconfdir@
  343. systemd_CFLAGS = @systemd_CFLAGS@
  344. systemd_LIBS = @systemd_LIBS@
  345. systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
  346. systemd_daemon_LIBS = @systemd_daemon_LIBS@
  347. systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
  348. systemd_journal_LIBS = @systemd_journal_LIBS@
  349. systemdsystemunitdir = @systemdsystemunitdir@
  350. t_plugins = @t_plugins@
  351. target_alias = @target_alias@
  352. top_build_prefix = @top_build_prefix@
  353. top_builddir = @top_builddir@
  354. top_srcdir = @top_srcdir@
  355. tss2_CFLAGS = @tss2_CFLAGS@
  356. tss2_LIBS = @tss2_LIBS@
  357. tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
  358. tss2_esys_LIBS = @tss2_esys_LIBS@
  359. tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
  360. tss2_socket_LIBS = @tss2_socket_LIBS@
  361. tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
  362. tss2_sys_LIBS = @tss2_sys_LIBS@
  363. tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
  364. tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
  365. urandom_device = @urandom_device@
  366. xml_CFLAGS = @xml_CFLAGS@
  367. xml_LIBS = @xml_LIBS@
  368. EXTRA_DIST = do-tests make-testing ssh start-testing stop-testing \
  369. testing.conf ssh_config config hosts images scripts tests \
  370. README
  371. all: all-am
  372. .SUFFIXES:
  373. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  374. @for dep in $?; do \
  375. case '$(am__configure_deps)' in \
  376. *$$dep*) \
  377. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  378. && { if test -f $@; then exit 0; else break; fi; }; \
  379. exit 1;; \
  380. esac; \
  381. done; \
  382. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testing/Makefile'; \
  383. $(am__cd) $(top_srcdir) && \
  384. $(AUTOMAKE) --gnu testing/Makefile
  385. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  386. @case '$?' in \
  387. *config.status*) \
  388. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  389. *) \
  390. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  391. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  392. esac;
  393. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  394. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  395. $(top_srcdir)/configure: $(am__configure_deps)
  396. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  397. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  398. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  399. $(am__aclocal_m4_deps):
  400. mostlyclean-libtool:
  401. -rm -f *.lo
  402. clean-libtool:
  403. -rm -rf .libs _libs
  404. tags TAGS:
  405. ctags CTAGS:
  406. cscope cscopelist:
  407. distdir: $(DISTFILES)
  408. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  409. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  410. list='$(DISTFILES)'; \
  411. dist_files=`for file in $$list; do echo $$file; done | \
  412. sed -e "s|^$$srcdirstrip/||;t" \
  413. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  414. case $$dist_files in \
  415. */*) $(MKDIR_P) `echo "$$dist_files" | \
  416. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  417. sort -u` ;; \
  418. esac; \
  419. for file in $$dist_files; do \
  420. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  421. if test -d $$d/$$file; then \
  422. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  423. if test -d "$(distdir)/$$file"; then \
  424. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  425. fi; \
  426. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  427. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  428. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  429. fi; \
  430. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  431. else \
  432. test -f "$(distdir)/$$file" \
  433. || cp -p $$d/$$file "$(distdir)/$$file" \
  434. || exit 1; \
  435. fi; \
  436. done
  437. $(MAKE) $(AM_MAKEFLAGS) \
  438. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  439. dist-hook
  440. check-am: all-am
  441. check: check-am
  442. all-am: Makefile
  443. installdirs:
  444. install: install-am
  445. install-exec: install-exec-am
  446. install-data: install-data-am
  447. uninstall: uninstall-am
  448. install-am: all-am
  449. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  450. installcheck: installcheck-am
  451. install-strip:
  452. if test -z '$(STRIP)'; then \
  453. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  454. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  455. install; \
  456. else \
  457. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  458. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  459. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  460. fi
  461. mostlyclean-generic:
  462. clean-generic:
  463. distclean-generic:
  464. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  465. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  466. maintainer-clean-generic:
  467. @echo "This command is intended for maintainers to use"
  468. @echo "it deletes files that may require special tools to rebuild."
  469. clean: clean-am
  470. clean-am: clean-generic clean-libtool mostlyclean-am
  471. distclean: distclean-am
  472. -rm -f Makefile
  473. distclean-am: clean-am distclean-generic
  474. dvi: dvi-am
  475. dvi-am:
  476. html: html-am
  477. html-am:
  478. info: info-am
  479. info-am:
  480. install-data-am:
  481. install-dvi: install-dvi-am
  482. install-dvi-am:
  483. install-exec-am:
  484. install-html: install-html-am
  485. install-html-am:
  486. install-info: install-info-am
  487. install-info-am:
  488. install-man:
  489. install-pdf: install-pdf-am
  490. install-pdf-am:
  491. install-ps: install-ps-am
  492. install-ps-am:
  493. installcheck-am:
  494. maintainer-clean: maintainer-clean-am
  495. -rm -f Makefile
  496. maintainer-clean-am: distclean-am maintainer-clean-generic
  497. mostlyclean: mostlyclean-am
  498. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  499. pdf: pdf-am
  500. pdf-am:
  501. ps: ps-am
  502. ps-am:
  503. uninstall-am:
  504. .MAKE: install-am install-strip
  505. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  506. cscopelist-am ctags-am dist-hook distclean distclean-generic \
  507. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  508. install install-am install-data install-data-am install-dvi \
  509. install-dvi-am install-exec install-exec-am install-html \
  510. install-html-am install-info install-info-am install-man \
  511. install-pdf install-pdf-am install-ps install-ps-am \
  512. install-strip installcheck installcheck-am installdirs \
  513. maintainer-clean maintainer-clean-generic mostlyclean \
  514. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  515. tags-am uninstall uninstall-am
  516. .PRECIOUS: Makefile
  517. # exclude all files ignored by Git from the tarball
  518. dist-hook:
  519. if git -C $(srcdir) ls-files --error-unmatch hosts > /dev/null 2>&1; then \
  520. find $(abs_srcdir)/hosts $(abs_srcdir)/tests -print0 | \
  521. sed -z -e "s|^$(abs_srcdir)/||" | \
  522. git -C $(srcdir) check-ignore -z --stdin | \
  523. xargs -0 -I{} rm -rf $(distdir)/{}; \
  524. fi
  525. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  526. # Otherwise a system limit (for SysV at least) may be exceeded.
  527. .NOEXPORT: