Makefile.in 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802
  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_LIBSTRONGSWAN_TRUE@am__append_1 = libstrongswan
  87. @USE_LIBIPSEC_TRUE@am__append_2 = libipsec
  88. @USE_SIMAKA_TRUE@am__append_3 = libsimaka
  89. @USE_TLS_TRUE@am__append_4 = libtls
  90. @USE_RADIUS_TRUE@am__append_5 = libradius
  91. @USE_LIBTNCIF_TRUE@am__append_6 = libtncif
  92. @USE_LIBTNCCS_TRUE@am__append_7 = libtnccs
  93. @USE_LIBPTTLS_TRUE@am__append_8 = libpttls
  94. @USE_LIBTPMTSS_TRUE@am__append_9 = libtpmtss
  95. @USE_IMCV_TRUE@am__append_10 = libimcv
  96. @USE_LIBCHARON_TRUE@am__append_11 = libcharon
  97. @USE_FILE_CONFIG_TRUE@am__append_12 = starter
  98. @USE_IPSEC_SCRIPT_TRUE@am__append_13 = ipsec _copyright
  99. @USE_CHARON_TRUE@am__append_14 = charon
  100. @USE_SYSTEMD_TRUE@am__append_15 = charon-systemd
  101. @USE_NM_TRUE@am__append_16 = charon-nm
  102. @USE_STROKE_TRUE@am__append_17 = stroke
  103. @USE_UPDOWN_TRUE@am__append_18 = _updown
  104. @USE_SCEPCLIENT_TRUE@am__append_19 = scepclient
  105. @USE_PKI_TRUE@am__append_20 = pki
  106. @USE_SWANCTL_TRUE@am__append_21 = swanctl
  107. @USE_CONFTEST_TRUE@am__append_22 = conftest
  108. @USE_FAST_TRUE@am__append_23 = libfast
  109. @USE_MANAGER_TRUE@am__append_24 = manager
  110. @USE_MEDSRV_TRUE@am__append_25 = medsrv
  111. @USE_ATTR_SQL_TRUE@am__append_26 = pool
  112. @USE_ATTR_SQL_FALSE@@USE_SQL_TRUE@am__append_27 = pool
  113. @USE_TKM_TRUE@am__append_28 = charon-tkm
  114. @USE_CMD_TRUE@am__append_29 = charon-cmd
  115. @USE_SVC_TRUE@am__append_30 = charon-svc
  116. @USE_LIBPTTLS_TRUE@am__append_31 = pt-tls-client
  117. @USE_IMC_SWIMA_TRUE@am__append_32 = sw-collector
  118. @USE_IMV_SWIMA_TRUE@am__append_33 = sec-updater
  119. @USE_INTEGRITY_TEST_TRUE@am__append_34 = checksum
  120. @USE_AIKGEN_TRUE@am__append_35 = aikgen
  121. @USE_TPM_TRUE@am__append_36 = tpm_extendpcr
  122. @USE_KERNEL_NETLINK_TRUE@am__append_37 = xfrmi
  123. subdir = src
  124. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  125. am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
  126. $(top_srcdir)/m4/config/ltoptions.m4 \
  127. $(top_srcdir)/m4/config/ltsugar.m4 \
  128. $(top_srcdir)/m4/config/ltversion.m4 \
  129. $(top_srcdir)/m4/config/lt~obsolete.m4 \
  130. $(top_srcdir)/m4/macros/split-package-version.m4 \
  131. $(top_srcdir)/m4/macros/with.m4 \
  132. $(top_srcdir)/m4/macros/enable-disable.m4 \
  133. $(top_srcdir)/m4/macros/add-plugin.m4 \
  134. $(top_srcdir)/configure.ac
  135. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  136. $(ACLOCAL_M4)
  137. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  138. mkinstalldirs = $(install_sh) -d
  139. CONFIG_HEADER = $(top_builddir)/config.h
  140. CONFIG_CLEAN_FILES =
  141. CONFIG_CLEAN_VPATH_FILES =
  142. AM_V_P = $(am__v_P_@AM_V@)
  143. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  144. am__v_P_0 = false
  145. am__v_P_1 = :
  146. AM_V_GEN = $(am__v_GEN_@AM_V@)
  147. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  148. am__v_GEN_0 = @echo " GEN " $@;
  149. am__v_GEN_1 =
  150. AM_V_at = $(am__v_at_@AM_V@)
  151. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  152. am__v_at_0 = @
  153. am__v_at_1 =
  154. SOURCES =
  155. DIST_SOURCES =
  156. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  157. ctags-recursive dvi-recursive html-recursive info-recursive \
  158. install-data-recursive install-dvi-recursive \
  159. install-exec-recursive install-html-recursive \
  160. install-info-recursive install-pdf-recursive \
  161. install-ps-recursive install-recursive installcheck-recursive \
  162. installdirs-recursive pdf-recursive ps-recursive \
  163. tags-recursive uninstall-recursive
  164. am__can_run_installinfo = \
  165. case $$AM_UPDATE_INFO_DIR in \
  166. n|no|NO) false;; \
  167. *) (install-info --version) >/dev/null 2>&1;; \
  168. esac
  169. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  170. distclean-recursive maintainer-clean-recursive
  171. am__recursive_targets = \
  172. $(RECURSIVE_TARGETS) \
  173. $(RECURSIVE_CLEAN_TARGETS) \
  174. $(am__extra_recursive_targets)
  175. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  176. distdir
  177. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  178. # Read a list of newline-separated strings from the standard input,
  179. # and print each of them once, without duplicates. Input order is
  180. # *not* preserved.
  181. am__uniquify_input = $(AWK) '\
  182. BEGIN { nonempty = 0; } \
  183. { items[$$0] = 1; nonempty = 1; } \
  184. END { if (nonempty) { for (i in items) print i; }; } \
  185. '
  186. # Make sure the list of sources is unique. This is necessary because,
  187. # e.g., the same source file might be shared among _SOURCES variables
  188. # for different programs/libraries.
  189. am__define_uniq_tagged_files = \
  190. list='$(am__tagged_files)'; \
  191. unique=`for i in $$list; do \
  192. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  193. done | $(am__uniquify_input)`
  194. ETAGS = etags
  195. CTAGS = ctags
  196. DIST_SUBDIRS = . include libstrongswan libipsec libsimaka libtls \
  197. libradius libtncif libtnccs libpttls libtpmtss libimcv \
  198. libcharon starter ipsec _copyright charon charon-systemd \
  199. charon-nm stroke _updown scepclient pki swanctl conftest \
  200. libfast manager medsrv pool charon-tkm charon-cmd charon-svc \
  201. pt-tls-client sw-collector sec-updater checksum aikgen \
  202. tpm_extendpcr xfrmi
  203. am__DIST_COMMON = $(srcdir)/Makefile.in
  204. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  205. am__relativize = \
  206. dir0=`pwd`; \
  207. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  208. sed_rest='s,^[^/]*/*,,'; \
  209. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  210. sed_butlast='s,/*[^/]*$$,,'; \
  211. while test -n "$$dir1"; do \
  212. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  213. if test "$$first" != "."; then \
  214. if test "$$first" = ".."; then \
  215. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  216. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  217. else \
  218. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  219. if test "$$first2" = "$$first"; then \
  220. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  221. else \
  222. dir2="../$$dir2"; \
  223. fi; \
  224. dir0="$$dir0"/"$$first"; \
  225. fi; \
  226. fi; \
  227. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  228. done; \
  229. reldir="$$dir2"
  230. ACLOCAL = @ACLOCAL@
  231. ALLOCA = @ALLOCA@
  232. AMTAR = @AMTAR@
  233. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  234. AR = @AR@
  235. ATOMICLIB = @ATOMICLIB@
  236. AUTOCONF = @AUTOCONF@
  237. AUTOHEADER = @AUTOHEADER@
  238. AUTOMAKE = @AUTOMAKE@
  239. AWK = @AWK@
  240. BFDLIB = @BFDLIB@
  241. BTLIB = @BTLIB@
  242. CC = @CC@
  243. CCDEPMODE = @CCDEPMODE@
  244. CFLAGS = @CFLAGS@
  245. COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
  246. COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
  247. CPP = @CPP@
  248. CPPFLAGS = @CPPFLAGS@
  249. CYGPATH_W = @CYGPATH_W@
  250. DEFS = @DEFS@
  251. DEPDIR = @DEPDIR@
  252. DLLIB = @DLLIB@
  253. DLLTOOL = @DLLTOOL@
  254. DSYMUTIL = @DSYMUTIL@
  255. DUMPBIN = @DUMPBIN@
  256. EASY_INSTALL = @EASY_INSTALL@
  257. ECHO_C = @ECHO_C@
  258. ECHO_N = @ECHO_N@
  259. ECHO_T = @ECHO_T@
  260. EGREP = @EGREP@
  261. EXEEXT = @EXEEXT@
  262. FGREP = @FGREP@
  263. FUZZING_CFLAGS = @FUZZING_CFLAGS@
  264. FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
  265. GEM = @GEM@
  266. GENHTML = @GENHTML@
  267. GPERF = @GPERF@
  268. GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
  269. GPRBUILD = @GPRBUILD@
  270. GREP = @GREP@
  271. INSTALL = @INSTALL@
  272. INSTALL_DATA = @INSTALL_DATA@
  273. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  274. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  275. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  276. LCOV = @LCOV@
  277. LD = @LD@
  278. LDFLAGS = @LDFLAGS@
  279. LEX = @LEX@
  280. LEXLIB = @LEXLIB@
  281. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  282. LIBOBJS = @LIBOBJS@
  283. LIBS = @LIBS@
  284. LIBTOOL = @LIBTOOL@
  285. LIPO = @LIPO@
  286. LN_S = @LN_S@
  287. LTLIBOBJS = @LTLIBOBJS@
  288. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  289. MAKEINFO = @MAKEINFO@
  290. MANIFEST_TOOL = @MANIFEST_TOOL@
  291. MKDIR_P = @MKDIR_P@
  292. MYSQLCFLAG = @MYSQLCFLAG@
  293. MYSQLCONFIG = @MYSQLCONFIG@
  294. MYSQLLIB = @MYSQLLIB@
  295. NM = @NM@
  296. NMEDIT = @NMEDIT@
  297. OBJDUMP = @OBJDUMP@
  298. OBJEXT = @OBJEXT@
  299. OPENSSL_LIB = @OPENSSL_LIB@
  300. OTOOL = @OTOOL@
  301. OTOOL64 = @OTOOL64@
  302. PACKAGE = @PACKAGE@
  303. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  304. PACKAGE_NAME = @PACKAGE_NAME@
  305. PACKAGE_STRING = @PACKAGE_STRING@
  306. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  307. PACKAGE_URL = @PACKAGE_URL@
  308. PACKAGE_VERSION = @PACKAGE_VERSION@
  309. PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
  310. PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
  311. PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
  312. PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
  313. PATH_SEPARATOR = @PATH_SEPARATOR@
  314. PERL = @PERL@
  315. PKG_CONFIG = @PKG_CONFIG@
  316. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  317. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  318. PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
  319. PTHREADLIB = @PTHREADLIB@
  320. PYTHON = @PYTHON@
  321. PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
  322. PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  323. PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
  324. PYTHON_PLATFORM = @PYTHON_PLATFORM@
  325. PYTHON_PREFIX = @PYTHON_PREFIX@
  326. PYTHON_VERSION = @PYTHON_VERSION@
  327. PY_TEST = @PY_TEST@
  328. RANLIB = @RANLIB@
  329. RTLIB = @RTLIB@
  330. RUBYGEMDIR = @RUBYGEMDIR@
  331. SED = @SED@
  332. SET_MAKE = @SET_MAKE@
  333. SHELL = @SHELL@
  334. SOCKLIB = @SOCKLIB@
  335. STRIP = @STRIP@
  336. UNWINDLIB = @UNWINDLIB@
  337. VERSION = @VERSION@
  338. WOLFSSL_LIB = @WOLFSSL_LIB@
  339. YACC = @YACC@
  340. YFLAGS = @YFLAGS@
  341. abs_builddir = @abs_builddir@
  342. abs_srcdir = @abs_srcdir@
  343. abs_top_builddir = @abs_top_builddir@
  344. abs_top_srcdir = @abs_top_srcdir@
  345. ac_ct_AR = @ac_ct_AR@
  346. ac_ct_CC = @ac_ct_CC@
  347. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  348. aikgen_plugins = @aikgen_plugins@
  349. am__include = @am__include@
  350. am__leading_dot = @am__leading_dot@
  351. am__quote = @am__quote@
  352. am__tar = @am__tar@
  353. am__untar = @am__untar@
  354. attest_plugins = @attest_plugins@
  355. bindir = @bindir@
  356. botan_CFLAGS = @botan_CFLAGS@
  357. botan_LIBS = @botan_LIBS@
  358. build = @build@
  359. build_alias = @build_alias@
  360. build_cpu = @build_cpu@
  361. build_os = @build_os@
  362. build_vendor = @build_vendor@
  363. builddir = @builddir@
  364. c_plugins = @c_plugins@
  365. charon_natt_port = @charon_natt_port@
  366. charon_plugins = @charon_plugins@
  367. charon_udp_port = @charon_udp_port@
  368. clearsilver_LIBS = @clearsilver_LIBS@
  369. cmd_plugins = @cmd_plugins@
  370. datadir = @datadir@
  371. datarootdir = @datarootdir@
  372. dev_headers = @dev_headers@
  373. docdir = @docdir@
  374. dvidir = @dvidir@
  375. exec_prefix = @exec_prefix@
  376. fips_mode = @fips_mode@
  377. fuzz_plugins = @fuzz_plugins@
  378. host = @host@
  379. host_alias = @host_alias@
  380. host_cpu = @host_cpu@
  381. host_os = @host_os@
  382. host_vendor = @host_vendor@
  383. htmldir = @htmldir@
  384. imcvdir = @imcvdir@
  385. includedir = @includedir@
  386. infodir = @infodir@
  387. install_sh = @install_sh@
  388. ipsec_script = @ipsec_script@
  389. ipsec_script_upper = @ipsec_script_upper@
  390. ipsecdir = @ipsecdir@
  391. ipsecgroup = @ipsecgroup@
  392. ipseclibdir = @ipseclibdir@
  393. ipsecuser = @ipsecuser@
  394. json_CFLAGS = @json_CFLAGS@
  395. json_LIBS = @json_LIBS@
  396. libdir = @libdir@
  397. libexecdir = @libexecdir@
  398. libfuzzer = @libfuzzer@
  399. libiptc_CFLAGS = @libiptc_CFLAGS@
  400. libiptc_LIBS = @libiptc_LIBS@
  401. linux_headers = @linux_headers@
  402. localedir = @localedir@
  403. localstatedir = @localstatedir@
  404. manager_plugins = @manager_plugins@
  405. mandir = @mandir@
  406. medsrv_plugins = @medsrv_plugins@
  407. mkdir_p = @mkdir_p@
  408. nm_CFLAGS = @nm_CFLAGS@
  409. nm_LIBS = @nm_LIBS@
  410. nm_ca_dir = @nm_ca_dir@
  411. nm_plugins = @nm_plugins@
  412. oldincludedir = @oldincludedir@
  413. p_plugins = @p_plugins@
  414. pcsclite_CFLAGS = @pcsclite_CFLAGS@
  415. pcsclite_LIBS = @pcsclite_LIBS@
  416. pdfdir = @pdfdir@
  417. piddir = @piddir@
  418. pkgpyexecdir = @pkgpyexecdir@
  419. pkgpythondir = @pkgpythondir@
  420. pki_plugins = @pki_plugins@
  421. plugindir = @plugindir@
  422. pool_plugins = @pool_plugins@
  423. prefix = @prefix@
  424. program_transform_name = @program_transform_name@
  425. psdir = @psdir@
  426. pyexecdir = @pyexecdir@
  427. pythondir = @pythondir@
  428. random_device = @random_device@
  429. resolv_conf = @resolv_conf@
  430. routing_table = @routing_table@
  431. routing_table_prio = @routing_table_prio@
  432. runstatedir = @runstatedir@
  433. s_plugins = @s_plugins@
  434. sbindir = @sbindir@
  435. scepclient_plugins = @scepclient_plugins@
  436. scripts_plugins = @scripts_plugins@
  437. sharedstatedir = @sharedstatedir@
  438. soup_CFLAGS = @soup_CFLAGS@
  439. soup_LIBS = @soup_LIBS@
  440. srcdir = @srcdir@
  441. starter_plugins = @starter_plugins@
  442. strongswan_conf = @strongswan_conf@
  443. strongswan_options = @strongswan_options@
  444. swanctldir = @swanctldir@
  445. sysconfdir = @sysconfdir@
  446. systemd_CFLAGS = @systemd_CFLAGS@
  447. systemd_LIBS = @systemd_LIBS@
  448. systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
  449. systemd_daemon_LIBS = @systemd_daemon_LIBS@
  450. systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
  451. systemd_journal_LIBS = @systemd_journal_LIBS@
  452. systemdsystemunitdir = @systemdsystemunitdir@
  453. t_plugins = @t_plugins@
  454. target_alias = @target_alias@
  455. top_build_prefix = @top_build_prefix@
  456. top_builddir = @top_builddir@
  457. top_srcdir = @top_srcdir@
  458. tss2_CFLAGS = @tss2_CFLAGS@
  459. tss2_LIBS = @tss2_LIBS@
  460. tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
  461. tss2_esys_LIBS = @tss2_esys_LIBS@
  462. tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
  463. tss2_socket_LIBS = @tss2_socket_LIBS@
  464. tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
  465. tss2_sys_LIBS = @tss2_sys_LIBS@
  466. tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
  467. tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
  468. urandom_device = @urandom_device@
  469. xml_CFLAGS = @xml_CFLAGS@
  470. xml_LIBS = @xml_LIBS@
  471. SUBDIRS = . include $(am__append_1) $(am__append_2) $(am__append_3) \
  472. $(am__append_4) $(am__append_5) $(am__append_6) \
  473. $(am__append_7) $(am__append_8) $(am__append_9) \
  474. $(am__append_10) $(am__append_11) $(am__append_12) \
  475. $(am__append_13) $(am__append_14) $(am__append_15) \
  476. $(am__append_16) $(am__append_17) $(am__append_18) \
  477. $(am__append_19) $(am__append_20) $(am__append_21) \
  478. $(am__append_22) $(am__append_23) $(am__append_24) \
  479. $(am__append_25) $(am__append_26) $(am__append_27) \
  480. $(am__append_28) $(am__append_29) $(am__append_30) \
  481. $(am__append_31) $(am__append_32) $(am__append_33) \
  482. $(am__append_34) $(am__append_35) $(am__append_36) \
  483. $(am__append_37)
  484. all: all-recursive
  485. .SUFFIXES:
  486. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  487. @for dep in $?; do \
  488. case '$(am__configure_deps)' in \
  489. *$$dep*) \
  490. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  491. && { if test -f $@; then exit 0; else break; fi; }; \
  492. exit 1;; \
  493. esac; \
  494. done; \
  495. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
  496. $(am__cd) $(top_srcdir) && \
  497. $(AUTOMAKE) --gnu src/Makefile
  498. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  499. @case '$?' in \
  500. *config.status*) \
  501. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  502. *) \
  503. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  504. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  505. esac;
  506. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  507. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  508. $(top_srcdir)/configure: $(am__configure_deps)
  509. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  510. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  511. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  512. $(am__aclocal_m4_deps):
  513. mostlyclean-libtool:
  514. -rm -f *.lo
  515. clean-libtool:
  516. -rm -rf .libs _libs
  517. # This directory's subdirectories are mostly independent; you can cd
  518. # into them and run 'make' without going through this Makefile.
  519. # To change the values of 'make' variables: instead of editing Makefiles,
  520. # (1) if the variable is set in 'config.status', edit 'config.status'
  521. # (which will cause the Makefiles to be regenerated when you run 'make');
  522. # (2) otherwise, pass the desired values on the 'make' command line.
  523. $(am__recursive_targets):
  524. @fail=; \
  525. if $(am__make_keepgoing); then \
  526. failcom='fail=yes'; \
  527. else \
  528. failcom='exit 1'; \
  529. fi; \
  530. dot_seen=no; \
  531. target=`echo $@ | sed s/-recursive//`; \
  532. case "$@" in \
  533. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  534. *) list='$(SUBDIRS)' ;; \
  535. esac; \
  536. for subdir in $$list; do \
  537. echo "Making $$target in $$subdir"; \
  538. if test "$$subdir" = "."; then \
  539. dot_seen=yes; \
  540. local_target="$$target-am"; \
  541. else \
  542. local_target="$$target"; \
  543. fi; \
  544. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  545. || eval $$failcom; \
  546. done; \
  547. if test "$$dot_seen" = "no"; then \
  548. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  549. fi; test -z "$$fail"
  550. ID: $(am__tagged_files)
  551. $(am__define_uniq_tagged_files); mkid -fID $$unique
  552. tags: tags-recursive
  553. TAGS: tags
  554. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  555. set x; \
  556. here=`pwd`; \
  557. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  558. include_option=--etags-include; \
  559. empty_fix=.; \
  560. else \
  561. include_option=--include; \
  562. empty_fix=; \
  563. fi; \
  564. list='$(SUBDIRS)'; for subdir in $$list; do \
  565. if test "$$subdir" = .; then :; else \
  566. test ! -f $$subdir/TAGS || \
  567. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  568. fi; \
  569. done; \
  570. $(am__define_uniq_tagged_files); \
  571. shift; \
  572. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  573. test -n "$$unique" || unique=$$empty_fix; \
  574. if test $$# -gt 0; then \
  575. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  576. "$$@" $$unique; \
  577. else \
  578. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  579. $$unique; \
  580. fi; \
  581. fi
  582. ctags: ctags-recursive
  583. CTAGS: ctags
  584. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  585. $(am__define_uniq_tagged_files); \
  586. test -z "$(CTAGS_ARGS)$$unique" \
  587. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  588. $$unique
  589. GTAGS:
  590. here=`$(am__cd) $(top_builddir) && pwd` \
  591. && $(am__cd) $(top_srcdir) \
  592. && gtags -i $(GTAGS_ARGS) "$$here"
  593. cscopelist: cscopelist-recursive
  594. cscopelist-am: $(am__tagged_files)
  595. list='$(am__tagged_files)'; \
  596. case "$(srcdir)" in \
  597. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  598. *) sdir=$(subdir)/$(srcdir) ;; \
  599. esac; \
  600. for i in $$list; do \
  601. if test -f "$$i"; then \
  602. echo "$(subdir)/$$i"; \
  603. else \
  604. echo "$$sdir/$$i"; \
  605. fi; \
  606. done >> $(top_builddir)/cscope.files
  607. distclean-tags:
  608. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  609. distdir: $(DISTFILES)
  610. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  611. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  612. list='$(DISTFILES)'; \
  613. dist_files=`for file in $$list; do echo $$file; done | \
  614. sed -e "s|^$$srcdirstrip/||;t" \
  615. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  616. case $$dist_files in \
  617. */*) $(MKDIR_P) `echo "$$dist_files" | \
  618. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  619. sort -u` ;; \
  620. esac; \
  621. for file in $$dist_files; do \
  622. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  623. if test -d $$d/$$file; then \
  624. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  625. if test -d "$(distdir)/$$file"; then \
  626. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  627. fi; \
  628. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  629. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  630. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  631. fi; \
  632. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  633. else \
  634. test -f "$(distdir)/$$file" \
  635. || cp -p $$d/$$file "$(distdir)/$$file" \
  636. || exit 1; \
  637. fi; \
  638. done
  639. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  640. if test "$$subdir" = .; then :; else \
  641. $(am__make_dryrun) \
  642. || test -d "$(distdir)/$$subdir" \
  643. || $(MKDIR_P) "$(distdir)/$$subdir" \
  644. || exit 1; \
  645. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  646. $(am__relativize); \
  647. new_distdir=$$reldir; \
  648. dir1=$$subdir; dir2="$(top_distdir)"; \
  649. $(am__relativize); \
  650. new_top_distdir=$$reldir; \
  651. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  652. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  653. ($(am__cd) $$subdir && \
  654. $(MAKE) $(AM_MAKEFLAGS) \
  655. top_distdir="$$new_top_distdir" \
  656. distdir="$$new_distdir" \
  657. am__remove_distdir=: \
  658. am__skip_length_check=: \
  659. am__skip_mode_fix=: \
  660. distdir) \
  661. || exit 1; \
  662. fi; \
  663. done
  664. check-am: all-am
  665. check: check-recursive
  666. all-am: Makefile
  667. installdirs: installdirs-recursive
  668. installdirs-am:
  669. install: install-recursive
  670. install-exec: install-exec-recursive
  671. install-data: install-data-recursive
  672. uninstall: uninstall-recursive
  673. install-am: all-am
  674. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  675. installcheck: installcheck-recursive
  676. install-strip:
  677. if test -z '$(STRIP)'; then \
  678. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  679. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  680. install; \
  681. else \
  682. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  683. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  684. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  685. fi
  686. mostlyclean-generic:
  687. clean-generic:
  688. distclean-generic:
  689. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  690. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  691. maintainer-clean-generic:
  692. @echo "This command is intended for maintainers to use"
  693. @echo "it deletes files that may require special tools to rebuild."
  694. clean: clean-recursive
  695. clean-am: clean-generic clean-libtool mostlyclean-am
  696. distclean: distclean-recursive
  697. -rm -f Makefile
  698. distclean-am: clean-am distclean-generic distclean-tags
  699. dvi: dvi-recursive
  700. dvi-am:
  701. html: html-recursive
  702. html-am:
  703. info: info-recursive
  704. info-am:
  705. install-data-am:
  706. install-dvi: install-dvi-recursive
  707. install-dvi-am:
  708. install-exec-am:
  709. install-html: install-html-recursive
  710. install-html-am:
  711. install-info: install-info-recursive
  712. install-info-am:
  713. install-man:
  714. install-pdf: install-pdf-recursive
  715. install-pdf-am:
  716. install-ps: install-ps-recursive
  717. install-ps-am:
  718. installcheck-am:
  719. maintainer-clean: maintainer-clean-recursive
  720. -rm -f Makefile
  721. maintainer-clean-am: distclean-am maintainer-clean-generic
  722. mostlyclean: mostlyclean-recursive
  723. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  724. pdf: pdf-recursive
  725. pdf-am:
  726. ps: ps-recursive
  727. ps-am:
  728. uninstall-am:
  729. .MAKE: $(am__recursive_targets) install-am install-strip
  730. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  731. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  732. ctags-am distclean distclean-generic distclean-libtool \
  733. distclean-tags distdir dvi dvi-am html html-am info info-am \
  734. install install-am install-data install-data-am install-dvi \
  735. install-dvi-am install-exec install-exec-am install-html \
  736. install-html-am install-info install-info-am install-man \
  737. install-pdf install-pdf-am install-ps install-ps-am \
  738. install-strip installcheck installcheck-am installdirs \
  739. installdirs-am maintainer-clean maintainer-clean-generic \
  740. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  741. ps ps-am tags tags-am uninstall uninstall-am
  742. .PRECIOUS: Makefile
  743. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  744. # Otherwise a system limit (for SysV at least) may be exceeded.
  745. .NOEXPORT: