Makefile.in 19 KB

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