Makefile 29 KB

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