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