Annotation of embedaddon/strongswan/src/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: 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
        !           101: @USE_FILE_CONFIG_TRUE@am__append_12 = starter
        !           102: @USE_IPSEC_SCRIPT_TRUE@am__append_13 = ipsec _copyright
        !           103: @USE_CHARON_TRUE@am__append_14 = charon
        !           104: @USE_SYSTEMD_TRUE@am__append_15 = charon-systemd
        !           105: @USE_NM_TRUE@am__append_16 = charon-nm
        !           106: @USE_STROKE_TRUE@am__append_17 = stroke
        !           107: @USE_UPDOWN_TRUE@am__append_18 = _updown
        !           108: @USE_SCEPCLIENT_TRUE@am__append_19 = scepclient
        !           109: @USE_PKI_TRUE@am__append_20 = pki
        !           110: @USE_SWANCTL_TRUE@am__append_21 = swanctl
        !           111: @USE_CONFTEST_TRUE@am__append_22 = conftest
        !           112: @USE_FAST_TRUE@am__append_23 = libfast
        !           113: @USE_MANAGER_TRUE@am__append_24 = manager
        !           114: @USE_MEDSRV_TRUE@am__append_25 = medsrv
        !           115: @USE_ATTR_SQL_TRUE@am__append_26 = pool
        !           116: @USE_ATTR_SQL_FALSE@@USE_SQL_TRUE@am__append_27 = pool
        !           117: @USE_TKM_TRUE@am__append_28 = charon-tkm
        !           118: @USE_CMD_TRUE@am__append_29 = charon-cmd
        !           119: @USE_SVC_TRUE@am__append_30 = charon-svc
        !           120: @USE_LIBPTTLS_TRUE@am__append_31 = pt-tls-client
        !           121: @USE_IMC_SWIMA_TRUE@am__append_32 = sw-collector
        !           122: @USE_IMV_SWIMA_TRUE@am__append_33 = sec-updater
        !           123: @USE_INTEGRITY_TEST_TRUE@am__append_34 = checksum
        !           124: @USE_AIKGEN_TRUE@am__append_35 = aikgen
        !           125: @USE_TPM_TRUE@am__append_36 = tpm_extendpcr
        !           126: @USE_KERNEL_NETLINK_TRUE@am__append_37 = xfrmi
        !           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 \
        !           202:        libcharon starter ipsec _copyright charon charon-systemd \
        !           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 \
        !           206:        tpm_extendpcr xfrmi
        !           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@
        !           271: GPERF = @GPERF@
        !           272: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
        !           273: GPRBUILD = @GPRBUILD@
        !           274: GREP = @GREP@
        !           275: INSTALL = @INSTALL@
        !           276: INSTALL_DATA = @INSTALL_DATA@
        !           277: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !           278: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !           279: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           280: LCOV = @LCOV@
        !           281: LD = @LD@
        !           282: LDFLAGS = @LDFLAGS@
        !           283: LEX = @LEX@
        !           284: LEXLIB = @LEXLIB@
        !           285: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
        !           286: LIBOBJS = @LIBOBJS@
        !           287: LIBS = @LIBS@
        !           288: LIBTOOL = @LIBTOOL@
        !           289: LIPO = @LIPO@
        !           290: LN_S = @LN_S@
        !           291: LTLIBOBJS = @LTLIBOBJS@
        !           292: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
        !           293: MAKEINFO = @MAKEINFO@
        !           294: MANIFEST_TOOL = @MANIFEST_TOOL@
        !           295: MKDIR_P = @MKDIR_P@
        !           296: MYSQLCFLAG = @MYSQLCFLAG@
        !           297: MYSQLCONFIG = @MYSQLCONFIG@
        !           298: MYSQLLIB = @MYSQLLIB@
        !           299: NM = @NM@
        !           300: NMEDIT = @NMEDIT@
        !           301: OBJDUMP = @OBJDUMP@
        !           302: OBJEXT = @OBJEXT@
        !           303: OPENSSL_LIB = @OPENSSL_LIB@
        !           304: OTOOL = @OTOOL@
        !           305: OTOOL64 = @OTOOL64@
        !           306: PACKAGE = @PACKAGE@
        !           307: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !           308: PACKAGE_NAME = @PACKAGE_NAME@
        !           309: PACKAGE_STRING = @PACKAGE_STRING@
        !           310: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !           311: PACKAGE_URL = @PACKAGE_URL@
        !           312: PACKAGE_VERSION = @PACKAGE_VERSION@
        !           313: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
        !           314: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
        !           315: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
        !           316: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
        !           317: PATH_SEPARATOR = @PATH_SEPARATOR@
        !           318: PERL = @PERL@
        !           319: PKG_CONFIG = @PKG_CONFIG@
        !           320: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
        !           321: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
        !           322: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
        !           323: PTHREADLIB = @PTHREADLIB@
        !           324: PYTHON = @PYTHON@
        !           325: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
        !           326: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
        !           327: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
        !           328: PYTHON_PLATFORM = @PYTHON_PLATFORM@
        !           329: PYTHON_PREFIX = @PYTHON_PREFIX@
        !           330: PYTHON_VERSION = @PYTHON_VERSION@
        !           331: PY_TEST = @PY_TEST@
        !           332: RANLIB = @RANLIB@
        !           333: RTLIB = @RTLIB@
        !           334: RUBYGEMDIR = @RUBYGEMDIR@
        !           335: SED = @SED@
        !           336: SET_MAKE = @SET_MAKE@
        !           337: SHELL = @SHELL@
        !           338: SOCKLIB = @SOCKLIB@
        !           339: STRIP = @STRIP@
        !           340: TOX = @TOX@
        !           341: UNWINDLIB = @UNWINDLIB@
        !           342: VERSION = @VERSION@
        !           343: YACC = @YACC@
        !           344: YFLAGS = @YFLAGS@
        !           345: abs_builddir = @abs_builddir@
        !           346: abs_srcdir = @abs_srcdir@
        !           347: abs_top_builddir = @abs_top_builddir@
        !           348: abs_top_srcdir = @abs_top_srcdir@
        !           349: ac_ct_AR = @ac_ct_AR@
        !           350: ac_ct_CC = @ac_ct_CC@
        !           351: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
        !           352: aikgen_plugins = @aikgen_plugins@
        !           353: am__include = @am__include@
        !           354: am__leading_dot = @am__leading_dot@
        !           355: am__quote = @am__quote@
        !           356: am__tar = @am__tar@
        !           357: am__untar = @am__untar@
        !           358: attest_plugins = @attest_plugins@
        !           359: bindir = @bindir@
        !           360: botan_CFLAGS = @botan_CFLAGS@
        !           361: botan_LIBS = @botan_LIBS@
        !           362: build = @build@
        !           363: build_alias = @build_alias@
        !           364: build_cpu = @build_cpu@
        !           365: build_os = @build_os@
        !           366: build_vendor = @build_vendor@
        !           367: builddir = @builddir@
        !           368: c_plugins = @c_plugins@
        !           369: charon_natt_port = @charon_natt_port@
        !           370: charon_plugins = @charon_plugins@
        !           371: charon_udp_port = @charon_udp_port@
        !           372: clearsilver_LIBS = @clearsilver_LIBS@
        !           373: cmd_plugins = @cmd_plugins@
        !           374: datadir = @datadir@
        !           375: datarootdir = @datarootdir@
        !           376: dbusdatadir = @dbusdatadir@
        !           377: dbuspolicydir = @dbuspolicydir@
        !           378: dev_headers = @dev_headers@
        !           379: docdir = @docdir@
        !           380: dvidir = @dvidir@
        !           381: exec_prefix = @exec_prefix@
        !           382: fips_mode = @fips_mode@
        !           383: fuzz_plugins = @fuzz_plugins@
        !           384: host = @host@
        !           385: host_alias = @host_alias@
        !           386: host_cpu = @host_cpu@
        !           387: host_os = @host_os@
        !           388: host_vendor = @host_vendor@
        !           389: htmldir = @htmldir@
        !           390: imcvdir = @imcvdir@
        !           391: includedir = @includedir@
        !           392: infodir = @infodir@
        !           393: install_sh = @install_sh@
        !           394: ipsec_script = @ipsec_script@
        !           395: ipsec_script_upper = @ipsec_script_upper@
        !           396: ipsecdir = @ipsecdir@
        !           397: ipsecgroup = @ipsecgroup@
        !           398: ipseclibdir = @ipseclibdir@
        !           399: ipsecuser = @ipsecuser@
        !           400: json_CFLAGS = @json_CFLAGS@
        !           401: json_LIBS = @json_LIBS@
        !           402: libdir = @libdir@
        !           403: libexecdir = @libexecdir@
        !           404: libfuzzer = @libfuzzer@
        !           405: libiptc_CFLAGS = @libiptc_CFLAGS@
        !           406: libiptc_LIBS = @libiptc_LIBS@
        !           407: linux_headers = @linux_headers@
        !           408: localedir = @localedir@
        !           409: localstatedir = @localstatedir@
        !           410: manager_plugins = @manager_plugins@
        !           411: mandir = @mandir@
        !           412: medsrv_plugins = @medsrv_plugins@
        !           413: mkdir_p = @mkdir_p@
        !           414: nm_CFLAGS = @nm_CFLAGS@
        !           415: nm_LIBS = @nm_LIBS@
        !           416: nm_ca_dir = @nm_ca_dir@
        !           417: nm_plugins = @nm_plugins@
        !           418: oldincludedir = @oldincludedir@
        !           419: p_plugins = @p_plugins@
        !           420: pcsclite_CFLAGS = @pcsclite_CFLAGS@
        !           421: pcsclite_LIBS = @pcsclite_LIBS@
        !           422: pdfdir = @pdfdir@
        !           423: piddir = @piddir@
        !           424: pkgpyexecdir = @pkgpyexecdir@
        !           425: pkgpythondir = @pkgpythondir@
        !           426: pki_plugins = @pki_plugins@
        !           427: plugindir = @plugindir@
        !           428: pool_plugins = @pool_plugins@
        !           429: prefix = @prefix@
        !           430: program_transform_name = @program_transform_name@
        !           431: psdir = @psdir@
        !           432: pyexecdir = @pyexecdir@
        !           433: pythondir = @pythondir@
        !           434: random_device = @random_device@
        !           435: resolv_conf = @resolv_conf@
        !           436: routing_table = @routing_table@
        !           437: routing_table_prio = @routing_table_prio@
        !           438: runstatedir = @runstatedir@
        !           439: s_plugins = @s_plugins@
        !           440: sbindir = @sbindir@
        !           441: scepclient_plugins = @scepclient_plugins@
        !           442: scripts_plugins = @scripts_plugins@
        !           443: sharedstatedir = @sharedstatedir@
        !           444: soup_CFLAGS = @soup_CFLAGS@
        !           445: soup_LIBS = @soup_LIBS@
        !           446: srcdir = @srcdir@
        !           447: starter_plugins = @starter_plugins@
        !           448: strongswan_conf = @strongswan_conf@
        !           449: strongswan_options = @strongswan_options@
        !           450: swanctldir = @swanctldir@
        !           451: sysconfdir = @sysconfdir@
        !           452: systemd_CFLAGS = @systemd_CFLAGS@
        !           453: systemd_LIBS = @systemd_LIBS@
        !           454: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
        !           455: systemd_daemon_LIBS = @systemd_daemon_LIBS@
        !           456: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
        !           457: systemd_journal_LIBS = @systemd_journal_LIBS@
        !           458: systemdsystemunitdir = @systemdsystemunitdir@
        !           459: t_plugins = @t_plugins@
        !           460: target_alias = @target_alias@
        !           461: top_build_prefix = @top_build_prefix@
        !           462: top_builddir = @top_builddir@
        !           463: top_srcdir = @top_srcdir@
        !           464: tss2_CFLAGS = @tss2_CFLAGS@
        !           465: tss2_LIBS = @tss2_LIBS@
        !           466: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
        !           467: tss2_esys_LIBS = @tss2_esys_LIBS@
        !           468: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
        !           469: tss2_socket_LIBS = @tss2_socket_LIBS@
        !           470: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
        !           471: tss2_sys_LIBS = @tss2_sys_LIBS@
        !           472: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
        !           473: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
        !           474: urandom_device = @urandom_device@
        !           475: wolfssl_CFLAGS = @wolfssl_CFLAGS@
        !           476: wolfssl_LIBS = @wolfssl_LIBS@
        !           477: xml_CFLAGS = @xml_CFLAGS@
        !           478: xml_LIBS = @xml_LIBS@
        !           479: SUBDIRS = . include $(am__append_1) $(am__append_2) $(am__append_3) \
        !           480:        $(am__append_4) $(am__append_5) $(am__append_6) \
        !           481:        $(am__append_7) $(am__append_8) $(am__append_9) \
        !           482:        $(am__append_10) $(am__append_11) $(am__append_12) \
        !           483:        $(am__append_13) $(am__append_14) $(am__append_15) \
        !           484:        $(am__append_16) $(am__append_17) $(am__append_18) \
        !           485:        $(am__append_19) $(am__append_20) $(am__append_21) \
        !           486:        $(am__append_22) $(am__append_23) $(am__append_24) \
        !           487:        $(am__append_25) $(am__append_26) $(am__append_27) \
        !           488:        $(am__append_28) $(am__append_29) $(am__append_30) \
        !           489:        $(am__append_31) $(am__append_32) $(am__append_33) \
        !           490:        $(am__append_34) $(am__append_35) $(am__append_36) \
        !           491:        $(am__append_37)
        !           492: all: all-recursive
        !           493: 
        !           494: .SUFFIXES:
        !           495: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        !           496:        @for dep in $?; do \
        !           497:          case '$(am__configure_deps)' in \
        !           498:            *$$dep*) \
        !           499:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
        !           500:                && { if test -f $@; then exit 0; else break; fi; }; \
        !           501:              exit 1;; \
        !           502:          esac; \
        !           503:        done; \
        !           504:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
        !           505:        $(am__cd) $(top_srcdir) && \
        !           506:          $(AUTOMAKE) --gnu src/Makefile
        !           507: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           508:        @case '$?' in \
        !           509:          *config.status*) \
        !           510:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
        !           511:          *) \
        !           512:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
        !           513:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
        !           514:        esac;
        !           515: 
        !           516: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           517:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           518: 
        !           519: $(top_srcdir)/configure:  $(am__configure_deps)
        !           520:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           521: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        !           522:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           523: $(am__aclocal_m4_deps):
        !           524: 
        !           525: mostlyclean-libtool:
        !           526:        -rm -f *.lo
        !           527: 
        !           528: clean-libtool:
        !           529:        -rm -rf .libs _libs
        !           530: 
        !           531: # This directory's subdirectories are mostly independent; you can cd
        !           532: # into them and run 'make' without going through this Makefile.
        !           533: # To change the values of 'make' variables: instead of editing Makefiles,
        !           534: # (1) if the variable is set in 'config.status', edit 'config.status'
        !           535: #     (which will cause the Makefiles to be regenerated when you run 'make');
        !           536: # (2) otherwise, pass the desired values on the 'make' command line.
        !           537: $(am__recursive_targets):
        !           538:        @fail=; \
        !           539:        if $(am__make_keepgoing); then \
        !           540:          failcom='fail=yes'; \
        !           541:        else \
        !           542:          failcom='exit 1'; \
        !           543:        fi; \
        !           544:        dot_seen=no; \
        !           545:        target=`echo $@ | sed s/-recursive//`; \
        !           546:        case "$@" in \
        !           547:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
        !           548:          *) list='$(SUBDIRS)' ;; \
        !           549:        esac; \
        !           550:        for subdir in $$list; do \
        !           551:          echo "Making $$target in $$subdir"; \
        !           552:          if test "$$subdir" = "."; then \
        !           553:            dot_seen=yes; \
        !           554:            local_target="$$target-am"; \
        !           555:          else \
        !           556:            local_target="$$target"; \
        !           557:          fi; \
        !           558:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           559:          || eval $$failcom; \
        !           560:        done; \
        !           561:        if test "$$dot_seen" = "no"; then \
        !           562:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        !           563:        fi; test -z "$$fail"
        !           564: 
        !           565: ID: $(am__tagged_files)
        !           566:        $(am__define_uniq_tagged_files); mkid -fID $$unique
        !           567: tags: tags-recursive
        !           568: TAGS: tags
        !           569: 
        !           570: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           571:        set x; \
        !           572:        here=`pwd`; \
        !           573:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
        !           574:          include_option=--etags-include; \
        !           575:          empty_fix=.; \
        !           576:        else \
        !           577:          include_option=--include; \
        !           578:          empty_fix=; \
        !           579:        fi; \
        !           580:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           581:          if test "$$subdir" = .; then :; else \
        !           582:            test ! -f $$subdir/TAGS || \
        !           583:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
        !           584:          fi; \
        !           585:        done; \
        !           586:        $(am__define_uniq_tagged_files); \
        !           587:        shift; \
        !           588:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
        !           589:          test -n "$$unique" || unique=$$empty_fix; \
        !           590:          if test $$# -gt 0; then \
        !           591:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           592:              "$$@" $$unique; \
        !           593:          else \
        !           594:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           595:              $$unique; \
        !           596:          fi; \
        !           597:        fi
        !           598: ctags: ctags-recursive
        !           599: 
        !           600: CTAGS: ctags
        !           601: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           602:        $(am__define_uniq_tagged_files); \
        !           603:        test -z "$(CTAGS_ARGS)$$unique" \
        !           604:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           605:             $$unique
        !           606: 
        !           607: GTAGS:
        !           608:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           609:          && $(am__cd) $(top_srcdir) \
        !           610:          && gtags -i $(GTAGS_ARGS) "$$here"
        !           611: cscopelist: cscopelist-recursive
        !           612: 
        !           613: cscopelist-am: $(am__tagged_files)
        !           614:        list='$(am__tagged_files)'; \
        !           615:        case "$(srcdir)" in \
        !           616:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
        !           617:          *) sdir=$(subdir)/$(srcdir) ;; \
        !           618:        esac; \
        !           619:        for i in $$list; do \
        !           620:          if test -f "$$i"; then \
        !           621:            echo "$(subdir)/$$i"; \
        !           622:          else \
        !           623:            echo "$$sdir/$$i"; \
        !           624:          fi; \
        !           625:        done >> $(top_builddir)/cscope.files
        !           626: 
        !           627: distclean-tags:
        !           628:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           629: 
        !           630: distdir: $(DISTFILES)
        !           631:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           632:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           633:        list='$(DISTFILES)'; \
        !           634:          dist_files=`for file in $$list; do echo $$file; done | \
        !           635:          sed -e "s|^$$srcdirstrip/||;t" \
        !           636:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           637:        case $$dist_files in \
        !           638:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           639:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           640:                           sort -u` ;; \
        !           641:        esac; \
        !           642:        for file in $$dist_files; do \
        !           643:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           644:          if test -d $$d/$$file; then \
        !           645:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           646:            if test -d "$(distdir)/$$file"; then \
        !           647:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           648:            fi; \
        !           649:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           650:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           651:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           652:            fi; \
        !           653:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
        !           654:          else \
        !           655:            test -f "$(distdir)/$$file" \
        !           656:            || cp -p $$d/$$file "$(distdir)/$$file" \
        !           657:            || exit 1; \
        !           658:          fi; \
        !           659:        done
        !           660:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
        !           661:          if test "$$subdir" = .; then :; else \
        !           662:            $(am__make_dryrun) \
        !           663:              || test -d "$(distdir)/$$subdir" \
        !           664:              || $(MKDIR_P) "$(distdir)/$$subdir" \
        !           665:              || exit 1; \
        !           666:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
        !           667:            $(am__relativize); \
        !           668:            new_distdir=$$reldir; \
        !           669:            dir1=$$subdir; dir2="$(top_distdir)"; \
        !           670:            $(am__relativize); \
        !           671:            new_top_distdir=$$reldir; \
        !           672:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
        !           673:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
        !           674:            ($(am__cd) $$subdir && \
        !           675:              $(MAKE) $(AM_MAKEFLAGS) \
        !           676:                top_distdir="$$new_top_distdir" \
        !           677:                distdir="$$new_distdir" \
        !           678:                am__remove_distdir=: \
        !           679:                am__skip_length_check=: \
        !           680:                am__skip_mode_fix=: \
        !           681:                distdir) \
        !           682:              || exit 1; \
        !           683:          fi; \
        !           684:        done
        !           685: check-am: all-am
        !           686: check: check-recursive
        !           687: all-am: Makefile
        !           688: installdirs: installdirs-recursive
        !           689: installdirs-am:
        !           690: install: install-recursive
        !           691: install-exec: install-exec-recursive
        !           692: install-data: install-data-recursive
        !           693: uninstall: uninstall-recursive
        !           694: 
        !           695: install-am: all-am
        !           696:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           697: 
        !           698: installcheck: installcheck-recursive
        !           699: install-strip:
        !           700:        if test -z '$(STRIP)'; then \
        !           701:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           702:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           703:              install; \
        !           704:        else \
        !           705:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           706:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           707:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           708:        fi
        !           709: mostlyclean-generic:
        !           710: 
        !           711: clean-generic:
        !           712: 
        !           713: distclean-generic:
        !           714:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           715:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        !           716: 
        !           717: maintainer-clean-generic:
        !           718:        @echo "This command is intended for maintainers to use"
        !           719:        @echo "it deletes files that may require special tools to rebuild."
        !           720: clean: clean-recursive
        !           721: 
        !           722: clean-am: clean-generic clean-libtool mostlyclean-am
        !           723: 
        !           724: distclean: distclean-recursive
        !           725:        -rm -f Makefile
        !           726: distclean-am: clean-am distclean-generic distclean-tags
        !           727: 
        !           728: dvi: dvi-recursive
        !           729: 
        !           730: dvi-am:
        !           731: 
        !           732: html: html-recursive
        !           733: 
        !           734: html-am:
        !           735: 
        !           736: info: info-recursive
        !           737: 
        !           738: info-am:
        !           739: 
        !           740: install-data-am:
        !           741: 
        !           742: install-dvi: install-dvi-recursive
        !           743: 
        !           744: install-dvi-am:
        !           745: 
        !           746: install-exec-am:
        !           747: 
        !           748: install-html: install-html-recursive
        !           749: 
        !           750: install-html-am:
        !           751: 
        !           752: install-info: install-info-recursive
        !           753: 
        !           754: install-info-am:
        !           755: 
        !           756: install-man:
        !           757: 
        !           758: install-pdf: install-pdf-recursive
        !           759: 
        !           760: install-pdf-am:
        !           761: 
        !           762: install-ps: install-ps-recursive
        !           763: 
        !           764: install-ps-am:
        !           765: 
        !           766: installcheck-am:
        !           767: 
        !           768: maintainer-clean: maintainer-clean-recursive
        !           769:        -rm -f Makefile
        !           770: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           771: 
        !           772: mostlyclean: mostlyclean-recursive
        !           773: 
        !           774: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
        !           775: 
        !           776: pdf: pdf-recursive
        !           777: 
        !           778: pdf-am:
        !           779: 
        !           780: ps: ps-recursive
        !           781: 
        !           782: ps-am:
        !           783: 
        !           784: uninstall-am:
        !           785: 
        !           786: .MAKE: $(am__recursive_targets) install-am install-strip
        !           787: 
        !           788: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
        !           789:        check-am clean clean-generic clean-libtool cscopelist-am ctags \
        !           790:        ctags-am distclean distclean-generic distclean-libtool \
        !           791:        distclean-tags distdir dvi dvi-am html html-am info info-am \
        !           792:        install install-am install-data install-data-am install-dvi \
        !           793:        install-dvi-am install-exec install-exec-am install-html \
        !           794:        install-html-am install-info install-info-am install-man \
        !           795:        install-pdf install-pdf-am install-ps install-ps-am \
        !           796:        install-strip installcheck installcheck-am installdirs \
        !           797:        installdirs-am maintainer-clean maintainer-clean-generic \
        !           798:        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
        !           799:        ps ps-am tags tags-am uninstall uninstall-am
        !           800: 
        !           801: .PRECIOUS: Makefile
        !           802: 
        !           803: 
        !           804: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           805: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           806: .NOEXPORT:

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