Annotation of embedaddon/strongswan/src/libipsec/Makefile.in, revision 1.1.1.1

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

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