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

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