Makefile.in 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918
  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 = conf
  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 = strongswan.conf.5.head strongswan.conf.5.tail
  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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  125. am__vpath_adj = case $$p in \
  126. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  127. *) f=$$p;; \
  128. esac;
  129. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  130. am__install_max = 40
  131. am__nobase_strip_setup = \
  132. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  133. am__nobase_strip = \
  134. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  135. am__nobase_list = $(am__nobase_strip_setup); \
  136. for p in $$list; do echo "$$p $$p"; done | \
  137. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  138. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  139. if (++n[$$2] == $(am__install_max)) \
  140. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  141. END { for (dir in files) print dir, files[dir] }'
  142. am__base_list = \
  143. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  144. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  145. am__uninstall_files_from_dir = { \
  146. test -z "$$files" \
  147. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  148. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  149. $(am__cd) "$$dir" && rm -f $$files; }; \
  150. }
  151. man5dir = $(mandir)/man5
  152. am__installdirs = "$(DESTDIR)$(man5dir)" \
  153. "$(DESTDIR)$(optionstemplatedir)" \
  154. "$(DESTDIR)$(pluginstemplatedir)" "$(DESTDIR)$(templatesdir)"
  155. NROFF = nroff
  156. MANS = $(man_MANS)
  157. DATA = $(optionstemplate_DATA) $(pluginstemplate_DATA) \
  158. $(templates_DATA)
  159. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  160. am__DIST_COMMON = $(srcdir)/Makefile.in \
  161. $(srcdir)/strongswan.conf.5.head.in \
  162. $(srcdir)/strongswan.conf.5.tail.in
  163. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  164. ACLOCAL = @ACLOCAL@
  165. ALLOCA = @ALLOCA@
  166. AMTAR = @AMTAR@
  167. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  168. AR = @AR@
  169. ATOMICLIB = @ATOMICLIB@
  170. AUTOCONF = @AUTOCONF@
  171. AUTOHEADER = @AUTOHEADER@
  172. AUTOMAKE = @AUTOMAKE@
  173. AWK = @AWK@
  174. BFDLIB = @BFDLIB@
  175. BTLIB = @BTLIB@
  176. CC = @CC@
  177. CCDEPMODE = @CCDEPMODE@
  178. CFLAGS = @CFLAGS@
  179. COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
  180. COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
  181. CPP = @CPP@
  182. CPPFLAGS = @CPPFLAGS@
  183. CYGPATH_W = @CYGPATH_W@
  184. DEFS = @DEFS@
  185. DEPDIR = @DEPDIR@
  186. DLLIB = @DLLIB@
  187. DLLTOOL = @DLLTOOL@
  188. DSYMUTIL = @DSYMUTIL@
  189. DUMPBIN = @DUMPBIN@
  190. EASY_INSTALL = @EASY_INSTALL@
  191. ECHO_C = @ECHO_C@
  192. ECHO_N = @ECHO_N@
  193. ECHO_T = @ECHO_T@
  194. EGREP = @EGREP@
  195. EXEEXT = @EXEEXT@
  196. FGREP = @FGREP@
  197. FUZZING_CFLAGS = @FUZZING_CFLAGS@
  198. FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
  199. GEM = @GEM@
  200. GENHTML = @GENHTML@
  201. GPERF = @GPERF@
  202. GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
  203. GPRBUILD = @GPRBUILD@
  204. GREP = @GREP@
  205. INSTALL = @INSTALL@
  206. INSTALL_DATA = @INSTALL_DATA@
  207. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  208. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  209. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  210. LCOV = @LCOV@
  211. LD = @LD@
  212. LDFLAGS = @LDFLAGS@
  213. LEX = @LEX@
  214. LEXLIB = @LEXLIB@
  215. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  216. LIBOBJS = @LIBOBJS@
  217. LIBS = @LIBS@
  218. LIBTOOL = @LIBTOOL@
  219. LIPO = @LIPO@
  220. LN_S = @LN_S@
  221. LTLIBOBJS = @LTLIBOBJS@
  222. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  223. MAKEINFO = @MAKEINFO@
  224. MANIFEST_TOOL = @MANIFEST_TOOL@
  225. MKDIR_P = @MKDIR_P@
  226. MYSQLCFLAG = @MYSQLCFLAG@
  227. MYSQLCONFIG = @MYSQLCONFIG@
  228. MYSQLLIB = @MYSQLLIB@
  229. NM = @NM@
  230. NMEDIT = @NMEDIT@
  231. OBJDUMP = @OBJDUMP@
  232. OBJEXT = @OBJEXT@
  233. OPENSSL_LIB = @OPENSSL_LIB@
  234. OTOOL = @OTOOL@
  235. OTOOL64 = @OTOOL64@
  236. PACKAGE = @PACKAGE@
  237. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  238. PACKAGE_NAME = @PACKAGE_NAME@
  239. PACKAGE_STRING = @PACKAGE_STRING@
  240. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  241. PACKAGE_URL = @PACKAGE_URL@
  242. PACKAGE_VERSION = @PACKAGE_VERSION@
  243. PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
  244. PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
  245. PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
  246. PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
  247. PATH_SEPARATOR = @PATH_SEPARATOR@
  248. PERL = @PERL@
  249. PKG_CONFIG = @PKG_CONFIG@
  250. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  251. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  252. PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
  253. PTHREADLIB = @PTHREADLIB@
  254. PYTHON = @PYTHON@
  255. PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
  256. PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  257. PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
  258. PYTHON_PLATFORM = @PYTHON_PLATFORM@
  259. PYTHON_PREFIX = @PYTHON_PREFIX@
  260. PYTHON_VERSION = @PYTHON_VERSION@
  261. PY_TEST = @PY_TEST@
  262. RANLIB = @RANLIB@
  263. RTLIB = @RTLIB@
  264. RUBYGEMDIR = @RUBYGEMDIR@
  265. SED = @SED@
  266. SET_MAKE = @SET_MAKE@
  267. SHELL = @SHELL@
  268. SOCKLIB = @SOCKLIB@
  269. STRIP = @STRIP@
  270. UNWINDLIB = @UNWINDLIB@
  271. VERSION = @VERSION@
  272. WOLFSSL_LIB = @WOLFSSL_LIB@
  273. YACC = @YACC@
  274. YFLAGS = @YFLAGS@
  275. abs_builddir = @abs_builddir@
  276. abs_srcdir = @abs_srcdir@
  277. abs_top_builddir = @abs_top_builddir@
  278. abs_top_srcdir = @abs_top_srcdir@
  279. ac_ct_AR = @ac_ct_AR@
  280. ac_ct_CC = @ac_ct_CC@
  281. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  282. aikgen_plugins = @aikgen_plugins@
  283. am__include = @am__include@
  284. am__leading_dot = @am__leading_dot@
  285. am__quote = @am__quote@
  286. am__tar = @am__tar@
  287. am__untar = @am__untar@
  288. attest_plugins = @attest_plugins@
  289. bindir = @bindir@
  290. botan_CFLAGS = @botan_CFLAGS@
  291. botan_LIBS = @botan_LIBS@
  292. build = @build@
  293. build_alias = @build_alias@
  294. build_cpu = @build_cpu@
  295. build_os = @build_os@
  296. build_vendor = @build_vendor@
  297. builddir = @builddir@
  298. c_plugins = @c_plugins@
  299. charon_natt_port = @charon_natt_port@
  300. charon_plugins = @charon_plugins@
  301. charon_udp_port = @charon_udp_port@
  302. clearsilver_LIBS = @clearsilver_LIBS@
  303. cmd_plugins = @cmd_plugins@
  304. datadir = @datadir@
  305. datarootdir = @datarootdir@
  306. dev_headers = @dev_headers@
  307. docdir = @docdir@
  308. dvidir = @dvidir@
  309. exec_prefix = @exec_prefix@
  310. fips_mode = @fips_mode@
  311. fuzz_plugins = @fuzz_plugins@
  312. host = @host@
  313. host_alias = @host_alias@
  314. host_cpu = @host_cpu@
  315. host_os = @host_os@
  316. host_vendor = @host_vendor@
  317. htmldir = @htmldir@
  318. imcvdir = @imcvdir@
  319. includedir = @includedir@
  320. infodir = @infodir@
  321. install_sh = @install_sh@
  322. ipsec_script = @ipsec_script@
  323. ipsec_script_upper = @ipsec_script_upper@
  324. ipsecdir = @ipsecdir@
  325. ipsecgroup = @ipsecgroup@
  326. ipseclibdir = @ipseclibdir@
  327. ipsecuser = @ipsecuser@
  328. json_CFLAGS = @json_CFLAGS@
  329. json_LIBS = @json_LIBS@
  330. libdir = @libdir@
  331. libexecdir = @libexecdir@
  332. libfuzzer = @libfuzzer@
  333. libiptc_CFLAGS = @libiptc_CFLAGS@
  334. libiptc_LIBS = @libiptc_LIBS@
  335. linux_headers = @linux_headers@
  336. localedir = @localedir@
  337. localstatedir = @localstatedir@
  338. manager_plugins = @manager_plugins@
  339. mandir = @mandir@
  340. medsrv_plugins = @medsrv_plugins@
  341. mkdir_p = @mkdir_p@
  342. nm_CFLAGS = @nm_CFLAGS@
  343. nm_LIBS = @nm_LIBS@
  344. nm_ca_dir = @nm_ca_dir@
  345. nm_plugins = @nm_plugins@
  346. oldincludedir = @oldincludedir@
  347. p_plugins = @p_plugins@
  348. pcsclite_CFLAGS = @pcsclite_CFLAGS@
  349. pcsclite_LIBS = @pcsclite_LIBS@
  350. pdfdir = @pdfdir@
  351. piddir = @piddir@
  352. pkgpyexecdir = @pkgpyexecdir@
  353. pkgpythondir = @pkgpythondir@
  354. pki_plugins = @pki_plugins@
  355. plugindir = @plugindir@
  356. pool_plugins = @pool_plugins@
  357. prefix = @prefix@
  358. program_transform_name = @program_transform_name@
  359. psdir = @psdir@
  360. pyexecdir = @pyexecdir@
  361. pythondir = @pythondir@
  362. random_device = @random_device@
  363. resolv_conf = @resolv_conf@
  364. routing_table = @routing_table@
  365. routing_table_prio = @routing_table_prio@
  366. runstatedir = @runstatedir@
  367. s_plugins = @s_plugins@
  368. sbindir = @sbindir@
  369. scepclient_plugins = @scepclient_plugins@
  370. scripts_plugins = @scripts_plugins@
  371. sharedstatedir = @sharedstatedir@
  372. soup_CFLAGS = @soup_CFLAGS@
  373. soup_LIBS = @soup_LIBS@
  374. srcdir = @srcdir@
  375. starter_plugins = @starter_plugins@
  376. strongswan_conf = @strongswan_conf@
  377. strongswan_options = @strongswan_options@
  378. swanctldir = @swanctldir@
  379. sysconfdir = @sysconfdir@
  380. systemd_CFLAGS = @systemd_CFLAGS@
  381. systemd_LIBS = @systemd_LIBS@
  382. systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
  383. systemd_daemon_LIBS = @systemd_daemon_LIBS@
  384. systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
  385. systemd_journal_LIBS = @systemd_journal_LIBS@
  386. systemdsystemunitdir = @systemdsystemunitdir@
  387. t_plugins = @t_plugins@
  388. target_alias = @target_alias@
  389. top_build_prefix = @top_build_prefix@
  390. top_builddir = @top_builddir@
  391. top_srcdir = @top_srcdir@
  392. tss2_CFLAGS = @tss2_CFLAGS@
  393. tss2_LIBS = @tss2_LIBS@
  394. tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
  395. tss2_esys_LIBS = @tss2_esys_LIBS@
  396. tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
  397. tss2_socket_LIBS = @tss2_socket_LIBS@
  398. tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
  399. tss2_sys_LIBS = @tss2_sys_LIBS@
  400. tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
  401. tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
  402. urandom_device = @urandom_device@
  403. xml_CFLAGS = @xml_CFLAGS@
  404. xml_LIBS = @xml_LIBS@
  405. # make this relative to the location of strongswan.conf
  406. strongswanconfdir = `dirname $(strongswan_conf)`
  407. strongswanddir = $(strongswanconfdir)/strongswan.d
  408. charonconfdir = $(strongswanddir)/charon
  409. # copy these files also to /usr/share
  410. templatesdir = $(pkgdatadir)/templates/config
  411. optionstemplatedir = $(templatesdir)/strongswan.d
  412. pluginstemplatedir = $(templatesdir)/plugins
  413. options = \
  414. options/aikgen.opt \
  415. options/attest.opt \
  416. options/charon.opt \
  417. options/charon-logging.opt \
  418. options/charon-nm.opt \
  419. options/charon-systemd.opt \
  420. options/imcv.opt \
  421. options/imv_policy_manager.opt \
  422. options/manager.opt \
  423. options/medsrv.opt \
  424. options/pki.opt \
  425. options/pool.opt \
  426. options/scepclient.opt \
  427. options/starter.opt \
  428. options/swanctl.opt \
  429. options/tnc.opt \
  430. options/sec-updater.opt \
  431. options/sw-collector.opt
  432. plugins = \
  433. plugins/addrblock.opt \
  434. plugins/android_log.opt \
  435. plugins/attr.opt \
  436. plugins/attr-sql.opt \
  437. plugins/bliss.opt \
  438. plugins/bypass-lan.opt \
  439. plugins/certexpire.opt \
  440. plugins/coupling.opt \
  441. plugins/curl.opt \
  442. plugins/dhcp.opt \
  443. plugins/dnscert.opt \
  444. plugins/duplicheck.opt \
  445. plugins/eap-aka.opt \
  446. plugins/eap-aka-3gpp.opt \
  447. plugins/eap-aka-3gpp2.opt \
  448. plugins/eap-dynamic.opt \
  449. plugins/eap-gtc.opt \
  450. plugins/eap-peap.opt \
  451. plugins/eap-radius.opt \
  452. plugins/eap-sim.opt \
  453. plugins/eap-simaka-sql.opt \
  454. plugins/eap-tls.opt \
  455. plugins/eap-tnc.opt \
  456. plugins/eap-ttls.opt \
  457. plugins/error-notify.opt \
  458. plugins/ext-auth.opt \
  459. plugins/forecast.opt \
  460. plugins/gcrypt.opt \
  461. plugins/ha.opt \
  462. plugins/imc-attestation.opt \
  463. plugins/imc-hcd.opt \
  464. plugins/imc-os.opt \
  465. plugins/imc-scanner.opt \
  466. plugins/imc-swima.opt \
  467. plugins/imc-test.opt \
  468. plugins/imv-attestation.opt \
  469. plugins/imv-os.opt \
  470. plugins/imv-scanner.opt \
  471. plugins/imv-swima.opt \
  472. plugins/imv-test.opt \
  473. plugins/ipseckey.opt \
  474. plugins/led.opt \
  475. plugins/kernel-libipsec.opt \
  476. plugins/kernel-netlink.opt \
  477. plugins/kernel-pfkey.opt \
  478. plugins/kernel-pfroute.opt \
  479. plugins/load-tester.opt \
  480. plugins/lookip.opt \
  481. plugins/ntru.opt \
  482. plugins/openssl.opt \
  483. plugins/osx-attr.opt \
  484. plugins/p-cscf.opt \
  485. plugins/pkcs11.opt \
  486. plugins/radattr.opt \
  487. plugins/random.opt \
  488. plugins/resolve.opt \
  489. plugins/revocation.opt \
  490. plugins/save-keys.opt \
  491. plugins/socket-default.opt \
  492. plugins/sql.opt \
  493. plugins/stroke.opt \
  494. plugins/systime-fix.opt \
  495. plugins/tnc-ifmap.opt \
  496. plugins/tnc-imc.opt \
  497. plugins/tnc-imv.opt \
  498. plugins/tnc-pdp.opt \
  499. plugins/tnccs-11.opt \
  500. plugins/tnccs-20.opt \
  501. plugins/tpm.opt \
  502. plugins/unbound.opt \
  503. plugins/updown.opt \
  504. plugins/vici.opt \
  505. plugins/whitelist.opt \
  506. plugins/wolfssl.opt \
  507. plugins/xauth-eap.opt \
  508. plugins/xauth-pam.opt
  509. alloptions = $(options) $(plugins)
  510. confsnippets = $(alloptions:opt=conf)
  511. # we only install snippets for enabled plugins
  512. plugins_install_tmp = $(charon_plugins:%=plugins/%.tmp)
  513. plugins_install_src = $(charon_plugins:%=plugins/%.conf)
  514. # only install snippets for enabled components
  515. # has to be defined via autoconf as we can't do it with automake conditionals
  516. options_install_src = $(strongswan_options:%=options/%.conf)
  517. templates_DATA = strongswan.conf
  518. optionstemplate_DATA = $(options_install_src)
  519. pluginstemplate_DATA = $(plugins_install_src)
  520. man_MANS = \
  521. strongswan.conf.5
  522. BUILT_SOURCES = default.conf strongswan.conf.5.main $(confsnippets)
  523. EXTRA_DIST = format-options.py strongswan.conf default.opt \
  524. default.conf strongswan.conf.5.main $(alloptions) $(confsnippets)
  525. CLEANFILES = $(man_MANS)
  526. all: $(BUILT_SOURCES)
  527. $(MAKE) $(AM_MAKEFLAGS) all-am
  528. .SUFFIXES:
  529. .SUFFIXES: .conf .opt .tmp
  530. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  531. @for dep in $?; do \
  532. case '$(am__configure_deps)' in \
  533. *$$dep*) \
  534. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  535. && { if test -f $@; then exit 0; else break; fi; }; \
  536. exit 1;; \
  537. esac; \
  538. done; \
  539. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu conf/Makefile'; \
  540. $(am__cd) $(top_srcdir) && \
  541. $(AUTOMAKE) --gnu conf/Makefile
  542. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  543. @case '$?' in \
  544. *config.status*) \
  545. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  546. *) \
  547. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  548. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  549. esac;
  550. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  551. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  552. $(top_srcdir)/configure: $(am__configure_deps)
  553. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  554. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  555. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  556. $(am__aclocal_m4_deps):
  557. strongswan.conf.5.head: $(top_builddir)/config.status $(srcdir)/strongswan.conf.5.head.in
  558. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  559. strongswan.conf.5.tail: $(top_builddir)/config.status $(srcdir)/strongswan.conf.5.tail.in
  560. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  561. mostlyclean-libtool:
  562. -rm -f *.lo
  563. clean-libtool:
  564. -rm -rf .libs _libs
  565. install-man5: $(man_MANS)
  566. @$(NORMAL_INSTALL)
  567. @list1=''; \
  568. list2='$(man_MANS)'; \
  569. test -n "$(man5dir)" \
  570. && test -n "`echo $$list1$$list2`" \
  571. || exit 0; \
  572. echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
  573. $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
  574. { for i in $$list1; do echo "$$i"; done; \
  575. if test -n "$$list2"; then \
  576. for i in $$list2; do echo "$$i"; done \
  577. | sed -n '/\.5[a-z]*$$/p'; \
  578. fi; \
  579. } | while read p; do \
  580. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  581. echo "$$d$$p"; echo "$$p"; \
  582. done | \
  583. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
  584. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  585. sed 'N;N;s,\n, ,g' | { \
  586. list=; while read file base inst; do \
  587. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  588. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
  589. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
  590. fi; \
  591. done; \
  592. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  593. while read files; do \
  594. test -z "$$files" || { \
  595. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
  596. $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
  597. done; }
  598. uninstall-man5:
  599. @$(NORMAL_UNINSTALL)
  600. @list=''; test -n "$(man5dir)" || exit 0; \
  601. files=`{ for i in $$list; do echo "$$i"; done; \
  602. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  603. sed -n '/\.5[a-z]*$$/p'; \
  604. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
  605. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  606. dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
  607. install-optionstemplateDATA: $(optionstemplate_DATA)
  608. @$(NORMAL_INSTALL)
  609. @list='$(optionstemplate_DATA)'; test -n "$(optionstemplatedir)" || list=; \
  610. if test -n "$$list"; then \
  611. echo " $(MKDIR_P) '$(DESTDIR)$(optionstemplatedir)'"; \
  612. $(MKDIR_P) "$(DESTDIR)$(optionstemplatedir)" || exit 1; \
  613. fi; \
  614. for p in $$list; do \
  615. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  616. echo "$$d$$p"; \
  617. done | $(am__base_list) | \
  618. while read files; do \
  619. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(optionstemplatedir)'"; \
  620. $(INSTALL_DATA) $$files "$(DESTDIR)$(optionstemplatedir)" || exit $$?; \
  621. done
  622. uninstall-optionstemplateDATA:
  623. @$(NORMAL_UNINSTALL)
  624. @list='$(optionstemplate_DATA)'; test -n "$(optionstemplatedir)" || list=; \
  625. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  626. dir='$(DESTDIR)$(optionstemplatedir)'; $(am__uninstall_files_from_dir)
  627. install-pluginstemplateDATA: $(pluginstemplate_DATA)
  628. @$(NORMAL_INSTALL)
  629. @list='$(pluginstemplate_DATA)'; test -n "$(pluginstemplatedir)" || list=; \
  630. if test -n "$$list"; then \
  631. echo " $(MKDIR_P) '$(DESTDIR)$(pluginstemplatedir)'"; \
  632. $(MKDIR_P) "$(DESTDIR)$(pluginstemplatedir)" || exit 1; \
  633. fi; \
  634. for p in $$list; do \
  635. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  636. echo "$$d$$p"; \
  637. done | $(am__base_list) | \
  638. while read files; do \
  639. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pluginstemplatedir)'"; \
  640. $(INSTALL_DATA) $$files "$(DESTDIR)$(pluginstemplatedir)" || exit $$?; \
  641. done
  642. uninstall-pluginstemplateDATA:
  643. @$(NORMAL_UNINSTALL)
  644. @list='$(pluginstemplate_DATA)'; test -n "$(pluginstemplatedir)" || list=; \
  645. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  646. dir='$(DESTDIR)$(pluginstemplatedir)'; $(am__uninstall_files_from_dir)
  647. install-templatesDATA: $(templates_DATA)
  648. @$(NORMAL_INSTALL)
  649. @list='$(templates_DATA)'; test -n "$(templatesdir)" || list=; \
  650. if test -n "$$list"; then \
  651. echo " $(MKDIR_P) '$(DESTDIR)$(templatesdir)'"; \
  652. $(MKDIR_P) "$(DESTDIR)$(templatesdir)" || exit 1; \
  653. fi; \
  654. for p in $$list; do \
  655. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  656. echo "$$d$$p"; \
  657. done | $(am__base_list) | \
  658. while read files; do \
  659. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(templatesdir)'"; \
  660. $(INSTALL_DATA) $$files "$(DESTDIR)$(templatesdir)" || exit $$?; \
  661. done
  662. uninstall-templatesDATA:
  663. @$(NORMAL_UNINSTALL)
  664. @list='$(templates_DATA)'; test -n "$(templatesdir)" || list=; \
  665. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  666. dir='$(DESTDIR)$(templatesdir)'; $(am__uninstall_files_from_dir)
  667. tags TAGS:
  668. ctags CTAGS:
  669. cscope cscopelist:
  670. distdir: $(DISTFILES)
  671. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  672. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  673. list='$(DISTFILES)'; \
  674. dist_files=`for file in $$list; do echo $$file; done | \
  675. sed -e "s|^$$srcdirstrip/||;t" \
  676. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  677. case $$dist_files in \
  678. */*) $(MKDIR_P) `echo "$$dist_files" | \
  679. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  680. sort -u` ;; \
  681. esac; \
  682. for file in $$dist_files; do \
  683. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  684. if test -d $$d/$$file; then \
  685. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  686. if test -d "$(distdir)/$$file"; then \
  687. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  688. fi; \
  689. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  690. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  691. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  692. fi; \
  693. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  694. else \
  695. test -f "$(distdir)/$$file" \
  696. || cp -p $$d/$$file "$(distdir)/$$file" \
  697. || exit 1; \
  698. fi; \
  699. done
  700. check-am: all-am
  701. check: $(BUILT_SOURCES)
  702. $(MAKE) $(AM_MAKEFLAGS) check-am
  703. all-am: Makefile $(MANS) $(DATA)
  704. installdirs:
  705. for dir in "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(optionstemplatedir)" "$(DESTDIR)$(pluginstemplatedir)" "$(DESTDIR)$(templatesdir)"; do \
  706. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  707. done
  708. install: $(BUILT_SOURCES)
  709. $(MAKE) $(AM_MAKEFLAGS) install-am
  710. install-exec: install-exec-am
  711. install-data: install-data-am
  712. uninstall: uninstall-am
  713. install-am: all-am
  714. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  715. installcheck: installcheck-am
  716. install-strip:
  717. if test -z '$(STRIP)'; then \
  718. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  719. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  720. install; \
  721. else \
  722. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  723. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  724. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  725. fi
  726. mostlyclean-generic:
  727. clean-generic:
  728. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  729. distclean-generic:
  730. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  731. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  732. maintainer-clean-generic:
  733. @echo "This command is intended for maintainers to use"
  734. @echo "it deletes files that may require special tools to rebuild."
  735. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  736. clean: clean-am
  737. clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  738. distclean: distclean-am
  739. -rm -f Makefile
  740. distclean-am: clean-am distclean-generic
  741. dvi: dvi-am
  742. dvi-am:
  743. html: html-am
  744. html-am:
  745. info: info-am
  746. info-am:
  747. install-data-am: install-data-local install-man \
  748. install-optionstemplateDATA install-pluginstemplateDATA \
  749. install-templatesDATA
  750. install-dvi: install-dvi-am
  751. install-dvi-am:
  752. install-exec-am:
  753. install-html: install-html-am
  754. install-html-am:
  755. install-info: install-info-am
  756. install-info-am:
  757. install-man: install-man5
  758. install-pdf: install-pdf-am
  759. install-pdf-am:
  760. install-ps: install-ps-am
  761. install-ps-am:
  762. installcheck-am:
  763. maintainer-clean: maintainer-clean-am
  764. -rm -f Makefile
  765. maintainer-clean-am: distclean-am maintainer-clean-generic \
  766. maintainer-clean-local
  767. mostlyclean: mostlyclean-am
  768. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  769. pdf: pdf-am
  770. pdf-am:
  771. ps: ps-am
  772. ps-am:
  773. uninstall-am: uninstall-man uninstall-optionstemplateDATA \
  774. uninstall-pluginstemplateDATA uninstall-templatesDATA
  775. uninstall-man: uninstall-man5
  776. .MAKE: all check install install-am install-strip
  777. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  778. clean-local cscopelist-am ctags-am distclean distclean-generic \
  779. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  780. install install-am install-data install-data-am \
  781. install-data-local install-dvi install-dvi-am install-exec \
  782. install-exec-am install-html install-html-am install-info \
  783. install-info-am install-man install-man5 \
  784. install-optionstemplateDATA install-pdf install-pdf-am \
  785. install-pluginstemplateDATA install-ps install-ps-am \
  786. install-strip install-templatesDATA installcheck \
  787. installcheck-am installdirs maintainer-clean \
  788. maintainer-clean-generic maintainer-clean-local mostlyclean \
  789. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  790. tags-am uninstall uninstall-am uninstall-man uninstall-man5 \
  791. uninstall-optionstemplateDATA uninstall-pluginstemplateDATA \
  792. uninstall-templatesDATA
  793. .PRECIOUS: Makefile
  794. .opt.conf:
  795. $(AM_V_GEN) \
  796. case "$<" in \
  797. *plugins/*) \
  798. sed \
  799. -e "s:\@PLUGIN_NAME\@:`basename $< .opt`:" \
  800. $(srcdir)/default.opt | cat - $< | \
  801. $(PYTHON) $(srcdir)/format-options.py -f conf -r charon.plugins > $(srcdir)/$@ \
  802. ;; \
  803. *) \
  804. $(PYTHON) $(srcdir)/format-options.py -f conf -r charon.plugins $< > $(srcdir)/$@ \
  805. ;; \
  806. esac
  807. # we need another implicit rule to generate files from the generic template only
  808. # if the rules above did not catch it. this requires an intermediate step that
  809. # generates a copy of the generic config template.
  810. $(plugins_install_tmp):
  811. @mkdir -p $(builddir)/plugins
  812. @cp $(srcdir)/default.conf $(builddir)/$@
  813. .tmp.conf:
  814. $(AM_V_GEN) \
  815. sed \
  816. -e "s:\@PLUGIN_NAME\@:`basename $< .tmp`:" \
  817. $(builddir)/$< > $(builddir)/$@
  818. strongswan.conf.5.main: $(alloptions)
  819. $(AM_V_GEN) \
  820. cd $(srcdir) && $(PYTHON) format-options.py -f man $(alloptions) > $@
  821. strongswan.conf.5: strongswan.conf.5.head strongswan.conf.5.main strongswan.conf.5.tail
  822. $(AM_V_GEN) \
  823. cat strongswan.conf.5.head $(srcdir)/strongswan.conf.5.main strongswan.conf.5.tail > $@
  824. clean-local:
  825. rm -f plugins/*.conf plugins/*.tmp
  826. maintainer-clean-local:
  827. cd $(srcdir) && \
  828. rm -f $(confsnippets) default.conf plugins/*.conf plugins/*.tmp
  829. install-data-local: $(plugins_install_src)
  830. test -e "$(DESTDIR)${strongswanconfdir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanconfdir)" || true
  831. test -e "$(DESTDIR)${strongswanddir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanddir)" || true
  832. test -e "$(DESTDIR)${charonconfdir}" || $(INSTALL) -d "$(DESTDIR)$(charonconfdir)" || true
  833. test -e "$(DESTDIR)$(strongswan_conf)" || $(INSTALL) -m 644 $(srcdir)/strongswan.conf $(DESTDIR)$(strongswan_conf) || true
  834. for f in $(options_install_src); do \
  835. name=`basename $$f`; \
  836. test -f "$(DESTDIR)$(strongswanddir)/$$name" || $(INSTALL) -m 644 "$(srcdir)/$$f" "$(DESTDIR)$(strongswanddir)/$$name" || true; \
  837. done
  838. for f in $(plugins_install_src); do \
  839. name=`basename $$f`; \
  840. if test -f "$$f"; then dir=; else dir="$(srcdir)/"; fi; \
  841. test -f "$(DESTDIR)$(charonconfdir)/$$name" || $(INSTALL) -m 644 "$$dir$$f" "$(DESTDIR)$(charonconfdir)/$$name" || true; \
  842. done
  843. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  844. # Otherwise a system limit (for SysV at least) may be exceeded.
  845. .NOEXPORT: