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