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