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