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