Makefile 27 KB

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