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