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