Makefile.in 18 KB

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