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