Makefile 26 KB

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