Makefile.in 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # @configure_input@
  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. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. @MONOLITHIC_FALSE@am__append_1 = $(top_builddir)/src/libsimaka/libsimaka.la
  87. subdir = src/libcharon/plugins/eap_sim_pcsc
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
  90. $(top_srcdir)/m4/config/ltoptions.m4 \
  91. $(top_srcdir)/m4/config/ltsugar.m4 \
  92. $(top_srcdir)/m4/config/ltversion.m4 \
  93. $(top_srcdir)/m4/config/lt~obsolete.m4 \
  94. $(top_srcdir)/m4/macros/split-package-version.m4 \
  95. $(top_srcdir)/m4/macros/with.m4 \
  96. $(top_srcdir)/m4/macros/enable-disable.m4 \
  97. $(top_srcdir)/m4/macros/add-plugin.m4 \
  98. $(top_srcdir)/configure.ac
  99. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  100. $(ACLOCAL_M4)
  101. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  102. mkinstalldirs = $(install_sh) -d
  103. CONFIG_HEADER = $(top_builddir)/config.h
  104. CONFIG_CLEAN_FILES =
  105. CONFIG_CLEAN_VPATH_FILES =
  106. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  107. am__vpath_adj = case $$p in \
  108. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  109. *) f=$$p;; \
  110. esac;
  111. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  112. am__install_max = 40
  113. am__nobase_strip_setup = \
  114. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  115. am__nobase_strip = \
  116. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  117. am__nobase_list = $(am__nobase_strip_setup); \
  118. for p in $$list; do echo "$$p $$p"; done | \
  119. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  120. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  121. if (++n[$$2] == $(am__install_max)) \
  122. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  123. END { for (dir in files) print dir, files[dir] }'
  124. am__base_list = \
  125. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  126. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  127. am__uninstall_files_from_dir = { \
  128. test -z "$$files" \
  129. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  130. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  131. $(am__cd) "$$dir" && rm -f $$files; }; \
  132. }
  133. am__installdirs = "$(DESTDIR)$(plugindir)"
  134. LTLIBRARIES = $(noinst_LTLIBRARIES) $(plugin_LTLIBRARIES)
  135. am__DEPENDENCIES_1 =
  136. libstrongswan_eap_sim_pcsc_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
  137. $(am__append_1)
  138. am_libstrongswan_eap_sim_pcsc_la_OBJECTS = eap_sim_pcsc_plugin.lo \
  139. eap_sim_pcsc_card.lo
  140. libstrongswan_eap_sim_pcsc_la_OBJECTS = \
  141. $(am_libstrongswan_eap_sim_pcsc_la_OBJECTS)
  142. AM_V_lt = $(am__v_lt_@AM_V@)
  143. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  144. am__v_lt_0 = --silent
  145. am__v_lt_1 =
  146. libstrongswan_eap_sim_pcsc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  147. $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  148. $(AM_CFLAGS) $(CFLAGS) \
  149. $(libstrongswan_eap_sim_pcsc_la_LDFLAGS) $(LDFLAGS) -o $@
  150. @MONOLITHIC_FALSE@am_libstrongswan_eap_sim_pcsc_la_rpath = -rpath \
  151. @MONOLITHIC_FALSE@ $(plugindir)
  152. @MONOLITHIC_TRUE@am_libstrongswan_eap_sim_pcsc_la_rpath =
  153. AM_V_P = $(am__v_P_@AM_V@)
  154. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  155. am__v_P_0 = false
  156. am__v_P_1 = :
  157. AM_V_GEN = $(am__v_GEN_@AM_V@)
  158. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  159. am__v_GEN_0 = @echo " GEN " $@;
  160. am__v_GEN_1 =
  161. AM_V_at = $(am__v_at_@AM_V@)
  162. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  163. am__v_at_0 = @
  164. am__v_at_1 =
  165. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  166. depcomp = $(SHELL) $(top_srcdir)/depcomp
  167. am__depfiles_maybe = depfiles
  168. am__mv = mv -f
  169. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  170. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  171. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  172. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  173. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  174. $(AM_CFLAGS) $(CFLAGS)
  175. AM_V_CC = $(am__v_CC_@AM_V@)
  176. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  177. am__v_CC_0 = @echo " CC " $@;
  178. am__v_CC_1 =
  179. CCLD = $(CC)
  180. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  181. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  182. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  183. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  184. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  185. am__v_CCLD_0 = @echo " CCLD " $@;
  186. am__v_CCLD_1 =
  187. SOURCES = $(libstrongswan_eap_sim_pcsc_la_SOURCES)
  188. DIST_SOURCES = $(libstrongswan_eap_sim_pcsc_la_SOURCES)
  189. am__can_run_installinfo = \
  190. case $$AM_UPDATE_INFO_DIR in \
  191. n|no|NO) false;; \
  192. *) (install-info --version) >/dev/null 2>&1;; \
  193. esac
  194. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  195. # Read a list of newline-separated strings from the standard input,
  196. # and print each of them once, without duplicates. Input order is
  197. # *not* preserved.
  198. am__uniquify_input = $(AWK) '\
  199. BEGIN { nonempty = 0; } \
  200. { items[$$0] = 1; nonempty = 1; } \
  201. END { if (nonempty) { for (i in items) print i; }; } \
  202. '
  203. # Make sure the list of sources is unique. This is necessary because,
  204. # e.g., the same source file might be shared among _SOURCES variables
  205. # for different programs/libraries.
  206. am__define_uniq_tagged_files = \
  207. list='$(am__tagged_files)'; \
  208. unique=`for i in $$list; do \
  209. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  210. done | $(am__uniquify_input)`
  211. ETAGS = etags
  212. CTAGS = ctags
  213. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  214. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  215. ACLOCAL = @ACLOCAL@
  216. ALLOCA = @ALLOCA@
  217. AMTAR = @AMTAR@
  218. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  219. AR = @AR@
  220. ATOMICLIB = @ATOMICLIB@
  221. AUTOCONF = @AUTOCONF@
  222. AUTOHEADER = @AUTOHEADER@
  223. AUTOMAKE = @AUTOMAKE@
  224. AWK = @AWK@
  225. BFDLIB = @BFDLIB@
  226. BTLIB = @BTLIB@
  227. CC = @CC@
  228. CCDEPMODE = @CCDEPMODE@
  229. CFLAGS = @CFLAGS@
  230. COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
  231. COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
  232. CPP = @CPP@
  233. CPPFLAGS = @CPPFLAGS@
  234. CYGPATH_W = @CYGPATH_W@
  235. DEFS = @DEFS@
  236. DEPDIR = @DEPDIR@
  237. DLLIB = @DLLIB@
  238. DLLTOOL = @DLLTOOL@
  239. DSYMUTIL = @DSYMUTIL@
  240. DUMPBIN = @DUMPBIN@
  241. EASY_INSTALL = @EASY_INSTALL@
  242. ECHO_C = @ECHO_C@
  243. ECHO_N = @ECHO_N@
  244. ECHO_T = @ECHO_T@
  245. EGREP = @EGREP@
  246. EXEEXT = @EXEEXT@
  247. FGREP = @FGREP@
  248. FUZZING_CFLAGS = @FUZZING_CFLAGS@
  249. FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
  250. GEM = @GEM@
  251. GENHTML = @GENHTML@
  252. GPERF = @GPERF@
  253. GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
  254. GPRBUILD = @GPRBUILD@
  255. GREP = @GREP@
  256. INSTALL = @INSTALL@
  257. INSTALL_DATA = @INSTALL_DATA@
  258. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  259. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  260. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  261. LCOV = @LCOV@
  262. LD = @LD@
  263. LDFLAGS = @LDFLAGS@
  264. LEX = @LEX@
  265. LEXLIB = @LEXLIB@
  266. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  267. LIBOBJS = @LIBOBJS@
  268. LIBS = @LIBS@
  269. LIBTOOL = @LIBTOOL@
  270. LIPO = @LIPO@
  271. LN_S = @LN_S@
  272. LTLIBOBJS = @LTLIBOBJS@
  273. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  274. MAKEINFO = @MAKEINFO@
  275. MANIFEST_TOOL = @MANIFEST_TOOL@
  276. MKDIR_P = @MKDIR_P@
  277. MYSQLCFLAG = @MYSQLCFLAG@
  278. MYSQLCONFIG = @MYSQLCONFIG@
  279. MYSQLLIB = @MYSQLLIB@
  280. NM = @NM@
  281. NMEDIT = @NMEDIT@
  282. OBJDUMP = @OBJDUMP@
  283. OBJEXT = @OBJEXT@
  284. OPENSSL_LIB = @OPENSSL_LIB@
  285. OTOOL = @OTOOL@
  286. OTOOL64 = @OTOOL64@
  287. PACKAGE = @PACKAGE@
  288. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  289. PACKAGE_NAME = @PACKAGE_NAME@
  290. PACKAGE_STRING = @PACKAGE_STRING@
  291. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  292. PACKAGE_URL = @PACKAGE_URL@
  293. PACKAGE_VERSION = @PACKAGE_VERSION@
  294. PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
  295. PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
  296. PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
  297. PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
  298. PATH_SEPARATOR = @PATH_SEPARATOR@
  299. PERL = @PERL@
  300. PKG_CONFIG = @PKG_CONFIG@
  301. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  302. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  303. PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
  304. PTHREADLIB = @PTHREADLIB@
  305. PYTHON = @PYTHON@
  306. PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
  307. PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  308. PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
  309. PYTHON_PLATFORM = @PYTHON_PLATFORM@
  310. PYTHON_PREFIX = @PYTHON_PREFIX@
  311. PYTHON_VERSION = @PYTHON_VERSION@
  312. PY_TEST = @PY_TEST@
  313. RANLIB = @RANLIB@
  314. RTLIB = @RTLIB@
  315. RUBYGEMDIR = @RUBYGEMDIR@
  316. SED = @SED@
  317. SET_MAKE = @SET_MAKE@
  318. SHELL = @SHELL@
  319. SOCKLIB = @SOCKLIB@
  320. STRIP = @STRIP@
  321. UNWINDLIB = @UNWINDLIB@
  322. VERSION = @VERSION@
  323. WOLFSSL_LIB = @WOLFSSL_LIB@
  324. YACC = @YACC@
  325. YFLAGS = @YFLAGS@
  326. abs_builddir = @abs_builddir@
  327. abs_srcdir = @abs_srcdir@
  328. abs_top_builddir = @abs_top_builddir@
  329. abs_top_srcdir = @abs_top_srcdir@
  330. ac_ct_AR = @ac_ct_AR@
  331. ac_ct_CC = @ac_ct_CC@
  332. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  333. aikgen_plugins = @aikgen_plugins@
  334. am__include = @am__include@
  335. am__leading_dot = @am__leading_dot@
  336. am__quote = @am__quote@
  337. am__tar = @am__tar@
  338. am__untar = @am__untar@
  339. attest_plugins = @attest_plugins@
  340. bindir = @bindir@
  341. botan_CFLAGS = @botan_CFLAGS@
  342. botan_LIBS = @botan_LIBS@
  343. build = @build@
  344. build_alias = @build_alias@
  345. build_cpu = @build_cpu@
  346. build_os = @build_os@
  347. build_vendor = @build_vendor@
  348. builddir = @builddir@
  349. c_plugins = @c_plugins@
  350. charon_natt_port = @charon_natt_port@
  351. charon_plugins = @charon_plugins@
  352. charon_udp_port = @charon_udp_port@
  353. clearsilver_LIBS = @clearsilver_LIBS@
  354. cmd_plugins = @cmd_plugins@
  355. datadir = @datadir@
  356. datarootdir = @datarootdir@
  357. dev_headers = @dev_headers@
  358. docdir = @docdir@
  359. dvidir = @dvidir@
  360. exec_prefix = @exec_prefix@
  361. fips_mode = @fips_mode@
  362. fuzz_plugins = @fuzz_plugins@
  363. host = @host@
  364. host_alias = @host_alias@
  365. host_cpu = @host_cpu@
  366. host_os = @host_os@
  367. host_vendor = @host_vendor@
  368. htmldir = @htmldir@
  369. imcvdir = @imcvdir@
  370. includedir = @includedir@
  371. infodir = @infodir@
  372. install_sh = @install_sh@
  373. ipsec_script = @ipsec_script@
  374. ipsec_script_upper = @ipsec_script_upper@
  375. ipsecdir = @ipsecdir@
  376. ipsecgroup = @ipsecgroup@
  377. ipseclibdir = @ipseclibdir@
  378. ipsecuser = @ipsecuser@
  379. json_CFLAGS = @json_CFLAGS@
  380. json_LIBS = @json_LIBS@
  381. libdir = @libdir@
  382. libexecdir = @libexecdir@
  383. libfuzzer = @libfuzzer@
  384. libiptc_CFLAGS = @libiptc_CFLAGS@
  385. libiptc_LIBS = @libiptc_LIBS@
  386. linux_headers = @linux_headers@
  387. localedir = @localedir@
  388. localstatedir = @localstatedir@
  389. manager_plugins = @manager_plugins@
  390. mandir = @mandir@
  391. medsrv_plugins = @medsrv_plugins@
  392. mkdir_p = @mkdir_p@
  393. nm_CFLAGS = @nm_CFLAGS@
  394. nm_LIBS = @nm_LIBS@
  395. nm_ca_dir = @nm_ca_dir@
  396. nm_plugins = @nm_plugins@
  397. oldincludedir = @oldincludedir@
  398. p_plugins = @p_plugins@
  399. pcsclite_CFLAGS = @pcsclite_CFLAGS@
  400. pcsclite_LIBS = @pcsclite_LIBS@
  401. pdfdir = @pdfdir@
  402. piddir = @piddir@
  403. pkgpyexecdir = @pkgpyexecdir@
  404. pkgpythondir = @pkgpythondir@
  405. pki_plugins = @pki_plugins@
  406. plugindir = @plugindir@
  407. pool_plugins = @pool_plugins@
  408. prefix = @prefix@
  409. program_transform_name = @program_transform_name@
  410. psdir = @psdir@
  411. pyexecdir = @pyexecdir@
  412. pythondir = @pythondir@
  413. random_device = @random_device@
  414. resolv_conf = @resolv_conf@
  415. routing_table = @routing_table@
  416. routing_table_prio = @routing_table_prio@
  417. runstatedir = @runstatedir@
  418. s_plugins = @s_plugins@
  419. sbindir = @sbindir@
  420. scepclient_plugins = @scepclient_plugins@
  421. scripts_plugins = @scripts_plugins@
  422. sharedstatedir = @sharedstatedir@
  423. soup_CFLAGS = @soup_CFLAGS@
  424. soup_LIBS = @soup_LIBS@
  425. srcdir = @srcdir@
  426. starter_plugins = @starter_plugins@
  427. strongswan_conf = @strongswan_conf@
  428. strongswan_options = @strongswan_options@
  429. swanctldir = @swanctldir@
  430. sysconfdir = @sysconfdir@
  431. systemd_CFLAGS = @systemd_CFLAGS@
  432. systemd_LIBS = @systemd_LIBS@
  433. systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
  434. systemd_daemon_LIBS = @systemd_daemon_LIBS@
  435. systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
  436. systemd_journal_LIBS = @systemd_journal_LIBS@
  437. systemdsystemunitdir = @systemdsystemunitdir@
  438. t_plugins = @t_plugins@
  439. target_alias = @target_alias@
  440. top_build_prefix = @top_build_prefix@
  441. top_builddir = @top_builddir@
  442. top_srcdir = @top_srcdir@
  443. tss2_CFLAGS = @tss2_CFLAGS@
  444. tss2_LIBS = @tss2_LIBS@
  445. tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
  446. tss2_esys_LIBS = @tss2_esys_LIBS@
  447. tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
  448. tss2_socket_LIBS = @tss2_socket_LIBS@
  449. tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
  450. tss2_sys_LIBS = @tss2_sys_LIBS@
  451. tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
  452. tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
  453. urandom_device = @urandom_device@
  454. xml_CFLAGS = @xml_CFLAGS@
  455. xml_LIBS = @xml_LIBS@
  456. AM_CPPFLAGS = \
  457. -I$(top_srcdir)/src/libstrongswan \
  458. -I$(top_srcdir)/src/libcharon \
  459. -I$(top_srcdir)/src/libsimaka
  460. AM_CFLAGS = \
  461. ${pcsclite_CFLAGS} \
  462. $(PLUGIN_CFLAGS)
  463. libstrongswan_eap_sim_pcsc_la_LDFLAGS = -module -avoid-version
  464. libstrongswan_eap_sim_pcsc_la_LIBADD = ${pcsclite_LIBS} \
  465. $(am__append_1)
  466. @MONOLITHIC_TRUE@noinst_LTLIBRARIES = libstrongswan-eap-sim-pcsc.la
  467. @MONOLITHIC_FALSE@plugin_LTLIBRARIES = libstrongswan-eap-sim-pcsc.la
  468. libstrongswan_eap_sim_pcsc_la_SOURCES = \
  469. eap_sim_pcsc_plugin.h eap_sim_pcsc_plugin.c \
  470. eap_sim_pcsc_card.h eap_sim_pcsc_card.c
  471. all: all-am
  472. .SUFFIXES:
  473. .SUFFIXES: .c .lo .o .obj
  474. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  475. @for dep in $?; do \
  476. case '$(am__configure_deps)' in \
  477. *$$dep*) \
  478. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  479. && { if test -f $@; then exit 0; else break; fi; }; \
  480. exit 1;; \
  481. esac; \
  482. done; \
  483. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libcharon/plugins/eap_sim_pcsc/Makefile'; \
  484. $(am__cd) $(top_srcdir) && \
  485. $(AUTOMAKE) --gnu src/libcharon/plugins/eap_sim_pcsc/Makefile
  486. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  487. @case '$?' in \
  488. *config.status*) \
  489. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  490. *) \
  491. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  492. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  493. esac;
  494. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  495. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  496. $(top_srcdir)/configure: $(am__configure_deps)
  497. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  498. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  499. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  500. $(am__aclocal_m4_deps):
  501. clean-noinstLTLIBRARIES:
  502. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  503. @list='$(noinst_LTLIBRARIES)'; \
  504. locs=`for p in $$list; do echo $$p; done | \
  505. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  506. sort -u`; \
  507. test -z "$$locs" || { \
  508. echo rm -f $${locs}; \
  509. rm -f $${locs}; \
  510. }
  511. install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
  512. @$(NORMAL_INSTALL)
  513. @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
  514. list2=; for p in $$list; do \
  515. if test -f $$p; then \
  516. list2="$$list2 $$p"; \
  517. else :; fi; \
  518. done; \
  519. test -z "$$list2" || { \
  520. echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
  521. $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
  522. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
  523. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
  524. }
  525. uninstall-pluginLTLIBRARIES:
  526. @$(NORMAL_UNINSTALL)
  527. @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
  528. for p in $$list; do \
  529. $(am__strip_dir) \
  530. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
  531. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
  532. done
  533. clean-pluginLTLIBRARIES:
  534. -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
  535. @list='$(plugin_LTLIBRARIES)'; \
  536. locs=`for p in $$list; do echo $$p; done | \
  537. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  538. sort -u`; \
  539. test -z "$$locs" || { \
  540. echo rm -f $${locs}; \
  541. rm -f $${locs}; \
  542. }
  543. libstrongswan-eap-sim-pcsc.la: $(libstrongswan_eap_sim_pcsc_la_OBJECTS) $(libstrongswan_eap_sim_pcsc_la_DEPENDENCIES) $(EXTRA_libstrongswan_eap_sim_pcsc_la_DEPENDENCIES)
  544. $(AM_V_CCLD)$(libstrongswan_eap_sim_pcsc_la_LINK) $(am_libstrongswan_eap_sim_pcsc_la_rpath) $(libstrongswan_eap_sim_pcsc_la_OBJECTS) $(libstrongswan_eap_sim_pcsc_la_LIBADD) $(LIBS)
  545. mostlyclean-compile:
  546. -rm -f *.$(OBJEXT)
  547. distclean-compile:
  548. -rm -f *.tab.c
  549. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_sim_pcsc_card.Plo@am__quote@
  550. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_sim_pcsc_plugin.Plo@am__quote@
  551. .c.o:
  552. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  553. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  554. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  555. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  556. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  557. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  558. .c.obj:
  559. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  560. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  561. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  562. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  563. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  564. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  565. .c.lo:
  566. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  567. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  568. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  569. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  570. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  571. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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: