Makefile 25 KB

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