Annotation of embedaddon/strongswan/src/libtls/Makefile.in, revision 1.1
1.1 ! misho 1: # Makefile.in generated by automake 1.15.1 from Makefile.am.
! 2: # @configure_input@
! 3:
! 4: # Copyright (C) 1994-2017 Free Software Foundation, Inc.
! 5:
! 6: # This Makefile.in is free software; the Free Software Foundation
! 7: # gives unlimited permission to copy and/or distribute it,
! 8: # with or without modifications, as long as this notice is preserved.
! 9:
! 10: # This program is distributed in the hope that it will be useful,
! 11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
! 12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
! 13: # PARTICULAR PURPOSE.
! 14:
! 15: @SET_MAKE@
! 16:
! 17:
! 18: VPATH = @srcdir@
! 19: am__is_gnu_make = { \
! 20: if test -z '$(MAKELEVEL)'; then \
! 21: false; \
! 22: elif test -n '$(MAKE_HOST)'; then \
! 23: true; \
! 24: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
! 25: true; \
! 26: else \
! 27: false; \
! 28: fi; \
! 29: }
! 30: am__make_running_with_option = \
! 31: case $${target_option-} in \
! 32: ?) ;; \
! 33: *) echo "am__make_running_with_option: internal error: invalid" \
! 34: "target option '$${target_option-}' specified" >&2; \
! 35: exit 1;; \
! 36: esac; \
! 37: has_opt=no; \
! 38: sane_makeflags=$$MAKEFLAGS; \
! 39: if $(am__is_gnu_make); then \
! 40: sane_makeflags=$$MFLAGS; \
! 41: else \
! 42: case $$MAKEFLAGS in \
! 43: *\\[\ \ ]*) \
! 44: bs=\\; \
! 45: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
! 46: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
! 47: esac; \
! 48: fi; \
! 49: skip_next=no; \
! 50: strip_trailopt () \
! 51: { \
! 52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
! 53: }; \
! 54: for flg in $$sane_makeflags; do \
! 55: test $$skip_next = yes && { skip_next=no; continue; }; \
! 56: case $$flg in \
! 57: *=*|--*) continue;; \
! 58: -*I) strip_trailopt 'I'; skip_next=yes;; \
! 59: -*I?*) strip_trailopt 'I';; \
! 60: -*O) strip_trailopt 'O'; skip_next=yes;; \
! 61: -*O?*) strip_trailopt 'O';; \
! 62: -*l) strip_trailopt 'l'; skip_next=yes;; \
! 63: -*l?*) strip_trailopt 'l';; \
! 64: -[dEDm]) skip_next=yes;; \
! 65: -[JT]) skip_next=yes;; \
! 66: esac; \
! 67: case $$flg in \
! 68: *$$target_option*) has_opt=yes; break;; \
! 69: esac; \
! 70: done; \
! 71: test $$has_opt = yes
! 72: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
! 73: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
! 74: pkgdatadir = $(datadir)/@PACKAGE@
! 75: pkgincludedir = $(includedir)/@PACKAGE@
! 76: pkglibdir = $(libdir)/@PACKAGE@
! 77: pkglibexecdir = $(libexecdir)/@PACKAGE@
! 78: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
! 79: install_sh_DATA = $(install_sh) -c -m 644
! 80: install_sh_PROGRAM = $(install_sh) -c
! 81: install_sh_SCRIPT = $(install_sh) -c
! 82: INSTALL_HEADER = $(INSTALL_DATA)
! 83: transform = $(program_transform_name)
! 84: NORMAL_INSTALL = :
! 85: PRE_INSTALL = :
! 86: POST_INSTALL = :
! 87: NORMAL_UNINSTALL = :
! 88: PRE_UNINSTALL = :
! 89: POST_UNINSTALL = :
! 90: build_triplet = @build@
! 91: host_triplet = @host@
! 92: @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_socket.lo tls_eap.lo tls_cache.lo tls_peer.lo \
! 150: tls_aead_expl.lo tls_aead_impl.lo tls_aead_null.lo tls_aead.lo \
! 151: 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_socket.h tls_eap.h tls_cache.h tls_peer.h \
! 209: tls_server.h tls_handshake.h tls_application.h tls_aead.h \
! 210: 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: GPERF = @GPERF@
! 305: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
! 306: GPRBUILD = @GPRBUILD@
! 307: GREP = @GREP@
! 308: INSTALL = @INSTALL@
! 309: INSTALL_DATA = @INSTALL_DATA@
! 310: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 311: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 312: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 313: LCOV = @LCOV@
! 314: LD = @LD@
! 315: LDFLAGS = @LDFLAGS@
! 316: LEX = @LEX@
! 317: LEXLIB = @LEXLIB@
! 318: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
! 319: LIBOBJS = @LIBOBJS@
! 320: LIBS = @LIBS@
! 321: LIBTOOL = @LIBTOOL@
! 322: LIPO = @LIPO@
! 323: LN_S = @LN_S@
! 324: LTLIBOBJS = @LTLIBOBJS@
! 325: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
! 326: MAKEINFO = @MAKEINFO@
! 327: MANIFEST_TOOL = @MANIFEST_TOOL@
! 328: MKDIR_P = @MKDIR_P@
! 329: MYSQLCFLAG = @MYSQLCFLAG@
! 330: MYSQLCONFIG = @MYSQLCONFIG@
! 331: MYSQLLIB = @MYSQLLIB@
! 332: NM = @NM@
! 333: NMEDIT = @NMEDIT@
! 334: OBJDUMP = @OBJDUMP@
! 335: OBJEXT = @OBJEXT@
! 336: OPENSSL_LIB = @OPENSSL_LIB@
! 337: OTOOL = @OTOOL@
! 338: OTOOL64 = @OTOOL64@
! 339: PACKAGE = @PACKAGE@
! 340: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
! 341: PACKAGE_NAME = @PACKAGE_NAME@
! 342: PACKAGE_STRING = @PACKAGE_STRING@
! 343: PACKAGE_TARNAME = @PACKAGE_TARNAME@
! 344: PACKAGE_URL = @PACKAGE_URL@
! 345: PACKAGE_VERSION = @PACKAGE_VERSION@
! 346: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
! 347: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
! 348: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
! 349: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
! 350: PATH_SEPARATOR = @PATH_SEPARATOR@
! 351: PERL = @PERL@
! 352: PKG_CONFIG = @PKG_CONFIG@
! 353: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
! 354: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
! 355: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
! 356: PTHREADLIB = @PTHREADLIB@
! 357: PYTHON = @PYTHON@
! 358: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
! 359: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
! 360: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
! 361: PYTHON_PLATFORM = @PYTHON_PLATFORM@
! 362: PYTHON_PREFIX = @PYTHON_PREFIX@
! 363: PYTHON_VERSION = @PYTHON_VERSION@
! 364: PY_TEST = @PY_TEST@
! 365: RANLIB = @RANLIB@
! 366: RTLIB = @RTLIB@
! 367: RUBYGEMDIR = @RUBYGEMDIR@
! 368: SED = @SED@
! 369: SET_MAKE = @SET_MAKE@
! 370: SHELL = @SHELL@
! 371: SOCKLIB = @SOCKLIB@
! 372: STRIP = @STRIP@
! 373: TOX = @TOX@
! 374: UNWINDLIB = @UNWINDLIB@
! 375: VERSION = @VERSION@
! 376: YACC = @YACC@
! 377: YFLAGS = @YFLAGS@
! 378: abs_builddir = @abs_builddir@
! 379: abs_srcdir = @abs_srcdir@
! 380: abs_top_builddir = @abs_top_builddir@
! 381: abs_top_srcdir = @abs_top_srcdir@
! 382: ac_ct_AR = @ac_ct_AR@
! 383: ac_ct_CC = @ac_ct_CC@
! 384: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
! 385: aikgen_plugins = @aikgen_plugins@
! 386: am__include = @am__include@
! 387: am__leading_dot = @am__leading_dot@
! 388: am__quote = @am__quote@
! 389: am__tar = @am__tar@
! 390: am__untar = @am__untar@
! 391: attest_plugins = @attest_plugins@
! 392: bindir = @bindir@
! 393: botan_CFLAGS = @botan_CFLAGS@
! 394: botan_LIBS = @botan_LIBS@
! 395: build = @build@
! 396: build_alias = @build_alias@
! 397: build_cpu = @build_cpu@
! 398: build_os = @build_os@
! 399: build_vendor = @build_vendor@
! 400: builddir = @builddir@
! 401: c_plugins = @c_plugins@
! 402: charon_natt_port = @charon_natt_port@
! 403: charon_plugins = @charon_plugins@
! 404: charon_udp_port = @charon_udp_port@
! 405: clearsilver_LIBS = @clearsilver_LIBS@
! 406: cmd_plugins = @cmd_plugins@
! 407: datadir = @datadir@
! 408: datarootdir = @datarootdir@
! 409: dbusdatadir = @dbusdatadir@
! 410: dbuspolicydir = @dbuspolicydir@
! 411: dev_headers = @dev_headers@
! 412: docdir = @docdir@
! 413: dvidir = @dvidir@
! 414: exec_prefix = @exec_prefix@
! 415: fips_mode = @fips_mode@
! 416: fuzz_plugins = @fuzz_plugins@
! 417: host = @host@
! 418: host_alias = @host_alias@
! 419: host_cpu = @host_cpu@
! 420: host_os = @host_os@
! 421: host_vendor = @host_vendor@
! 422: htmldir = @htmldir@
! 423: imcvdir = @imcvdir@
! 424: includedir = @includedir@
! 425: infodir = @infodir@
! 426: install_sh = @install_sh@
! 427: ipsec_script = @ipsec_script@
! 428: ipsec_script_upper = @ipsec_script_upper@
! 429: ipsecdir = @ipsecdir@
! 430: ipsecgroup = @ipsecgroup@
! 431: ipseclibdir = @ipseclibdir@
! 432: ipsecuser = @ipsecuser@
! 433: json_CFLAGS = @json_CFLAGS@
! 434: json_LIBS = @json_LIBS@
! 435: libdir = @libdir@
! 436: libexecdir = @libexecdir@
! 437: libfuzzer = @libfuzzer@
! 438: libiptc_CFLAGS = @libiptc_CFLAGS@
! 439: libiptc_LIBS = @libiptc_LIBS@
! 440: linux_headers = @linux_headers@
! 441: localedir = @localedir@
! 442: localstatedir = @localstatedir@
! 443: manager_plugins = @manager_plugins@
! 444: mandir = @mandir@
! 445: medsrv_plugins = @medsrv_plugins@
! 446: mkdir_p = @mkdir_p@
! 447: nm_CFLAGS = @nm_CFLAGS@
! 448: nm_LIBS = @nm_LIBS@
! 449: nm_ca_dir = @nm_ca_dir@
! 450: nm_plugins = @nm_plugins@
! 451: oldincludedir = @oldincludedir@
! 452: p_plugins = @p_plugins@
! 453: pcsclite_CFLAGS = @pcsclite_CFLAGS@
! 454: pcsclite_LIBS = @pcsclite_LIBS@
! 455: pdfdir = @pdfdir@
! 456: piddir = @piddir@
! 457: pkgpyexecdir = @pkgpyexecdir@
! 458: pkgpythondir = @pkgpythondir@
! 459: pki_plugins = @pki_plugins@
! 460: plugindir = @plugindir@
! 461: pool_plugins = @pool_plugins@
! 462: prefix = @prefix@
! 463: program_transform_name = @program_transform_name@
! 464: psdir = @psdir@
! 465: pyexecdir = @pyexecdir@
! 466: pythondir = @pythondir@
! 467: random_device = @random_device@
! 468: resolv_conf = @resolv_conf@
! 469: routing_table = @routing_table@
! 470: routing_table_prio = @routing_table_prio@
! 471: runstatedir = @runstatedir@
! 472: s_plugins = @s_plugins@
! 473: sbindir = @sbindir@
! 474: scepclient_plugins = @scepclient_plugins@
! 475: scripts_plugins = @scripts_plugins@
! 476: sharedstatedir = @sharedstatedir@
! 477: soup_CFLAGS = @soup_CFLAGS@
! 478: soup_LIBS = @soup_LIBS@
! 479: srcdir = @srcdir@
! 480: starter_plugins = @starter_plugins@
! 481: strongswan_conf = @strongswan_conf@
! 482: strongswan_options = @strongswan_options@
! 483: swanctldir = @swanctldir@
! 484: sysconfdir = @sysconfdir@
! 485: systemd_CFLAGS = @systemd_CFLAGS@
! 486: systemd_LIBS = @systemd_LIBS@
! 487: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
! 488: systemd_daemon_LIBS = @systemd_daemon_LIBS@
! 489: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
! 490: systemd_journal_LIBS = @systemd_journal_LIBS@
! 491: systemdsystemunitdir = @systemdsystemunitdir@
! 492: t_plugins = @t_plugins@
! 493: target_alias = @target_alias@
! 494: top_build_prefix = @top_build_prefix@
! 495: top_builddir = @top_builddir@
! 496: top_srcdir = @top_srcdir@
! 497: tss2_CFLAGS = @tss2_CFLAGS@
! 498: tss2_LIBS = @tss2_LIBS@
! 499: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
! 500: tss2_esys_LIBS = @tss2_esys_LIBS@
! 501: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
! 502: tss2_socket_LIBS = @tss2_socket_LIBS@
! 503: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
! 504: tss2_sys_LIBS = @tss2_sys_LIBS@
! 505: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
! 506: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
! 507: urandom_device = @urandom_device@
! 508: wolfssl_CFLAGS = @wolfssl_CFLAGS@
! 509: wolfssl_LIBS = @wolfssl_LIBS@
! 510: xml_CFLAGS = @xml_CFLAGS@
! 511: xml_LIBS = @xml_LIBS@
! 512: AM_CPPFLAGS = \
! 513: -I$(top_srcdir)/src/libstrongswan
! 514:
! 515: AM_LDFLAGS = \
! 516: -no-undefined
! 517:
! 518: ipseclib_LTLIBRARIES = libtls.la
! 519: libtls_la_SOURCES = \
! 520: tls_protection.c tls_compression.c tls_fragmentation.c tls_alert.c \
! 521: tls_crypto.c tls_prf.c tls_socket.c tls_eap.c tls_cache.c tls_peer.c \
! 522: tls_aead_expl.c tls_aead_impl.c tls_aead_null.c tls_aead.c \
! 523: tls_server.c tls.c
! 524:
! 525: libtls_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la \
! 526: $(am__append_1)
! 527: @USE_DEV_HEADERS_TRUE@tls_includedir = ${dev_headers}/tls
! 528: @USE_DEV_HEADERS_TRUE@nobase_tls_include_HEADERS = \
! 529: @USE_DEV_HEADERS_TRUE@ tls_protection.h tls_compression.h tls_fragmentation.h tls_alert.h \
! 530: @USE_DEV_HEADERS_TRUE@ tls_crypto.h tls_prf.h tls_socket.h tls_eap.h tls_cache.h tls_peer.h \
! 531: @USE_DEV_HEADERS_TRUE@ tls_server.h tls_handshake.h tls_application.h tls_aead.h tls.h
! 532:
! 533: SUBDIRS = . tests
! 534: all: all-recursive
! 535:
! 536: .SUFFIXES:
! 537: .SUFFIXES: .c .lo .o .obj
! 538: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
! 539: @for dep in $?; do \
! 540: case '$(am__configure_deps)' in \
! 541: *$$dep*) \
! 542: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
! 543: && { if test -f $@; then exit 0; else break; fi; }; \
! 544: exit 1;; \
! 545: esac; \
! 546: done; \
! 547: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libtls/Makefile'; \
! 548: $(am__cd) $(top_srcdir) && \
! 549: $(AUTOMAKE) --gnu src/libtls/Makefile
! 550: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 551: @case '$?' in \
! 552: *config.status*) \
! 553: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
! 554: *) \
! 555: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
! 556: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
! 557: esac;
! 558:
! 559: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
! 560: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 561:
! 562: $(top_srcdir)/configure: $(am__configure_deps)
! 563: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 564: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
! 565: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! 566: $(am__aclocal_m4_deps):
! 567:
! 568: install-ipseclibLTLIBRARIES: $(ipseclib_LTLIBRARIES)
! 569: @$(NORMAL_INSTALL)
! 570: @list='$(ipseclib_LTLIBRARIES)'; test -n "$(ipseclibdir)" || list=; \
! 571: list2=; for p in $$list; do \
! 572: if test -f $$p; then \
! 573: list2="$$list2 $$p"; \
! 574: else :; fi; \
! 575: done; \
! 576: test -z "$$list2" || { \
! 577: echo " $(MKDIR_P) '$(DESTDIR)$(ipseclibdir)'"; \
! 578: $(MKDIR_P) "$(DESTDIR)$(ipseclibdir)" || exit 1; \
! 579: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ipseclibdir)'"; \
! 580: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ipseclibdir)"; \
! 581: }
! 582:
! 583: uninstall-ipseclibLTLIBRARIES:
! 584: @$(NORMAL_UNINSTALL)
! 585: @list='$(ipseclib_LTLIBRARIES)'; test -n "$(ipseclibdir)" || list=; \
! 586: for p in $$list; do \
! 587: $(am__strip_dir) \
! 588: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ipseclibdir)/$$f'"; \
! 589: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ipseclibdir)/$$f"; \
! 590: done
! 591:
! 592: clean-ipseclibLTLIBRARIES:
! 593: -test -z "$(ipseclib_LTLIBRARIES)" || rm -f $(ipseclib_LTLIBRARIES)
! 594: @list='$(ipseclib_LTLIBRARIES)'; \
! 595: locs=`for p in $$list; do echo $$p; done | \
! 596: sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
! 597: sort -u`; \
! 598: test -z "$$locs" || { \
! 599: echo rm -f $${locs}; \
! 600: rm -f $${locs}; \
! 601: }
! 602:
! 603: libtls.la: $(libtls_la_OBJECTS) $(libtls_la_DEPENDENCIES) $(EXTRA_libtls_la_DEPENDENCIES)
! 604: $(AM_V_CCLD)$(LINK) -rpath $(ipseclibdir) $(libtls_la_OBJECTS) $(libtls_la_LIBADD) $(LIBS)
! 605:
! 606: mostlyclean-compile:
! 607: -rm -f *.$(OBJEXT)
! 608:
! 609: distclean-compile:
! 610: -rm -f *.tab.c
! 611:
! 612: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls.Plo@am__quote@
! 613: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_aead.Plo@am__quote@
! 614: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_aead_expl.Plo@am__quote@
! 615: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_aead_impl.Plo@am__quote@
! 616: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_aead_null.Plo@am__quote@
! 617: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_alert.Plo@am__quote@
! 618: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_cache.Plo@am__quote@
! 619: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_compression.Plo@am__quote@
! 620: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_crypto.Plo@am__quote@
! 621: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_eap.Plo@am__quote@
! 622: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_fragmentation.Plo@am__quote@
! 623: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_peer.Plo@am__quote@
! 624: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_prf.Plo@am__quote@
! 625: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_protection.Plo@am__quote@
! 626: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_server.Plo@am__quote@
! 627: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_socket.Plo@am__quote@
! 628:
! 629: .c.o:
! 630: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
! 631: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
! 632: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
! 633: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 634: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 635: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
! 636:
! 637: .c.obj:
! 638: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
! 639: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
! 640: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
! 641: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! 642: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 643: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
! 644:
! 645: .c.lo:
! 646: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
! 647: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
! 648: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
! 649: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
! 650: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! 651: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
! 652:
! 653: mostlyclean-libtool:
! 654: -rm -f *.lo
! 655:
! 656: clean-libtool:
! 657: -rm -rf .libs _libs
! 658: install-nobase_tls_includeHEADERS: $(nobase_tls_include_HEADERS)
! 659: @$(NORMAL_INSTALL)
! 660: @list='$(nobase_tls_include_HEADERS)'; test -n "$(tls_includedir)" || list=; \
! 661: if test -n "$$list"; then \
! 662: echo " $(MKDIR_P) '$(DESTDIR)$(tls_includedir)'"; \
! 663: $(MKDIR_P) "$(DESTDIR)$(tls_includedir)" || exit 1; \
! 664: fi; \
! 665: $(am__nobase_list) | while read dir files; do \
! 666: xfiles=; for file in $$files; do \
! 667: if test -f "$$file"; then xfiles="$$xfiles $$file"; \
! 668: else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
! 669: test -z "$$xfiles" || { \
! 670: test "x$$dir" = x. || { \
! 671: echo " $(MKDIR_P) '$(DESTDIR)$(tls_includedir)/$$dir'"; \
! 672: $(MKDIR_P) "$(DESTDIR)$(tls_includedir)/$$dir"; }; \
! 673: echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(tls_includedir)/$$dir'"; \
! 674: $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(tls_includedir)/$$dir" || exit $$?; }; \
! 675: done
! 676:
! 677: uninstall-nobase_tls_includeHEADERS:
! 678: @$(NORMAL_UNINSTALL)
! 679: @list='$(nobase_tls_include_HEADERS)'; test -n "$(tls_includedir)" || list=; \
! 680: $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
! 681: dir='$(DESTDIR)$(tls_includedir)'; $(am__uninstall_files_from_dir)
! 682:
! 683: # This directory's subdirectories are mostly independent; you can cd
! 684: # into them and run 'make' without going through this Makefile.
! 685: # To change the values of 'make' variables: instead of editing Makefiles,
! 686: # (1) if the variable is set in 'config.status', edit 'config.status'
! 687: # (which will cause the Makefiles to be regenerated when you run 'make');
! 688: # (2) otherwise, pass the desired values on the 'make' command line.
! 689: $(am__recursive_targets):
! 690: @fail=; \
! 691: if $(am__make_keepgoing); then \
! 692: failcom='fail=yes'; \
! 693: else \
! 694: failcom='exit 1'; \
! 695: fi; \
! 696: dot_seen=no; \
! 697: target=`echo $@ | sed s/-recursive//`; \
! 698: case "$@" in \
! 699: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
! 700: *) list='$(SUBDIRS)' ;; \
! 701: esac; \
! 702: for subdir in $$list; do \
! 703: echo "Making $$target in $$subdir"; \
! 704: if test "$$subdir" = "."; then \
! 705: dot_seen=yes; \
! 706: local_target="$$target-am"; \
! 707: else \
! 708: local_target="$$target"; \
! 709: fi; \
! 710: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
! 711: || eval $$failcom; \
! 712: done; \
! 713: if test "$$dot_seen" = "no"; then \
! 714: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
! 715: fi; test -z "$$fail"
! 716:
! 717: ID: $(am__tagged_files)
! 718: $(am__define_uniq_tagged_files); mkid -fID $$unique
! 719: tags: tags-recursive
! 720: TAGS: tags
! 721:
! 722: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 723: set x; \
! 724: here=`pwd`; \
! 725: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
! 726: include_option=--etags-include; \
! 727: empty_fix=.; \
! 728: else \
! 729: include_option=--include; \
! 730: empty_fix=; \
! 731: fi; \
! 732: list='$(SUBDIRS)'; for subdir in $$list; do \
! 733: if test "$$subdir" = .; then :; else \
! 734: test ! -f $$subdir/TAGS || \
! 735: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
! 736: fi; \
! 737: done; \
! 738: $(am__define_uniq_tagged_files); \
! 739: shift; \
! 740: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
! 741: test -n "$$unique" || unique=$$empty_fix; \
! 742: if test $$# -gt 0; then \
! 743: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 744: "$$@" $$unique; \
! 745: else \
! 746: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 747: $$unique; \
! 748: fi; \
! 749: fi
! 750: ctags: ctags-recursive
! 751:
! 752: CTAGS: ctags
! 753: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
! 754: $(am__define_uniq_tagged_files); \
! 755: test -z "$(CTAGS_ARGS)$$unique" \
! 756: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
! 757: $$unique
! 758:
! 759: GTAGS:
! 760: here=`$(am__cd) $(top_builddir) && pwd` \
! 761: && $(am__cd) $(top_srcdir) \
! 762: && gtags -i $(GTAGS_ARGS) "$$here"
! 763: cscopelist: cscopelist-recursive
! 764:
! 765: cscopelist-am: $(am__tagged_files)
! 766: list='$(am__tagged_files)'; \
! 767: case "$(srcdir)" in \
! 768: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
! 769: *) sdir=$(subdir)/$(srcdir) ;; \
! 770: esac; \
! 771: for i in $$list; do \
! 772: if test -f "$$i"; then \
! 773: echo "$(subdir)/$$i"; \
! 774: else \
! 775: echo "$$sdir/$$i"; \
! 776: fi; \
! 777: done >> $(top_builddir)/cscope.files
! 778:
! 779: distclean-tags:
! 780: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
! 781:
! 782: distdir: $(DISTFILES)
! 783: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 784: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 785: list='$(DISTFILES)'; \
! 786: dist_files=`for file in $$list; do echo $$file; done | \
! 787: sed -e "s|^$$srcdirstrip/||;t" \
! 788: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 789: case $$dist_files in \
! 790: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 791: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 792: sort -u` ;; \
! 793: esac; \
! 794: for file in $$dist_files; do \
! 795: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 796: if test -d $$d/$$file; then \
! 797: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 798: if test -d "$(distdir)/$$file"; then \
! 799: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 800: fi; \
! 801: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 802: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 803: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 804: fi; \
! 805: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
! 806: else \
! 807: test -f "$(distdir)/$$file" \
! 808: || cp -p $$d/$$file "$(distdir)/$$file" \
! 809: || exit 1; \
! 810: fi; \
! 811: done
! 812: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
! 813: if test "$$subdir" = .; then :; else \
! 814: $(am__make_dryrun) \
! 815: || test -d "$(distdir)/$$subdir" \
! 816: || $(MKDIR_P) "$(distdir)/$$subdir" \
! 817: || exit 1; \
! 818: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
! 819: $(am__relativize); \
! 820: new_distdir=$$reldir; \
! 821: dir1=$$subdir; dir2="$(top_distdir)"; \
! 822: $(am__relativize); \
! 823: new_top_distdir=$$reldir; \
! 824: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
! 825: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
! 826: ($(am__cd) $$subdir && \
! 827: $(MAKE) $(AM_MAKEFLAGS) \
! 828: top_distdir="$$new_top_distdir" \
! 829: distdir="$$new_distdir" \
! 830: am__remove_distdir=: \
! 831: am__skip_length_check=: \
! 832: am__skip_mode_fix=: \
! 833: distdir) \
! 834: || exit 1; \
! 835: fi; \
! 836: done
! 837: check-am: all-am
! 838: check: check-recursive
! 839: all-am: Makefile $(LTLIBRARIES) $(HEADERS)
! 840: installdirs: installdirs-recursive
! 841: installdirs-am:
! 842: for dir in "$(DESTDIR)$(ipseclibdir)" "$(DESTDIR)$(tls_includedir)"; do \
! 843: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
! 844: done
! 845: install: install-recursive
! 846: install-exec: install-exec-recursive
! 847: install-data: install-data-recursive
! 848: uninstall: uninstall-recursive
! 849:
! 850: install-am: all-am
! 851: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 852:
! 853: installcheck: installcheck-recursive
! 854: install-strip:
! 855: if test -z '$(STRIP)'; then \
! 856: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 857: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 858: install; \
! 859: else \
! 860: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 861: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 862: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
! 863: fi
! 864: mostlyclean-generic:
! 865:
! 866: clean-generic:
! 867:
! 868: distclean-generic:
! 869: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
! 870: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
! 871:
! 872: maintainer-clean-generic:
! 873: @echo "This command is intended for maintainers to use"
! 874: @echo "it deletes files that may require special tools to rebuild."
! 875: clean: clean-recursive
! 876:
! 877: clean-am: clean-generic clean-ipseclibLTLIBRARIES clean-libtool \
! 878: mostlyclean-am
! 879:
! 880: distclean: distclean-recursive
! 881: -rm -rf ./$(DEPDIR)
! 882: -rm -f Makefile
! 883: distclean-am: clean-am distclean-compile distclean-generic \
! 884: distclean-tags
! 885:
! 886: dvi: dvi-recursive
! 887:
! 888: dvi-am:
! 889:
! 890: html: html-recursive
! 891:
! 892: html-am:
! 893:
! 894: info: info-recursive
! 895:
! 896: info-am:
! 897:
! 898: install-data-am: install-ipseclibLTLIBRARIES \
! 899: install-nobase_tls_includeHEADERS
! 900:
! 901: install-dvi: install-dvi-recursive
! 902:
! 903: install-dvi-am:
! 904:
! 905: install-exec-am:
! 906:
! 907: install-html: install-html-recursive
! 908:
! 909: install-html-am:
! 910:
! 911: install-info: install-info-recursive
! 912:
! 913: install-info-am:
! 914:
! 915: install-man:
! 916:
! 917: install-pdf: install-pdf-recursive
! 918:
! 919: install-pdf-am:
! 920:
! 921: install-ps: install-ps-recursive
! 922:
! 923: install-ps-am:
! 924:
! 925: installcheck-am:
! 926:
! 927: maintainer-clean: maintainer-clean-recursive
! 928: -rm -rf ./$(DEPDIR)
! 929: -rm -f Makefile
! 930: maintainer-clean-am: distclean-am maintainer-clean-generic
! 931:
! 932: mostlyclean: mostlyclean-recursive
! 933:
! 934: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
! 935: mostlyclean-libtool
! 936:
! 937: pdf: pdf-recursive
! 938:
! 939: pdf-am:
! 940:
! 941: ps: ps-recursive
! 942:
! 943: ps-am:
! 944:
! 945: uninstall-am: uninstall-ipseclibLTLIBRARIES \
! 946: uninstall-nobase_tls_includeHEADERS
! 947:
! 948: .MAKE: $(am__recursive_targets) install-am install-strip
! 949:
! 950: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
! 951: check-am clean clean-generic clean-ipseclibLTLIBRARIES \
! 952: clean-libtool cscopelist-am ctags ctags-am distclean \
! 953: distclean-compile distclean-generic distclean-libtool \
! 954: distclean-tags distdir dvi dvi-am html html-am info info-am \
! 955: install install-am install-data install-data-am install-dvi \
! 956: install-dvi-am install-exec install-exec-am install-html \
! 957: install-html-am install-info install-info-am \
! 958: install-ipseclibLTLIBRARIES install-man \
! 959: install-nobase_tls_includeHEADERS install-pdf install-pdf-am \
! 960: install-ps install-ps-am install-strip installcheck \
! 961: installcheck-am installdirs installdirs-am maintainer-clean \
! 962: maintainer-clean-generic mostlyclean mostlyclean-compile \
! 963: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
! 964: tags tags-am uninstall uninstall-am \
! 965: uninstall-ipseclibLTLIBRARIES \
! 966: uninstall-nobase_tls_includeHEADERS
! 967:
! 968: .PRECIOUS: Makefile
! 969:
! 970:
! 971: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 972: # Otherwise a system limit (for SysV at least) may be exceeded.
! 973: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>