Makefile 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # src/libpttls/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. #am__append_1 = -lws2_32
  85. subdir = src/libpttls
  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 =
  103. CONFIG_CLEAN_VPATH_FILES =
  104. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  105. am__vpath_adj = case $$p in \
  106. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  107. *) f=$$p;; \
  108. esac;
  109. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  110. am__install_max = 40
  111. am__nobase_strip_setup = \
  112. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  113. am__nobase_strip = \
  114. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  115. am__nobase_list = $(am__nobase_strip_setup); \
  116. for p in $$list; do echo "$$p $$p"; done | \
  117. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  118. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  119. if (++n[$$2] == $(am__install_max)) \
  120. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  121. END { for (dir in files) print dir, files[dir] }'
  122. am__base_list = \
  123. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  124. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  125. am__uninstall_files_from_dir = { \
  126. test -z "$$files" \
  127. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  128. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  129. $(am__cd) "$$dir" && rm -f $$files; }; \
  130. }
  131. am__installdirs = "$(DESTDIR)$(ipseclibdir)"
  132. LTLIBRARIES = $(ipseclib_LTLIBRARIES)
  133. am__DEPENDENCIES_1 =
  134. libpttls_la_DEPENDENCIES = \
  135. $(top_builddir)/src/libstrongswan/libstrongswan.la \
  136. $(top_builddir)/src/libtls/libtls.la $(am__DEPENDENCIES_1)
  137. am__dirstamp = $(am__leading_dot)dirstamp
  138. am_libpttls_la_OBJECTS = pt_tls.lo pt_tls_client.lo pt_tls_server.lo \
  139. pt_tls_dispatcher.lo sasl/sasl_plain/sasl_plain.lo \
  140. sasl/sasl_mechanism.lo
  141. libpttls_la_OBJECTS = $(am_libpttls_la_OBJECTS)
  142. AM_V_lt = $(am__v_lt_$(V))
  143. am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
  144. am__v_lt_0 = --silent
  145. am__v_lt_1 =
  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 = $(libpttls_la_SOURCES)
  181. DIST_SOURCES = $(libpttls_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/libpttls
  320. abs_srcdir = /home/masadullah/AndroidProjects/strongswan/src/libpttls
  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. -I$(top_srcdir)/src/libtls \
  452. -I$(top_srcdir)/src/libtncif \
  453. -I$(top_srcdir)/src/libtnccs
  454. AM_LDFLAGS = \
  455. -no-undefined
  456. ipseclib_LTLIBRARIES = libpttls.la
  457. libpttls_la_LIBADD = \
  458. $(top_builddir)/src/libstrongswan/libstrongswan.la \
  459. $(top_builddir)/src/libtls/libtls.la $(am__append_1)
  460. libpttls_la_SOURCES = pt_tls.c pt_tls.h \
  461. pt_tls_client.c pt_tls_client.h \
  462. pt_tls_server.c pt_tls_server.h \
  463. pt_tls_dispatcher.c pt_tls_dispatcher.h \
  464. sasl/sasl_plain/sasl_plain.c sasl/sasl_plain/sasl_plain.h \
  465. sasl/sasl_mechanism.c sasl/sasl_mechanism.h
  466. all: all-am
  467. .SUFFIXES:
  468. .SUFFIXES: .c .lo .o .obj
  469. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  470. @for dep in $?; do \
  471. case '$(am__configure_deps)' in \
  472. *$$dep*) \
  473. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  474. && { if test -f $@; then exit 0; else break; fi; }; \
  475. exit 1;; \
  476. esac; \
  477. done; \
  478. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libpttls/Makefile'; \
  479. $(am__cd) $(top_srcdir) && \
  480. $(AUTOMAKE) --gnu src/libpttls/Makefile
  481. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  482. @case '$?' in \
  483. *config.status*) \
  484. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  485. *) \
  486. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  487. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  488. esac;
  489. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  490. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  491. $(top_srcdir)/configure: $(am__configure_deps)
  492. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  493. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  494. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  495. $(am__aclocal_m4_deps):
  496. install-ipseclibLTLIBRARIES: $(ipseclib_LTLIBRARIES)
  497. @$(NORMAL_INSTALL)
  498. @list='$(ipseclib_LTLIBRARIES)'; test -n "$(ipseclibdir)" || list=; \
  499. list2=; for p in $$list; do \
  500. if test -f $$p; then \
  501. list2="$$list2 $$p"; \
  502. else :; fi; \
  503. done; \
  504. test -z "$$list2" || { \
  505. echo " $(MKDIR_P) '$(DESTDIR)$(ipseclibdir)'"; \
  506. $(MKDIR_P) "$(DESTDIR)$(ipseclibdir)" || exit 1; \
  507. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ipseclibdir)'"; \
  508. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ipseclibdir)"; \
  509. }
  510. uninstall-ipseclibLTLIBRARIES:
  511. @$(NORMAL_UNINSTALL)
  512. @list='$(ipseclib_LTLIBRARIES)'; test -n "$(ipseclibdir)" || list=; \
  513. for p in $$list; do \
  514. $(am__strip_dir) \
  515. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ipseclibdir)/$$f'"; \
  516. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ipseclibdir)/$$f"; \
  517. done
  518. clean-ipseclibLTLIBRARIES:
  519. -test -z "$(ipseclib_LTLIBRARIES)" || rm -f $(ipseclib_LTLIBRARIES)
  520. @list='$(ipseclib_LTLIBRARIES)'; \
  521. locs=`for p in $$list; do echo $$p; done | \
  522. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  523. sort -u`; \
  524. test -z "$$locs" || { \
  525. echo rm -f $${locs}; \
  526. rm -f $${locs}; \
  527. }
  528. sasl/sasl_plain/$(am__dirstamp):
  529. @$(MKDIR_P) sasl/sasl_plain
  530. @: > sasl/sasl_plain/$(am__dirstamp)
  531. sasl/sasl_plain/$(DEPDIR)/$(am__dirstamp):
  532. @$(MKDIR_P) sasl/sasl_plain/$(DEPDIR)
  533. @: > sasl/sasl_plain/$(DEPDIR)/$(am__dirstamp)
  534. sasl/sasl_plain/sasl_plain.lo: sasl/sasl_plain/$(am__dirstamp) \
  535. sasl/sasl_plain/$(DEPDIR)/$(am__dirstamp)
  536. sasl/$(am__dirstamp):
  537. @$(MKDIR_P) sasl
  538. @: > sasl/$(am__dirstamp)
  539. sasl/$(DEPDIR)/$(am__dirstamp):
  540. @$(MKDIR_P) sasl/$(DEPDIR)
  541. @: > sasl/$(DEPDIR)/$(am__dirstamp)
  542. sasl/sasl_mechanism.lo: sasl/$(am__dirstamp) \
  543. sasl/$(DEPDIR)/$(am__dirstamp)
  544. libpttls.la: $(libpttls_la_OBJECTS) $(libpttls_la_DEPENDENCIES) $(EXTRA_libpttls_la_DEPENDENCIES)
  545. $(AM_V_CCLD)$(LINK) -rpath $(ipseclibdir) $(libpttls_la_OBJECTS) $(libpttls_la_LIBADD) $(LIBS)
  546. mostlyclean-compile:
  547. -rm -f *.$(OBJEXT)
  548. -rm -f sasl/*.$(OBJEXT)
  549. -rm -f sasl/*.lo
  550. -rm -f sasl/sasl_plain/*.$(OBJEXT)
  551. -rm -f sasl/sasl_plain/*.lo
  552. distclean-compile:
  553. -rm -f *.tab.c
  554. include ./$(DEPDIR)/pt_tls.Plo
  555. include ./$(DEPDIR)/pt_tls_client.Plo
  556. include ./$(DEPDIR)/pt_tls_dispatcher.Plo
  557. include ./$(DEPDIR)/pt_tls_server.Plo
  558. include sasl/$(DEPDIR)/sasl_mechanism.Plo
  559. include sasl/sasl_plain/$(DEPDIR)/sasl_plain.Plo
  560. .c.o:
  561. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  562. $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  563. $(am__mv) $$depbase.Tpo $$depbase.Po
  564. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  565. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  566. # $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
  567. .c.obj:
  568. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  569. $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  570. $(am__mv) $$depbase.Tpo $$depbase.Po
  571. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  572. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  573. # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  574. .c.lo:
  575. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  576. $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  577. $(am__mv) $$depbase.Tpo $$depbase.Plo
  578. # $(AM_V_CC)source='$<' object='$@' libtool=yes \
  579. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  580. # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
  581. mostlyclean-libtool:
  582. -rm -f *.lo
  583. clean-libtool:
  584. -rm -rf .libs _libs
  585. -rm -rf sasl/.libs sasl/_libs
  586. -rm -rf sasl/sasl_plain/.libs sasl/sasl_plain/_libs
  587. ID: $(am__tagged_files)
  588. $(am__define_uniq_tagged_files); mkid -fID $$unique
  589. tags: tags-am
  590. TAGS: tags
  591. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  592. set x; \
  593. here=`pwd`; \
  594. $(am__define_uniq_tagged_files); \
  595. shift; \
  596. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  597. test -n "$$unique" || unique=$$empty_fix; \
  598. if test $$# -gt 0; then \
  599. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  600. "$$@" $$unique; \
  601. else \
  602. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  603. $$unique; \
  604. fi; \
  605. fi
  606. ctags: ctags-am
  607. CTAGS: ctags
  608. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  609. $(am__define_uniq_tagged_files); \
  610. test -z "$(CTAGS_ARGS)$$unique" \
  611. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  612. $$unique
  613. GTAGS:
  614. here=`$(am__cd) $(top_builddir) && pwd` \
  615. && $(am__cd) $(top_srcdir) \
  616. && gtags -i $(GTAGS_ARGS) "$$here"
  617. cscopelist: cscopelist-am
  618. cscopelist-am: $(am__tagged_files)
  619. list='$(am__tagged_files)'; \
  620. case "$(srcdir)" in \
  621. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  622. *) sdir=$(subdir)/$(srcdir) ;; \
  623. esac; \
  624. for i in $$list; do \
  625. if test -f "$$i"; then \
  626. echo "$(subdir)/$$i"; \
  627. else \
  628. echo "$$sdir/$$i"; \
  629. fi; \
  630. done >> $(top_builddir)/cscope.files
  631. distclean-tags:
  632. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  633. distdir: $(DISTFILES)
  634. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  635. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  636. list='$(DISTFILES)'; \
  637. dist_files=`for file in $$list; do echo $$file; done | \
  638. sed -e "s|^$$srcdirstrip/||;t" \
  639. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  640. case $$dist_files in \
  641. */*) $(MKDIR_P) `echo "$$dist_files" | \
  642. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  643. sort -u` ;; \
  644. esac; \
  645. for file in $$dist_files; do \
  646. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  647. if test -d $$d/$$file; then \
  648. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  649. if test -d "$(distdir)/$$file"; then \
  650. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  651. fi; \
  652. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  653. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  654. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  655. fi; \
  656. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  657. else \
  658. test -f "$(distdir)/$$file" \
  659. || cp -p $$d/$$file "$(distdir)/$$file" \
  660. || exit 1; \
  661. fi; \
  662. done
  663. check-am: all-am
  664. check: check-am
  665. all-am: Makefile $(LTLIBRARIES)
  666. installdirs:
  667. for dir in "$(DESTDIR)$(ipseclibdir)"; do \
  668. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  669. done
  670. install: install-am
  671. install-exec: install-exec-am
  672. install-data: install-data-am
  673. uninstall: uninstall-am
  674. install-am: all-am
  675. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  676. installcheck: installcheck-am
  677. install-strip:
  678. if test -z '$(STRIP)'; then \
  679. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  680. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  681. install; \
  682. else \
  683. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  684. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  685. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  686. fi
  687. mostlyclean-generic:
  688. clean-generic:
  689. distclean-generic:
  690. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  691. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  692. -rm -f sasl/$(DEPDIR)/$(am__dirstamp)
  693. -rm -f sasl/$(am__dirstamp)
  694. -rm -f sasl/sasl_plain/$(DEPDIR)/$(am__dirstamp)
  695. -rm -f sasl/sasl_plain/$(am__dirstamp)
  696. maintainer-clean-generic:
  697. @echo "This command is intended for maintainers to use"
  698. @echo "it deletes files that may require special tools to rebuild."
  699. clean: clean-am
  700. clean-am: clean-generic clean-ipseclibLTLIBRARIES clean-libtool \
  701. mostlyclean-am
  702. distclean: distclean-am
  703. -rm -rf ./$(DEPDIR) sasl/$(DEPDIR) sasl/sasl_plain/$(DEPDIR)
  704. -rm -f Makefile
  705. distclean-am: clean-am distclean-compile distclean-generic \
  706. distclean-tags
  707. dvi: dvi-am
  708. dvi-am:
  709. html: html-am
  710. html-am:
  711. info: info-am
  712. info-am:
  713. install-data-am: install-ipseclibLTLIBRARIES
  714. install-dvi: install-dvi-am
  715. install-dvi-am:
  716. install-exec-am:
  717. install-html: install-html-am
  718. install-html-am:
  719. install-info: install-info-am
  720. install-info-am:
  721. install-man:
  722. install-pdf: install-pdf-am
  723. install-pdf-am:
  724. install-ps: install-ps-am
  725. install-ps-am:
  726. installcheck-am:
  727. maintainer-clean: maintainer-clean-am
  728. -rm -rf ./$(DEPDIR) sasl/$(DEPDIR) sasl/sasl_plain/$(DEPDIR)
  729. -rm -f Makefile
  730. maintainer-clean-am: distclean-am maintainer-clean-generic
  731. mostlyclean: mostlyclean-am
  732. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  733. mostlyclean-libtool
  734. pdf: pdf-am
  735. pdf-am:
  736. ps: ps-am
  737. ps-am:
  738. uninstall-am: uninstall-ipseclibLTLIBRARIES
  739. .MAKE: install-am install-strip
  740. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  741. clean-ipseclibLTLIBRARIES clean-libtool cscopelist-am ctags \
  742. ctags-am distclean distclean-compile distclean-generic \
  743. distclean-libtool distclean-tags distdir dvi dvi-am html \
  744. html-am info info-am install install-am install-data \
  745. install-data-am install-dvi install-dvi-am install-exec \
  746. install-exec-am install-html install-html-am install-info \
  747. install-info-am install-ipseclibLTLIBRARIES install-man \
  748. install-pdf install-pdf-am install-ps install-ps-am \
  749. install-strip installcheck installcheck-am installdirs \
  750. maintainer-clean maintainer-clean-generic mostlyclean \
  751. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  752. pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
  753. uninstall-ipseclibLTLIBRARIES
  754. .PRECIOUS: Makefile
  755. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  756. # Otherwise a system limit (for SysV at least) may be exceeded.
  757. .NOEXPORT: