Annotation of embedaddon/strongswan/src/libtnccs/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: @USE_WINDOWS_TRUE@am__append_1 = -lws2_32
92: @USE_TNC_TNCCS_TRUE@am__append_2 = plugins/tnc_tnccs
93: @MONOLITHIC_TRUE@@USE_TNC_TNCCS_TRUE@am__append_3 = plugins/tnc_tnccs/libstrongswan-tnc-tnccs.la
94: @USE_TNC_IMC_TRUE@am__append_4 = plugins/tnc_imc
95: @MONOLITHIC_TRUE@@USE_TNC_IMC_TRUE@am__append_5 = plugins/tnc_imc/libstrongswan-tnc-imc.la
96: @USE_TNC_IMV_TRUE@am__append_6 = plugins/tnc_imv
97: @MONOLITHIC_TRUE@@USE_TNC_IMV_TRUE@am__append_7 = plugins/tnc_imv/libstrongswan-tnc-imv.la
98: @USE_TNCCS_11_TRUE@am__append_8 = plugins/tnccs_11
99: @MONOLITHIC_TRUE@@USE_TNCCS_11_TRUE@am__append_9 = plugins/tnccs_11/libstrongswan-tnccs-11.la
100: @USE_TNCCS_20_TRUE@am__append_10 = plugins/tnccs_20
101: @MONOLITHIC_TRUE@@USE_TNCCS_20_TRUE@am__append_11 = plugins/tnccs_20/libstrongswan-tnccs-20.la
102: @USE_TNCCS_DYNAMIC_TRUE@am__append_12 = plugins/tnccs_dynamic
103: @MONOLITHIC_TRUE@@USE_TNCCS_DYNAMIC_TRUE@am__append_13 = plugins/tnccs_dynamic/libstrongswan-tnccs-dynamic.la
104: subdir = src/libtnccs
105: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
107: $(top_srcdir)/m4/config/ltoptions.m4 \
108: $(top_srcdir)/m4/config/ltsugar.m4 \
109: $(top_srcdir)/m4/config/ltversion.m4 \
110: $(top_srcdir)/m4/config/lt~obsolete.m4 \
111: $(top_srcdir)/m4/macros/split-package-version.m4 \
112: $(top_srcdir)/m4/macros/with.m4 \
113: $(top_srcdir)/m4/macros/enable-disable.m4 \
114: $(top_srcdir)/m4/macros/add-plugin.m4 \
115: $(top_srcdir)/configure.ac
116: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117: $(ACLOCAL_M4)
118: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
119: mkinstalldirs = $(install_sh) -d
120: CONFIG_HEADER = $(top_builddir)/config.h
121: CONFIG_CLEAN_FILES =
122: CONFIG_CLEAN_VPATH_FILES =
123: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
124: am__vpath_adj = case $$p in \
125: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
126: *) f=$$p;; \
127: esac;
128: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
129: am__install_max = 40
130: am__nobase_strip_setup = \
131: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
132: am__nobase_strip = \
133: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
134: am__nobase_list = $(am__nobase_strip_setup); \
135: for p in $$list; do echo "$$p $$p"; done | \
136: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
137: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
138: if (++n[$$2] == $(am__install_max)) \
139: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
140: END { for (dir in files) print dir, files[dir] }'
141: am__base_list = \
142: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
143: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
144: am__uninstall_files_from_dir = { \
145: test -z "$$files" \
146: || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
147: || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
148: $(am__cd) "$$dir" && rm -f $$files; }; \
149: }
150: am__installdirs = "$(DESTDIR)$(ipseclibdir)"
151: LTLIBRARIES = $(ipseclib_LTLIBRARIES)
152: am__DEPENDENCIES_1 =
153: libtnccs_la_DEPENDENCIES = \
154: $(top_builddir)/src/libstrongswan/libstrongswan.la \
155: $(top_builddir)/src/libtncif/libtncif.la $(am__DEPENDENCIES_1) \
156: $(am__append_3) $(am__append_5) $(am__append_7) \
157: $(am__append_9) $(am__append_11) $(am__append_13)
158: am__dirstamp = $(am__leading_dot)dirstamp
159: am_libtnccs_la_OBJECTS = tnc/tnc.lo tnc/imv/imv_recommendations.lo \
160: tnc/tnccs/tnccs.lo tnc/tnccs/tnccs_manager.lo
161: libtnccs_la_OBJECTS = $(am_libtnccs_la_OBJECTS)
162: AM_V_lt = $(am__v_lt_@AM_V@)
163: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
164: am__v_lt_0 = --silent
165: am__v_lt_1 =
166: AM_V_P = $(am__v_P_@AM_V@)
167: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
168: am__v_P_0 = false
169: am__v_P_1 = :
170: AM_V_GEN = $(am__v_GEN_@AM_V@)
171: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
172: am__v_GEN_0 = @echo " GEN " $@;
173: am__v_GEN_1 =
174: AM_V_at = $(am__v_at_@AM_V@)
175: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
176: am__v_at_0 = @
177: am__v_at_1 =
178: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
179: depcomp = $(SHELL) $(top_srcdir)/depcomp
180: am__depfiles_maybe = depfiles
181: am__mv = mv -f
182: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
183: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
184: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
185: $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
186: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
187: $(AM_CFLAGS) $(CFLAGS)
188: AM_V_CC = $(am__v_CC_@AM_V@)
189: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
190: am__v_CC_0 = @echo " CC " $@;
191: am__v_CC_1 =
192: CCLD = $(CC)
193: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
194: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
195: $(AM_LDFLAGS) $(LDFLAGS) -o $@
196: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
197: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
198: am__v_CCLD_0 = @echo " CCLD " $@;
199: am__v_CCLD_1 =
200: SOURCES = $(libtnccs_la_SOURCES)
201: DIST_SOURCES = $(libtnccs_la_SOURCES)
202: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
203: ctags-recursive dvi-recursive html-recursive info-recursive \
204: install-data-recursive install-dvi-recursive \
205: install-exec-recursive install-html-recursive \
206: install-info-recursive install-pdf-recursive \
207: install-ps-recursive install-recursive installcheck-recursive \
208: installdirs-recursive pdf-recursive ps-recursive \
209: tags-recursive uninstall-recursive
210: am__can_run_installinfo = \
211: case $$AM_UPDATE_INFO_DIR in \
212: n|no|NO) false;; \
213: *) (install-info --version) >/dev/null 2>&1;; \
214: esac
215: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
216: distclean-recursive maintainer-clean-recursive
217: am__recursive_targets = \
218: $(RECURSIVE_TARGETS) \
219: $(RECURSIVE_CLEAN_TARGETS) \
220: $(am__extra_recursive_targets)
221: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
222: distdir
223: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
224: # Read a list of newline-separated strings from the standard input,
225: # and print each of them once, without duplicates. Input order is
226: # *not* preserved.
227: am__uniquify_input = $(AWK) '\
228: BEGIN { nonempty = 0; } \
229: { items[$$0] = 1; nonempty = 1; } \
230: END { if (nonempty) { for (i in items) print i; }; } \
231: '
232: # Make sure the list of sources is unique. This is necessary because,
233: # e.g., the same source file might be shared among _SOURCES variables
234: # for different programs/libraries.
235: am__define_uniq_tagged_files = \
236: list='$(am__tagged_files)'; \
237: unique=`for i in $$list; do \
238: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
239: done | $(am__uniquify_input)`
240: ETAGS = etags
241: CTAGS = ctags
242: DIST_SUBDIRS = . plugins/tnc_tnccs plugins/tnc_imc plugins/tnc_imv \
243: plugins/tnccs_11 plugins/tnccs_20 plugins/tnccs_dynamic
244: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
245: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
246: am__relativize = \
247: dir0=`pwd`; \
248: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
249: sed_rest='s,^[^/]*/*,,'; \
250: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
251: sed_butlast='s,/*[^/]*$$,,'; \
252: while test -n "$$dir1"; do \
253: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
254: if test "$$first" != "."; then \
255: if test "$$first" = ".."; then \
256: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
257: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
258: else \
259: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
260: if test "$$first2" = "$$first"; then \
261: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
262: else \
263: dir2="../$$dir2"; \
264: fi; \
265: dir0="$$dir0"/"$$first"; \
266: fi; \
267: fi; \
268: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
269: done; \
270: reldir="$$dir2"
271: ACLOCAL = @ACLOCAL@
272: ALLOCA = @ALLOCA@
273: AMTAR = @AMTAR@
274: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
275: AR = @AR@
276: ATOMICLIB = @ATOMICLIB@
277: AUTOCONF = @AUTOCONF@
278: AUTOHEADER = @AUTOHEADER@
279: AUTOMAKE = @AUTOMAKE@
280: AWK = @AWK@
281: BFDLIB = @BFDLIB@
282: BTLIB = @BTLIB@
283: CC = @CC@
284: CCDEPMODE = @CCDEPMODE@
285: CFLAGS = @CFLAGS@
286: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
287: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
288: CPP = @CPP@
289: CPPFLAGS = @CPPFLAGS@
290: CYGPATH_W = @CYGPATH_W@
291: DEFS = @DEFS@
292: DEPDIR = @DEPDIR@
293: DLLIB = @DLLIB@
294: DLLTOOL = @DLLTOOL@
295: DSYMUTIL = @DSYMUTIL@
296: DUMPBIN = @DUMPBIN@
297: EASY_INSTALL = @EASY_INSTALL@
298: ECHO_C = @ECHO_C@
299: ECHO_N = @ECHO_N@
300: ECHO_T = @ECHO_T@
301: EGREP = @EGREP@
302: EXEEXT = @EXEEXT@
303: FGREP = @FGREP@
304: FUZZING_CFLAGS = @FUZZING_CFLAGS@
305: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
306: GEM = @GEM@
307: GENHTML = @GENHTML@
1.1.1.2 ! misho 308: GIT_VERSION = @GIT_VERSION@
1.1 misho 309: GPERF = @GPERF@
310: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
311: GPRBUILD = @GPRBUILD@
312: GREP = @GREP@
313: INSTALL = @INSTALL@
314: INSTALL_DATA = @INSTALL_DATA@
315: INSTALL_PROGRAM = @INSTALL_PROGRAM@
316: INSTALL_SCRIPT = @INSTALL_SCRIPT@
317: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
318: LCOV = @LCOV@
319: LD = @LD@
320: LDFLAGS = @LDFLAGS@
321: LEX = @LEX@
322: LEXLIB = @LEXLIB@
323: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
324: LIBOBJS = @LIBOBJS@
325: LIBS = @LIBS@
326: LIBTOOL = @LIBTOOL@
327: LIPO = @LIPO@
328: LN_S = @LN_S@
329: LTLIBOBJS = @LTLIBOBJS@
330: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
331: MAKEINFO = @MAKEINFO@
332: MANIFEST_TOOL = @MANIFEST_TOOL@
333: MKDIR_P = @MKDIR_P@
334: MYSQLCFLAG = @MYSQLCFLAG@
335: MYSQLCONFIG = @MYSQLCONFIG@
336: MYSQLLIB = @MYSQLLIB@
337: NM = @NM@
338: NMEDIT = @NMEDIT@
339: OBJDUMP = @OBJDUMP@
340: OBJEXT = @OBJEXT@
341: OPENSSL_LIB = @OPENSSL_LIB@
342: OTOOL = @OTOOL@
343: OTOOL64 = @OTOOL64@
344: PACKAGE = @PACKAGE@
345: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
346: PACKAGE_NAME = @PACKAGE_NAME@
347: PACKAGE_STRING = @PACKAGE_STRING@
348: PACKAGE_TARNAME = @PACKAGE_TARNAME@
349: PACKAGE_URL = @PACKAGE_URL@
350: PACKAGE_VERSION = @PACKAGE_VERSION@
351: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
352: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
353: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
354: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
355: PATH_SEPARATOR = @PATH_SEPARATOR@
356: PERL = @PERL@
357: PKG_CONFIG = @PKG_CONFIG@
358: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
359: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
360: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
361: PTHREADLIB = @PTHREADLIB@
362: PYTHON = @PYTHON@
363: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
364: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
365: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
366: PYTHON_PLATFORM = @PYTHON_PLATFORM@
367: PYTHON_PREFIX = @PYTHON_PREFIX@
368: PYTHON_VERSION = @PYTHON_VERSION@
369: PY_TEST = @PY_TEST@
370: RANLIB = @RANLIB@
371: RTLIB = @RTLIB@
372: RUBYGEMDIR = @RUBYGEMDIR@
373: SED = @SED@
374: SET_MAKE = @SET_MAKE@
375: SHELL = @SHELL@
376: SOCKLIB = @SOCKLIB@
377: STRIP = @STRIP@
378: TOX = @TOX@
379: UNWINDLIB = @UNWINDLIB@
380: VERSION = @VERSION@
381: YACC = @YACC@
382: YFLAGS = @YFLAGS@
383: abs_builddir = @abs_builddir@
384: abs_srcdir = @abs_srcdir@
385: abs_top_builddir = @abs_top_builddir@
386: abs_top_srcdir = @abs_top_srcdir@
387: ac_ct_AR = @ac_ct_AR@
388: ac_ct_CC = @ac_ct_CC@
389: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
390: aikgen_plugins = @aikgen_plugins@
391: am__include = @am__include@
392: am__leading_dot = @am__leading_dot@
393: am__quote = @am__quote@
394: am__tar = @am__tar@
395: am__untar = @am__untar@
396: attest_plugins = @attest_plugins@
397: bindir = @bindir@
398: botan_CFLAGS = @botan_CFLAGS@
399: botan_LIBS = @botan_LIBS@
400: build = @build@
401: build_alias = @build_alias@
402: build_cpu = @build_cpu@
403: build_os = @build_os@
404: build_vendor = @build_vendor@
405: builddir = @builddir@
406: c_plugins = @c_plugins@
407: charon_natt_port = @charon_natt_port@
408: charon_plugins = @charon_plugins@
409: charon_udp_port = @charon_udp_port@
410: clearsilver_LIBS = @clearsilver_LIBS@
411: cmd_plugins = @cmd_plugins@
412: datadir = @datadir@
413: datarootdir = @datarootdir@
414: dbusdatadir = @dbusdatadir@
415: dbuspolicydir = @dbuspolicydir@
416: dev_headers = @dev_headers@
417: docdir = @docdir@
418: dvidir = @dvidir@
419: exec_prefix = @exec_prefix@
420: fips_mode = @fips_mode@
421: fuzz_plugins = @fuzz_plugins@
422: host = @host@
423: host_alias = @host_alias@
424: host_cpu = @host_cpu@
425: host_os = @host_os@
426: host_vendor = @host_vendor@
427: htmldir = @htmldir@
428: imcvdir = @imcvdir@
429: includedir = @includedir@
430: infodir = @infodir@
431: install_sh = @install_sh@
432: ipsec_script = @ipsec_script@
433: ipsec_script_upper = @ipsec_script_upper@
434: ipsecdir = @ipsecdir@
435: ipsecgroup = @ipsecgroup@
436: ipseclibdir = @ipseclibdir@
437: ipsecuser = @ipsecuser@
438: json_CFLAGS = @json_CFLAGS@
439: json_LIBS = @json_LIBS@
440: libdir = @libdir@
441: libexecdir = @libexecdir@
442: libfuzzer = @libfuzzer@
443: libiptc_CFLAGS = @libiptc_CFLAGS@
444: libiptc_LIBS = @libiptc_LIBS@
445: linux_headers = @linux_headers@
446: localedir = @localedir@
447: localstatedir = @localstatedir@
448: manager_plugins = @manager_plugins@
449: mandir = @mandir@
450: medsrv_plugins = @medsrv_plugins@
451: mkdir_p = @mkdir_p@
452: nm_CFLAGS = @nm_CFLAGS@
453: nm_LIBS = @nm_LIBS@
454: nm_ca_dir = @nm_ca_dir@
455: nm_plugins = @nm_plugins@
456: oldincludedir = @oldincludedir@
457: p_plugins = @p_plugins@
458: pcsclite_CFLAGS = @pcsclite_CFLAGS@
459: pcsclite_LIBS = @pcsclite_LIBS@
460: pdfdir = @pdfdir@
461: piddir = @piddir@
462: pkgpyexecdir = @pkgpyexecdir@
463: pkgpythondir = @pkgpythondir@
464: pki_plugins = @pki_plugins@
465: plugindir = @plugindir@
466: pool_plugins = @pool_plugins@
467: prefix = @prefix@
468: program_transform_name = @program_transform_name@
469: psdir = @psdir@
470: pyexecdir = @pyexecdir@
471: pythondir = @pythondir@
472: random_device = @random_device@
473: resolv_conf = @resolv_conf@
474: routing_table = @routing_table@
475: routing_table_prio = @routing_table_prio@
476: runstatedir = @runstatedir@
477: s_plugins = @s_plugins@
478: sbindir = @sbindir@
479: scepclient_plugins = @scepclient_plugins@
480: scripts_plugins = @scripts_plugins@
481: sharedstatedir = @sharedstatedir@
482: soup_CFLAGS = @soup_CFLAGS@
483: soup_LIBS = @soup_LIBS@
484: srcdir = @srcdir@
485: starter_plugins = @starter_plugins@
486: strongswan_conf = @strongswan_conf@
487: strongswan_options = @strongswan_options@
488: swanctldir = @swanctldir@
489: sysconfdir = @sysconfdir@
490: systemd_CFLAGS = @systemd_CFLAGS@
491: systemd_LIBS = @systemd_LIBS@
492: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
493: systemd_daemon_LIBS = @systemd_daemon_LIBS@
494: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
495: systemd_journal_LIBS = @systemd_journal_LIBS@
496: systemdsystemunitdir = @systemdsystemunitdir@
497: t_plugins = @t_plugins@
498: target_alias = @target_alias@
499: top_build_prefix = @top_build_prefix@
500: top_builddir = @top_builddir@
501: top_srcdir = @top_srcdir@
502: tss2_CFLAGS = @tss2_CFLAGS@
503: tss2_LIBS = @tss2_LIBS@
504: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
505: tss2_esys_LIBS = @tss2_esys_LIBS@
506: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
507: tss2_socket_LIBS = @tss2_socket_LIBS@
508: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
509: tss2_sys_LIBS = @tss2_sys_LIBS@
510: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
511: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
512: urandom_device = @urandom_device@
513: wolfssl_CFLAGS = @wolfssl_CFLAGS@
514: wolfssl_LIBS = @wolfssl_LIBS@
515: xml_CFLAGS = @xml_CFLAGS@
516: xml_LIBS = @xml_LIBS@
517: AM_CPPFLAGS = \
518: -I$(top_srcdir)/src/libstrongswan \
519: -I$(top_srcdir)/src/libtncif \
520: -I$(top_srcdir)/src/libtls
521:
522: AM_LDFLAGS = \
523: -no-undefined
524:
525: ipseclib_LTLIBRARIES = libtnccs.la
526: libtnccs_la_LIBADD = \
527: $(top_builddir)/src/libstrongswan/libstrongswan.la \
528: $(top_builddir)/src/libtncif/libtncif.la $(am__append_1) \
529: $(am__append_3) $(am__append_5) $(am__append_7) \
530: $(am__append_9) $(am__append_11) $(am__append_13)
531: libtnccs_la_SOURCES = \
532: tnc/tnc.h tnc/tnc.c \
533: tnc/imc/imc.h tnc/imc/imc_manager.h \
534: tnc/imv/imv.h tnc/imv/imv_manager.h \
535: tnc/imv/imv_recommendations.h tnc/imv/imv_recommendations.c \
536: tnc/tnccs/tnccs.h tnc/tnccs/tnccs.c \
537: tnc/tnccs/tnccs_manager.h tnc/tnccs/tnccs_manager.c
538:
539: EXTRA_DIST = Android.mk
540: @STATIC_PLUGIN_CONSTRUCTORS_TRUE@BUILT_SOURCES = $(srcdir)/plugin_constructors.c
541: @STATIC_PLUGIN_CONSTRUCTORS_TRUE@CLEANFILES = $(srcdir)/plugin_constructors.c
542: @MONOLITHIC_FALSE@SUBDIRS = . $(am__append_2) $(am__append_4) \
543: @MONOLITHIC_FALSE@ $(am__append_6) $(am__append_8) \
544: @MONOLITHIC_FALSE@ $(am__append_10) $(am__append_12)
545:
546: # build optional plugins
547: ########################
548: @MONOLITHIC_TRUE@SUBDIRS = $(am__append_2) $(am__append_4) \
549: @MONOLITHIC_TRUE@ $(am__append_6) $(am__append_8) \
550: @MONOLITHIC_TRUE@ $(am__append_10) $(am__append_12)
551: all: $(BUILT_SOURCES)
552: $(MAKE) $(AM_MAKEFLAGS) all-recursive
553:
554: .SUFFIXES:
555: .SUFFIXES: .c .lo .o .obj
556: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
557: @for dep in $?; do \
558: case '$(am__configure_deps)' in \
559: *$$dep*) \
560: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
561: && { if test -f $@; then exit 0; else break; fi; }; \
562: exit 1;; \
563: esac; \
564: done; \
565: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libtnccs/Makefile'; \
566: $(am__cd) $(top_srcdir) && \
567: $(AUTOMAKE) --gnu src/libtnccs/Makefile
568: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
569: @case '$?' in \
570: *config.status*) \
571: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
572: *) \
573: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
574: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
575: esac;
576:
577: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
578: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
579:
580: $(top_srcdir)/configure: $(am__configure_deps)
581: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
582: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
583: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
584: $(am__aclocal_m4_deps):
585:
586: install-ipseclibLTLIBRARIES: $(ipseclib_LTLIBRARIES)
587: @$(NORMAL_INSTALL)
588: @list='$(ipseclib_LTLIBRARIES)'; test -n "$(ipseclibdir)" || list=; \
589: list2=; for p in $$list; do \
590: if test -f $$p; then \
591: list2="$$list2 $$p"; \
592: else :; fi; \
593: done; \
594: test -z "$$list2" || { \
595: echo " $(MKDIR_P) '$(DESTDIR)$(ipseclibdir)'"; \
596: $(MKDIR_P) "$(DESTDIR)$(ipseclibdir)" || exit 1; \
597: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ipseclibdir)'"; \
598: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ipseclibdir)"; \
599: }
600:
601: uninstall-ipseclibLTLIBRARIES:
602: @$(NORMAL_UNINSTALL)
603: @list='$(ipseclib_LTLIBRARIES)'; test -n "$(ipseclibdir)" || list=; \
604: for p in $$list; do \
605: $(am__strip_dir) \
606: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ipseclibdir)/$$f'"; \
607: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ipseclibdir)/$$f"; \
608: done
609:
610: clean-ipseclibLTLIBRARIES:
611: -test -z "$(ipseclib_LTLIBRARIES)" || rm -f $(ipseclib_LTLIBRARIES)
612: @list='$(ipseclib_LTLIBRARIES)'; \
613: locs=`for p in $$list; do echo $$p; done | \
614: sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
615: sort -u`; \
616: test -z "$$locs" || { \
617: echo rm -f $${locs}; \
618: rm -f $${locs}; \
619: }
620: tnc/$(am__dirstamp):
621: @$(MKDIR_P) tnc
622: @: > tnc/$(am__dirstamp)
623: tnc/$(DEPDIR)/$(am__dirstamp):
624: @$(MKDIR_P) tnc/$(DEPDIR)
625: @: > tnc/$(DEPDIR)/$(am__dirstamp)
626: tnc/tnc.lo: tnc/$(am__dirstamp) tnc/$(DEPDIR)/$(am__dirstamp)
627: tnc/imv/$(am__dirstamp):
628: @$(MKDIR_P) tnc/imv
629: @: > tnc/imv/$(am__dirstamp)
630: tnc/imv/$(DEPDIR)/$(am__dirstamp):
631: @$(MKDIR_P) tnc/imv/$(DEPDIR)
632: @: > tnc/imv/$(DEPDIR)/$(am__dirstamp)
633: tnc/imv/imv_recommendations.lo: tnc/imv/$(am__dirstamp) \
634: tnc/imv/$(DEPDIR)/$(am__dirstamp)
635: tnc/tnccs/$(am__dirstamp):
636: @$(MKDIR_P) tnc/tnccs
637: @: > tnc/tnccs/$(am__dirstamp)
638: tnc/tnccs/$(DEPDIR)/$(am__dirstamp):
639: @$(MKDIR_P) tnc/tnccs/$(DEPDIR)
640: @: > tnc/tnccs/$(DEPDIR)/$(am__dirstamp)
641: tnc/tnccs/tnccs.lo: tnc/tnccs/$(am__dirstamp) \
642: tnc/tnccs/$(DEPDIR)/$(am__dirstamp)
643: tnc/tnccs/tnccs_manager.lo: tnc/tnccs/$(am__dirstamp) \
644: tnc/tnccs/$(DEPDIR)/$(am__dirstamp)
645:
646: libtnccs.la: $(libtnccs_la_OBJECTS) $(libtnccs_la_DEPENDENCIES) $(EXTRA_libtnccs_la_DEPENDENCIES)
647: $(AM_V_CCLD)$(LINK) -rpath $(ipseclibdir) $(libtnccs_la_OBJECTS) $(libtnccs_la_LIBADD) $(LIBS)
648:
649: mostlyclean-compile:
650: -rm -f *.$(OBJEXT)
651: -rm -f tnc/*.$(OBJEXT)
652: -rm -f tnc/*.lo
653: -rm -f tnc/imv/*.$(OBJEXT)
654: -rm -f tnc/imv/*.lo
655: -rm -f tnc/tnccs/*.$(OBJEXT)
656: -rm -f tnc/tnccs/*.lo
657:
658: distclean-compile:
659: -rm -f *.tab.c
660:
661: @AMDEP_TRUE@@am__include@ @am__quote@tnc/$(DEPDIR)/tnc.Plo@am__quote@
662: @AMDEP_TRUE@@am__include@ @am__quote@tnc/imv/$(DEPDIR)/imv_recommendations.Plo@am__quote@
663: @AMDEP_TRUE@@am__include@ @am__quote@tnc/tnccs/$(DEPDIR)/tnccs.Plo@am__quote@
664: @AMDEP_TRUE@@am__include@ @am__quote@tnc/tnccs/$(DEPDIR)/tnccs_manager.Plo@am__quote@
665:
666: .c.o:
667: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
668: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
669: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
670: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
671: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
672: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
673:
674: .c.obj:
675: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
676: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
677: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
678: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
679: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
680: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
681:
682: .c.lo:
683: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
684: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
685: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
686: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
687: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
688: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
689:
690: mostlyclean-libtool:
691: -rm -f *.lo
692:
693: clean-libtool:
694: -rm -rf .libs _libs
695: -rm -rf tnc/.libs tnc/_libs
696: -rm -rf tnc/imv/.libs tnc/imv/_libs
697: -rm -rf tnc/tnccs/.libs tnc/tnccs/_libs
698:
699: # This directory's subdirectories are mostly independent; you can cd
700: # into them and run 'make' without going through this Makefile.
701: # To change the values of 'make' variables: instead of editing Makefiles,
702: # (1) if the variable is set in 'config.status', edit 'config.status'
703: # (which will cause the Makefiles to be regenerated when you run 'make');
704: # (2) otherwise, pass the desired values on the 'make' command line.
705: $(am__recursive_targets):
706: @fail=; \
707: if $(am__make_keepgoing); then \
708: failcom='fail=yes'; \
709: else \
710: failcom='exit 1'; \
711: fi; \
712: dot_seen=no; \
713: target=`echo $@ | sed s/-recursive//`; \
714: case "$@" in \
715: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
716: *) list='$(SUBDIRS)' ;; \
717: esac; \
718: for subdir in $$list; do \
719: echo "Making $$target in $$subdir"; \
720: if test "$$subdir" = "."; then \
721: dot_seen=yes; \
722: local_target="$$target-am"; \
723: else \
724: local_target="$$target"; \
725: fi; \
726: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
727: || eval $$failcom; \
728: done; \
729: if test "$$dot_seen" = "no"; then \
730: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
731: fi; test -z "$$fail"
732:
733: ID: $(am__tagged_files)
734: $(am__define_uniq_tagged_files); mkid -fID $$unique
735: tags: tags-recursive
736: TAGS: tags
737:
738: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
739: set x; \
740: here=`pwd`; \
741: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
742: include_option=--etags-include; \
743: empty_fix=.; \
744: else \
745: include_option=--include; \
746: empty_fix=; \
747: fi; \
748: list='$(SUBDIRS)'; for subdir in $$list; do \
749: if test "$$subdir" = .; then :; else \
750: test ! -f $$subdir/TAGS || \
751: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
752: fi; \
753: done; \
754: $(am__define_uniq_tagged_files); \
755: shift; \
756: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
757: test -n "$$unique" || unique=$$empty_fix; \
758: if test $$# -gt 0; then \
759: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
760: "$$@" $$unique; \
761: else \
762: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
763: $$unique; \
764: fi; \
765: fi
766: ctags: ctags-recursive
767:
768: CTAGS: ctags
769: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
770: $(am__define_uniq_tagged_files); \
771: test -z "$(CTAGS_ARGS)$$unique" \
772: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
773: $$unique
774:
775: GTAGS:
776: here=`$(am__cd) $(top_builddir) && pwd` \
777: && $(am__cd) $(top_srcdir) \
778: && gtags -i $(GTAGS_ARGS) "$$here"
779: cscopelist: cscopelist-recursive
780:
781: cscopelist-am: $(am__tagged_files)
782: list='$(am__tagged_files)'; \
783: case "$(srcdir)" in \
784: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
785: *) sdir=$(subdir)/$(srcdir) ;; \
786: esac; \
787: for i in $$list; do \
788: if test -f "$$i"; then \
789: echo "$(subdir)/$$i"; \
790: else \
791: echo "$$sdir/$$i"; \
792: fi; \
793: done >> $(top_builddir)/cscope.files
794:
795: distclean-tags:
796: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
797:
798: distdir: $(DISTFILES)
799: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
800: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
801: list='$(DISTFILES)'; \
802: dist_files=`for file in $$list; do echo $$file; done | \
803: sed -e "s|^$$srcdirstrip/||;t" \
804: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
805: case $$dist_files in \
806: */*) $(MKDIR_P) `echo "$$dist_files" | \
807: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
808: sort -u` ;; \
809: esac; \
810: for file in $$dist_files; do \
811: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
812: if test -d $$d/$$file; then \
813: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
814: if test -d "$(distdir)/$$file"; then \
815: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
816: fi; \
817: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
818: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
819: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
820: fi; \
821: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
822: else \
823: test -f "$(distdir)/$$file" \
824: || cp -p $$d/$$file "$(distdir)/$$file" \
825: || exit 1; \
826: fi; \
827: done
828: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
829: if test "$$subdir" = .; then :; else \
830: $(am__make_dryrun) \
831: || test -d "$(distdir)/$$subdir" \
832: || $(MKDIR_P) "$(distdir)/$$subdir" \
833: || exit 1; \
834: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
835: $(am__relativize); \
836: new_distdir=$$reldir; \
837: dir1=$$subdir; dir2="$(top_distdir)"; \
838: $(am__relativize); \
839: new_top_distdir=$$reldir; \
840: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
841: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
842: ($(am__cd) $$subdir && \
843: $(MAKE) $(AM_MAKEFLAGS) \
844: top_distdir="$$new_top_distdir" \
845: distdir="$$new_distdir" \
846: am__remove_distdir=: \
847: am__skip_length_check=: \
848: am__skip_mode_fix=: \
849: distdir) \
850: || exit 1; \
851: fi; \
852: done
853: check-am: all-am
854: check: $(BUILT_SOURCES)
855: $(MAKE) $(AM_MAKEFLAGS) check-recursive
856: all-am: Makefile $(LTLIBRARIES)
857: installdirs: installdirs-recursive
858: installdirs-am:
859: for dir in "$(DESTDIR)$(ipseclibdir)"; do \
860: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
861: done
862: install: $(BUILT_SOURCES)
863: $(MAKE) $(AM_MAKEFLAGS) install-recursive
864: install-exec: install-exec-recursive
865: install-data: install-data-recursive
866: uninstall: uninstall-recursive
867:
868: install-am: all-am
869: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
870:
871: installcheck: installcheck-recursive
872: install-strip:
873: if test -z '$(STRIP)'; then \
874: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
875: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
876: install; \
877: else \
878: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
879: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
880: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
881: fi
882: mostlyclean-generic:
883:
884: clean-generic:
885: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
886:
887: distclean-generic:
888: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
889: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
890: -rm -f tnc/$(DEPDIR)/$(am__dirstamp)
891: -rm -f tnc/$(am__dirstamp)
892: -rm -f tnc/imv/$(DEPDIR)/$(am__dirstamp)
893: -rm -f tnc/imv/$(am__dirstamp)
894: -rm -f tnc/tnccs/$(DEPDIR)/$(am__dirstamp)
895: -rm -f tnc/tnccs/$(am__dirstamp)
896:
897: maintainer-clean-generic:
898: @echo "This command is intended for maintainers to use"
899: @echo "it deletes files that may require special tools to rebuild."
900: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
901: clean: clean-recursive
902:
903: clean-am: clean-generic clean-ipseclibLTLIBRARIES clean-libtool \
904: mostlyclean-am
905:
906: distclean: distclean-recursive
907: -rm -rf tnc/$(DEPDIR) tnc/imv/$(DEPDIR) tnc/tnccs/$(DEPDIR)
908: -rm -f Makefile
909: distclean-am: clean-am distclean-compile distclean-generic \
910: distclean-tags
911:
912: dvi: dvi-recursive
913:
914: dvi-am:
915:
916: html: html-recursive
917:
918: html-am:
919:
920: info: info-recursive
921:
922: info-am:
923:
924: install-data-am: install-ipseclibLTLIBRARIES
925:
926: install-dvi: install-dvi-recursive
927:
928: install-dvi-am:
929:
930: install-exec-am:
931:
932: install-html: install-html-recursive
933:
934: install-html-am:
935:
936: install-info: install-info-recursive
937:
938: install-info-am:
939:
940: install-man:
941:
942: install-pdf: install-pdf-recursive
943:
944: install-pdf-am:
945:
946: install-ps: install-ps-recursive
947:
948: install-ps-am:
949:
950: installcheck-am:
951:
952: maintainer-clean: maintainer-clean-recursive
953: -rm -rf tnc/$(DEPDIR) tnc/imv/$(DEPDIR) tnc/tnccs/$(DEPDIR)
954: -rm -f Makefile
955: maintainer-clean-am: distclean-am maintainer-clean-generic
956:
957: mostlyclean: mostlyclean-recursive
958:
959: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
960: mostlyclean-libtool
961:
962: pdf: pdf-recursive
963:
964: pdf-am:
965:
966: ps: ps-recursive
967:
968: ps-am:
969:
970: uninstall-am: uninstall-ipseclibLTLIBRARIES
971:
972: .MAKE: $(am__recursive_targets) all check install install-am \
973: install-strip
974:
975: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
976: check-am clean clean-generic clean-ipseclibLTLIBRARIES \
977: clean-libtool cscopelist-am ctags ctags-am distclean \
978: distclean-compile distclean-generic distclean-libtool \
979: distclean-tags distdir dvi dvi-am html html-am info info-am \
980: install install-am install-data install-data-am install-dvi \
981: install-dvi-am install-exec install-exec-am install-html \
982: install-html-am install-info install-info-am \
983: install-ipseclibLTLIBRARIES install-man install-pdf \
984: install-pdf-am install-ps install-ps-am install-strip \
985: installcheck installcheck-am installdirs installdirs-am \
986: maintainer-clean maintainer-clean-generic mostlyclean \
987: mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
988: pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
989: uninstall-ipseclibLTLIBRARIES
990:
991: .PRECIOUS: Makefile
992:
993:
994: @STATIC_PLUGIN_CONSTRUCTORS_TRUE@$(srcdir)/plugin_constructors.c: $(top_srcdir)/src/libstrongswan/plugins/plugin_constructors.py
995: @STATIC_PLUGIN_CONSTRUCTORS_TRUE@ $(AM_V_GEN) \
996: @STATIC_PLUGIN_CONSTRUCTORS_TRUE@ $(PYTHON) $(top_srcdir)/src/libstrongswan/plugins/plugin_constructors.py ${t_plugins} > $@
997:
998: # Tell versions [3.59,3.63) of GNU make to not export all variables.
999: # Otherwise a system limit (for SysV at least) may be exceeded.
1000: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>