Annotation of embedaddon/strongswan/src/libimcv/plugins/imv_attestation/Makefile.in, revision 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:
! 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@
! 263: GPERF = @GPERF@
! 264: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
! 265: GPRBUILD = @GPRBUILD@
! 266: GREP = @GREP@
! 267: INSTALL = @INSTALL@
! 268: INSTALL_DATA = @INSTALL_DATA@
! 269: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 270: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 271: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 272: LCOV = @LCOV@
! 273: LD = @LD@
! 274: LDFLAGS = @LDFLAGS@
! 275: LEX = @LEX@
! 276: LEXLIB = @LEXLIB@
! 277: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
! 278: LIBOBJS = @LIBOBJS@
! 279: LIBS = @LIBS@
! 280: LIBTOOL = @LIBTOOL@
! 281: LIPO = @LIPO@
! 282: LN_S = @LN_S@
! 283: LTLIBOBJS = @LTLIBOBJS@
! 284: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
! 285: MAKEINFO = @MAKEINFO@
! 286: MANIFEST_TOOL = @MANIFEST_TOOL@
! 287: MKDIR_P = @MKDIR_P@
! 288: MYSQLCFLAG = @MYSQLCFLAG@
! 289: MYSQLCONFIG = @MYSQLCONFIG@
! 290: MYSQLLIB = @MYSQLLIB@
! 291: NM = @NM@
! 292: NMEDIT = @NMEDIT@
! 293: OBJDUMP = @OBJDUMP@
! 294: OBJEXT = @OBJEXT@
! 295: OPENSSL_LIB = @OPENSSL_LIB@
! 296: OTOOL = @OTOOL@
! 297: OTOOL64 = @OTOOL64@
! 298: PACKAGE = @PACKAGE@
! 299: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 300: PACKAGE_NAME = @PACKAGE_NAME@
! 301: PACKAGE_STRING = @PACKAGE_STRING@
! 302: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 303: PACKAGE_URL = @PACKAGE_URL@
! 304: PACKAGE_VERSION = @PACKAGE_VERSION@
! 305: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
! 306: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
! 307: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
! 308: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
! 309: PATH_SEPARATOR = @PATH_SEPARATOR@
! 310: PERL = @PERL@
! 311: PKG_CONFIG = @PKG_CONFIG@
! 312: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
! 313: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
! 314: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
! 315: PTHREADLIB = @PTHREADLIB@
! 316: PYTHON = @PYTHON@
! 317: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
! 318: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
! 319: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
! 320: PYTHON_PLATFORM = @PYTHON_PLATFORM@
! 321: PYTHON_PREFIX = @PYTHON_PREFIX@
! 322: PYTHON_VERSION = @PYTHON_VERSION@
! 323: PY_TEST = @PY_TEST@
! 324: RANLIB = @RANLIB@
! 325: RTLIB = @RTLIB@
! 326: RUBYGEMDIR = @RUBYGEMDIR@
! 327: SED = @SED@
! 328: SET_MAKE = @SET_MAKE@
! 329: SHELL = @SHELL@
! 330: SOCKLIB = @SOCKLIB@
! 331: STRIP = @STRIP@
! 332: TOX = @TOX@
! 333: UNWINDLIB = @UNWINDLIB@
! 334: VERSION = @VERSION@
! 335: YACC = @YACC@
! 336: YFLAGS = @YFLAGS@
! 337: abs_builddir = @abs_builddir@
! 338: abs_srcdir = @abs_srcdir@
! 339: abs_top_builddir = @abs_top_builddir@
! 340: abs_top_srcdir = @abs_top_srcdir@
! 341: ac_ct_AR = @ac_ct_AR@
! 342: ac_ct_CC = @ac_ct_CC@
! 343: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
! 344: aikgen_plugins = @aikgen_plugins@
! 345: am__include = @am__include@
! 346: am__leading_dot = @am__leading_dot@
! 347: am__quote = @am__quote@
! 348: am__tar = @am__tar@
! 349: am__untar = @am__untar@
! 350: attest_plugins = @attest_plugins@
! 351: bindir = @bindir@
! 352: botan_CFLAGS = @botan_CFLAGS@
! 353: botan_LIBS = @botan_LIBS@
! 354: build = @build@
! 355: build_alias = @build_alias@
! 356: build_cpu = @build_cpu@
! 357: build_os = @build_os@
! 358: build_vendor = @build_vendor@
! 359: builddir = @builddir@
! 360: c_plugins = @c_plugins@
! 361: charon_natt_port = @charon_natt_port@
! 362: charon_plugins = @charon_plugins@
! 363: charon_udp_port = @charon_udp_port@
! 364: clearsilver_LIBS = @clearsilver_LIBS@
! 365: cmd_plugins = @cmd_plugins@
! 366: datadir = @datadir@
! 367: datarootdir = @datarootdir@
! 368: dbusdatadir = @dbusdatadir@
! 369: dbuspolicydir = @dbuspolicydir@
! 370: dev_headers = @dev_headers@
! 371: docdir = @docdir@
! 372: dvidir = @dvidir@
! 373: exec_prefix = @exec_prefix@
! 374: fips_mode = @fips_mode@
! 375: fuzz_plugins = @fuzz_plugins@
! 376: host = @host@
! 377: host_alias = @host_alias@
! 378: host_cpu = @host_cpu@
! 379: host_os = @host_os@
! 380: host_vendor = @host_vendor@
! 381: htmldir = @htmldir@
! 382: imcvdir = @imcvdir@
! 383: includedir = @includedir@
! 384: infodir = @infodir@
! 385: install_sh = @install_sh@
! 386: ipsec_script = @ipsec_script@
! 387: ipsec_script_upper = @ipsec_script_upper@
! 388: ipsecdir = @ipsecdir@
! 389: ipsecgroup = @ipsecgroup@
! 390: ipseclibdir = @ipseclibdir@
! 391: ipsecuser = @ipsecuser@
! 392: json_CFLAGS = @json_CFLAGS@
! 393: json_LIBS = @json_LIBS@
! 394: libdir = @libdir@
! 395: libexecdir = @libexecdir@
! 396: libfuzzer = @libfuzzer@
! 397: libiptc_CFLAGS = @libiptc_CFLAGS@
! 398: libiptc_LIBS = @libiptc_LIBS@
! 399: linux_headers = @linux_headers@
! 400: localedir = @localedir@
! 401: localstatedir = @localstatedir@
! 402: manager_plugins = @manager_plugins@
! 403: mandir = @mandir@
! 404: medsrv_plugins = @medsrv_plugins@
! 405: mkdir_p = @mkdir_p@
! 406: nm_CFLAGS = @nm_CFLAGS@
! 407: nm_LIBS = @nm_LIBS@
! 408: nm_ca_dir = @nm_ca_dir@
! 409: nm_plugins = @nm_plugins@
! 410: oldincludedir = @oldincludedir@
! 411: p_plugins = @p_plugins@
! 412: pcsclite_CFLAGS = @pcsclite_CFLAGS@
! 413: pcsclite_LIBS = @pcsclite_LIBS@
! 414: pdfdir = @pdfdir@
! 415: piddir = @piddir@
! 416: pkgpyexecdir = @pkgpyexecdir@
! 417: pkgpythondir = @pkgpythondir@
! 418: pki_plugins = @pki_plugins@
! 419: plugindir = @plugindir@
! 420: pool_plugins = @pool_plugins@
! 421: prefix = @prefix@
! 422: program_transform_name = @program_transform_name@
! 423: psdir = @psdir@
! 424: pyexecdir = @pyexecdir@
! 425: pythondir = @pythondir@
! 426: random_device = @random_device@
! 427: resolv_conf = @resolv_conf@
! 428: routing_table = @routing_table@
! 429: routing_table_prio = @routing_table_prio@
! 430: runstatedir = @runstatedir@
! 431: s_plugins = @s_plugins@
! 432: sbindir = @sbindir@
! 433: scepclient_plugins = @scepclient_plugins@
! 434: scripts_plugins = @scripts_plugins@
! 435: sharedstatedir = @sharedstatedir@
! 436: soup_CFLAGS = @soup_CFLAGS@
! 437: soup_LIBS = @soup_LIBS@
! 438: srcdir = @srcdir@
! 439: starter_plugins = @starter_plugins@
! 440: strongswan_conf = @strongswan_conf@
! 441: strongswan_options = @strongswan_options@
! 442: swanctldir = @swanctldir@
! 443: sysconfdir = @sysconfdir@
! 444: systemd_CFLAGS = @systemd_CFLAGS@
! 445: systemd_LIBS = @systemd_LIBS@
! 446: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
! 447: systemd_daemon_LIBS = @systemd_daemon_LIBS@
! 448: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
! 449: systemd_journal_LIBS = @systemd_journal_LIBS@
! 450: systemdsystemunitdir = @systemdsystemunitdir@
! 451: t_plugins = @t_plugins@
! 452: target_alias = @target_alias@
! 453: top_build_prefix = @top_build_prefix@
! 454: top_builddir = @top_builddir@
! 455: top_srcdir = @top_srcdir@
! 456: tss2_CFLAGS = @tss2_CFLAGS@
! 457: tss2_LIBS = @tss2_LIBS@
! 458: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
! 459: tss2_esys_LIBS = @tss2_esys_LIBS@
! 460: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
! 461: tss2_socket_LIBS = @tss2_socket_LIBS@
! 462: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
! 463: tss2_sys_LIBS = @tss2_sys_LIBS@
! 464: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
! 465: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
! 466: urandom_device = @urandom_device@
! 467: wolfssl_CFLAGS = @wolfssl_CFLAGS@
! 468: wolfssl_LIBS = @wolfssl_LIBS@
! 469: xml_CFLAGS = @xml_CFLAGS@
! 470: xml_LIBS = @xml_LIBS@
! 471: AM_CPPFLAGS = \
! 472: -I$(top_srcdir)/src/libstrongswan \
! 473: -I$(top_srcdir)/src/libtncif \
! 474: -I$(top_srcdir)/src/libimcv \
! 475: -I$(top_srcdir)/src/libtpmtss \
! 476: -DPLUGINS=\""${attest_plugins}\""
! 477:
! 478: AM_CFLAGS = \
! 479: $(PLUGIN_CFLAGS)
! 480:
! 481: imcv_LTLIBRARIES = imv-attestation.la
! 482: imv_attestation_la_LIBADD = \
! 483: $(top_builddir)/src/libimcv/libimcv.la \
! 484: $(top_builddir)/src/libtpmtss/libtpmtss.la \
! 485: $(top_builddir)/src/libstrongswan/libstrongswan.la
! 486:
! 487: imv_attestation_la_SOURCES = imv_attestation.c \
! 488: imv_attestation_state.h imv_attestation_state.c \
! 489: imv_attestation_agent.h imv_attestation_agent.c \
! 490: imv_attestation_process.h imv_attestation_process.c \
! 491: imv_attestation_build.h imv_attestation_build.c
! 492:
! 493: imv_attestation_la_LDFLAGS = -module -avoid-version -no-undefined
! 494: attest_SOURCES = attest.c \
! 495: attest_usage.h attest_usage.c \
! 496: attest_db.h attest_db.c
! 497:
! 498: attest_LDADD = \
! 499: $(top_builddir)/src/libimcv/libimcv.la \
! 500: $(top_builddir)/src/libtpmtss/libtpmtss.la \
! 501: $(top_builddir)/src/libstrongswan/libstrongswan.la
! 502:
! 503: EXTRA_DIST = build-database.sh
! 504: all: all-am
! 505:
! 506: .SUFFIXES:
! 507: .SUFFIXES: .c .lo .o .obj
! 508: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
! 509: @for dep in $?; do \
! 510: case '$(am__configure_deps)' in \
! 511: *$$dep*) \
! 512: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
! 513: && { if test -f $@; then exit 0; else break; fi; }; \
! 514: exit 1;; \
! 515: esac; \
! 516: done; \
! 517: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libimcv/plugins/imv_attestation/Makefile'; \
! 518: $(am__cd) $(top_srcdir) && \
! 519: $(AUTOMAKE) --gnu src/libimcv/plugins/imv_attestation/Makefile
! 520: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 521: @case '$?' in \
! 522: *config.status*) \
! 523: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
! 524: *) \
! 525: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
! 526: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
! 527: esac;
! 528:
! 529: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 530: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 531:
! 532: $(top_srcdir)/configure: $(am__configure_deps)
! 533: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 534: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
! 535: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 536: $(am__aclocal_m4_deps):
! 537:
! 538: install-imcvLTLIBRARIES: $(imcv_LTLIBRARIES)
! 539: @$(NORMAL_INSTALL)
! 540: @list='$(imcv_LTLIBRARIES)'; test -n "$(imcvdir)" || list=; \
! 541: list2=; for p in $$list; do \
! 542: if test -f $$p; then \
! 543: list2="$$list2 $$p"; \
! 544: else :; fi; \
! 545: done; \
! 546: test -z "$$list2" || { \
! 547: echo " $(MKDIR_P) '$(DESTDIR)$(imcvdir)'"; \
! 548: $(MKDIR_P) "$(DESTDIR)$(imcvdir)" || exit 1; \
! 549: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(imcvdir)'"; \
! 550: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(imcvdir)"; \
! 551: }
! 552:
! 553: uninstall-imcvLTLIBRARIES:
! 554: @$(NORMAL_UNINSTALL)
! 555: @list='$(imcv_LTLIBRARIES)'; test -n "$(imcvdir)" || list=; \
! 556: for p in $$list; do \
! 557: $(am__strip_dir) \
! 558: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(imcvdir)/$$f'"; \
! 559: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(imcvdir)/$$f"; \
! 560: done
! 561:
! 562: clean-imcvLTLIBRARIES:
! 563: -test -z "$(imcv_LTLIBRARIES)" || rm -f $(imcv_LTLIBRARIES)
! 564: @list='$(imcv_LTLIBRARIES)'; \
! 565: locs=`for p in $$list; do echo $$p; done | \
! 566: sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
! 567: sort -u`; \
! 568: test -z "$$locs" || { \
! 569: echo rm -f $${locs}; \
! 570: rm -f $${locs}; \
! 571: }
! 572:
! 573: imv-attestation.la: $(imv_attestation_la_OBJECTS) $(imv_attestation_la_DEPENDENCIES) $(EXTRA_imv_attestation_la_DEPENDENCIES)
! 574: $(AM_V_CCLD)$(imv_attestation_la_LINK) -rpath $(imcvdir) $(imv_attestation_la_OBJECTS) $(imv_attestation_la_LIBADD) $(LIBS)
! 575: install-ipsecPROGRAMS: $(ipsec_PROGRAMS)
! 576: @$(NORMAL_INSTALL)
! 577: @list='$(ipsec_PROGRAMS)'; test -n "$(ipsecdir)" || list=; \
! 578: if test -n "$$list"; then \
! 579: echo " $(MKDIR_P) '$(DESTDIR)$(ipsecdir)'"; \
! 580: $(MKDIR_P) "$(DESTDIR)$(ipsecdir)" || exit 1; \
! 581: fi; \
! 582: for p in $$list; do echo "$$p $$p"; done | \
! 583: sed 's/$(EXEEXT)$$//' | \
! 584: while read p p1; do if test -f $$p \
! 585: || test -f $$p1 \
! 586: ; then echo "$$p"; echo "$$p"; else :; fi; \
! 587: done | \
! 588: sed -e 'p;s,.*/,,;n;h' \
! 589: -e 's|.*|.|' \
! 590: -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
! 591: sed 'N;N;N;s,\n, ,g' | \
! 592: $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
! 593: { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
! 594: if ($$2 == $$4) files[d] = files[d] " " $$1; \
! 595: else { print "f", $$3 "/" $$4, $$1; } } \
! 596: END { for (d in files) print "f", d, files[d] }' | \
! 597: while read type dir files; do \
! 598: if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
! 599: test -z "$$files" || { \
! 600: echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(ipsecdir)$$dir'"; \
! 601: $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(ipsecdir)$$dir" || exit $$?; \
! 602: } \
! 603: ; done
! 604:
! 605: uninstall-ipsecPROGRAMS:
! 606: @$(NORMAL_UNINSTALL)
! 607: @list='$(ipsec_PROGRAMS)'; test -n "$(ipsecdir)" || list=; \
! 608: files=`for p in $$list; do echo "$$p"; done | \
! 609: sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
! 610: -e 's/$$/$(EXEEXT)/' \
! 611: `; \
! 612: test -n "$$list" || exit 0; \
! 613: echo " ( cd '$(DESTDIR)$(ipsecdir)' && rm -f" $$files ")"; \
! 614: cd "$(DESTDIR)$(ipsecdir)" && rm -f $$files
! 615:
! 616: clean-ipsecPROGRAMS:
! 617: @list='$(ipsec_PROGRAMS)'; test -n "$$list" || exit 0; \
! 618: echo " rm -f" $$list; \
! 619: rm -f $$list || exit $$?; \
! 620: test -n "$(EXEEXT)" || exit 0; \
! 621: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
! 622: echo " rm -f" $$list; \
! 623: rm -f $$list
! 624:
! 625: attest$(EXEEXT): $(attest_OBJECTS) $(attest_DEPENDENCIES) $(EXTRA_attest_DEPENDENCIES)
! 626: @rm -f attest$(EXEEXT)
! 627: $(AM_V_CCLD)$(LINK) $(attest_OBJECTS) $(attest_LDADD) $(LIBS)
! 628:
! 629: mostlyclean-compile:
! 630: -rm -f *.$(OBJEXT)
! 631:
! 632: distclean-compile:
! 633: -rm -f *.tab.c
! 634:
! 635: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attest.Po@am__quote@
! 636: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attest_db.Po@am__quote@
! 637: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attest_usage.Po@am__quote@
! 638: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imv_attestation.Plo@am__quote@
! 639: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imv_attestation_agent.Plo@am__quote@
! 640: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imv_attestation_build.Plo@am__quote@
! 641: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imv_attestation_process.Plo@am__quote@
! 642: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imv_attestation_state.Plo@am__quote@
! 643:
! 644: .c.o:
! 645: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
! 646: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
! 647: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
! 648: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 649: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 650: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
! 651:
! 652: .c.obj:
! 653: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
! 654: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
! 655: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
! 656: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 657: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 658: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
! 659:
! 660: .c.lo:
! 661: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
! 662: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
! 663: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
! 664: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
! 665: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 666: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
! 667:
! 668: mostlyclean-libtool:
! 669: -rm -f *.lo
! 670:
! 671: clean-libtool:
! 672: -rm -rf .libs _libs
! 673:
! 674: ID: $(am__tagged_files)
! 675: $(am__define_uniq_tagged_files); mkid -fID $$unique
! 676: tags: tags-am
! 677: TAGS: tags
! 678:
! 679: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 680: set x; \
! 681: here=`pwd`; \
! 682: $(am__define_uniq_tagged_files); \
! 683: shift; \
! 684: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
! 685: test -n "$$unique" || unique=$$empty_fix; \
! 686: if test $$# -gt 0; then \
! 687: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 688: "$$@" $$unique; \
! 689: else \
! 690: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 691: $$unique; \
! 692: fi; \
! 693: fi
! 694: ctags: ctags-am
! 695:
! 696: CTAGS: ctags
! 697: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 698: $(am__define_uniq_tagged_files); \
! 699: test -z "$(CTAGS_ARGS)$$unique" \
! 700: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
! 701: $$unique
! 702:
! 703: GTAGS:
! 704: here=`$(am__cd) $(top_builddir) && pwd` \
! 705: && $(am__cd) $(top_srcdir) \
! 706: && gtags -i $(GTAGS_ARGS) "$$here"
! 707: cscopelist: cscopelist-am
! 708:
! 709: cscopelist-am: $(am__tagged_files)
! 710: list='$(am__tagged_files)'; \
! 711: case "$(srcdir)" in \
! 712: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
! 713: *) sdir=$(subdir)/$(srcdir) ;; \
! 714: esac; \
! 715: for i in $$list; do \
! 716: if test -f "$$i"; then \
! 717: echo "$(subdir)/$$i"; \
! 718: else \
! 719: echo "$$sdir/$$i"; \
! 720: fi; \
! 721: done >> $(top_builddir)/cscope.files
! 722:
! 723: distclean-tags:
! 724: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
! 725:
! 726: distdir: $(DISTFILES)
! 727: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 728: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 729: list='$(DISTFILES)'; \
! 730: dist_files=`for file in $$list; do echo $$file; done | \
! 731: sed -e "s|^$$srcdirstrip/||;t" \
! 732: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 733: case $$dist_files in \
! 734: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 735: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 736: sort -u` ;; \
! 737: esac; \
! 738: for file in $$dist_files; do \
! 739: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 740: if test -d $$d/$$file; then \
! 741: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 742: if test -d "$(distdir)/$$file"; then \
! 743: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 744: fi; \
! 745: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 746: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 747: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 748: fi; \
! 749: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
! 750: else \
! 751: test -f "$(distdir)/$$file" \
! 752: || cp -p $$d/$$file "$(distdir)/$$file" \
! 753: || exit 1; \
! 754: fi; \
! 755: done
! 756: check-am: all-am
! 757: check: check-am
! 758: all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
! 759: installdirs:
! 760: for dir in "$(DESTDIR)$(imcvdir)" "$(DESTDIR)$(ipsecdir)"; do \
! 761: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
! 762: done
! 763: install: install-am
! 764: install-exec: install-exec-am
! 765: install-data: install-data-am
! 766: uninstall: uninstall-am
! 767:
! 768: install-am: all-am
! 769: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 770:
! 771: installcheck: installcheck-am
! 772: install-strip:
! 773: if test -z '$(STRIP)'; then \
! 774: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 775: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 776: install; \
! 777: else \
! 778: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 779: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 780: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
! 781: fi
! 782: mostlyclean-generic:
! 783:
! 784: clean-generic:
! 785:
! 786: distclean-generic:
! 787: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 788: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
! 789:
! 790: maintainer-clean-generic:
! 791: @echo "This command is intended for maintainers to use"
! 792: @echo "it deletes files that may require special tools to rebuild."
! 793: clean: clean-am
! 794:
! 795: clean-am: clean-generic clean-imcvLTLIBRARIES clean-ipsecPROGRAMS \
! 796: clean-libtool mostlyclean-am
! 797:
! 798: distclean: distclean-am
! 799: -rm -rf ./$(DEPDIR)
! 800: -rm -f Makefile
! 801: distclean-am: clean-am distclean-compile distclean-generic \
! 802: distclean-tags
! 803:
! 804: dvi: dvi-am
! 805:
! 806: dvi-am:
! 807:
! 808: html: html-am
! 809:
! 810: html-am:
! 811:
! 812: info: info-am
! 813:
! 814: info-am:
! 815:
! 816: install-data-am: install-imcvLTLIBRARIES install-ipsecPROGRAMS
! 817:
! 818: install-dvi: install-dvi-am
! 819:
! 820: install-dvi-am:
! 821:
! 822: install-exec-am:
! 823:
! 824: install-html: install-html-am
! 825:
! 826: install-html-am:
! 827:
! 828: install-info: install-info-am
! 829:
! 830: install-info-am:
! 831:
! 832: install-man:
! 833:
! 834: install-pdf: install-pdf-am
! 835:
! 836: install-pdf-am:
! 837:
! 838: install-ps: install-ps-am
! 839:
! 840: install-ps-am:
! 841:
! 842: installcheck-am:
! 843:
! 844: maintainer-clean: maintainer-clean-am
! 845: -rm -rf ./$(DEPDIR)
! 846: -rm -f Makefile
! 847: maintainer-clean-am: distclean-am maintainer-clean-generic
! 848:
! 849: mostlyclean: mostlyclean-am
! 850:
! 851: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 852: mostlyclean-libtool
! 853:
! 854: pdf: pdf-am
! 855:
! 856: pdf-am:
! 857:
! 858: ps: ps-am
! 859:
! 860: ps-am:
! 861:
! 862: uninstall-am: uninstall-imcvLTLIBRARIES uninstall-ipsecPROGRAMS
! 863:
! 864: .MAKE: install-am install-strip
! 865:
! 866: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
! 867: clean-imcvLTLIBRARIES clean-ipsecPROGRAMS clean-libtool \
! 868: cscopelist-am ctags ctags-am distclean distclean-compile \
! 869: distclean-generic distclean-libtool distclean-tags distdir dvi \
! 870: dvi-am html html-am info info-am install install-am \
! 871: install-data install-data-am install-dvi install-dvi-am \
! 872: install-exec install-exec-am install-html install-html-am \
! 873: install-imcvLTLIBRARIES install-info install-info-am \
! 874: install-ipsecPROGRAMS install-man install-pdf install-pdf-am \
! 875: install-ps install-ps-am install-strip installcheck \
! 876: installcheck-am installdirs maintainer-clean \
! 877: maintainer-clean-generic mostlyclean mostlyclean-compile \
! 878: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
! 879: tags tags-am uninstall uninstall-am uninstall-imcvLTLIBRARIES \
! 880: uninstall-ipsecPROGRAMS
! 881:
! 882: .PRECIOUS: Makefile
! 883:
! 884: attest.o : $(top_builddir)/config.status
! 885:
! 886: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 887: # Otherwise a system limit (for SysV at least) may be exceeded.
! 888: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>