Annotation of embedaddon/strongswan/src/libfast/Makefile.in, revision 1.1

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

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