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