Annotation of embedaddon/strongswan/init/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_CHARON_TRUE@@USE_LEGACY_SYSTEMD_TRUE@am__append_1 = systemd-starter
        !            91: @USE_SWANCTL_TRUE@@USE_SYSTEMD_TRUE@am__append_2 = systemd
        !            92: subdir = init
        !            93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !            94: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
        !            95:        $(top_srcdir)/m4/config/ltoptions.m4 \
        !            96:        $(top_srcdir)/m4/config/ltsugar.m4 \
        !            97:        $(top_srcdir)/m4/config/ltversion.m4 \
        !            98:        $(top_srcdir)/m4/config/lt~obsolete.m4 \
        !            99:        $(top_srcdir)/m4/macros/split-package-version.m4 \
        !           100:        $(top_srcdir)/m4/macros/with.m4 \
        !           101:        $(top_srcdir)/m4/macros/enable-disable.m4 \
        !           102:        $(top_srcdir)/m4/macros/add-plugin.m4 \
        !           103:        $(top_srcdir)/configure.ac
        !           104: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !           105:        $(ACLOCAL_M4)
        !           106: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
        !           107: mkinstalldirs = $(install_sh) -d
        !           108: CONFIG_HEADER = $(top_builddir)/config.h
        !           109: CONFIG_CLEAN_FILES =
        !           110: CONFIG_CLEAN_VPATH_FILES =
        !           111: AM_V_P = $(am__v_P_@AM_V@)
        !           112: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
        !           113: am__v_P_0 = false
        !           114: am__v_P_1 = :
        !           115: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           116: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           117: am__v_GEN_0 = @echo "  GEN     " $@;
        !           118: am__v_GEN_1 = 
        !           119: AM_V_at = $(am__v_at_@AM_V@)
        !           120: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !           121: am__v_at_0 = @
        !           122: am__v_at_1 = 
        !           123: SOURCES =
        !           124: DIST_SOURCES =
        !           125: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
        !           126:        ctags-recursive dvi-recursive html-recursive info-recursive \
        !           127:        install-data-recursive install-dvi-recursive \
        !           128:        install-exec-recursive install-html-recursive \
        !           129:        install-info-recursive install-pdf-recursive \
        !           130:        install-ps-recursive install-recursive installcheck-recursive \
        !           131:        installdirs-recursive pdf-recursive ps-recursive \
        !           132:        tags-recursive uninstall-recursive
        !           133: am__can_run_installinfo = \
        !           134:   case $$AM_UPDATE_INFO_DIR in \
        !           135:     n|no|NO) false;; \
        !           136:     *) (install-info --version) >/dev/null 2>&1;; \
        !           137:   esac
        !           138: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
        !           139:   distclean-recursive maintainer-clean-recursive
        !           140: am__recursive_targets = \
        !           141:   $(RECURSIVE_TARGETS) \
        !           142:   $(RECURSIVE_CLEAN_TARGETS) \
        !           143:   $(am__extra_recursive_targets)
        !           144: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
        !           145:        distdir
        !           146: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
        !           147: # Read a list of newline-separated strings from the standard input,
        !           148: # and print each of them once, without duplicates.  Input order is
        !           149: # *not* preserved.
        !           150: am__uniquify_input = $(AWK) '\
        !           151:   BEGIN { nonempty = 0; } \
        !           152:   { items[$$0] = 1; nonempty = 1; } \
        !           153:   END { if (nonempty) { for (i in items) print i; }; } \
        !           154: '
        !           155: # Make sure the list of sources is unique.  This is necessary because,
        !           156: # e.g., the same source file might be shared among _SOURCES variables
        !           157: # for different programs/libraries.
        !           158: am__define_uniq_tagged_files = \
        !           159:   list='$(am__tagged_files)'; \
        !           160:   unique=`for i in $$list; do \
        !           161:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           162:   done | $(am__uniquify_input)`
        !           163: ETAGS = etags
        !           164: CTAGS = ctags
        !           165: DIST_SUBDIRS = systemd-starter systemd
        !           166: am__DIST_COMMON = $(srcdir)/Makefile.in
        !           167: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           168: am__relativize = \
        !           169:   dir0=`pwd`; \
        !           170:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
        !           171:   sed_rest='s,^[^/]*/*,,'; \
        !           172:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
        !           173:   sed_butlast='s,/*[^/]*$$,,'; \
        !           174:   while test -n "$$dir1"; do \
        !           175:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
        !           176:     if test "$$first" != "."; then \
        !           177:       if test "$$first" = ".."; then \
        !           178:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
        !           179:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
        !           180:       else \
        !           181:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
        !           182:         if test "$$first2" = "$$first"; then \
        !           183:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
        !           184:         else \
        !           185:           dir2="../$$dir2"; \
        !           186:         fi; \
        !           187:         dir0="$$dir0"/"$$first"; \
        !           188:       fi; \
        !           189:     fi; \
        !           190:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
        !           191:   done; \
        !           192:   reldir="$$dir2"
        !           193: ACLOCAL = @ACLOCAL@
        !           194: ALLOCA = @ALLOCA@
        !           195: AMTAR = @AMTAR@
        !           196: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
        !           197: AR = @AR@
        !           198: ATOMICLIB = @ATOMICLIB@
        !           199: AUTOCONF = @AUTOCONF@
        !           200: AUTOHEADER = @AUTOHEADER@
        !           201: AUTOMAKE = @AUTOMAKE@
        !           202: AWK = @AWK@
        !           203: BFDLIB = @BFDLIB@
        !           204: BTLIB = @BTLIB@
        !           205: CC = @CC@
        !           206: CCDEPMODE = @CCDEPMODE@
        !           207: CFLAGS = @CFLAGS@
        !           208: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
        !           209: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
        !           210: CPP = @CPP@
        !           211: CPPFLAGS = @CPPFLAGS@
        !           212: CYGPATH_W = @CYGPATH_W@
        !           213: DEFS = @DEFS@
        !           214: DEPDIR = @DEPDIR@
        !           215: DLLIB = @DLLIB@
        !           216: DLLTOOL = @DLLTOOL@
        !           217: DSYMUTIL = @DSYMUTIL@
        !           218: DUMPBIN = @DUMPBIN@
        !           219: EASY_INSTALL = @EASY_INSTALL@
        !           220: ECHO_C = @ECHO_C@
        !           221: ECHO_N = @ECHO_N@
        !           222: ECHO_T = @ECHO_T@
        !           223: EGREP = @EGREP@
        !           224: EXEEXT = @EXEEXT@
        !           225: FGREP = @FGREP@
        !           226: FUZZING_CFLAGS = @FUZZING_CFLAGS@
        !           227: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
        !           228: GEM = @GEM@
        !           229: GENHTML = @GENHTML@
        !           230: GPERF = @GPERF@
        !           231: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
        !           232: GPRBUILD = @GPRBUILD@
        !           233: GREP = @GREP@
        !           234: INSTALL = @INSTALL@
        !           235: INSTALL_DATA = @INSTALL_DATA@
        !           236: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !           237: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !           238: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           239: LCOV = @LCOV@
        !           240: LD = @LD@
        !           241: LDFLAGS = @LDFLAGS@
        !           242: LEX = @LEX@
        !           243: LEXLIB = @LEXLIB@
        !           244: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
        !           245: LIBOBJS = @LIBOBJS@
        !           246: LIBS = @LIBS@
        !           247: LIBTOOL = @LIBTOOL@
        !           248: LIPO = @LIPO@
        !           249: LN_S = @LN_S@
        !           250: LTLIBOBJS = @LTLIBOBJS@
        !           251: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
        !           252: MAKEINFO = @MAKEINFO@
        !           253: MANIFEST_TOOL = @MANIFEST_TOOL@
        !           254: MKDIR_P = @MKDIR_P@
        !           255: MYSQLCFLAG = @MYSQLCFLAG@
        !           256: MYSQLCONFIG = @MYSQLCONFIG@
        !           257: MYSQLLIB = @MYSQLLIB@
        !           258: NM = @NM@
        !           259: NMEDIT = @NMEDIT@
        !           260: OBJDUMP = @OBJDUMP@
        !           261: OBJEXT = @OBJEXT@
        !           262: OPENSSL_LIB = @OPENSSL_LIB@
        !           263: OTOOL = @OTOOL@
        !           264: OTOOL64 = @OTOOL64@
        !           265: PACKAGE = @PACKAGE@
        !           266: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !           267: PACKAGE_NAME = @PACKAGE_NAME@
        !           268: PACKAGE_STRING = @PACKAGE_STRING@
        !           269: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !           270: PACKAGE_URL = @PACKAGE_URL@
        !           271: PACKAGE_VERSION = @PACKAGE_VERSION@
        !           272: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
        !           273: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
        !           274: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
        !           275: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
        !           276: PATH_SEPARATOR = @PATH_SEPARATOR@
        !           277: PERL = @PERL@
        !           278: PKG_CONFIG = @PKG_CONFIG@
        !           279: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
        !           280: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
        !           281: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
        !           282: PTHREADLIB = @PTHREADLIB@
        !           283: PYTHON = @PYTHON@
        !           284: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
        !           285: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
        !           286: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
        !           287: PYTHON_PLATFORM = @PYTHON_PLATFORM@
        !           288: PYTHON_PREFIX = @PYTHON_PREFIX@
        !           289: PYTHON_VERSION = @PYTHON_VERSION@
        !           290: PY_TEST = @PY_TEST@
        !           291: RANLIB = @RANLIB@
        !           292: RTLIB = @RTLIB@
        !           293: RUBYGEMDIR = @RUBYGEMDIR@
        !           294: SED = @SED@
        !           295: SET_MAKE = @SET_MAKE@
        !           296: SHELL = @SHELL@
        !           297: SOCKLIB = @SOCKLIB@
        !           298: STRIP = @STRIP@
        !           299: TOX = @TOX@
        !           300: UNWINDLIB = @UNWINDLIB@
        !           301: VERSION = @VERSION@
        !           302: YACC = @YACC@
        !           303: YFLAGS = @YFLAGS@
        !           304: abs_builddir = @abs_builddir@
        !           305: abs_srcdir = @abs_srcdir@
        !           306: abs_top_builddir = @abs_top_builddir@
        !           307: abs_top_srcdir = @abs_top_srcdir@
        !           308: ac_ct_AR = @ac_ct_AR@
        !           309: ac_ct_CC = @ac_ct_CC@
        !           310: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
        !           311: aikgen_plugins = @aikgen_plugins@
        !           312: am__include = @am__include@
        !           313: am__leading_dot = @am__leading_dot@
        !           314: am__quote = @am__quote@
        !           315: am__tar = @am__tar@
        !           316: am__untar = @am__untar@
        !           317: attest_plugins = @attest_plugins@
        !           318: bindir = @bindir@
        !           319: botan_CFLAGS = @botan_CFLAGS@
        !           320: botan_LIBS = @botan_LIBS@
        !           321: build = @build@
        !           322: build_alias = @build_alias@
        !           323: build_cpu = @build_cpu@
        !           324: build_os = @build_os@
        !           325: build_vendor = @build_vendor@
        !           326: builddir = @builddir@
        !           327: c_plugins = @c_plugins@
        !           328: charon_natt_port = @charon_natt_port@
        !           329: charon_plugins = @charon_plugins@
        !           330: charon_udp_port = @charon_udp_port@
        !           331: clearsilver_LIBS = @clearsilver_LIBS@
        !           332: cmd_plugins = @cmd_plugins@
        !           333: datadir = @datadir@
        !           334: datarootdir = @datarootdir@
        !           335: dbusdatadir = @dbusdatadir@
        !           336: dbuspolicydir = @dbuspolicydir@
        !           337: dev_headers = @dev_headers@
        !           338: docdir = @docdir@
        !           339: dvidir = @dvidir@
        !           340: exec_prefix = @exec_prefix@
        !           341: fips_mode = @fips_mode@
        !           342: fuzz_plugins = @fuzz_plugins@
        !           343: host = @host@
        !           344: host_alias = @host_alias@
        !           345: host_cpu = @host_cpu@
        !           346: host_os = @host_os@
        !           347: host_vendor = @host_vendor@
        !           348: htmldir = @htmldir@
        !           349: imcvdir = @imcvdir@
        !           350: includedir = @includedir@
        !           351: infodir = @infodir@
        !           352: install_sh = @install_sh@
        !           353: ipsec_script = @ipsec_script@
        !           354: ipsec_script_upper = @ipsec_script_upper@
        !           355: ipsecdir = @ipsecdir@
        !           356: ipsecgroup = @ipsecgroup@
        !           357: ipseclibdir = @ipseclibdir@
        !           358: ipsecuser = @ipsecuser@
        !           359: json_CFLAGS = @json_CFLAGS@
        !           360: json_LIBS = @json_LIBS@
        !           361: libdir = @libdir@
        !           362: libexecdir = @libexecdir@
        !           363: libfuzzer = @libfuzzer@
        !           364: libiptc_CFLAGS = @libiptc_CFLAGS@
        !           365: libiptc_LIBS = @libiptc_LIBS@
        !           366: linux_headers = @linux_headers@
        !           367: localedir = @localedir@
        !           368: localstatedir = @localstatedir@
        !           369: manager_plugins = @manager_plugins@
        !           370: mandir = @mandir@
        !           371: medsrv_plugins = @medsrv_plugins@
        !           372: mkdir_p = @mkdir_p@
        !           373: nm_CFLAGS = @nm_CFLAGS@
        !           374: nm_LIBS = @nm_LIBS@
        !           375: nm_ca_dir = @nm_ca_dir@
        !           376: nm_plugins = @nm_plugins@
        !           377: oldincludedir = @oldincludedir@
        !           378: p_plugins = @p_plugins@
        !           379: pcsclite_CFLAGS = @pcsclite_CFLAGS@
        !           380: pcsclite_LIBS = @pcsclite_LIBS@
        !           381: pdfdir = @pdfdir@
        !           382: piddir = @piddir@
        !           383: pkgpyexecdir = @pkgpyexecdir@
        !           384: pkgpythondir = @pkgpythondir@
        !           385: pki_plugins = @pki_plugins@
        !           386: plugindir = @plugindir@
        !           387: pool_plugins = @pool_plugins@
        !           388: prefix = @prefix@
        !           389: program_transform_name = @program_transform_name@
        !           390: psdir = @psdir@
        !           391: pyexecdir = @pyexecdir@
        !           392: pythondir = @pythondir@
        !           393: random_device = @random_device@
        !           394: resolv_conf = @resolv_conf@
        !           395: routing_table = @routing_table@
        !           396: routing_table_prio = @routing_table_prio@
        !           397: runstatedir = @runstatedir@
        !           398: s_plugins = @s_plugins@
        !           399: sbindir = @sbindir@
        !           400: scepclient_plugins = @scepclient_plugins@
        !           401: scripts_plugins = @scripts_plugins@
        !           402: sharedstatedir = @sharedstatedir@
        !           403: soup_CFLAGS = @soup_CFLAGS@
        !           404: soup_LIBS = @soup_LIBS@
        !           405: srcdir = @srcdir@
        !           406: starter_plugins = @starter_plugins@
        !           407: strongswan_conf = @strongswan_conf@
        !           408: strongswan_options = @strongswan_options@
        !           409: swanctldir = @swanctldir@
        !           410: sysconfdir = @sysconfdir@
        !           411: systemd_CFLAGS = @systemd_CFLAGS@
        !           412: systemd_LIBS = @systemd_LIBS@
        !           413: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
        !           414: systemd_daemon_LIBS = @systemd_daemon_LIBS@
        !           415: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
        !           416: systemd_journal_LIBS = @systemd_journal_LIBS@
        !           417: systemdsystemunitdir = @systemdsystemunitdir@
        !           418: t_plugins = @t_plugins@
        !           419: target_alias = @target_alias@
        !           420: top_build_prefix = @top_build_prefix@
        !           421: top_builddir = @top_builddir@
        !           422: top_srcdir = @top_srcdir@
        !           423: tss2_CFLAGS = @tss2_CFLAGS@
        !           424: tss2_LIBS = @tss2_LIBS@
        !           425: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
        !           426: tss2_esys_LIBS = @tss2_esys_LIBS@
        !           427: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
        !           428: tss2_socket_LIBS = @tss2_socket_LIBS@
        !           429: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
        !           430: tss2_sys_LIBS = @tss2_sys_LIBS@
        !           431: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
        !           432: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
        !           433: urandom_device = @urandom_device@
        !           434: wolfssl_CFLAGS = @wolfssl_CFLAGS@
        !           435: wolfssl_LIBS = @wolfssl_LIBS@
        !           436: xml_CFLAGS = @xml_CFLAGS@
        !           437: xml_LIBS = @xml_LIBS@
        !           438: SUBDIRS = $(am__append_1) $(am__append_2)
        !           439: all: all-recursive
        !           440: 
        !           441: .SUFFIXES:
        !           442: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        !           443:        @for dep in $?; do \
        !           444:          case '$(am__configure_deps)' in \
        !           445:            *$$dep*) \
        !           446:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
        !           447:                && { if test -f $@; then exit 0; else break; fi; }; \
        !           448:              exit 1;; \
        !           449:          esac; \
        !           450:        done; \
        !           451:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu init/Makefile'; \
        !           452:        $(am__cd) $(top_srcdir) && \
        !           453:          $(AUTOMAKE) --gnu init/Makefile
        !           454: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           455:        @case '$?' in \
        !           456:          *config.status*) \
        !           457:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
        !           458:          *) \
        !           459:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
        !           460:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
        !           461:        esac;
        !           462: 
        !           463: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           464:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           465: 
        !           466: $(top_srcdir)/configure:  $(am__configure_deps)
        !           467:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           468: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        !           469:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           470: $(am__aclocal_m4_deps):
        !           471: 
        !           472: mostlyclean-libtool:
        !           473:        -rm -f *.lo
        !           474: 
        !           475: clean-libtool:
        !           476:        -rm -rf .libs _libs
        !           477: 
        !           478: # This directory's subdirectories are mostly independent; you can cd
        !           479: # into them and run 'make' without going through this Makefile.
        !           480: # To change the values of 'make' variables: instead of editing Makefiles,
        !           481: # (1) if the variable is set in 'config.status', edit 'config.status'
        !           482: #     (which will cause the Makefiles to be regenerated when you run 'make');
        !           483: # (2) otherwise, pass the desired values on the 'make' command line.
        !           484: $(am__recursive_targets):
        !           485:        @fail=; \
        !           486:        if $(am__make_keepgoing); then \
        !           487:          failcom='fail=yes'; \
        !           488:        else \
        !           489:          failcom='exit 1'; \
        !           490:        fi; \
        !           491:        dot_seen=no; \
        !           492:        target=`echo $@ | sed s/-recursive//`; \
        !           493:        case "$@" in \
        !           494:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
        !           495:          *) list='$(SUBDIRS)' ;; \
        !           496:        esac; \
        !           497:        for subdir in $$list; do \
        !           498:          echo "Making $$target in $$subdir"; \
        !           499:          if test "$$subdir" = "."; then \
        !           500:            dot_seen=yes; \
        !           501:            local_target="$$target-am"; \
        !           502:          else \
        !           503:            local_target="$$target"; \
        !           504:          fi; \
        !           505:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           506:          || eval $$failcom; \
        !           507:        done; \
        !           508:        if test "$$dot_seen" = "no"; then \
        !           509:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        !           510:        fi; test -z "$$fail"
        !           511: 
        !           512: ID: $(am__tagged_files)
        !           513:        $(am__define_uniq_tagged_files); mkid -fID $$unique
        !           514: tags: tags-recursive
        !           515: TAGS: tags
        !           516: 
        !           517: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           518:        set x; \
        !           519:        here=`pwd`; \
        !           520:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
        !           521:          include_option=--etags-include; \
        !           522:          empty_fix=.; \
        !           523:        else \
        !           524:          include_option=--include; \
        !           525:          empty_fix=; \
        !           526:        fi; \
        !           527:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           528:          if test "$$subdir" = .; then :; else \
        !           529:            test ! -f $$subdir/TAGS || \
        !           530:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
        !           531:          fi; \
        !           532:        done; \
        !           533:        $(am__define_uniq_tagged_files); \
        !           534:        shift; \
        !           535:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
        !           536:          test -n "$$unique" || unique=$$empty_fix; \
        !           537:          if test $$# -gt 0; then \
        !           538:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           539:              "$$@" $$unique; \
        !           540:          else \
        !           541:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           542:              $$unique; \
        !           543:          fi; \
        !           544:        fi
        !           545: ctags: ctags-recursive
        !           546: 
        !           547: CTAGS: ctags
        !           548: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           549:        $(am__define_uniq_tagged_files); \
        !           550:        test -z "$(CTAGS_ARGS)$$unique" \
        !           551:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           552:             $$unique
        !           553: 
        !           554: GTAGS:
        !           555:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           556:          && $(am__cd) $(top_srcdir) \
        !           557:          && gtags -i $(GTAGS_ARGS) "$$here"
        !           558: cscopelist: cscopelist-recursive
        !           559: 
        !           560: cscopelist-am: $(am__tagged_files)
        !           561:        list='$(am__tagged_files)'; \
        !           562:        case "$(srcdir)" in \
        !           563:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
        !           564:          *) sdir=$(subdir)/$(srcdir) ;; \
        !           565:        esac; \
        !           566:        for i in $$list; do \
        !           567:          if test -f "$$i"; then \
        !           568:            echo "$(subdir)/$$i"; \
        !           569:          else \
        !           570:            echo "$$sdir/$$i"; \
        !           571:          fi; \
        !           572:        done >> $(top_builddir)/cscope.files
        !           573: 
        !           574: distclean-tags:
        !           575:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           576: 
        !           577: distdir: $(DISTFILES)
        !           578:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           579:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           580:        list='$(DISTFILES)'; \
        !           581:          dist_files=`for file in $$list; do echo $$file; done | \
        !           582:          sed -e "s|^$$srcdirstrip/||;t" \
        !           583:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           584:        case $$dist_files in \
        !           585:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           586:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           587:                           sort -u` ;; \
        !           588:        esac; \
        !           589:        for file in $$dist_files; do \
        !           590:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           591:          if test -d $$d/$$file; then \
        !           592:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           593:            if test -d "$(distdir)/$$file"; then \
        !           594:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           595:            fi; \
        !           596:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           597:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           598:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           599:            fi; \
        !           600:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
        !           601:          else \
        !           602:            test -f "$(distdir)/$$file" \
        !           603:            || cp -p $$d/$$file "$(distdir)/$$file" \
        !           604:            || exit 1; \
        !           605:          fi; \
        !           606:        done
        !           607:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
        !           608:          if test "$$subdir" = .; then :; else \
        !           609:            $(am__make_dryrun) \
        !           610:              || test -d "$(distdir)/$$subdir" \
        !           611:              || $(MKDIR_P) "$(distdir)/$$subdir" \
        !           612:              || exit 1; \
        !           613:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
        !           614:            $(am__relativize); \
        !           615:            new_distdir=$$reldir; \
        !           616:            dir1=$$subdir; dir2="$(top_distdir)"; \
        !           617:            $(am__relativize); \
        !           618:            new_top_distdir=$$reldir; \
        !           619:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
        !           620:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
        !           621:            ($(am__cd) $$subdir && \
        !           622:              $(MAKE) $(AM_MAKEFLAGS) \
        !           623:                top_distdir="$$new_top_distdir" \
        !           624:                distdir="$$new_distdir" \
        !           625:                am__remove_distdir=: \
        !           626:                am__skip_length_check=: \
        !           627:                am__skip_mode_fix=: \
        !           628:                distdir) \
        !           629:              || exit 1; \
        !           630:          fi; \
        !           631:        done
        !           632: check-am: all-am
        !           633: check: check-recursive
        !           634: all-am: Makefile
        !           635: installdirs: installdirs-recursive
        !           636: installdirs-am:
        !           637: install: install-recursive
        !           638: install-exec: install-exec-recursive
        !           639: install-data: install-data-recursive
        !           640: uninstall: uninstall-recursive
        !           641: 
        !           642: install-am: all-am
        !           643:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           644: 
        !           645: installcheck: installcheck-recursive
        !           646: install-strip:
        !           647:        if test -z '$(STRIP)'; then \
        !           648:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           649:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           650:              install; \
        !           651:        else \
        !           652:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           653:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           654:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           655:        fi
        !           656: mostlyclean-generic:
        !           657: 
        !           658: clean-generic:
        !           659: 
        !           660: distclean-generic:
        !           661:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           662:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        !           663: 
        !           664: maintainer-clean-generic:
        !           665:        @echo "This command is intended for maintainers to use"
        !           666:        @echo "it deletes files that may require special tools to rebuild."
        !           667: clean: clean-recursive
        !           668: 
        !           669: clean-am: clean-generic clean-libtool mostlyclean-am
        !           670: 
        !           671: distclean: distclean-recursive
        !           672:        -rm -f Makefile
        !           673: distclean-am: clean-am distclean-generic distclean-tags
        !           674: 
        !           675: dvi: dvi-recursive
        !           676: 
        !           677: dvi-am:
        !           678: 
        !           679: html: html-recursive
        !           680: 
        !           681: html-am:
        !           682: 
        !           683: info: info-recursive
        !           684: 
        !           685: info-am:
        !           686: 
        !           687: install-data-am:
        !           688: 
        !           689: install-dvi: install-dvi-recursive
        !           690: 
        !           691: install-dvi-am:
        !           692: 
        !           693: install-exec-am:
        !           694: 
        !           695: install-html: install-html-recursive
        !           696: 
        !           697: install-html-am:
        !           698: 
        !           699: install-info: install-info-recursive
        !           700: 
        !           701: install-info-am:
        !           702: 
        !           703: install-man:
        !           704: 
        !           705: install-pdf: install-pdf-recursive
        !           706: 
        !           707: install-pdf-am:
        !           708: 
        !           709: install-ps: install-ps-recursive
        !           710: 
        !           711: install-ps-am:
        !           712: 
        !           713: installcheck-am:
        !           714: 
        !           715: maintainer-clean: maintainer-clean-recursive
        !           716:        -rm -f Makefile
        !           717: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           718: 
        !           719: mostlyclean: mostlyclean-recursive
        !           720: 
        !           721: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
        !           722: 
        !           723: pdf: pdf-recursive
        !           724: 
        !           725: pdf-am:
        !           726: 
        !           727: ps: ps-recursive
        !           728: 
        !           729: ps-am:
        !           730: 
        !           731: uninstall-am:
        !           732: 
        !           733: .MAKE: $(am__recursive_targets) install-am install-strip
        !           734: 
        !           735: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
        !           736:        check-am clean clean-generic clean-libtool cscopelist-am ctags \
        !           737:        ctags-am distclean distclean-generic distclean-libtool \
        !           738:        distclean-tags distdir dvi dvi-am html html-am info info-am \
        !           739:        install install-am install-data install-data-am install-dvi \
        !           740:        install-dvi-am install-exec install-exec-am install-html \
        !           741:        install-html-am install-info install-info-am install-man \
        !           742:        install-pdf install-pdf-am install-ps install-ps-am \
        !           743:        install-strip installcheck installcheck-am installdirs \
        !           744:        installdirs-am maintainer-clean maintainer-clean-generic \
        !           745:        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
        !           746:        ps ps-am tags tags-am uninstall uninstall-am
        !           747: 
        !           748: .PRECIOUS: Makefile
        !           749: 
        !           750: 
        !           751: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           752: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           753: .NOEXPORT:

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