File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libipsec / Makefile.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:20:08 2021 UTC (3 years, 4 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, HEAD
strongswan 5.9.2

    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: GIT_VERSION = @GIT_VERSION@
  295: GPERF = @GPERF@
  296: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
  297: GPRBUILD = @GPRBUILD@
  298: GREP = @GREP@
  299: INSTALL = @INSTALL@
  300: INSTALL_DATA = @INSTALL_DATA@
  301: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  302: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  303: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  304: LCOV = @LCOV@
  305: LD = @LD@
  306: LDFLAGS = @LDFLAGS@
  307: LEX = @LEX@
  308: LEXLIB = @LEXLIB@
  309: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  310: LIBOBJS = @LIBOBJS@
  311: LIBS = @LIBS@
  312: LIBTOOL = @LIBTOOL@
  313: LIPO = @LIPO@
  314: LN_S = @LN_S@
  315: LTLIBOBJS = @LTLIBOBJS@
  316: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  317: MAKEINFO = @MAKEINFO@
  318: MANIFEST_TOOL = @MANIFEST_TOOL@
  319: MKDIR_P = @MKDIR_P@
  320: MYSQLCFLAG = @MYSQLCFLAG@
  321: MYSQLCONFIG = @MYSQLCONFIG@
  322: MYSQLLIB = @MYSQLLIB@
  323: NM = @NM@
  324: NMEDIT = @NMEDIT@
  325: OBJDUMP = @OBJDUMP@
  326: OBJEXT = @OBJEXT@
  327: OPENSSL_LIB = @OPENSSL_LIB@
  328: OTOOL = @OTOOL@
  329: OTOOL64 = @OTOOL64@
  330: PACKAGE = @PACKAGE@
  331: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  332: PACKAGE_NAME = @PACKAGE_NAME@
  333: PACKAGE_STRING = @PACKAGE_STRING@
  334: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  335: PACKAGE_URL = @PACKAGE_URL@
  336: PACKAGE_VERSION = @PACKAGE_VERSION@
  337: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
  338: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
  339: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
  340: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
  341: PATH_SEPARATOR = @PATH_SEPARATOR@
  342: PERL = @PERL@
  343: PKG_CONFIG = @PKG_CONFIG@
  344: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  345: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  346: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
  347: PTHREADLIB = @PTHREADLIB@
  348: PYTHON = @PYTHON@
  349: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
  350: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  351: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
  352: PYTHON_PLATFORM = @PYTHON_PLATFORM@
  353: PYTHON_PREFIX = @PYTHON_PREFIX@
  354: PYTHON_VERSION = @PYTHON_VERSION@
  355: PY_TEST = @PY_TEST@
  356: RANLIB = @RANLIB@
  357: RTLIB = @RTLIB@
  358: RUBYGEMDIR = @RUBYGEMDIR@
  359: SED = @SED@
  360: SET_MAKE = @SET_MAKE@
  361: SHELL = @SHELL@
  362: SOCKLIB = @SOCKLIB@
  363: STRIP = @STRIP@
  364: TOX = @TOX@
  365: UNWINDLIB = @UNWINDLIB@
  366: VERSION = @VERSION@
  367: YACC = @YACC@
  368: YFLAGS = @YFLAGS@
  369: abs_builddir = @abs_builddir@
  370: abs_srcdir = @abs_srcdir@
  371: abs_top_builddir = @abs_top_builddir@
  372: abs_top_srcdir = @abs_top_srcdir@
  373: ac_ct_AR = @ac_ct_AR@
  374: ac_ct_CC = @ac_ct_CC@
  375: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  376: aikgen_plugins = @aikgen_plugins@
  377: am__include = @am__include@
  378: am__leading_dot = @am__leading_dot@
  379: am__quote = @am__quote@
  380: am__tar = @am__tar@
  381: am__untar = @am__untar@
  382: attest_plugins = @attest_plugins@
  383: bindir = @bindir@
  384: botan_CFLAGS = @botan_CFLAGS@
  385: botan_LIBS = @botan_LIBS@
  386: build = @build@
  387: build_alias = @build_alias@
  388: build_cpu = @build_cpu@
  389: build_os = @build_os@
  390: build_vendor = @build_vendor@
  391: builddir = @builddir@
  392: c_plugins = @c_plugins@
  393: charon_natt_port = @charon_natt_port@
  394: charon_plugins = @charon_plugins@
  395: charon_udp_port = @charon_udp_port@
  396: clearsilver_LIBS = @clearsilver_LIBS@
  397: cmd_plugins = @cmd_plugins@
  398: datadir = @datadir@
  399: datarootdir = @datarootdir@
  400: dbusdatadir = @dbusdatadir@
  401: dbuspolicydir = @dbuspolicydir@
  402: dev_headers = @dev_headers@
  403: docdir = @docdir@
  404: dvidir = @dvidir@
  405: exec_prefix = @exec_prefix@
  406: fips_mode = @fips_mode@
  407: fuzz_plugins = @fuzz_plugins@
  408: host = @host@
  409: host_alias = @host_alias@
  410: host_cpu = @host_cpu@
  411: host_os = @host_os@
  412: host_vendor = @host_vendor@
  413: htmldir = @htmldir@
  414: imcvdir = @imcvdir@
  415: includedir = @includedir@
  416: infodir = @infodir@
  417: install_sh = @install_sh@
  418: ipsec_script = @ipsec_script@
  419: ipsec_script_upper = @ipsec_script_upper@
  420: ipsecdir = @ipsecdir@
  421: ipsecgroup = @ipsecgroup@
  422: ipseclibdir = @ipseclibdir@
  423: ipsecuser = @ipsecuser@
  424: json_CFLAGS = @json_CFLAGS@
  425: json_LIBS = @json_LIBS@
  426: libdir = @libdir@
  427: libexecdir = @libexecdir@
  428: libfuzzer = @libfuzzer@
  429: libiptc_CFLAGS = @libiptc_CFLAGS@
  430: libiptc_LIBS = @libiptc_LIBS@
  431: linux_headers = @linux_headers@
  432: localedir = @localedir@
  433: localstatedir = @localstatedir@
  434: manager_plugins = @manager_plugins@
  435: mandir = @mandir@
  436: medsrv_plugins = @medsrv_plugins@
  437: mkdir_p = @mkdir_p@
  438: nm_CFLAGS = @nm_CFLAGS@
  439: nm_LIBS = @nm_LIBS@
  440: nm_ca_dir = @nm_ca_dir@
  441: nm_plugins = @nm_plugins@
  442: oldincludedir = @oldincludedir@
  443: p_plugins = @p_plugins@
  444: pcsclite_CFLAGS = @pcsclite_CFLAGS@
  445: pcsclite_LIBS = @pcsclite_LIBS@
  446: pdfdir = @pdfdir@
  447: piddir = @piddir@
  448: pkgpyexecdir = @pkgpyexecdir@
  449: pkgpythondir = @pkgpythondir@
  450: pki_plugins = @pki_plugins@
  451: plugindir = @plugindir@
  452: pool_plugins = @pool_plugins@
  453: prefix = @prefix@
  454: program_transform_name = @program_transform_name@
  455: psdir = @psdir@
  456: pyexecdir = @pyexecdir@
  457: pythondir = @pythondir@
  458: random_device = @random_device@
  459: resolv_conf = @resolv_conf@
  460: routing_table = @routing_table@
  461: routing_table_prio = @routing_table_prio@
  462: runstatedir = @runstatedir@
  463: s_plugins = @s_plugins@
  464: sbindir = @sbindir@
  465: scepclient_plugins = @scepclient_plugins@
  466: scripts_plugins = @scripts_plugins@
  467: sharedstatedir = @sharedstatedir@
  468: soup_CFLAGS = @soup_CFLAGS@
  469: soup_LIBS = @soup_LIBS@
  470: srcdir = @srcdir@
  471: starter_plugins = @starter_plugins@
  472: strongswan_conf = @strongswan_conf@
  473: strongswan_options = @strongswan_options@
  474: swanctldir = @swanctldir@
  475: sysconfdir = @sysconfdir@
  476: systemd_CFLAGS = @systemd_CFLAGS@
  477: systemd_LIBS = @systemd_LIBS@
  478: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
  479: systemd_daemon_LIBS = @systemd_daemon_LIBS@
  480: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
  481: systemd_journal_LIBS = @systemd_journal_LIBS@
  482: systemdsystemunitdir = @systemdsystemunitdir@
  483: t_plugins = @t_plugins@
  484: target_alias = @target_alias@
  485: top_build_prefix = @top_build_prefix@
  486: top_builddir = @top_builddir@
  487: top_srcdir = @top_srcdir@
  488: tss2_CFLAGS = @tss2_CFLAGS@
  489: tss2_LIBS = @tss2_LIBS@
  490: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
  491: tss2_esys_LIBS = @tss2_esys_LIBS@
  492: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
  493: tss2_socket_LIBS = @tss2_socket_LIBS@
  494: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
  495: tss2_sys_LIBS = @tss2_sys_LIBS@
  496: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
  497: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
  498: urandom_device = @urandom_device@
  499: wolfssl_CFLAGS = @wolfssl_CFLAGS@
  500: wolfssl_LIBS = @wolfssl_LIBS@
  501: xml_CFLAGS = @xml_CFLAGS@
  502: xml_LIBS = @xml_LIBS@
  503: ipseclib_LTLIBRARIES = libipsec.la
  504: libipsec_la_SOURCES = \
  505: ipsec.c ipsec.h \
  506: esp_context.c esp_context.h \
  507: esp_packet.c esp_packet.h \
  508: ip_packet.c ip_packet.h \
  509: ipsec_event_listener.h \
  510: ipsec_event_relay.c ipsec_event_relay.h \
  511: ipsec_policy.c ipsec_policy.h \
  512: ipsec_policy_mgr.c ipsec_policy_mgr.h \
  513: ipsec_processor.c ipsec_processor.h \
  514: ipsec_sa.c ipsec_sa.h \
  515: ipsec_sa_mgr.c ipsec_sa_mgr.h
  516: 
  517: libipsec_la_LIBADD =  \
  518: 	$(top_builddir)/src/libstrongswan/libstrongswan.la \
  519: 	$(am__append_1)
  520: AM_CPPFLAGS = \
  521: 	-I$(top_srcdir)/src/libstrongswan
  522: 
  523: AM_CFLAGS = \
  524: 	@COVERAGE_CFLAGS@
  525: 
  526: AM_LDFLAGS = \
  527: 	-no-undefined
  528: 
  529: EXTRA_DIST = Android.mk
  530: SUBDIRS = . tests
  531: all: all-recursive
  532: 
  533: .SUFFIXES:
  534: .SUFFIXES: .c .lo .o .obj
  535: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  536: 	@for dep in $?; do \
  537: 	  case '$(am__configure_deps)' in \
  538: 	    *$$dep*) \
  539: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  540: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  541: 	      exit 1;; \
  542: 	  esac; \
  543: 	done; \
  544: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libipsec/Makefile'; \
  545: 	$(am__cd) $(top_srcdir) && \
  546: 	  $(AUTOMAKE) --gnu src/libipsec/Makefile
  547: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  548: 	@case '$?' in \
  549: 	  *config.status*) \
  550: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  551: 	  *) \
  552: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  553: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  554: 	esac;
  555: 
  556: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  557: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  558: 
  559: $(top_srcdir)/configure:  $(am__configure_deps)
  560: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  561: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  562: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  563: $(am__aclocal_m4_deps):
  564: 
  565: install-ipseclibLTLIBRARIES: $(ipseclib_LTLIBRARIES)
  566: 	@$(NORMAL_INSTALL)
  567: 	@list='$(ipseclib_LTLIBRARIES)'; test -n "$(ipseclibdir)" || list=; \
  568: 	list2=; for p in $$list; do \
  569: 	  if test -f $$p; then \
  570: 	    list2="$$list2 $$p"; \
  571: 	  else :; fi; \
  572: 	done; \
  573: 	test -z "$$list2" || { \
  574: 	  echo " $(MKDIR_P) '$(DESTDIR)$(ipseclibdir)'"; \
  575: 	  $(MKDIR_P) "$(DESTDIR)$(ipseclibdir)" || exit 1; \
  576: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ipseclibdir)'"; \
  577: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ipseclibdir)"; \
  578: 	}
  579: 
  580: uninstall-ipseclibLTLIBRARIES:
  581: 	@$(NORMAL_UNINSTALL)
  582: 	@list='$(ipseclib_LTLIBRARIES)'; test -n "$(ipseclibdir)" || list=; \
  583: 	for p in $$list; do \
  584: 	  $(am__strip_dir) \
  585: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ipseclibdir)/$$f'"; \
  586: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ipseclibdir)/$$f"; \
  587: 	done
  588: 
  589: clean-ipseclibLTLIBRARIES:
  590: 	-test -z "$(ipseclib_LTLIBRARIES)" || rm -f $(ipseclib_LTLIBRARIES)
  591: 	@list='$(ipseclib_LTLIBRARIES)'; \
  592: 	locs=`for p in $$list; do echo $$p; done | \
  593: 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  594: 	      sort -u`; \
  595: 	test -z "$$locs" || { \
  596: 	  echo rm -f $${locs}; \
  597: 	  rm -f $${locs}; \
  598: 	}
  599: 
  600: libipsec.la: $(libipsec_la_OBJECTS) $(libipsec_la_DEPENDENCIES) $(EXTRA_libipsec_la_DEPENDENCIES) 
  601: 	$(AM_V_CCLD)$(LINK) -rpath $(ipseclibdir) $(libipsec_la_OBJECTS) $(libipsec_la_LIBADD) $(LIBS)
  602: 
  603: mostlyclean-compile:
  604: 	-rm -f *.$(OBJEXT)
  605: 
  606: distclean-compile:
  607: 	-rm -f *.tab.c
  608: 
  609: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/esp_context.Plo@am__quote@
  610: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/esp_packet.Plo@am__quote@
  611: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip_packet.Plo@am__quote@
  612: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec.Plo@am__quote@
  613: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_event_relay.Plo@am__quote@
  614: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_policy.Plo@am__quote@
  615: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_policy_mgr.Plo@am__quote@
  616: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_processor.Plo@am__quote@
  617: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_sa.Plo@am__quote@
  618: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_sa_mgr.Plo@am__quote@
  619: 
  620: .c.o:
  621: @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  622: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  623: @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
  624: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  625: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  626: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  627: 
  628: .c.obj:
  629: @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  630: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  631: @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
  632: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  633: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  634: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  635: 
  636: .c.lo:
  637: @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  638: @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  639: @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
  640: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  641: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  642: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  643: 
  644: mostlyclean-libtool:
  645: 	-rm -f *.lo
  646: 
  647: clean-libtool:
  648: 	-rm -rf .libs _libs
  649: 
  650: # This directory's subdirectories are mostly independent; you can cd
  651: # into them and run 'make' without going through this Makefile.
  652: # To change the values of 'make' variables: instead of editing Makefiles,
  653: # (1) if the variable is set in 'config.status', edit 'config.status'
  654: #     (which will cause the Makefiles to be regenerated when you run 'make');
  655: # (2) otherwise, pass the desired values on the 'make' command line.
  656: $(am__recursive_targets):
  657: 	@fail=; \
  658: 	if $(am__make_keepgoing); then \
  659: 	  failcom='fail=yes'; \
  660: 	else \
  661: 	  failcom='exit 1'; \
  662: 	fi; \
  663: 	dot_seen=no; \
  664: 	target=`echo $@ | sed s/-recursive//`; \
  665: 	case "$@" in \
  666: 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  667: 	  *) list='$(SUBDIRS)' ;; \
  668: 	esac; \
  669: 	for subdir in $$list; do \
  670: 	  echo "Making $$target in $$subdir"; \
  671: 	  if test "$$subdir" = "."; then \
  672: 	    dot_seen=yes; \
  673: 	    local_target="$$target-am"; \
  674: 	  else \
  675: 	    local_target="$$target"; \
  676: 	  fi; \
  677: 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  678: 	  || eval $$failcom; \
  679: 	done; \
  680: 	if test "$$dot_seen" = "no"; then \
  681: 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  682: 	fi; test -z "$$fail"
  683: 
  684: ID: $(am__tagged_files)
  685: 	$(am__define_uniq_tagged_files); mkid -fID $$unique
  686: tags: tags-recursive
  687: TAGS: tags
  688: 
  689: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  690: 	set x; \
  691: 	here=`pwd`; \
  692: 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  693: 	  include_option=--etags-include; \
  694: 	  empty_fix=.; \
  695: 	else \
  696: 	  include_option=--include; \
  697: 	  empty_fix=; \
  698: 	fi; \
  699: 	list='$(SUBDIRS)'; for subdir in $$list; do \
  700: 	  if test "$$subdir" = .; then :; else \
  701: 	    test ! -f $$subdir/TAGS || \
  702: 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  703: 	  fi; \
  704: 	done; \
  705: 	$(am__define_uniq_tagged_files); \
  706: 	shift; \
  707: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  708: 	  test -n "$$unique" || unique=$$empty_fix; \
  709: 	  if test $$# -gt 0; then \
  710: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  711: 	      "$$@" $$unique; \
  712: 	  else \
  713: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  714: 	      $$unique; \
  715: 	  fi; \
  716: 	fi
  717: ctags: ctags-recursive
  718: 
  719: CTAGS: ctags
  720: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  721: 	$(am__define_uniq_tagged_files); \
  722: 	test -z "$(CTAGS_ARGS)$$unique" \
  723: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  724: 	     $$unique
  725: 
  726: GTAGS:
  727: 	here=`$(am__cd) $(top_builddir) && pwd` \
  728: 	  && $(am__cd) $(top_srcdir) \
  729: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  730: cscopelist: cscopelist-recursive
  731: 
  732: cscopelist-am: $(am__tagged_files)
  733: 	list='$(am__tagged_files)'; \
  734: 	case "$(srcdir)" in \
  735: 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  736: 	  *) sdir=$(subdir)/$(srcdir) ;; \
  737: 	esac; \
  738: 	for i in $$list; do \
  739: 	  if test -f "$$i"; then \
  740: 	    echo "$(subdir)/$$i"; \
  741: 	  else \
  742: 	    echo "$$sdir/$$i"; \
  743: 	  fi; \
  744: 	done >> $(top_builddir)/cscope.files
  745: 
  746: distclean-tags:
  747: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  748: 
  749: distdir: $(DISTFILES)
  750: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  751: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  752: 	list='$(DISTFILES)'; \
  753: 	  dist_files=`for file in $$list; do echo $$file; done | \
  754: 	  sed -e "s|^$$srcdirstrip/||;t" \
  755: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  756: 	case $$dist_files in \
  757: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  758: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  759: 			   sort -u` ;; \
  760: 	esac; \
  761: 	for file in $$dist_files; do \
  762: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  763: 	  if test -d $$d/$$file; then \
  764: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  765: 	    if test -d "$(distdir)/$$file"; then \
  766: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  767: 	    fi; \
  768: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  769: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  770: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  771: 	    fi; \
  772: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  773: 	  else \
  774: 	    test -f "$(distdir)/$$file" \
  775: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  776: 	    || exit 1; \
  777: 	  fi; \
  778: 	done
  779: 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  780: 	  if test "$$subdir" = .; then :; else \
  781: 	    $(am__make_dryrun) \
  782: 	      || test -d "$(distdir)/$$subdir" \
  783: 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
  784: 	      || exit 1; \
  785: 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  786: 	    $(am__relativize); \
  787: 	    new_distdir=$$reldir; \
  788: 	    dir1=$$subdir; dir2="$(top_distdir)"; \
  789: 	    $(am__relativize); \
  790: 	    new_top_distdir=$$reldir; \
  791: 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  792: 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  793: 	    ($(am__cd) $$subdir && \
  794: 	      $(MAKE) $(AM_MAKEFLAGS) \
  795: 	        top_distdir="$$new_top_distdir" \
  796: 	        distdir="$$new_distdir" \
  797: 		am__remove_distdir=: \
  798: 		am__skip_length_check=: \
  799: 		am__skip_mode_fix=: \
  800: 	        distdir) \
  801: 	      || exit 1; \
  802: 	  fi; \
  803: 	done
  804: check-am: all-am
  805: check: check-recursive
  806: all-am: Makefile $(LTLIBRARIES)
  807: installdirs: installdirs-recursive
  808: installdirs-am:
  809: 	for dir in "$(DESTDIR)$(ipseclibdir)"; do \
  810: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  811: 	done
  812: install: install-recursive
  813: install-exec: install-exec-recursive
  814: install-data: install-data-recursive
  815: uninstall: uninstall-recursive
  816: 
  817: install-am: all-am
  818: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  819: 
  820: installcheck: installcheck-recursive
  821: install-strip:
  822: 	if test -z '$(STRIP)'; then \
  823: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  824: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  825: 	      install; \
  826: 	else \
  827: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  828: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  829: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  830: 	fi
  831: mostlyclean-generic:
  832: 
  833: clean-generic:
  834: 
  835: distclean-generic:
  836: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  837: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  838: 
  839: maintainer-clean-generic:
  840: 	@echo "This command is intended for maintainers to use"
  841: 	@echo "it deletes files that may require special tools to rebuild."
  842: clean: clean-recursive
  843: 
  844: clean-am: clean-generic clean-ipseclibLTLIBRARIES clean-libtool \
  845: 	mostlyclean-am
  846: 
  847: distclean: distclean-recursive
  848: 	-rm -rf ./$(DEPDIR)
  849: 	-rm -f Makefile
  850: distclean-am: clean-am distclean-compile distclean-generic \
  851: 	distclean-tags
  852: 
  853: dvi: dvi-recursive
  854: 
  855: dvi-am:
  856: 
  857: html: html-recursive
  858: 
  859: html-am:
  860: 
  861: info: info-recursive
  862: 
  863: info-am:
  864: 
  865: install-data-am: install-ipseclibLTLIBRARIES
  866: 
  867: install-dvi: install-dvi-recursive
  868: 
  869: install-dvi-am:
  870: 
  871: install-exec-am:
  872: 
  873: install-html: install-html-recursive
  874: 
  875: install-html-am:
  876: 
  877: install-info: install-info-recursive
  878: 
  879: install-info-am:
  880: 
  881: install-man:
  882: 
  883: install-pdf: install-pdf-recursive
  884: 
  885: install-pdf-am:
  886: 
  887: install-ps: install-ps-recursive
  888: 
  889: install-ps-am:
  890: 
  891: installcheck-am:
  892: 
  893: maintainer-clean: maintainer-clean-recursive
  894: 	-rm -rf ./$(DEPDIR)
  895: 	-rm -f Makefile
  896: maintainer-clean-am: distclean-am maintainer-clean-generic
  897: 
  898: mostlyclean: mostlyclean-recursive
  899: 
  900: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  901: 	mostlyclean-libtool
  902: 
  903: pdf: pdf-recursive
  904: 
  905: pdf-am:
  906: 
  907: ps: ps-recursive
  908: 
  909: ps-am:
  910: 
  911: uninstall-am: uninstall-ipseclibLTLIBRARIES
  912: 
  913: .MAKE: $(am__recursive_targets) install-am install-strip
  914: 
  915: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  916: 	check-am clean clean-generic clean-ipseclibLTLIBRARIES \
  917: 	clean-libtool cscopelist-am ctags ctags-am distclean \
  918: 	distclean-compile distclean-generic distclean-libtool \
  919: 	distclean-tags distdir dvi dvi-am html html-am info info-am \
  920: 	install install-am install-data install-data-am install-dvi \
  921: 	install-dvi-am install-exec install-exec-am install-html \
  922: 	install-html-am install-info install-info-am \
  923: 	install-ipseclibLTLIBRARIES install-man install-pdf \
  924: 	install-pdf-am install-ps install-ps-am install-strip \
  925: 	installcheck installcheck-am installdirs installdirs-am \
  926: 	maintainer-clean maintainer-clean-generic mostlyclean \
  927: 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  928: 	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
  929: 	uninstall-ipseclibLTLIBRARIES
  930: 
  931: .PRECIOUS: Makefile
  932: 
  933: 
  934: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  935: # Otherwise a system limit (for SysV at least) may be exceeded.
  936: .NOEXPORT:

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