Makefile 25 KB

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