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