Makefile 26 KB

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