Makefile 24 KB

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