Makefile 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # src/charon-nm/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. ipsec_PROGRAMS = charon-nm$(EXEEXT)
  85. subdir = src/charon-nm
  86. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  87. am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
  88. $(top_srcdir)/m4/config/ltoptions.m4 \
  89. $(top_srcdir)/m4/config/ltsugar.m4 \
  90. $(top_srcdir)/m4/config/ltversion.m4 \
  91. $(top_srcdir)/m4/config/lt~obsolete.m4 \
  92. $(top_srcdir)/m4/macros/split-package-version.m4 \
  93. $(top_srcdir)/m4/macros/with.m4 \
  94. $(top_srcdir)/m4/macros/enable-disable.m4 \
  95. $(top_srcdir)/m4/macros/add-plugin.m4 \
  96. $(top_srcdir)/configure.ac
  97. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  98. $(ACLOCAL_M4)
  99. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  100. mkinstalldirs = $(install_sh) -d
  101. CONFIG_HEADER = $(top_builddir)/config.h
  102. CONFIG_CLEAN_FILES =
  103. CONFIG_CLEAN_VPATH_FILES =
  104. am__installdirs = "$(DESTDIR)$(ipsecdir)" \
  105. "$(DESTDIR)$(dbusservicedir)"
  106. PROGRAMS = $(ipsec_PROGRAMS)
  107. am__dirstamp = $(am__leading_dot)dirstamp
  108. am_charon_nm_OBJECTS = charon-nm.$(OBJEXT) nm/nm_backend.$(OBJEXT) \
  109. nm/nm_creds.$(OBJEXT) nm/nm_handler.$(OBJEXT) \
  110. nm/nm_service.$(OBJEXT)
  111. charon_nm_OBJECTS = $(am_charon_nm_OBJECTS)
  112. am__DEPENDENCIES_1 =
  113. charon_nm_DEPENDENCIES = \
  114. $(top_builddir)/src/libstrongswan/libstrongswan.la \
  115. $(top_builddir)/src/libcharon/libcharon.la \
  116. $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
  117. $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
  118. AM_V_lt = $(am__v_lt_$(V))
  119. am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
  120. am__v_lt_0 = --silent
  121. am__v_lt_1 =
  122. AM_V_P = $(am__v_P_$(V))
  123. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  124. am__v_P_0 = false
  125. am__v_P_1 = :
  126. AM_V_GEN = $(am__v_GEN_$(V))
  127. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  128. am__v_GEN_0 = @echo " GEN " $@;
  129. am__v_GEN_1 =
  130. AM_V_at = $(am__v_at_$(V))
  131. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  132. am__v_at_0 = @
  133. am__v_at_1 =
  134. DEFAULT_INCLUDES = -I. -I$(top_builddir)
  135. depcomp = $(SHELL) $(top_srcdir)/depcomp
  136. am__depfiles_maybe = depfiles
  137. am__mv = mv -f
  138. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  139. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  140. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  141. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  142. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  143. $(AM_CFLAGS) $(CFLAGS)
  144. AM_V_CC = $(am__v_CC_$(V))
  145. am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
  146. am__v_CC_0 = @echo " CC " $@;
  147. am__v_CC_1 =
  148. CCLD = $(CC)
  149. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  150. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  151. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  152. AM_V_CCLD = $(am__v_CCLD_$(V))
  153. am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
  154. am__v_CCLD_0 = @echo " CCLD " $@;
  155. am__v_CCLD_1 =
  156. SOURCES = $(charon_nm_SOURCES)
  157. DIST_SOURCES = $(charon_nm_SOURCES)
  158. am__can_run_installinfo = \
  159. case $$AM_UPDATE_INFO_DIR in \
  160. n|no|NO) false;; \
  161. *) (install-info --version) >/dev/null 2>&1;; \
  162. esac
  163. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  164. am__vpath_adj = case $$p in \
  165. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  166. *) f=$$p;; \
  167. esac;
  168. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  169. am__install_max = 40
  170. am__nobase_strip_setup = \
  171. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  172. am__nobase_strip = \
  173. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  174. am__nobase_list = $(am__nobase_strip_setup); \
  175. for p in $$list; do echo "$$p $$p"; done | \
  176. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  177. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  178. if (++n[$$2] == $(am__install_max)) \
  179. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  180. END { for (dir in files) print dir, files[dir] }'
  181. am__base_list = \
  182. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  183. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  184. am__uninstall_files_from_dir = { \
  185. test -z "$$files" \
  186. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  187. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  188. $(am__cd) "$$dir" && rm -f $$files; }; \
  189. }
  190. DATA = $(dbusservice_DATA)
  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/charon-nm
  324. abs_srcdir = /home/masadullah/AndroidProjects/strongswan/src/charon-nm
  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. charon_nm_SOURCES = \
  454. charon-nm.c \
  455. nm/nm_backend.c nm/nm_backend.h \
  456. nm/nm_creds.c nm/nm_creds.h \
  457. nm/nm_handler.c nm/nm_handler.h \
  458. nm/nm_service.c nm/nm_service.h
  459. AM_CPPFLAGS = \
  460. -I$(top_srcdir)/src/libstrongswan \
  461. -I$(top_srcdir)/src/libcharon \
  462. -DIPSEC_DIR=\"${ipsecdir}\" \
  463. -DIPSEC_PIDDIR=\"${piddir}\" \
  464. -DNM_CA_DIR=\"${nm_ca_dir}\" \
  465. -DPLUGINS=\""${nm_plugins}\""
  466. AM_CFLAGS = \
  467. ${nm_CFLAGS}
  468. charon_nm_LDADD = \
  469. $(top_builddir)/src/libstrongswan/libstrongswan.la \
  470. $(top_builddir)/src/libcharon/libcharon.la \
  471. -lm $(PTHREADLIB) $(ATOMICLIB) $(DLLIB) ${nm_LIBS}
  472. dbusservicedir = $(sysconfdir)/dbus-1/system.d
  473. dbusservice_DATA = nm-strongswan-service.conf
  474. EXTRA_DIST = $(dbusservice_DATA)
  475. all: all-am
  476. .SUFFIXES:
  477. .SUFFIXES: .c .lo .o .obj
  478. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  479. @for dep in $?; do \
  480. case '$(am__configure_deps)' in \
  481. *$$dep*) \
  482. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  483. && { if test -f $@; then exit 0; else break; fi; }; \
  484. exit 1;; \
  485. esac; \
  486. done; \
  487. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/charon-nm/Makefile'; \
  488. $(am__cd) $(top_srcdir) && \
  489. $(AUTOMAKE) --gnu src/charon-nm/Makefile
  490. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  491. @case '$?' in \
  492. *config.status*) \
  493. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  494. *) \
  495. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  496. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  497. esac;
  498. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  499. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  500. $(top_srcdir)/configure: $(am__configure_deps)
  501. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  502. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  503. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  504. $(am__aclocal_m4_deps):
  505. install-ipsecPROGRAMS: $(ipsec_PROGRAMS)
  506. @$(NORMAL_INSTALL)
  507. @list='$(ipsec_PROGRAMS)'; test -n "$(ipsecdir)" || list=; \
  508. if test -n "$$list"; then \
  509. echo " $(MKDIR_P) '$(DESTDIR)$(ipsecdir)'"; \
  510. $(MKDIR_P) "$(DESTDIR)$(ipsecdir)" || exit 1; \
  511. fi; \
  512. for p in $$list; do echo "$$p $$p"; done | \
  513. sed 's/$(EXEEXT)$$//' | \
  514. while read p p1; do if test -f $$p \
  515. || test -f $$p1 \
  516. ; then echo "$$p"; echo "$$p"; else :; fi; \
  517. done | \
  518. sed -e 'p;s,.*/,,;n;h' \
  519. -e 's|.*|.|' \
  520. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  521. sed 'N;N;N;s,\n, ,g' | \
  522. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  523. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  524. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  525. else { print "f", $$3 "/" $$4, $$1; } } \
  526. END { for (d in files) print "f", d, files[d] }' | \
  527. while read type dir files; do \
  528. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  529. test -z "$$files" || { \
  530. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(ipsecdir)$$dir'"; \
  531. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(ipsecdir)$$dir" || exit $$?; \
  532. } \
  533. ; done
  534. uninstall-ipsecPROGRAMS:
  535. @$(NORMAL_UNINSTALL)
  536. @list='$(ipsec_PROGRAMS)'; test -n "$(ipsecdir)" || list=; \
  537. files=`for p in $$list; do echo "$$p"; done | \
  538. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  539. -e 's/$$/$(EXEEXT)/' \
  540. `; \
  541. test -n "$$list" || exit 0; \
  542. echo " ( cd '$(DESTDIR)$(ipsecdir)' && rm -f" $$files ")"; \
  543. cd "$(DESTDIR)$(ipsecdir)" && rm -f $$files
  544. clean-ipsecPROGRAMS:
  545. @list='$(ipsec_PROGRAMS)'; test -n "$$list" || exit 0; \
  546. echo " rm -f" $$list; \
  547. rm -f $$list || exit $$?; \
  548. test -n "$(EXEEXT)" || exit 0; \
  549. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  550. echo " rm -f" $$list; \
  551. rm -f $$list
  552. nm/$(am__dirstamp):
  553. @$(MKDIR_P) nm
  554. @: > nm/$(am__dirstamp)
  555. nm/$(DEPDIR)/$(am__dirstamp):
  556. @$(MKDIR_P) nm/$(DEPDIR)
  557. @: > nm/$(DEPDIR)/$(am__dirstamp)
  558. nm/nm_backend.$(OBJEXT): nm/$(am__dirstamp) \
  559. nm/$(DEPDIR)/$(am__dirstamp)
  560. nm/nm_creds.$(OBJEXT): nm/$(am__dirstamp) nm/$(DEPDIR)/$(am__dirstamp)
  561. nm/nm_handler.$(OBJEXT): nm/$(am__dirstamp) \
  562. nm/$(DEPDIR)/$(am__dirstamp)
  563. nm/nm_service.$(OBJEXT): nm/$(am__dirstamp) \
  564. nm/$(DEPDIR)/$(am__dirstamp)
  565. charon-nm$(EXEEXT): $(charon_nm_OBJECTS) $(charon_nm_DEPENDENCIES) $(EXTRA_charon_nm_DEPENDENCIES)
  566. @rm -f charon-nm$(EXEEXT)
  567. $(AM_V_CCLD)$(LINK) $(charon_nm_OBJECTS) $(charon_nm_LDADD) $(LIBS)
  568. mostlyclean-compile:
  569. -rm -f *.$(OBJEXT)
  570. -rm -f nm/*.$(OBJEXT)
  571. distclean-compile:
  572. -rm -f *.tab.c
  573. include ./$(DEPDIR)/charon-nm.Po
  574. include nm/$(DEPDIR)/nm_backend.Po
  575. include nm/$(DEPDIR)/nm_creds.Po
  576. include nm/$(DEPDIR)/nm_handler.Po
  577. include nm/$(DEPDIR)/nm_service.Po
  578. .c.o:
  579. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  580. $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  581. $(am__mv) $$depbase.Tpo $$depbase.Po
  582. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  583. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  584. # $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
  585. .c.obj:
  586. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  587. $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  588. $(am__mv) $$depbase.Tpo $$depbase.Po
  589. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  590. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  591. # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  592. .c.lo:
  593. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  594. $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  595. $(am__mv) $$depbase.Tpo $$depbase.Plo
  596. # $(AM_V_CC)source='$<' object='$@' libtool=yes \
  597. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  598. # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
  599. mostlyclean-libtool:
  600. -rm -f *.lo
  601. clean-libtool:
  602. -rm -rf .libs _libs
  603. install-dbusserviceDATA: $(dbusservice_DATA)
  604. @$(NORMAL_INSTALL)
  605. @list='$(dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \
  606. if test -n "$$list"; then \
  607. echo " $(MKDIR_P) '$(DESTDIR)$(dbusservicedir)'"; \
  608. $(MKDIR_P) "$(DESTDIR)$(dbusservicedir)" || exit 1; \
  609. fi; \
  610. for p in $$list; do \
  611. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  612. echo "$$d$$p"; \
  613. done | $(am__base_list) | \
  614. while read files; do \
  615. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbusservicedir)'"; \
  616. $(INSTALL_DATA) $$files "$(DESTDIR)$(dbusservicedir)" || exit $$?; \
  617. done
  618. uninstall-dbusserviceDATA:
  619. @$(NORMAL_UNINSTALL)
  620. @list='$(dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \
  621. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  622. dir='$(DESTDIR)$(dbusservicedir)'; $(am__uninstall_files_from_dir)
  623. ID: $(am__tagged_files)
  624. $(am__define_uniq_tagged_files); mkid -fID $$unique
  625. tags: tags-am
  626. TAGS: tags
  627. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  628. set x; \
  629. here=`pwd`; \
  630. $(am__define_uniq_tagged_files); \
  631. shift; \
  632. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  633. test -n "$$unique" || unique=$$empty_fix; \
  634. if test $$# -gt 0; then \
  635. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  636. "$$@" $$unique; \
  637. else \
  638. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  639. $$unique; \
  640. fi; \
  641. fi
  642. ctags: ctags-am
  643. CTAGS: ctags
  644. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  645. $(am__define_uniq_tagged_files); \
  646. test -z "$(CTAGS_ARGS)$$unique" \
  647. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  648. $$unique
  649. GTAGS:
  650. here=`$(am__cd) $(top_builddir) && pwd` \
  651. && $(am__cd) $(top_srcdir) \
  652. && gtags -i $(GTAGS_ARGS) "$$here"
  653. cscopelist: cscopelist-am
  654. cscopelist-am: $(am__tagged_files)
  655. list='$(am__tagged_files)'; \
  656. case "$(srcdir)" in \
  657. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  658. *) sdir=$(subdir)/$(srcdir) ;; \
  659. esac; \
  660. for i in $$list; do \
  661. if test -f "$$i"; then \
  662. echo "$(subdir)/$$i"; \
  663. else \
  664. echo "$$sdir/$$i"; \
  665. fi; \
  666. done >> $(top_builddir)/cscope.files
  667. distclean-tags:
  668. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  669. distdir: $(DISTFILES)
  670. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  671. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  672. list='$(DISTFILES)'; \
  673. dist_files=`for file in $$list; do echo $$file; done | \
  674. sed -e "s|^$$srcdirstrip/||;t" \
  675. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  676. case $$dist_files in \
  677. */*) $(MKDIR_P) `echo "$$dist_files" | \
  678. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  679. sort -u` ;; \
  680. esac; \
  681. for file in $$dist_files; do \
  682. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  683. if test -d $$d/$$file; then \
  684. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  685. if test -d "$(distdir)/$$file"; then \
  686. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  687. fi; \
  688. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  689. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  690. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  691. fi; \
  692. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  693. else \
  694. test -f "$(distdir)/$$file" \
  695. || cp -p $$d/$$file "$(distdir)/$$file" \
  696. || exit 1; \
  697. fi; \
  698. done
  699. check-am: all-am
  700. check: check-am
  701. all-am: Makefile $(PROGRAMS) $(DATA)
  702. installdirs:
  703. for dir in "$(DESTDIR)$(ipsecdir)" "$(DESTDIR)$(dbusservicedir)"; do \
  704. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  705. done
  706. install: install-am
  707. install-exec: install-exec-am
  708. install-data: install-data-am
  709. uninstall: uninstall-am
  710. install-am: all-am
  711. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  712. installcheck: installcheck-am
  713. install-strip:
  714. if test -z '$(STRIP)'; then \
  715. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  716. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  717. install; \
  718. else \
  719. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  720. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  721. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  722. fi
  723. mostlyclean-generic:
  724. clean-generic:
  725. distclean-generic:
  726. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  727. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  728. -rm -f nm/$(DEPDIR)/$(am__dirstamp)
  729. -rm -f nm/$(am__dirstamp)
  730. maintainer-clean-generic:
  731. @echo "This command is intended for maintainers to use"
  732. @echo "it deletes files that may require special tools to rebuild."
  733. clean: clean-am
  734. clean-am: clean-generic clean-ipsecPROGRAMS clean-libtool \
  735. mostlyclean-am
  736. distclean: distclean-am
  737. -rm -rf ./$(DEPDIR) nm/$(DEPDIR)
  738. -rm -f Makefile
  739. distclean-am: clean-am distclean-compile distclean-generic \
  740. distclean-tags
  741. dvi: dvi-am
  742. dvi-am:
  743. html: html-am
  744. html-am:
  745. info: info-am
  746. info-am:
  747. install-data-am: install-dbusserviceDATA install-ipsecPROGRAMS
  748. install-dvi: install-dvi-am
  749. install-dvi-am:
  750. install-exec-am:
  751. install-html: install-html-am
  752. install-html-am:
  753. install-info: install-info-am
  754. install-info-am:
  755. install-man:
  756. install-pdf: install-pdf-am
  757. install-pdf-am:
  758. install-ps: install-ps-am
  759. install-ps-am:
  760. installcheck-am:
  761. maintainer-clean: maintainer-clean-am
  762. -rm -rf ./$(DEPDIR) nm/$(DEPDIR)
  763. -rm -f Makefile
  764. maintainer-clean-am: distclean-am maintainer-clean-generic
  765. mostlyclean: mostlyclean-am
  766. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  767. mostlyclean-libtool
  768. pdf: pdf-am
  769. pdf-am:
  770. ps: ps-am
  771. ps-am:
  772. uninstall-am: uninstall-dbusserviceDATA uninstall-ipsecPROGRAMS
  773. .MAKE: install-am install-strip
  774. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  775. clean-ipsecPROGRAMS clean-libtool cscopelist-am ctags ctags-am \
  776. distclean distclean-compile distclean-generic \
  777. distclean-libtool distclean-tags distdir dvi dvi-am html \
  778. html-am info info-am install install-am install-data \
  779. install-data-am install-dbusserviceDATA install-dvi \
  780. install-dvi-am install-exec install-exec-am install-html \
  781. install-html-am install-info install-info-am \
  782. install-ipsecPROGRAMS install-man install-pdf install-pdf-am \
  783. install-ps install-ps-am install-strip installcheck \
  784. installcheck-am installdirs maintainer-clean \
  785. maintainer-clean-generic mostlyclean mostlyclean-compile \
  786. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  787. tags tags-am uninstall uninstall-am uninstall-dbusserviceDATA \
  788. uninstall-ipsecPROGRAMS
  789. .PRECIOUS: Makefile
  790. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  791. # Otherwise a system limit (for SysV at least) may be exceeded.
  792. .NOEXPORT: