Annotation of embedaddon/strongswan/src/Makefile.in, revision 1.1.1.2

1.1       misho       1: # Makefile.in generated by automake 1.15.1 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994-2017 Free Software Foundation, Inc.
                      5: 
                      6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9: 
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14: 
                     15: @SET_MAKE@
                     16: VPATH = @srcdir@
                     17: am__is_gnu_make = { \
                     18:   if test -z '$(MAKELEVEL)'; then \
                     19:     false; \
                     20:   elif test -n '$(MAKE_HOST)'; then \
                     21:     true; \
                     22:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
                     23:     true; \
                     24:   else \
                     25:     false; \
                     26:   fi; \
                     27: }
                     28: am__make_running_with_option = \
                     29:   case $${target_option-} in \
                     30:       ?) ;; \
                     31:       *) echo "am__make_running_with_option: internal error: invalid" \
                     32:               "target option '$${target_option-}' specified" >&2; \
                     33:          exit 1;; \
                     34:   esac; \
                     35:   has_opt=no; \
                     36:   sane_makeflags=$$MAKEFLAGS; \
                     37:   if $(am__is_gnu_make); then \
                     38:     sane_makeflags=$$MFLAGS; \
                     39:   else \
                     40:     case $$MAKEFLAGS in \
                     41:       *\\[\ \  ]*) \
                     42:         bs=\\; \
                     43:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     44:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     45:     esac; \
                     46:   fi; \
                     47:   skip_next=no; \
                     48:   strip_trailopt () \
                     49:   { \
                     50:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     51:   }; \
                     52:   for flg in $$sane_makeflags; do \
                     53:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     54:     case $$flg in \
                     55:       *=*|--*) continue;; \
                     56:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     57:       -*I?*) strip_trailopt 'I';; \
                     58:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     59:       -*O?*) strip_trailopt 'O';; \
                     60:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     61:       -*l?*) strip_trailopt 'l';; \
                     62:       -[dEDm]) skip_next=yes;; \
                     63:       -[JT]) skip_next=yes;; \
                     64:     esac; \
                     65:     case $$flg in \
                     66:       *$$target_option*) has_opt=yes; break;; \
                     67:     esac; \
                     68:   done; \
                     69:   test $$has_opt = yes
                     70: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     71: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
                     72: pkgdatadir = $(datadir)/@PACKAGE@
                     73: pkgincludedir = $(includedir)/@PACKAGE@
                     74: pkglibdir = $(libdir)/@PACKAGE@
                     75: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     76: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     77: install_sh_DATA = $(install_sh) -c -m 644
                     78: install_sh_PROGRAM = $(install_sh) -c
                     79: install_sh_SCRIPT = $(install_sh) -c
                     80: INSTALL_HEADER = $(INSTALL_DATA)
                     81: transform = $(program_transform_name)
                     82: NORMAL_INSTALL = :
                     83: PRE_INSTALL = :
                     84: POST_INSTALL = :
                     85: NORMAL_UNINSTALL = :
                     86: PRE_UNINSTALL = :
                     87: POST_UNINSTALL = :
                     88: build_triplet = @build@
                     89: host_triplet = @host@
                     90: @USE_LIBSTRONGSWAN_TRUE@am__append_1 = libstrongswan
                     91: @USE_LIBIPSEC_TRUE@am__append_2 = libipsec
                     92: @USE_SIMAKA_TRUE@am__append_3 = libsimaka
                     93: @USE_TLS_TRUE@am__append_4 = libtls
                     94: @USE_RADIUS_TRUE@am__append_5 = libradius
                     95: @USE_LIBTNCIF_TRUE@am__append_6 = libtncif
                     96: @USE_LIBTNCCS_TRUE@am__append_7 = libtnccs
                     97: @USE_LIBPTTLS_TRUE@am__append_8 = libpttls
                     98: @USE_LIBTPMTSS_TRUE@am__append_9 = libtpmtss
                     99: @USE_IMCV_TRUE@am__append_10 = libimcv
                    100: @USE_LIBCHARON_TRUE@am__append_11 = libcharon
1.1.1.2 ! misho     101: @USE_KERNEL_NETLINK_TRUE@@USE_LIBCHARON_TRUE@am__append_12 = xfrmi
        !           102: @USE_FILE_CONFIG_TRUE@am__append_13 = starter
        !           103: @USE_IPSEC_SCRIPT_TRUE@am__append_14 = ipsec _copyright
        !           104: @USE_CHARON_TRUE@am__append_15 = charon
        !           105: @USE_SYSTEMD_TRUE@am__append_16 = charon-systemd
        !           106: @USE_NM_TRUE@am__append_17 = charon-nm
        !           107: @USE_STROKE_TRUE@am__append_18 = stroke
        !           108: @USE_UPDOWN_TRUE@am__append_19 = _updown
        !           109: @USE_SCEPCLIENT_TRUE@am__append_20 = scepclient
        !           110: @USE_PKI_TRUE@am__append_21 = pki
        !           111: @USE_SWANCTL_TRUE@am__append_22 = swanctl
        !           112: @USE_CONFTEST_TRUE@am__append_23 = conftest
        !           113: @USE_FAST_TRUE@am__append_24 = libfast
        !           114: @USE_MANAGER_TRUE@am__append_25 = manager
        !           115: @USE_MEDSRV_TRUE@am__append_26 = medsrv
        !           116: @USE_ATTR_SQL_TRUE@am__append_27 = pool
        !           117: @USE_ATTR_SQL_FALSE@@USE_SQL_TRUE@am__append_28 = pool
        !           118: @USE_TKM_TRUE@am__append_29 = charon-tkm
        !           119: @USE_CMD_TRUE@am__append_30 = charon-cmd
        !           120: @USE_SVC_TRUE@am__append_31 = charon-svc
        !           121: @USE_LIBPTTLS_TRUE@am__append_32 = pt-tls-client
        !           122: @USE_IMC_SWIMA_TRUE@am__append_33 = sw-collector
        !           123: @USE_IMV_SWIMA_TRUE@am__append_34 = sec-updater
        !           124: @USE_INTEGRITY_TEST_TRUE@am__append_35 = checksum
        !           125: @USE_AIKGEN_TRUE@am__append_36 = aikgen
        !           126: @USE_TPM_TRUE@am__append_37 = tpm_extendpcr
1.1       misho     127: subdir = src
                    128: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                    129: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
                    130:        $(top_srcdir)/m4/config/ltoptions.m4 \
                    131:        $(top_srcdir)/m4/config/ltsugar.m4 \
                    132:        $(top_srcdir)/m4/config/ltversion.m4 \
                    133:        $(top_srcdir)/m4/config/lt~obsolete.m4 \
                    134:        $(top_srcdir)/m4/macros/split-package-version.m4 \
                    135:        $(top_srcdir)/m4/macros/with.m4 \
                    136:        $(top_srcdir)/m4/macros/enable-disable.m4 \
                    137:        $(top_srcdir)/m4/macros/add-plugin.m4 \
                    138:        $(top_srcdir)/configure.ac
                    139: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    140:        $(ACLOCAL_M4)
                    141: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
                    142: mkinstalldirs = $(install_sh) -d
                    143: CONFIG_HEADER = $(top_builddir)/config.h
                    144: CONFIG_CLEAN_FILES =
                    145: CONFIG_CLEAN_VPATH_FILES =
                    146: AM_V_P = $(am__v_P_@AM_V@)
                    147: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    148: am__v_P_0 = false
                    149: am__v_P_1 = :
                    150: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    151: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    152: am__v_GEN_0 = @echo "  GEN     " $@;
                    153: am__v_GEN_1 = 
                    154: AM_V_at = $(am__v_at_@AM_V@)
                    155: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    156: am__v_at_0 = @
                    157: am__v_at_1 = 
                    158: SOURCES =
                    159: DIST_SOURCES =
                    160: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
                    161:        ctags-recursive dvi-recursive html-recursive info-recursive \
                    162:        install-data-recursive install-dvi-recursive \
                    163:        install-exec-recursive install-html-recursive \
                    164:        install-info-recursive install-pdf-recursive \
                    165:        install-ps-recursive install-recursive installcheck-recursive \
                    166:        installdirs-recursive pdf-recursive ps-recursive \
                    167:        tags-recursive uninstall-recursive
                    168: am__can_run_installinfo = \
                    169:   case $$AM_UPDATE_INFO_DIR in \
                    170:     n|no|NO) false;; \
                    171:     *) (install-info --version) >/dev/null 2>&1;; \
                    172:   esac
                    173: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                    174:   distclean-recursive maintainer-clean-recursive
                    175: am__recursive_targets = \
                    176:   $(RECURSIVE_TARGETS) \
                    177:   $(RECURSIVE_CLEAN_TARGETS) \
                    178:   $(am__extra_recursive_targets)
                    179: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
                    180:        distdir
                    181: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    182: # Read a list of newline-separated strings from the standard input,
                    183: # and print each of them once, without duplicates.  Input order is
                    184: # *not* preserved.
                    185: am__uniquify_input = $(AWK) '\
                    186:   BEGIN { nonempty = 0; } \
                    187:   { items[$$0] = 1; nonempty = 1; } \
                    188:   END { if (nonempty) { for (i in items) print i; }; } \
                    189: '
                    190: # Make sure the list of sources is unique.  This is necessary because,
                    191: # e.g., the same source file might be shared among _SOURCES variables
                    192: # for different programs/libraries.
                    193: am__define_uniq_tagged_files = \
                    194:   list='$(am__tagged_files)'; \
                    195:   unique=`for i in $$list; do \
                    196:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    197:   done | $(am__uniquify_input)`
                    198: ETAGS = etags
                    199: CTAGS = ctags
                    200: DIST_SUBDIRS = . include libstrongswan libipsec libsimaka libtls \
                    201:        libradius libtncif libtnccs libpttls libtpmtss libimcv \
1.1.1.2 ! misho     202:        libcharon xfrmi starter ipsec _copyright charon charon-systemd \
1.1       misho     203:        charon-nm stroke _updown scepclient pki swanctl conftest \
                    204:        libfast manager medsrv pool charon-tkm charon-cmd charon-svc \
                    205:        pt-tls-client sw-collector sec-updater checksum aikgen \
1.1.1.2 ! misho     206:        tpm_extendpcr
1.1       misho     207: am__DIST_COMMON = $(srcdir)/Makefile.in
                    208: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    209: am__relativize = \
                    210:   dir0=`pwd`; \
                    211:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                    212:   sed_rest='s,^[^/]*/*,,'; \
                    213:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                    214:   sed_butlast='s,/*[^/]*$$,,'; \
                    215:   while test -n "$$dir1"; do \
                    216:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                    217:     if test "$$first" != "."; then \
                    218:       if test "$$first" = ".."; then \
                    219:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                    220:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                    221:       else \
                    222:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                    223:         if test "$$first2" = "$$first"; then \
                    224:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                    225:         else \
                    226:           dir2="../$$dir2"; \
                    227:         fi; \
                    228:         dir0="$$dir0"/"$$first"; \
                    229:       fi; \
                    230:     fi; \
                    231:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    232:   done; \
                    233:   reldir="$$dir2"
                    234: ACLOCAL = @ACLOCAL@
                    235: ALLOCA = @ALLOCA@
                    236: AMTAR = @AMTAR@
                    237: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    238: AR = @AR@
                    239: ATOMICLIB = @ATOMICLIB@
                    240: AUTOCONF = @AUTOCONF@
                    241: AUTOHEADER = @AUTOHEADER@
                    242: AUTOMAKE = @AUTOMAKE@
                    243: AWK = @AWK@
                    244: BFDLIB = @BFDLIB@
                    245: BTLIB = @BTLIB@
                    246: CC = @CC@
                    247: CCDEPMODE = @CCDEPMODE@
                    248: CFLAGS = @CFLAGS@
                    249: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
                    250: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
                    251: CPP = @CPP@
                    252: CPPFLAGS = @CPPFLAGS@
                    253: CYGPATH_W = @CYGPATH_W@
                    254: DEFS = @DEFS@
                    255: DEPDIR = @DEPDIR@
                    256: DLLIB = @DLLIB@
                    257: DLLTOOL = @DLLTOOL@
                    258: DSYMUTIL = @DSYMUTIL@
                    259: DUMPBIN = @DUMPBIN@
                    260: EASY_INSTALL = @EASY_INSTALL@
                    261: ECHO_C = @ECHO_C@
                    262: ECHO_N = @ECHO_N@
                    263: ECHO_T = @ECHO_T@
                    264: EGREP = @EGREP@
                    265: EXEEXT = @EXEEXT@
                    266: FGREP = @FGREP@
                    267: FUZZING_CFLAGS = @FUZZING_CFLAGS@
                    268: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
                    269: GEM = @GEM@
                    270: GENHTML = @GENHTML@
1.1.1.2 ! misho     271: GIT_VERSION = @GIT_VERSION@
1.1       misho     272: GPERF = @GPERF@
                    273: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
                    274: GPRBUILD = @GPRBUILD@
                    275: GREP = @GREP@
                    276: INSTALL = @INSTALL@
                    277: INSTALL_DATA = @INSTALL_DATA@
                    278: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    279: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    280: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    281: LCOV = @LCOV@
                    282: LD = @LD@
                    283: LDFLAGS = @LDFLAGS@
                    284: LEX = @LEX@
                    285: LEXLIB = @LEXLIB@
                    286: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
                    287: LIBOBJS = @LIBOBJS@
                    288: LIBS = @LIBS@
                    289: LIBTOOL = @LIBTOOL@
                    290: LIPO = @LIPO@
                    291: LN_S = @LN_S@
                    292: LTLIBOBJS = @LTLIBOBJS@
                    293: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
                    294: MAKEINFO = @MAKEINFO@
                    295: MANIFEST_TOOL = @MANIFEST_TOOL@
                    296: MKDIR_P = @MKDIR_P@
                    297: MYSQLCFLAG = @MYSQLCFLAG@
                    298: MYSQLCONFIG = @MYSQLCONFIG@
                    299: MYSQLLIB = @MYSQLLIB@
                    300: NM = @NM@
                    301: NMEDIT = @NMEDIT@
                    302: OBJDUMP = @OBJDUMP@
                    303: OBJEXT = @OBJEXT@
                    304: OPENSSL_LIB = @OPENSSL_LIB@
                    305: OTOOL = @OTOOL@
                    306: OTOOL64 = @OTOOL64@
                    307: PACKAGE = @PACKAGE@
                    308: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    309: PACKAGE_NAME = @PACKAGE_NAME@
                    310: PACKAGE_STRING = @PACKAGE_STRING@
                    311: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    312: PACKAGE_URL = @PACKAGE_URL@
                    313: PACKAGE_VERSION = @PACKAGE_VERSION@
                    314: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
                    315: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
                    316: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
                    317: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
                    318: PATH_SEPARATOR = @PATH_SEPARATOR@
                    319: PERL = @PERL@
                    320: PKG_CONFIG = @PKG_CONFIG@
                    321: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
                    322: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
                    323: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
                    324: PTHREADLIB = @PTHREADLIB@
                    325: PYTHON = @PYTHON@
                    326: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
                    327: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
                    328: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
                    329: PYTHON_PLATFORM = @PYTHON_PLATFORM@
                    330: PYTHON_PREFIX = @PYTHON_PREFIX@
                    331: PYTHON_VERSION = @PYTHON_VERSION@
                    332: PY_TEST = @PY_TEST@
                    333: RANLIB = @RANLIB@
                    334: RTLIB = @RTLIB@
                    335: RUBYGEMDIR = @RUBYGEMDIR@
                    336: SED = @SED@
                    337: SET_MAKE = @SET_MAKE@
                    338: SHELL = @SHELL@
                    339: SOCKLIB = @SOCKLIB@
                    340: STRIP = @STRIP@
                    341: TOX = @TOX@
                    342: UNWINDLIB = @UNWINDLIB@
                    343: VERSION = @VERSION@
                    344: YACC = @YACC@
                    345: YFLAGS = @YFLAGS@
                    346: abs_builddir = @abs_builddir@
                    347: abs_srcdir = @abs_srcdir@
                    348: abs_top_builddir = @abs_top_builddir@
                    349: abs_top_srcdir = @abs_top_srcdir@
                    350: ac_ct_AR = @ac_ct_AR@
                    351: ac_ct_CC = @ac_ct_CC@
                    352: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    353: aikgen_plugins = @aikgen_plugins@
                    354: am__include = @am__include@
                    355: am__leading_dot = @am__leading_dot@
                    356: am__quote = @am__quote@
                    357: am__tar = @am__tar@
                    358: am__untar = @am__untar@
                    359: attest_plugins = @attest_plugins@
                    360: bindir = @bindir@
                    361: botan_CFLAGS = @botan_CFLAGS@
                    362: botan_LIBS = @botan_LIBS@
                    363: build = @build@
                    364: build_alias = @build_alias@
                    365: build_cpu = @build_cpu@
                    366: build_os = @build_os@
                    367: build_vendor = @build_vendor@
                    368: builddir = @builddir@
                    369: c_plugins = @c_plugins@
                    370: charon_natt_port = @charon_natt_port@
                    371: charon_plugins = @charon_plugins@
                    372: charon_udp_port = @charon_udp_port@
                    373: clearsilver_LIBS = @clearsilver_LIBS@
                    374: cmd_plugins = @cmd_plugins@
                    375: datadir = @datadir@
                    376: datarootdir = @datarootdir@
                    377: dbusdatadir = @dbusdatadir@
                    378: dbuspolicydir = @dbuspolicydir@
                    379: dev_headers = @dev_headers@
                    380: docdir = @docdir@
                    381: dvidir = @dvidir@
                    382: exec_prefix = @exec_prefix@
                    383: fips_mode = @fips_mode@
                    384: fuzz_plugins = @fuzz_plugins@
                    385: host = @host@
                    386: host_alias = @host_alias@
                    387: host_cpu = @host_cpu@
                    388: host_os = @host_os@
                    389: host_vendor = @host_vendor@
                    390: htmldir = @htmldir@
                    391: imcvdir = @imcvdir@
                    392: includedir = @includedir@
                    393: infodir = @infodir@
                    394: install_sh = @install_sh@
                    395: ipsec_script = @ipsec_script@
                    396: ipsec_script_upper = @ipsec_script_upper@
                    397: ipsecdir = @ipsecdir@
                    398: ipsecgroup = @ipsecgroup@
                    399: ipseclibdir = @ipseclibdir@
                    400: ipsecuser = @ipsecuser@
                    401: json_CFLAGS = @json_CFLAGS@
                    402: json_LIBS = @json_LIBS@
                    403: libdir = @libdir@
                    404: libexecdir = @libexecdir@
                    405: libfuzzer = @libfuzzer@
                    406: libiptc_CFLAGS = @libiptc_CFLAGS@
                    407: libiptc_LIBS = @libiptc_LIBS@
                    408: linux_headers = @linux_headers@
                    409: localedir = @localedir@
                    410: localstatedir = @localstatedir@
                    411: manager_plugins = @manager_plugins@
                    412: mandir = @mandir@
                    413: medsrv_plugins = @medsrv_plugins@
                    414: mkdir_p = @mkdir_p@
                    415: nm_CFLAGS = @nm_CFLAGS@
                    416: nm_LIBS = @nm_LIBS@
                    417: nm_ca_dir = @nm_ca_dir@
                    418: nm_plugins = @nm_plugins@
                    419: oldincludedir = @oldincludedir@
                    420: p_plugins = @p_plugins@
                    421: pcsclite_CFLAGS = @pcsclite_CFLAGS@
                    422: pcsclite_LIBS = @pcsclite_LIBS@
                    423: pdfdir = @pdfdir@
                    424: piddir = @piddir@
                    425: pkgpyexecdir = @pkgpyexecdir@
                    426: pkgpythondir = @pkgpythondir@
                    427: pki_plugins = @pki_plugins@
                    428: plugindir = @plugindir@
                    429: pool_plugins = @pool_plugins@
                    430: prefix = @prefix@
                    431: program_transform_name = @program_transform_name@
                    432: psdir = @psdir@
                    433: pyexecdir = @pyexecdir@
                    434: pythondir = @pythondir@
                    435: random_device = @random_device@
                    436: resolv_conf = @resolv_conf@
                    437: routing_table = @routing_table@
                    438: routing_table_prio = @routing_table_prio@
                    439: runstatedir = @runstatedir@
                    440: s_plugins = @s_plugins@
                    441: sbindir = @sbindir@
                    442: scepclient_plugins = @scepclient_plugins@
                    443: scripts_plugins = @scripts_plugins@
                    444: sharedstatedir = @sharedstatedir@
                    445: soup_CFLAGS = @soup_CFLAGS@
                    446: soup_LIBS = @soup_LIBS@
                    447: srcdir = @srcdir@
                    448: starter_plugins = @starter_plugins@
                    449: strongswan_conf = @strongswan_conf@
                    450: strongswan_options = @strongswan_options@
                    451: swanctldir = @swanctldir@
                    452: sysconfdir = @sysconfdir@
                    453: systemd_CFLAGS = @systemd_CFLAGS@
                    454: systemd_LIBS = @systemd_LIBS@
                    455: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
                    456: systemd_daemon_LIBS = @systemd_daemon_LIBS@
                    457: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
                    458: systemd_journal_LIBS = @systemd_journal_LIBS@
                    459: systemdsystemunitdir = @systemdsystemunitdir@
                    460: t_plugins = @t_plugins@
                    461: target_alias = @target_alias@
                    462: top_build_prefix = @top_build_prefix@
                    463: top_builddir = @top_builddir@
                    464: top_srcdir = @top_srcdir@
                    465: tss2_CFLAGS = @tss2_CFLAGS@
                    466: tss2_LIBS = @tss2_LIBS@
                    467: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
                    468: tss2_esys_LIBS = @tss2_esys_LIBS@
                    469: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
                    470: tss2_socket_LIBS = @tss2_socket_LIBS@
                    471: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
                    472: tss2_sys_LIBS = @tss2_sys_LIBS@
                    473: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
                    474: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
                    475: urandom_device = @urandom_device@
                    476: wolfssl_CFLAGS = @wolfssl_CFLAGS@
                    477: wolfssl_LIBS = @wolfssl_LIBS@
                    478: xml_CFLAGS = @xml_CFLAGS@
                    479: xml_LIBS = @xml_LIBS@
                    480: SUBDIRS = . include $(am__append_1) $(am__append_2) $(am__append_3) \
                    481:        $(am__append_4) $(am__append_5) $(am__append_6) \
                    482:        $(am__append_7) $(am__append_8) $(am__append_9) \
                    483:        $(am__append_10) $(am__append_11) $(am__append_12) \
                    484:        $(am__append_13) $(am__append_14) $(am__append_15) \
                    485:        $(am__append_16) $(am__append_17) $(am__append_18) \
                    486:        $(am__append_19) $(am__append_20) $(am__append_21) \
                    487:        $(am__append_22) $(am__append_23) $(am__append_24) \
                    488:        $(am__append_25) $(am__append_26) $(am__append_27) \
                    489:        $(am__append_28) $(am__append_29) $(am__append_30) \
                    490:        $(am__append_31) $(am__append_32) $(am__append_33) \
                    491:        $(am__append_34) $(am__append_35) $(am__append_36) \
                    492:        $(am__append_37)
                    493: all: all-recursive
                    494: 
                    495: .SUFFIXES:
                    496: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    497:        @for dep in $?; do \
                    498:          case '$(am__configure_deps)' in \
                    499:            *$$dep*) \
                    500:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    501:                && { if test -f $@; then exit 0; else break; fi; }; \
                    502:              exit 1;; \
                    503:          esac; \
                    504:        done; \
                    505:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
                    506:        $(am__cd) $(top_srcdir) && \
                    507:          $(AUTOMAKE) --gnu src/Makefile
                    508: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    509:        @case '$?' in \
                    510:          *config.status*) \
                    511:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    512:          *) \
                    513:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    514:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    515:        esac;
                    516: 
                    517: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    518:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    519: 
                    520: $(top_srcdir)/configure:  $(am__configure_deps)
                    521:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    522: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    523:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    524: $(am__aclocal_m4_deps):
                    525: 
                    526: mostlyclean-libtool:
                    527:        -rm -f *.lo
                    528: 
                    529: clean-libtool:
                    530:        -rm -rf .libs _libs
                    531: 
                    532: # This directory's subdirectories are mostly independent; you can cd
                    533: # into them and run 'make' without going through this Makefile.
                    534: # To change the values of 'make' variables: instead of editing Makefiles,
                    535: # (1) if the variable is set in 'config.status', edit 'config.status'
                    536: #     (which will cause the Makefiles to be regenerated when you run 'make');
                    537: # (2) otherwise, pass the desired values on the 'make' command line.
                    538: $(am__recursive_targets):
                    539:        @fail=; \
                    540:        if $(am__make_keepgoing); then \
                    541:          failcom='fail=yes'; \
                    542:        else \
                    543:          failcom='exit 1'; \
                    544:        fi; \
                    545:        dot_seen=no; \
                    546:        target=`echo $@ | sed s/-recursive//`; \
                    547:        case "$@" in \
                    548:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    549:          *) list='$(SUBDIRS)' ;; \
                    550:        esac; \
                    551:        for subdir in $$list; do \
                    552:          echo "Making $$target in $$subdir"; \
                    553:          if test "$$subdir" = "."; then \
                    554:            dot_seen=yes; \
                    555:            local_target="$$target-am"; \
                    556:          else \
                    557:            local_target="$$target"; \
                    558:          fi; \
                    559:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    560:          || eval $$failcom; \
                    561:        done; \
                    562:        if test "$$dot_seen" = "no"; then \
                    563:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    564:        fi; test -z "$$fail"
                    565: 
                    566: ID: $(am__tagged_files)
                    567:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    568: tags: tags-recursive
                    569: TAGS: tags
                    570: 
                    571: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    572:        set x; \
                    573:        here=`pwd`; \
                    574:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    575:          include_option=--etags-include; \
                    576:          empty_fix=.; \
                    577:        else \
                    578:          include_option=--include; \
                    579:          empty_fix=; \
                    580:        fi; \
                    581:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    582:          if test "$$subdir" = .; then :; else \
                    583:            test ! -f $$subdir/TAGS || \
                    584:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
                    585:          fi; \
                    586:        done; \
                    587:        $(am__define_uniq_tagged_files); \
                    588:        shift; \
                    589:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    590:          test -n "$$unique" || unique=$$empty_fix; \
                    591:          if test $$# -gt 0; then \
                    592:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    593:              "$$@" $$unique; \
                    594:          else \
                    595:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    596:              $$unique; \
                    597:          fi; \
                    598:        fi
                    599: ctags: ctags-recursive
                    600: 
                    601: CTAGS: ctags
                    602: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    603:        $(am__define_uniq_tagged_files); \
                    604:        test -z "$(CTAGS_ARGS)$$unique" \
                    605:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    606:             $$unique
                    607: 
                    608: GTAGS:
                    609:        here=`$(am__cd) $(top_builddir) && pwd` \
                    610:          && $(am__cd) $(top_srcdir) \
                    611:          && gtags -i $(GTAGS_ARGS) "$$here"
                    612: cscopelist: cscopelist-recursive
                    613: 
                    614: cscopelist-am: $(am__tagged_files)
                    615:        list='$(am__tagged_files)'; \
                    616:        case "$(srcdir)" in \
                    617:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    618:          *) sdir=$(subdir)/$(srcdir) ;; \
                    619:        esac; \
                    620:        for i in $$list; do \
                    621:          if test -f "$$i"; then \
                    622:            echo "$(subdir)/$$i"; \
                    623:          else \
                    624:            echo "$$sdir/$$i"; \
                    625:          fi; \
                    626:        done >> $(top_builddir)/cscope.files
                    627: 
                    628: distclean-tags:
                    629:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    630: 
                    631: distdir: $(DISTFILES)
                    632:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    633:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    634:        list='$(DISTFILES)'; \
                    635:          dist_files=`for file in $$list; do echo $$file; done | \
                    636:          sed -e "s|^$$srcdirstrip/||;t" \
                    637:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    638:        case $$dist_files in \
                    639:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    640:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    641:                           sort -u` ;; \
                    642:        esac; \
                    643:        for file in $$dist_files; do \
                    644:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    645:          if test -d $$d/$$file; then \
                    646:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    647:            if test -d "$(distdir)/$$file"; then \
                    648:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    649:            fi; \
                    650:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    651:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    652:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    653:            fi; \
                    654:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    655:          else \
                    656:            test -f "$(distdir)/$$file" \
                    657:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    658:            || exit 1; \
                    659:          fi; \
                    660:        done
                    661:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    662:          if test "$$subdir" = .; then :; else \
                    663:            $(am__make_dryrun) \
                    664:              || test -d "$(distdir)/$$subdir" \
                    665:              || $(MKDIR_P) "$(distdir)/$$subdir" \
                    666:              || exit 1; \
                    667:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    668:            $(am__relativize); \
                    669:            new_distdir=$$reldir; \
                    670:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    671:            $(am__relativize); \
                    672:            new_top_distdir=$$reldir; \
                    673:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    674:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    675:            ($(am__cd) $$subdir && \
                    676:              $(MAKE) $(AM_MAKEFLAGS) \
                    677:                top_distdir="$$new_top_distdir" \
                    678:                distdir="$$new_distdir" \
                    679:                am__remove_distdir=: \
                    680:                am__skip_length_check=: \
                    681:                am__skip_mode_fix=: \
                    682:                distdir) \
                    683:              || exit 1; \
                    684:          fi; \
                    685:        done
                    686: check-am: all-am
                    687: check: check-recursive
                    688: all-am: Makefile
                    689: installdirs: installdirs-recursive
                    690: installdirs-am:
                    691: install: install-recursive
                    692: install-exec: install-exec-recursive
                    693: install-data: install-data-recursive
                    694: uninstall: uninstall-recursive
                    695: 
                    696: install-am: all-am
                    697:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    698: 
                    699: installcheck: installcheck-recursive
                    700: install-strip:
                    701:        if test -z '$(STRIP)'; then \
                    702:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    703:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    704:              install; \
                    705:        else \
                    706:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    707:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    708:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    709:        fi
                    710: mostlyclean-generic:
                    711: 
                    712: clean-generic:
                    713: 
                    714: distclean-generic:
                    715:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    716:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    717: 
                    718: maintainer-clean-generic:
                    719:        @echo "This command is intended for maintainers to use"
                    720:        @echo "it deletes files that may require special tools to rebuild."
                    721: clean: clean-recursive
                    722: 
                    723: clean-am: clean-generic clean-libtool mostlyclean-am
                    724: 
                    725: distclean: distclean-recursive
                    726:        -rm -f Makefile
                    727: distclean-am: clean-am distclean-generic distclean-tags
                    728: 
                    729: dvi: dvi-recursive
                    730: 
                    731: dvi-am:
                    732: 
                    733: html: html-recursive
                    734: 
                    735: html-am:
                    736: 
                    737: info: info-recursive
                    738: 
                    739: info-am:
                    740: 
                    741: install-data-am:
                    742: 
                    743: install-dvi: install-dvi-recursive
                    744: 
                    745: install-dvi-am:
                    746: 
                    747: install-exec-am:
                    748: 
                    749: install-html: install-html-recursive
                    750: 
                    751: install-html-am:
                    752: 
                    753: install-info: install-info-recursive
                    754: 
                    755: install-info-am:
                    756: 
                    757: install-man:
                    758: 
                    759: install-pdf: install-pdf-recursive
                    760: 
                    761: install-pdf-am:
                    762: 
                    763: install-ps: install-ps-recursive
                    764: 
                    765: install-ps-am:
                    766: 
                    767: installcheck-am:
                    768: 
                    769: maintainer-clean: maintainer-clean-recursive
                    770:        -rm -f Makefile
                    771: maintainer-clean-am: distclean-am maintainer-clean-generic
                    772: 
                    773: mostlyclean: mostlyclean-recursive
                    774: 
                    775: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    776: 
                    777: pdf: pdf-recursive
                    778: 
                    779: pdf-am:
                    780: 
                    781: ps: ps-recursive
                    782: 
                    783: ps-am:
                    784: 
                    785: uninstall-am:
                    786: 
                    787: .MAKE: $(am__recursive_targets) install-am install-strip
                    788: 
                    789: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
                    790:        check-am clean clean-generic clean-libtool cscopelist-am ctags \
                    791:        ctags-am distclean distclean-generic distclean-libtool \
                    792:        distclean-tags distdir dvi dvi-am html html-am info info-am \
                    793:        install install-am install-data install-data-am install-dvi \
                    794:        install-dvi-am install-exec install-exec-am install-html \
                    795:        install-html-am install-info install-info-am install-man \
                    796:        install-pdf install-pdf-am install-ps install-ps-am \
                    797:        install-strip installcheck installcheck-am installdirs \
                    798:        installdirs-am maintainer-clean maintainer-clean-generic \
                    799:        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
                    800:        ps ps-am tags tags-am uninstall uninstall-am
                    801: 
                    802: .PRECIOUS: Makefile
                    803: 
                    804: 
                    805: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    806: # Otherwise a system limit (for SysV at least) may be exceeded.
                    807: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>