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