Makefile 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # src/libtnccs/Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994-2017 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. am__is_gnu_make = { \
  12. if test -z '$(MAKELEVEL)'; then \
  13. false; \
  14. elif test -n '$(MAKE_HOST)'; then \
  15. true; \
  16. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  17. true; \
  18. else \
  19. false; \
  20. fi; \
  21. }
  22. am__make_running_with_option = \
  23. case $${target_option-} in \
  24. ?) ;; \
  25. *) echo "am__make_running_with_option: internal error: invalid" \
  26. "target option '$${target_option-}' specified" >&2; \
  27. exit 1;; \
  28. esac; \
  29. has_opt=no; \
  30. sane_makeflags=$$MAKEFLAGS; \
  31. if $(am__is_gnu_make); then \
  32. sane_makeflags=$$MFLAGS; \
  33. else \
  34. case $$MAKEFLAGS in \
  35. *\\[\ \ ]*) \
  36. bs=\\; \
  37. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  38. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  39. esac; \
  40. fi; \
  41. skip_next=no; \
  42. strip_trailopt () \
  43. { \
  44. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  45. }; \
  46. for flg in $$sane_makeflags; do \
  47. test $$skip_next = yes && { skip_next=no; continue; }; \
  48. case $$flg in \
  49. *=*|--*) continue;; \
  50. -*I) strip_trailopt 'I'; skip_next=yes;; \
  51. -*I?*) strip_trailopt 'I';; \
  52. -*O) strip_trailopt 'O'; skip_next=yes;; \
  53. -*O?*) strip_trailopt 'O';; \
  54. -*l) strip_trailopt 'l'; skip_next=yes;; \
  55. -*l?*) strip_trailopt 'l';; \
  56. -[dEDm]) skip_next=yes;; \
  57. -[JT]) skip_next=yes;; \
  58. esac; \
  59. case $$flg in \
  60. *$$target_option*) has_opt=yes; break;; \
  61. esac; \
  62. done; \
  63. test $$has_opt = yes
  64. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  65. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  66. pkgdatadir = $(datadir)/strongswan
  67. pkgincludedir = $(includedir)/strongswan
  68. pkglibdir = $(libdir)/strongswan
  69. pkglibexecdir = $(libexecdir)/strongswan
  70. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  71. install_sh_DATA = $(install_sh) -c -m 644
  72. install_sh_PROGRAM = $(install_sh) -c
  73. install_sh_SCRIPT = $(install_sh) -c
  74. INSTALL_HEADER = $(INSTALL_DATA)
  75. transform = $(program_transform_name)
  76. NORMAL_INSTALL = :
  77. PRE_INSTALL = :
  78. POST_INSTALL = :
  79. NORMAL_UNINSTALL = :
  80. PRE_UNINSTALL = :
  81. POST_UNINSTALL = :
  82. build_triplet = x86_64-pc-linux-gnu
  83. host_triplet = x86_64-pc-linux-gnu
  84. #am__append_1 = -lws2_32
  85. #am__append_2 = plugins/tnc_tnccs
  86. ##am__append_3 = plugins/tnc_tnccs/libstrongswan-tnc-tnccs.la
  87. #am__append_4 = plugins/tnc_imc
  88. ##am__append_5 = plugins/tnc_imc/libstrongswan-tnc-imc.la
  89. #am__append_6 = plugins/tnc_imv
  90. ##am__append_7 = plugins/tnc_imv/libstrongswan-tnc-imv.la
  91. #am__append_8 = plugins/tnccs_11
  92. ##am__append_9 = plugins/tnccs_11/libstrongswan-tnccs-11.la
  93. #am__append_10 = plugins/tnccs_20
  94. ##am__append_11 = plugins/tnccs_20/libstrongswan-tnccs-20.la
  95. #am__append_12 = plugins/tnccs_dynamic
  96. ##am__append_13 = plugins/tnccs_dynamic/libstrongswan-tnccs-dynamic.la
  97. subdir = src/libtnccs
  98. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  99. am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
  100. $(top_srcdir)/m4/config/ltoptions.m4 \
  101. $(top_srcdir)/m4/config/ltsugar.m4 \
  102. $(top_srcdir)/m4/config/ltversion.m4 \
  103. $(top_srcdir)/m4/config/lt~obsolete.m4 \
  104. $(top_srcdir)/m4/macros/split-package-version.m4 \
  105. $(top_srcdir)/m4/macros/with.m4 \
  106. $(top_srcdir)/m4/macros/enable-disable.m4 \
  107. $(top_srcdir)/m4/macros/add-plugin.m4 \
  108. $(top_srcdir)/configure.ac
  109. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  110. $(ACLOCAL_M4)
  111. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  112. mkinstalldirs = $(install_sh) -d
  113. CONFIG_HEADER = $(top_builddir)/config.h
  114. CONFIG_CLEAN_FILES =
  115. CONFIG_CLEAN_VPATH_FILES =
  116. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  117. am__vpath_adj = case $$p in \
  118. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  119. *) f=$$p;; \
  120. esac;
  121. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  122. am__install_max = 40
  123. am__nobase_strip_setup = \
  124. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  125. am__nobase_strip = \
  126. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  127. am__nobase_list = $(am__nobase_strip_setup); \
  128. for p in $$list; do echo "$$p $$p"; done | \
  129. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  130. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  131. if (++n[$$2] == $(am__install_max)) \
  132. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  133. END { for (dir in files) print dir, files[dir] }'
  134. am__base_list = \
  135. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  136. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  137. am__uninstall_files_from_dir = { \
  138. test -z "$$files" \
  139. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  140. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  141. $(am__cd) "$$dir" && rm -f $$files; }; \
  142. }
  143. am__installdirs = "$(DESTDIR)$(ipseclibdir)"
  144. LTLIBRARIES = $(ipseclib_LTLIBRARIES)
  145. am__DEPENDENCIES_1 =
  146. libtnccs_la_DEPENDENCIES = \
  147. $(top_builddir)/src/libstrongswan/libstrongswan.la \
  148. $(top_builddir)/src/libtncif/libtncif.la $(am__DEPENDENCIES_1) \
  149. $(am__append_3) $(am__append_5) $(am__append_7) \
  150. $(am__append_9) $(am__append_11) $(am__append_13)
  151. am__dirstamp = $(am__leading_dot)dirstamp
  152. am_libtnccs_la_OBJECTS = tnc/tnc.lo tnc/imv/imv_recommendations.lo \
  153. tnc/tnccs/tnccs.lo tnc/tnccs/tnccs_manager.lo
  154. libtnccs_la_OBJECTS = $(am_libtnccs_la_OBJECTS)
  155. AM_V_lt = $(am__v_lt_$(V))
  156. am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
  157. am__v_lt_0 = --silent
  158. am__v_lt_1 =
  159. AM_V_P = $(am__v_P_$(V))
  160. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  161. am__v_P_0 = false
  162. am__v_P_1 = :
  163. AM_V_GEN = $(am__v_GEN_$(V))
  164. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  165. am__v_GEN_0 = @echo " GEN " $@;
  166. am__v_GEN_1 =
  167. AM_V_at = $(am__v_at_$(V))
  168. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  169. am__v_at_0 = @
  170. am__v_at_1 =
  171. DEFAULT_INCLUDES = -I. -I$(top_builddir)
  172. depcomp = $(SHELL) $(top_srcdir)/depcomp
  173. am__depfiles_maybe = depfiles
  174. am__mv = mv -f
  175. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  176. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  177. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  178. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  179. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  180. $(AM_CFLAGS) $(CFLAGS)
  181. AM_V_CC = $(am__v_CC_$(V))
  182. am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
  183. am__v_CC_0 = @echo " CC " $@;
  184. am__v_CC_1 =
  185. CCLD = $(CC)
  186. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  187. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  188. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  189. AM_V_CCLD = $(am__v_CCLD_$(V))
  190. am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
  191. am__v_CCLD_0 = @echo " CCLD " $@;
  192. am__v_CCLD_1 =
  193. SOURCES = $(libtnccs_la_SOURCES)
  194. DIST_SOURCES = $(libtnccs_la_SOURCES)
  195. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  196. ctags-recursive dvi-recursive html-recursive info-recursive \
  197. install-data-recursive install-dvi-recursive \
  198. install-exec-recursive install-html-recursive \
  199. install-info-recursive install-pdf-recursive \
  200. install-ps-recursive install-recursive installcheck-recursive \
  201. installdirs-recursive pdf-recursive ps-recursive \
  202. tags-recursive uninstall-recursive
  203. am__can_run_installinfo = \
  204. case $$AM_UPDATE_INFO_DIR in \
  205. n|no|NO) false;; \
  206. *) (install-info --version) >/dev/null 2>&1;; \
  207. esac
  208. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  209. distclean-recursive maintainer-clean-recursive
  210. am__recursive_targets = \
  211. $(RECURSIVE_TARGETS) \
  212. $(RECURSIVE_CLEAN_TARGETS) \
  213. $(am__extra_recursive_targets)
  214. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  215. distdir
  216. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  217. # Read a list of newline-separated strings from the standard input,
  218. # and print each of them once, without duplicates. Input order is
  219. # *not* preserved.
  220. am__uniquify_input = $(AWK) '\
  221. BEGIN { nonempty = 0; } \
  222. { items[$$0] = 1; nonempty = 1; } \
  223. END { if (nonempty) { for (i in items) print i; }; } \
  224. '
  225. # Make sure the list of sources is unique. This is necessary because,
  226. # e.g., the same source file might be shared among _SOURCES variables
  227. # for different programs/libraries.
  228. am__define_uniq_tagged_files = \
  229. list='$(am__tagged_files)'; \
  230. unique=`for i in $$list; do \
  231. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  232. done | $(am__uniquify_input)`
  233. ETAGS = etags
  234. CTAGS = ctags
  235. DIST_SUBDIRS = . plugins/tnc_tnccs plugins/tnc_imc plugins/tnc_imv \
  236. plugins/tnccs_11 plugins/tnccs_20 plugins/tnccs_dynamic
  237. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  238. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  239. am__relativize = \
  240. dir0=`pwd`; \
  241. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  242. sed_rest='s,^[^/]*/*,,'; \
  243. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  244. sed_butlast='s,/*[^/]*$$,,'; \
  245. while test -n "$$dir1"; do \
  246. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  247. if test "$$first" != "."; then \
  248. if test "$$first" = ".."; then \
  249. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  250. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  251. else \
  252. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  253. if test "$$first2" = "$$first"; then \
  254. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  255. else \
  256. dir2="../$$dir2"; \
  257. fi; \
  258. dir0="$$dir0"/"$$first"; \
  259. fi; \
  260. fi; \
  261. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  262. done; \
  263. reldir="$$dir2"
  264. ACLOCAL = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing aclocal-1.15
  265. ALLOCA =
  266. AMTAR = $${TAR-tar}
  267. AM_DEFAULT_VERBOSITY = 1
  268. AR = ar
  269. ATOMICLIB =
  270. AUTOCONF = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing autoconf
  271. AUTOHEADER = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing autoheader
  272. AUTOMAKE = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing automake-1.15
  273. AWK = mawk
  274. BFDLIB =
  275. BTLIB =
  276. CC = gcc
  277. CCDEPMODE = depmode=gcc3
  278. CFLAGS = -g -O2 -Wall -Wno-format -Wno-format-security -Wno-pointer-sign -include /home/masadullah/AndroidProjects/strongswan/config.h
  279. COVERAGE_CFLAGS =
  280. COVERAGE_LDFLAGS =
  281. CPP = gcc -E
  282. CPPFLAGS =
  283. CYGPATH_W = echo
  284. DEFS = -DHAVE_CONFIG_H
  285. DEPDIR = .deps
  286. DLLIB = -ldl
  287. DLLTOOL = false
  288. DSYMUTIL =
  289. DUMPBIN =
  290. EASY_INSTALL =
  291. ECHO_C =
  292. ECHO_N = -n
  293. ECHO_T =
  294. EGREP = /bin/grep -E
  295. EXEEXT =
  296. FGREP = /bin/grep -F
  297. FUZZING_CFLAGS =
  298. FUZZING_LDFLAGS =
  299. GEM =
  300. GENHTML =
  301. GPERF = /usr/bin/gperf
  302. GPERF_LEN_TYPE = size_t
  303. GPRBUILD =
  304. GREP = /bin/grep
  305. INSTALL = /usr/bin/install -c
  306. INSTALL_DATA = ${INSTALL} -m 644
  307. INSTALL_PROGRAM = ${INSTALL}
  308. INSTALL_SCRIPT = ${INSTALL}
  309. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  310. LCOV =
  311. LD = /usr/bin/ld -m elf_x86_64
  312. LDFLAGS =
  313. LEX = flex
  314. LEXLIB = -lfl
  315. LEX_OUTPUT_ROOT = lex.yy
  316. LIBOBJS =
  317. LIBS =
  318. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  319. LIPO =
  320. LN_S = ln -s
  321. LTLIBOBJS =
  322. LT_SYS_LIBRARY_PATH =
  323. MAKEINFO = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing makeinfo
  324. MANIFEST_TOOL = :
  325. MKDIR_P = /bin/mkdir -p
  326. MYSQLCFLAG =
  327. MYSQLCONFIG =
  328. MYSQLLIB =
  329. NM = /usr/bin/nm -B
  330. NMEDIT =
  331. OBJDUMP = objdump
  332. OBJEXT = o
  333. OPENSSL_LIB =
  334. OTOOL =
  335. OTOOL64 =
  336. PACKAGE = strongswan
  337. PACKAGE_BUGREPORT =
  338. PACKAGE_NAME = strongSwan
  339. PACKAGE_STRING = strongSwan 5.8.1
  340. PACKAGE_TARNAME = strongswan
  341. PACKAGE_URL =
  342. PACKAGE_VERSION = 5.8.1
  343. PACKAGE_VERSION_BUILD = 1
  344. PACKAGE_VERSION_MAJOR = 5
  345. PACKAGE_VERSION_MINOR = 8
  346. PACKAGE_VERSION_REVIEW =
  347. PATH_SEPARATOR = :
  348. PERL = /usr/bin/perl
  349. PKG_CONFIG = /usr/bin/pkg-config
  350. PKG_CONFIG_LIBDIR =
  351. PKG_CONFIG_PATH =
  352. PLUGIN_CFLAGS = -rdynamic
  353. PTHREADLIB = -lpthread -ldl
  354. PYTHON = /usr/bin/python
  355. PYTHONEGGINSTALLDIR =
  356. PYTHON_EXEC_PREFIX = ${exec_prefix}
  357. PYTHON_PACKAGE_VERSION =
  358. PYTHON_PLATFORM = linux2
  359. PYTHON_PREFIX = ${prefix}
  360. PYTHON_VERSION = 2.7
  361. PY_TEST =
  362. RANLIB = ranlib
  363. RTLIB =
  364. RUBYGEMDIR =
  365. SED = /bin/sed
  366. SET_MAKE =
  367. SHELL = /bin/bash
  368. SOCKLIB =
  369. STRIP = strip
  370. UNWINDLIB =
  371. VERSION = 5.8.1
  372. WOLFSSL_LIB =
  373. YACC = bison -y
  374. YFLAGS =
  375. abs_builddir = /home/masadullah/AndroidProjects/strongswan/src/libtnccs
  376. abs_srcdir = /home/masadullah/AndroidProjects/strongswan/src/libtnccs
  377. abs_top_builddir = /home/masadullah/AndroidProjects/strongswan
  378. abs_top_srcdir = /home/masadullah/AndroidProjects/strongswan
  379. ac_ct_AR = ar
  380. ac_ct_CC = gcc
  381. ac_ct_DUMPBIN =
  382. aikgen_plugins = sha2 sha1 md5 mgf1 random nonce x509 pubkey pkcs1 pem gmp
  383. am__include = include
  384. am__leading_dot = .
  385. am__quote =
  386. am__tar = tar --format=ustar -chf - "$$tardir"
  387. am__untar = tar -xf -
  388. attest_plugins = sha2 sha1 md5 mgf1 random x509 pkcs1 pkcs8 pem gmp
  389. bindir = ${exec_prefix}/bin
  390. botan_CFLAGS =
  391. botan_LIBS =
  392. build = x86_64-pc-linux-gnu
  393. build_alias =
  394. build_cpu = x86_64
  395. build_os = linux-gnu
  396. build_vendor = pc
  397. builddir = .
  398. c_plugins = attr kernel-netlink resolve socket-default stroke vici updown xauth-generic counters
  399. charon_natt_port = 4500
  400. 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
  401. charon_udp_port = 500
  402. clearsilver_LIBS =
  403. 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
  404. datadir = ${datarootdir}
  405. datarootdir = ${prefix}/share
  406. dev_headers = no
  407. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  408. dvidir = ${docdir}
  409. exec_prefix = ${prefix}
  410. fips_mode = 0
  411. fuzz_plugins = sha2 sha1 x509 pkcs1 pem gmp
  412. host = x86_64-pc-linux-gnu
  413. host_alias =
  414. host_cpu = x86_64
  415. host_os = linux-gnu
  416. host_vendor = pc
  417. htmldir = ${docdir}
  418. imcvdir = ${exec_prefix}/lib/ipsec/imcvs
  419. includedir = ${prefix}/include
  420. infodir = ${datarootdir}/info
  421. install_sh = ${SHELL} /home/masadullah/AndroidProjects/strongswan/install-sh
  422. ipsec_script = ipsec
  423. ipsec_script_upper = IPSEC
  424. ipsecdir = ${exec_prefix}/libexec/ipsec
  425. ipsecgroup = root
  426. ipseclibdir = ${exec_prefix}/lib/ipsec
  427. ipsecuser = root
  428. json_CFLAGS =
  429. json_LIBS =
  430. libdir = ${exec_prefix}/lib
  431. libexecdir = ${exec_prefix}/libexec
  432. libfuzzer =
  433. libiptc_CFLAGS =
  434. libiptc_LIBS =
  435. linux_headers = ${top_srcdir}/src/include
  436. localedir = ${datarootdir}/locale
  437. localstatedir = ${prefix}/var
  438. manager_plugins = sha1 random pkcs1 pkcs8 pem gmp
  439. mandir = ${datarootdir}/man
  440. medsrv_plugins = sha2 sha1 mgf1 random pkcs1 pkcs8 pem gmp
  441. mkdir_p = $(MKDIR_P)
  442. nm_CFLAGS =
  443. nm_LIBS =
  444. nm_ca_dir = /usr/share/ca-certificates
  445. 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
  446. oldincludedir = /usr/include
  447. p_plugins =
  448. pcsclite_CFLAGS =
  449. pcsclite_LIBS =
  450. pdfdir = ${docdir}
  451. piddir = /var/run
  452. pkgpyexecdir = ${pyexecdir}/strongswan
  453. pkgpythondir = ${pythondir}/strongswan
  454. pki_plugins = aes des rc2 sha2 sha1 md5 mgf1 random x509 revocation pubkey pkcs1 pkcs7 pkcs8 pkcs12 dnskey sshkey pem gmp curve25519 hmac
  455. plugindir = ${exec_prefix}/lib/ipsec/plugins
  456. pool_plugins =
  457. prefix = /usr/local
  458. program_transform_name = s,x,x,
  459. psdir = ${docdir}
  460. pyexecdir = ${exec_prefix}/lib/python2.7/dist-packages
  461. pythondir = ${prefix}/lib/python2.7/dist-packages
  462. random_device = /dev/random
  463. resolv_conf = ${prefix}/etc/resolv.conf
  464. routing_table = 220
  465. routing_table_prio = 220
  466. runstatedir = ${localstatedir}/run
  467. 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
  468. sbindir = ${exec_prefix}/sbin
  469. scepclient_plugins = aes des rc2 sha2 sha1 md5 mgf1 random x509 pkcs1 pkcs7 pkcs8 pkcs12 pem gmp
  470. scripts_plugins = aes des rc2 sha2 sha1 md5 mgf1 random x509 pkcs1 pkcs7 pkcs8 pkcs12 pem gmp curve25519 hmac
  471. sharedstatedir = ${prefix}/com
  472. soup_CFLAGS =
  473. soup_LIBS =
  474. srcdir = .
  475. starter_plugins = kernel-netlink
  476. strongswan_conf = ${prefix}/etc/strongswan.conf
  477. strongswan_options = charon charon-logging starter scepclient pki swanctl
  478. swanctldir = ${prefix}/etc/swanctl
  479. sysconfdir = ${prefix}/etc
  480. systemd_CFLAGS =
  481. systemd_LIBS =
  482. systemd_daemon_CFLAGS =
  483. systemd_daemon_LIBS =
  484. systemd_journal_CFLAGS =
  485. systemd_journal_LIBS =
  486. systemdsystemunitdir = /lib/systemd/system
  487. t_plugins =
  488. target_alias =
  489. top_build_prefix = ../../
  490. top_builddir = ../..
  491. top_srcdir = ../..
  492. tss2_CFLAGS =
  493. tss2_LIBS =
  494. tss2_esys_CFLAGS =
  495. tss2_esys_LIBS =
  496. tss2_socket_CFLAGS =
  497. tss2_socket_LIBS =
  498. tss2_sys_CFLAGS =
  499. tss2_sys_LIBS =
  500. tss2_tabrmd_CFLAGS =
  501. tss2_tabrmd_LIBS =
  502. urandom_device = /dev/urandom
  503. xml_CFLAGS =
  504. xml_LIBS =
  505. AM_CPPFLAGS = \
  506. -I$(top_srcdir)/src/libstrongswan \
  507. -I$(top_srcdir)/src/libtncif \
  508. -I$(top_srcdir)/src/libtls
  509. AM_LDFLAGS = \
  510. -no-undefined
  511. ipseclib_LTLIBRARIES = libtnccs.la
  512. libtnccs_la_LIBADD = \
  513. $(top_builddir)/src/libstrongswan/libstrongswan.la \
  514. $(top_builddir)/src/libtncif/libtncif.la $(am__append_1) \
  515. $(am__append_3) $(am__append_5) $(am__append_7) \
  516. $(am__append_9) $(am__append_11) $(am__append_13)
  517. libtnccs_la_SOURCES = \
  518. tnc/tnc.h tnc/tnc.c \
  519. tnc/imc/imc.h tnc/imc/imc_manager.h \
  520. tnc/imv/imv.h tnc/imv/imv_manager.h \
  521. tnc/imv/imv_recommendations.h tnc/imv/imv_recommendations.c \
  522. tnc/tnccs/tnccs.h tnc/tnccs/tnccs.c \
  523. tnc/tnccs/tnccs_manager.h tnc/tnccs/tnccs_manager.c
  524. EXTRA_DIST = Android.mk
  525. #BUILT_SOURCES = $(srcdir)/plugin_constructors.c
  526. #CLEANFILES = $(srcdir)/plugin_constructors.c
  527. SUBDIRS = . $(am__append_2) $(am__append_4) \
  528. $(am__append_6) $(am__append_8) \
  529. $(am__append_10) $(am__append_12)
  530. # build optional plugins
  531. ########################
  532. #SUBDIRS = $(am__append_2) $(am__append_4) \
  533. # $(am__append_6) $(am__append_8) \
  534. # $(am__append_10) $(am__append_12)
  535. all: $(BUILT_SOURCES)
  536. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  537. .SUFFIXES:
  538. .SUFFIXES: .c .lo .o .obj
  539. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  540. @for dep in $?; do \
  541. case '$(am__configure_deps)' in \
  542. *$$dep*) \
  543. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  544. && { if test -f $@; then exit 0; else break; fi; }; \
  545. exit 1;; \
  546. esac; \
  547. done; \
  548. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libtnccs/Makefile'; \
  549. $(am__cd) $(top_srcdir) && \
  550. $(AUTOMAKE) --gnu src/libtnccs/Makefile
  551. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  552. @case '$?' in \
  553. *config.status*) \
  554. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  555. *) \
  556. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  557. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  558. esac;
  559. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  560. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  561. $(top_srcdir)/configure: $(am__configure_deps)
  562. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  563. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  564. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  565. $(am__aclocal_m4_deps):
  566. install-ipseclibLTLIBRARIES: $(ipseclib_LTLIBRARIES)
  567. @$(NORMAL_INSTALL)
  568. @list='$(ipseclib_LTLIBRARIES)'; test -n "$(ipseclibdir)" || list=; \
  569. list2=; for p in $$list; do \
  570. if test -f $$p; then \
  571. list2="$$list2 $$p"; \
  572. else :; fi; \
  573. done; \
  574. test -z "$$list2" || { \
  575. echo " $(MKDIR_P) '$(DESTDIR)$(ipseclibdir)'"; \
  576. $(MKDIR_P) "$(DESTDIR)$(ipseclibdir)" || exit 1; \
  577. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ipseclibdir)'"; \
  578. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ipseclibdir)"; \
  579. }
  580. uninstall-ipseclibLTLIBRARIES:
  581. @$(NORMAL_UNINSTALL)
  582. @list='$(ipseclib_LTLIBRARIES)'; test -n "$(ipseclibdir)" || list=; \
  583. for p in $$list; do \
  584. $(am__strip_dir) \
  585. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ipseclibdir)/$$f'"; \
  586. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ipseclibdir)/$$f"; \
  587. done
  588. clean-ipseclibLTLIBRARIES:
  589. -test -z "$(ipseclib_LTLIBRARIES)" || rm -f $(ipseclib_LTLIBRARIES)
  590. @list='$(ipseclib_LTLIBRARIES)'; \
  591. locs=`for p in $$list; do echo $$p; done | \
  592. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  593. sort -u`; \
  594. test -z "$$locs" || { \
  595. echo rm -f $${locs}; \
  596. rm -f $${locs}; \
  597. }
  598. tnc/$(am__dirstamp):
  599. @$(MKDIR_P) tnc
  600. @: > tnc/$(am__dirstamp)
  601. tnc/$(DEPDIR)/$(am__dirstamp):
  602. @$(MKDIR_P) tnc/$(DEPDIR)
  603. @: > tnc/$(DEPDIR)/$(am__dirstamp)
  604. tnc/tnc.lo: tnc/$(am__dirstamp) tnc/$(DEPDIR)/$(am__dirstamp)
  605. tnc/imv/$(am__dirstamp):
  606. @$(MKDIR_P) tnc/imv
  607. @: > tnc/imv/$(am__dirstamp)
  608. tnc/imv/$(DEPDIR)/$(am__dirstamp):
  609. @$(MKDIR_P) tnc/imv/$(DEPDIR)
  610. @: > tnc/imv/$(DEPDIR)/$(am__dirstamp)
  611. tnc/imv/imv_recommendations.lo: tnc/imv/$(am__dirstamp) \
  612. tnc/imv/$(DEPDIR)/$(am__dirstamp)
  613. tnc/tnccs/$(am__dirstamp):
  614. @$(MKDIR_P) tnc/tnccs
  615. @: > tnc/tnccs/$(am__dirstamp)
  616. tnc/tnccs/$(DEPDIR)/$(am__dirstamp):
  617. @$(MKDIR_P) tnc/tnccs/$(DEPDIR)
  618. @: > tnc/tnccs/$(DEPDIR)/$(am__dirstamp)
  619. tnc/tnccs/tnccs.lo: tnc/tnccs/$(am__dirstamp) \
  620. tnc/tnccs/$(DEPDIR)/$(am__dirstamp)
  621. tnc/tnccs/tnccs_manager.lo: tnc/tnccs/$(am__dirstamp) \
  622. tnc/tnccs/$(DEPDIR)/$(am__dirstamp)
  623. libtnccs.la: $(libtnccs_la_OBJECTS) $(libtnccs_la_DEPENDENCIES) $(EXTRA_libtnccs_la_DEPENDENCIES)
  624. $(AM_V_CCLD)$(LINK) -rpath $(ipseclibdir) $(libtnccs_la_OBJECTS) $(libtnccs_la_LIBADD) $(LIBS)
  625. mostlyclean-compile:
  626. -rm -f *.$(OBJEXT)
  627. -rm -f tnc/*.$(OBJEXT)
  628. -rm -f tnc/*.lo
  629. -rm -f tnc/imv/*.$(OBJEXT)
  630. -rm -f tnc/imv/*.lo
  631. -rm -f tnc/tnccs/*.$(OBJEXT)
  632. -rm -f tnc/tnccs/*.lo
  633. distclean-compile:
  634. -rm -f *.tab.c
  635. include tnc/$(DEPDIR)/tnc.Plo
  636. include tnc/imv/$(DEPDIR)/imv_recommendations.Plo
  637. include tnc/tnccs/$(DEPDIR)/tnccs.Plo
  638. include tnc/tnccs/$(DEPDIR)/tnccs_manager.Plo
  639. .c.o:
  640. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  641. $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  642. $(am__mv) $$depbase.Tpo $$depbase.Po
  643. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  644. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  645. # $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
  646. .c.obj:
  647. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  648. $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  649. $(am__mv) $$depbase.Tpo $$depbase.Po
  650. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  651. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  652. # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  653. .c.lo:
  654. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  655. $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  656. $(am__mv) $$depbase.Tpo $$depbase.Plo
  657. # $(AM_V_CC)source='$<' object='$@' libtool=yes \
  658. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  659. # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
  660. mostlyclean-libtool:
  661. -rm -f *.lo
  662. clean-libtool:
  663. -rm -rf .libs _libs
  664. -rm -rf tnc/.libs tnc/_libs
  665. -rm -rf tnc/imv/.libs tnc/imv/_libs
  666. -rm -rf tnc/tnccs/.libs tnc/tnccs/_libs
  667. # This directory's subdirectories are mostly independent; you can cd
  668. # into them and run 'make' without going through this Makefile.
  669. # To change the values of 'make' variables: instead of editing Makefiles,
  670. # (1) if the variable is set in 'config.status', edit 'config.status'
  671. # (which will cause the Makefiles to be regenerated when you run 'make');
  672. # (2) otherwise, pass the desired values on the 'make' command line.
  673. $(am__recursive_targets):
  674. @fail=; \
  675. if $(am__make_keepgoing); then \
  676. failcom='fail=yes'; \
  677. else \
  678. failcom='exit 1'; \
  679. fi; \
  680. dot_seen=no; \
  681. target=`echo $@ | sed s/-recursive//`; \
  682. case "$@" in \
  683. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  684. *) list='$(SUBDIRS)' ;; \
  685. esac; \
  686. for subdir in $$list; do \
  687. echo "Making $$target in $$subdir"; \
  688. if test "$$subdir" = "."; then \
  689. dot_seen=yes; \
  690. local_target="$$target-am"; \
  691. else \
  692. local_target="$$target"; \
  693. fi; \
  694. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  695. || eval $$failcom; \
  696. done; \
  697. if test "$$dot_seen" = "no"; then \
  698. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  699. fi; test -z "$$fail"
  700. ID: $(am__tagged_files)
  701. $(am__define_uniq_tagged_files); mkid -fID $$unique
  702. tags: tags-recursive
  703. TAGS: tags
  704. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  705. set x; \
  706. here=`pwd`; \
  707. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  708. include_option=--etags-include; \
  709. empty_fix=.; \
  710. else \
  711. include_option=--include; \
  712. empty_fix=; \
  713. fi; \
  714. list='$(SUBDIRS)'; for subdir in $$list; do \
  715. if test "$$subdir" = .; then :; else \
  716. test ! -f $$subdir/TAGS || \
  717. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  718. fi; \
  719. done; \
  720. $(am__define_uniq_tagged_files); \
  721. shift; \
  722. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  723. test -n "$$unique" || unique=$$empty_fix; \
  724. if test $$# -gt 0; then \
  725. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  726. "$$@" $$unique; \
  727. else \
  728. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  729. $$unique; \
  730. fi; \
  731. fi
  732. ctags: ctags-recursive
  733. CTAGS: ctags
  734. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  735. $(am__define_uniq_tagged_files); \
  736. test -z "$(CTAGS_ARGS)$$unique" \
  737. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  738. $$unique
  739. GTAGS:
  740. here=`$(am__cd) $(top_builddir) && pwd` \
  741. && $(am__cd) $(top_srcdir) \
  742. && gtags -i $(GTAGS_ARGS) "$$here"
  743. cscopelist: cscopelist-recursive
  744. cscopelist-am: $(am__tagged_files)
  745. list='$(am__tagged_files)'; \
  746. case "$(srcdir)" in \
  747. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  748. *) sdir=$(subdir)/$(srcdir) ;; \
  749. esac; \
  750. for i in $$list; do \
  751. if test -f "$$i"; then \
  752. echo "$(subdir)/$$i"; \
  753. else \
  754. echo "$$sdir/$$i"; \
  755. fi; \
  756. done >> $(top_builddir)/cscope.files
  757. distclean-tags:
  758. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  759. distdir: $(DISTFILES)
  760. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  761. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  762. list='$(DISTFILES)'; \
  763. dist_files=`for file in $$list; do echo $$file; done | \
  764. sed -e "s|^$$srcdirstrip/||;t" \
  765. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  766. case $$dist_files in \
  767. */*) $(MKDIR_P) `echo "$$dist_files" | \
  768. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  769. sort -u` ;; \
  770. esac; \
  771. for file in $$dist_files; do \
  772. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  773. if test -d $$d/$$file; then \
  774. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  775. if test -d "$(distdir)/$$file"; then \
  776. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  777. fi; \
  778. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  779. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  780. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  781. fi; \
  782. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  783. else \
  784. test -f "$(distdir)/$$file" \
  785. || cp -p $$d/$$file "$(distdir)/$$file" \
  786. || exit 1; \
  787. fi; \
  788. done
  789. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  790. if test "$$subdir" = .; then :; else \
  791. $(am__make_dryrun) \
  792. || test -d "$(distdir)/$$subdir" \
  793. || $(MKDIR_P) "$(distdir)/$$subdir" \
  794. || exit 1; \
  795. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  796. $(am__relativize); \
  797. new_distdir=$$reldir; \
  798. dir1=$$subdir; dir2="$(top_distdir)"; \
  799. $(am__relativize); \
  800. new_top_distdir=$$reldir; \
  801. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  802. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  803. ($(am__cd) $$subdir && \
  804. $(MAKE) $(AM_MAKEFLAGS) \
  805. top_distdir="$$new_top_distdir" \
  806. distdir="$$new_distdir" \
  807. am__remove_distdir=: \
  808. am__skip_length_check=: \
  809. am__skip_mode_fix=: \
  810. distdir) \
  811. || exit 1; \
  812. fi; \
  813. done
  814. check-am: all-am
  815. check: $(BUILT_SOURCES)
  816. $(MAKE) $(AM_MAKEFLAGS) check-recursive
  817. all-am: Makefile $(LTLIBRARIES)
  818. installdirs: installdirs-recursive
  819. installdirs-am:
  820. for dir in "$(DESTDIR)$(ipseclibdir)"; do \
  821. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  822. done
  823. install: $(BUILT_SOURCES)
  824. $(MAKE) $(AM_MAKEFLAGS) install-recursive
  825. install-exec: install-exec-recursive
  826. install-data: install-data-recursive
  827. uninstall: uninstall-recursive
  828. install-am: all-am
  829. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  830. installcheck: installcheck-recursive
  831. install-strip:
  832. if test -z '$(STRIP)'; then \
  833. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  834. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  835. install; \
  836. else \
  837. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  838. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  839. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  840. fi
  841. mostlyclean-generic:
  842. clean-generic:
  843. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  844. distclean-generic:
  845. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  846. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  847. -rm -f tnc/$(DEPDIR)/$(am__dirstamp)
  848. -rm -f tnc/$(am__dirstamp)
  849. -rm -f tnc/imv/$(DEPDIR)/$(am__dirstamp)
  850. -rm -f tnc/imv/$(am__dirstamp)
  851. -rm -f tnc/tnccs/$(DEPDIR)/$(am__dirstamp)
  852. -rm -f tnc/tnccs/$(am__dirstamp)
  853. maintainer-clean-generic:
  854. @echo "This command is intended for maintainers to use"
  855. @echo "it deletes files that may require special tools to rebuild."
  856. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  857. clean: clean-recursive
  858. clean-am: clean-generic clean-ipseclibLTLIBRARIES clean-libtool \
  859. mostlyclean-am
  860. distclean: distclean-recursive
  861. -rm -rf tnc/$(DEPDIR) tnc/imv/$(DEPDIR) tnc/tnccs/$(DEPDIR)
  862. -rm -f Makefile
  863. distclean-am: clean-am distclean-compile distclean-generic \
  864. distclean-tags
  865. dvi: dvi-recursive
  866. dvi-am:
  867. html: html-recursive
  868. html-am:
  869. info: info-recursive
  870. info-am:
  871. install-data-am: install-ipseclibLTLIBRARIES
  872. install-dvi: install-dvi-recursive
  873. install-dvi-am:
  874. install-exec-am:
  875. install-html: install-html-recursive
  876. install-html-am:
  877. install-info: install-info-recursive
  878. install-info-am:
  879. install-man:
  880. install-pdf: install-pdf-recursive
  881. install-pdf-am:
  882. install-ps: install-ps-recursive
  883. install-ps-am:
  884. installcheck-am:
  885. maintainer-clean: maintainer-clean-recursive
  886. -rm -rf tnc/$(DEPDIR) tnc/imv/$(DEPDIR) tnc/tnccs/$(DEPDIR)
  887. -rm -f Makefile
  888. maintainer-clean-am: distclean-am maintainer-clean-generic
  889. mostlyclean: mostlyclean-recursive
  890. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  891. mostlyclean-libtool
  892. pdf: pdf-recursive
  893. pdf-am:
  894. ps: ps-recursive
  895. ps-am:
  896. uninstall-am: uninstall-ipseclibLTLIBRARIES
  897. .MAKE: $(am__recursive_targets) all check install install-am \
  898. install-strip
  899. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  900. check-am clean clean-generic clean-ipseclibLTLIBRARIES \
  901. clean-libtool cscopelist-am ctags ctags-am distclean \
  902. distclean-compile distclean-generic distclean-libtool \
  903. distclean-tags distdir dvi dvi-am html html-am info info-am \
  904. install install-am install-data install-data-am install-dvi \
  905. install-dvi-am install-exec install-exec-am install-html \
  906. install-html-am install-info install-info-am \
  907. install-ipseclibLTLIBRARIES install-man install-pdf \
  908. install-pdf-am install-ps install-ps-am install-strip \
  909. installcheck installcheck-am installdirs installdirs-am \
  910. maintainer-clean maintainer-clean-generic mostlyclean \
  911. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  912. pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
  913. uninstall-ipseclibLTLIBRARIES
  914. .PRECIOUS: Makefile
  915. #$(srcdir)/plugin_constructors.c: $(top_srcdir)/src/libstrongswan/plugins/plugin_constructors.py
  916. # $(AM_V_GEN) \
  917. # $(PYTHON) $(top_srcdir)/src/libstrongswan/plugins/plugin_constructors.py ${t_plugins} > $@
  918. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  919. # Otherwise a system limit (for SysV at least) may be exceeded.
  920. .NOEXPORT: