Makefile 27 KB

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