Annotation of embedaddon/strongswan/src/libstrongswan/plugins/newhope/Makefile.in, revision 1.1.1.2

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: @MONOLITHIC_TRUE@am__append_1 = libstrongswan-newhope.la
                     92: subdir = src/libstrongswan/plugins/newhope
                     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)$(plugindir)"
                    139: LTLIBRARIES = $(noinst_LTLIBRARIES) $(plugin_LTLIBRARIES)
                    140: libnewhope_la_DEPENDENCIES =  \
                    141:        $(top_builddir)/src/libstrongswan/math/libnttfft/libnttfft.la
                    142: am_libnewhope_la_OBJECTS = newhope_ke.lo newhope_noise.lo \
                    143:        newhope_reconciliation.lo
                    144: libnewhope_la_OBJECTS = $(am_libnewhope_la_OBJECTS)
                    145: AM_V_lt = $(am__v_lt_@AM_V@)
                    146: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
                    147: am__v_lt_0 = --silent
                    148: am__v_lt_1 = 
                    149: libstrongswan_newhope_la_DEPENDENCIES = libnewhope.la
                    150: am_libstrongswan_newhope_la_OBJECTS = newhope_plugin.lo
                    151: libstrongswan_newhope_la_OBJECTS =  \
                    152:        $(am_libstrongswan_newhope_la_OBJECTS)
                    153: libstrongswan_newhope_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
                    154:        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
                    155:        $(AM_CFLAGS) $(CFLAGS) $(libstrongswan_newhope_la_LDFLAGS) \
                    156:        $(LDFLAGS) -o $@
                    157: @MONOLITHIC_FALSE@am_libstrongswan_newhope_la_rpath = -rpath \
                    158: @MONOLITHIC_FALSE@     $(plugindir)
                    159: @MONOLITHIC_TRUE@am_libstrongswan_newhope_la_rpath =
                    160: AM_V_P = $(am__v_P_@AM_V@)
                    161: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    162: am__v_P_0 = false
                    163: am__v_P_1 = :
                    164: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    165: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    166: am__v_GEN_0 = @echo "  GEN     " $@;
                    167: am__v_GEN_1 = 
                    168: AM_V_at = $(am__v_at_@AM_V@)
                    169: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    170: am__v_at_0 = @
                    171: am__v_at_1 = 
                    172: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
                    173: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    174: am__depfiles_maybe = depfiles
                    175: am__mv = mv -f
                    176: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    177:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    178: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    179:        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
                    180:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
                    181:        $(AM_CFLAGS) $(CFLAGS)
                    182: AM_V_CC = $(am__v_CC_@AM_V@)
                    183: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    184: am__v_CC_0 = @echo "  CC      " $@;
                    185: am__v_CC_1 = 
                    186: CCLD = $(CC)
                    187: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    188:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    189:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    190: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    191: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    192: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    193: am__v_CCLD_1 = 
                    194: SOURCES = $(libnewhope_la_SOURCES) $(libstrongswan_newhope_la_SOURCES)
                    195: DIST_SOURCES = $(libnewhope_la_SOURCES) \
                    196:        $(libstrongswan_newhope_la_SOURCES)
                    197: am__can_run_installinfo = \
                    198:   case $$AM_UPDATE_INFO_DIR in \
                    199:     n|no|NO) false;; \
                    200:     *) (install-info --version) >/dev/null 2>&1;; \
                    201:   esac
                    202: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    203: # Read a list of newline-separated strings from the standard input,
                    204: # and print each of them once, without duplicates.  Input order is
                    205: # *not* preserved.
                    206: am__uniquify_input = $(AWK) '\
                    207:   BEGIN { nonempty = 0; } \
                    208:   { items[$$0] = 1; nonempty = 1; } \
                    209:   END { if (nonempty) { for (i in items) print i; }; } \
                    210: '
                    211: # Make sure the list of sources is unique.  This is necessary because,
                    212: # e.g., the same source file might be shared among _SOURCES variables
                    213: # for different programs/libraries.
                    214: am__define_uniq_tagged_files = \
                    215:   list='$(am__tagged_files)'; \
                    216:   unique=`for i in $$list; do \
                    217:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    218:   done | $(am__uniquify_input)`
                    219: ETAGS = etags
                    220: CTAGS = ctags
                    221: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
                    222: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    223: ACLOCAL = @ACLOCAL@
                    224: ALLOCA = @ALLOCA@
                    225: AMTAR = @AMTAR@
                    226: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    227: AR = @AR@
                    228: ATOMICLIB = @ATOMICLIB@
                    229: AUTOCONF = @AUTOCONF@
                    230: AUTOHEADER = @AUTOHEADER@
                    231: AUTOMAKE = @AUTOMAKE@
                    232: AWK = @AWK@
                    233: BFDLIB = @BFDLIB@
                    234: BTLIB = @BTLIB@
                    235: CC = @CC@
                    236: CCDEPMODE = @CCDEPMODE@
                    237: CFLAGS = @CFLAGS@
                    238: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
                    239: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
                    240: CPP = @CPP@
                    241: CPPFLAGS = @CPPFLAGS@
                    242: CYGPATH_W = @CYGPATH_W@
                    243: DEFS = @DEFS@
                    244: DEPDIR = @DEPDIR@
                    245: DLLIB = @DLLIB@
                    246: DLLTOOL = @DLLTOOL@
                    247: DSYMUTIL = @DSYMUTIL@
                    248: DUMPBIN = @DUMPBIN@
                    249: EASY_INSTALL = @EASY_INSTALL@
                    250: ECHO_C = @ECHO_C@
                    251: ECHO_N = @ECHO_N@
                    252: ECHO_T = @ECHO_T@
                    253: EGREP = @EGREP@
                    254: EXEEXT = @EXEEXT@
                    255: FGREP = @FGREP@
                    256: FUZZING_CFLAGS = @FUZZING_CFLAGS@
                    257: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
                    258: GEM = @GEM@
                    259: GENHTML = @GENHTML@
1.1.1.2 ! misho     260: GIT_VERSION = @GIT_VERSION@
1.1       misho     261: GPERF = @GPERF@
                    262: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
                    263: GPRBUILD = @GPRBUILD@
                    264: GREP = @GREP@
                    265: INSTALL = @INSTALL@
                    266: INSTALL_DATA = @INSTALL_DATA@
                    267: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    268: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    269: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    270: LCOV = @LCOV@
                    271: LD = @LD@
                    272: LDFLAGS = @LDFLAGS@
                    273: LEX = @LEX@
                    274: LEXLIB = @LEXLIB@
                    275: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
                    276: LIBOBJS = @LIBOBJS@
                    277: LIBS = @LIBS@
                    278: LIBTOOL = @LIBTOOL@
                    279: LIPO = @LIPO@
                    280: LN_S = @LN_S@
                    281: LTLIBOBJS = @LTLIBOBJS@
                    282: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
                    283: MAKEINFO = @MAKEINFO@
                    284: MANIFEST_TOOL = @MANIFEST_TOOL@
                    285: MKDIR_P = @MKDIR_P@
                    286: MYSQLCFLAG = @MYSQLCFLAG@
                    287: MYSQLCONFIG = @MYSQLCONFIG@
                    288: MYSQLLIB = @MYSQLLIB@
                    289: NM = @NM@
                    290: NMEDIT = @NMEDIT@
                    291: OBJDUMP = @OBJDUMP@
                    292: OBJEXT = @OBJEXT@
                    293: OPENSSL_LIB = @OPENSSL_LIB@
                    294: OTOOL = @OTOOL@
                    295: OTOOL64 = @OTOOL64@
                    296: PACKAGE = @PACKAGE@
                    297: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    298: PACKAGE_NAME = @PACKAGE_NAME@
                    299: PACKAGE_STRING = @PACKAGE_STRING@
                    300: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    301: PACKAGE_URL = @PACKAGE_URL@
                    302: PACKAGE_VERSION = @PACKAGE_VERSION@
                    303: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
                    304: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
                    305: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
                    306: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
                    307: PATH_SEPARATOR = @PATH_SEPARATOR@
                    308: PERL = @PERL@
                    309: PKG_CONFIG = @PKG_CONFIG@
                    310: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
                    311: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
                    312: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
                    313: PTHREADLIB = @PTHREADLIB@
                    314: PYTHON = @PYTHON@
                    315: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
                    316: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
                    317: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
                    318: PYTHON_PLATFORM = @PYTHON_PLATFORM@
                    319: PYTHON_PREFIX = @PYTHON_PREFIX@
                    320: PYTHON_VERSION = @PYTHON_VERSION@
                    321: PY_TEST = @PY_TEST@
                    322: RANLIB = @RANLIB@
                    323: RTLIB = @RTLIB@
                    324: RUBYGEMDIR = @RUBYGEMDIR@
                    325: SED = @SED@
                    326: SET_MAKE = @SET_MAKE@
                    327: SHELL = @SHELL@
                    328: SOCKLIB = @SOCKLIB@
                    329: STRIP = @STRIP@
                    330: TOX = @TOX@
                    331: UNWINDLIB = @UNWINDLIB@
                    332: VERSION = @VERSION@
                    333: YACC = @YACC@
                    334: YFLAGS = @YFLAGS@
                    335: abs_builddir = @abs_builddir@
                    336: abs_srcdir = @abs_srcdir@
                    337: abs_top_builddir = @abs_top_builddir@
                    338: abs_top_srcdir = @abs_top_srcdir@
                    339: ac_ct_AR = @ac_ct_AR@
                    340: ac_ct_CC = @ac_ct_CC@
                    341: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    342: aikgen_plugins = @aikgen_plugins@
                    343: am__include = @am__include@
                    344: am__leading_dot = @am__leading_dot@
                    345: am__quote = @am__quote@
                    346: am__tar = @am__tar@
                    347: am__untar = @am__untar@
                    348: attest_plugins = @attest_plugins@
                    349: bindir = @bindir@
                    350: botan_CFLAGS = @botan_CFLAGS@
                    351: botan_LIBS = @botan_LIBS@
                    352: build = @build@
                    353: build_alias = @build_alias@
                    354: build_cpu = @build_cpu@
                    355: build_os = @build_os@
                    356: build_vendor = @build_vendor@
                    357: builddir = @builddir@
                    358: c_plugins = @c_plugins@
                    359: charon_natt_port = @charon_natt_port@
                    360: charon_plugins = @charon_plugins@
                    361: charon_udp_port = @charon_udp_port@
                    362: clearsilver_LIBS = @clearsilver_LIBS@
                    363: cmd_plugins = @cmd_plugins@
                    364: datadir = @datadir@
                    365: datarootdir = @datarootdir@
                    366: dbusdatadir = @dbusdatadir@
                    367: dbuspolicydir = @dbuspolicydir@
                    368: dev_headers = @dev_headers@
                    369: docdir = @docdir@
                    370: dvidir = @dvidir@
                    371: exec_prefix = @exec_prefix@
                    372: fips_mode = @fips_mode@
                    373: fuzz_plugins = @fuzz_plugins@
                    374: host = @host@
                    375: host_alias = @host_alias@
                    376: host_cpu = @host_cpu@
                    377: host_os = @host_os@
                    378: host_vendor = @host_vendor@
                    379: htmldir = @htmldir@
                    380: imcvdir = @imcvdir@
                    381: includedir = @includedir@
                    382: infodir = @infodir@
                    383: install_sh = @install_sh@
                    384: ipsec_script = @ipsec_script@
                    385: ipsec_script_upper = @ipsec_script_upper@
                    386: ipsecdir = @ipsecdir@
                    387: ipsecgroup = @ipsecgroup@
                    388: ipseclibdir = @ipseclibdir@
                    389: ipsecuser = @ipsecuser@
                    390: json_CFLAGS = @json_CFLAGS@
                    391: json_LIBS = @json_LIBS@
                    392: libdir = @libdir@
                    393: libexecdir = @libexecdir@
                    394: libfuzzer = @libfuzzer@
                    395: libiptc_CFLAGS = @libiptc_CFLAGS@
                    396: libiptc_LIBS = @libiptc_LIBS@
                    397: linux_headers = @linux_headers@
                    398: localedir = @localedir@
                    399: localstatedir = @localstatedir@
                    400: manager_plugins = @manager_plugins@
                    401: mandir = @mandir@
                    402: medsrv_plugins = @medsrv_plugins@
                    403: mkdir_p = @mkdir_p@
                    404: nm_CFLAGS = @nm_CFLAGS@
                    405: nm_LIBS = @nm_LIBS@
                    406: nm_ca_dir = @nm_ca_dir@
                    407: nm_plugins = @nm_plugins@
                    408: oldincludedir = @oldincludedir@
                    409: p_plugins = @p_plugins@
                    410: pcsclite_CFLAGS = @pcsclite_CFLAGS@
                    411: pcsclite_LIBS = @pcsclite_LIBS@
                    412: pdfdir = @pdfdir@
                    413: piddir = @piddir@
                    414: pkgpyexecdir = @pkgpyexecdir@
                    415: pkgpythondir = @pkgpythondir@
                    416: pki_plugins = @pki_plugins@
                    417: plugindir = @plugindir@
                    418: pool_plugins = @pool_plugins@
                    419: prefix = @prefix@
                    420: program_transform_name = @program_transform_name@
                    421: psdir = @psdir@
                    422: pyexecdir = @pyexecdir@
                    423: pythondir = @pythondir@
                    424: random_device = @random_device@
                    425: resolv_conf = @resolv_conf@
                    426: routing_table = @routing_table@
                    427: routing_table_prio = @routing_table_prio@
                    428: runstatedir = @runstatedir@
                    429: s_plugins = @s_plugins@
                    430: sbindir = @sbindir@
                    431: scepclient_plugins = @scepclient_plugins@
                    432: scripts_plugins = @scripts_plugins@
                    433: sharedstatedir = @sharedstatedir@
                    434: soup_CFLAGS = @soup_CFLAGS@
                    435: soup_LIBS = @soup_LIBS@
                    436: srcdir = @srcdir@
                    437: starter_plugins = @starter_plugins@
                    438: strongswan_conf = @strongswan_conf@
                    439: strongswan_options = @strongswan_options@
                    440: swanctldir = @swanctldir@
                    441: sysconfdir = @sysconfdir@
                    442: systemd_CFLAGS = @systemd_CFLAGS@
                    443: systemd_LIBS = @systemd_LIBS@
                    444: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
                    445: systemd_daemon_LIBS = @systemd_daemon_LIBS@
                    446: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
                    447: systemd_journal_LIBS = @systemd_journal_LIBS@
                    448: systemdsystemunitdir = @systemdsystemunitdir@
                    449: t_plugins = @t_plugins@
                    450: target_alias = @target_alias@
                    451: top_build_prefix = @top_build_prefix@
                    452: top_builddir = @top_builddir@
                    453: top_srcdir = @top_srcdir@
                    454: tss2_CFLAGS = @tss2_CFLAGS@
                    455: tss2_LIBS = @tss2_LIBS@
                    456: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
                    457: tss2_esys_LIBS = @tss2_esys_LIBS@
                    458: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
                    459: tss2_socket_LIBS = @tss2_socket_LIBS@
                    460: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
                    461: tss2_sys_LIBS = @tss2_sys_LIBS@
                    462: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
                    463: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
                    464: urandom_device = @urandom_device@
                    465: wolfssl_CFLAGS = @wolfssl_CFLAGS@
                    466: wolfssl_LIBS = @wolfssl_LIBS@
                    467: xml_CFLAGS = @xml_CFLAGS@
                    468: xml_LIBS = @xml_LIBS@
                    469: AM_CPPFLAGS = \
                    470:        -I$(top_srcdir)/src/libstrongswan \
                    471:        -I$(top_srcdir)/src/libstrongswan/math/libnttfft
                    472: 
                    473: AM_CFLAGS = \
                    474:        $(PLUGIN_CFLAGS)
                    475: 
                    476: 
                    477: # these files are also used by the tests, we can't directly refer to them
                    478: # because of the subdirectory, which would cause distclean to fail
                    479: noinst_LTLIBRARIES = libnewhope.la $(am__append_1)
                    480: libnewhope_la_SOURCES = \
                    481:        newhope_ke.h newhope_ke.c \
                    482:        newhope_noise.h newhope_noise.c \
                    483:        newhope_reconciliation.h newhope_reconciliation.c
                    484: 
                    485: libnewhope_la_LIBADD = \
                    486:        $(top_builddir)/src/libstrongswan/math/libnttfft/libnttfft.la
                    487: 
                    488: @MONOLITHIC_FALSE@plugin_LTLIBRARIES = libstrongswan-newhope.la
                    489: libstrongswan_newhope_la_SOURCES = \
                    490:        newhope_plugin.h newhope_plugin.c
                    491: 
                    492: libstrongswan_newhope_la_LDFLAGS = -module -avoid-version
                    493: libstrongswan_newhope_la_LIBADD = libnewhope.la
                    494: all: all-am
                    495: 
                    496: .SUFFIXES:
                    497: .SUFFIXES: .c .lo .o .obj
                    498: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    499:        @for dep in $?; do \
                    500:          case '$(am__configure_deps)' in \
                    501:            *$$dep*) \
                    502:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    503:                && { if test -f $@; then exit 0; else break; fi; }; \
                    504:              exit 1;; \
                    505:          esac; \
                    506:        done; \
                    507:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libstrongswan/plugins/newhope/Makefile'; \
                    508:        $(am__cd) $(top_srcdir) && \
                    509:          $(AUTOMAKE) --gnu src/libstrongswan/plugins/newhope/Makefile
                    510: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    511:        @case '$?' in \
                    512:          *config.status*) \
                    513:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    514:          *) \
                    515:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    516:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    517:        esac;
                    518: 
                    519: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    520:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    521: 
                    522: $(top_srcdir)/configure:  $(am__configure_deps)
                    523:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    524: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    525:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    526: $(am__aclocal_m4_deps):
                    527: 
                    528: clean-noinstLTLIBRARIES:
                    529:        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
                    530:        @list='$(noinst_LTLIBRARIES)'; \
                    531:        locs=`for p in $$list; do echo $$p; done | \
                    532:              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
                    533:              sort -u`; \
                    534:        test -z "$$locs" || { \
                    535:          echo rm -f $${locs}; \
                    536:          rm -f $${locs}; \
                    537:        }
                    538: 
                    539: install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
                    540:        @$(NORMAL_INSTALL)
                    541:        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
                    542:        list2=; for p in $$list; do \
                    543:          if test -f $$p; then \
                    544:            list2="$$list2 $$p"; \
                    545:          else :; fi; \
                    546:        done; \
                    547:        test -z "$$list2" || { \
                    548:          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
                    549:          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
                    550:          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
                    551:          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
                    552:        }
                    553: 
                    554: uninstall-pluginLTLIBRARIES:
                    555:        @$(NORMAL_UNINSTALL)
                    556:        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
                    557:        for p in $$list; do \
                    558:          $(am__strip_dir) \
                    559:          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
                    560:          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
                    561:        done
                    562: 
                    563: clean-pluginLTLIBRARIES:
                    564:        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
                    565:        @list='$(plugin_LTLIBRARIES)'; \
                    566:        locs=`for p in $$list; do echo $$p; done | \
                    567:              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
                    568:              sort -u`; \
                    569:        test -z "$$locs" || { \
                    570:          echo rm -f $${locs}; \
                    571:          rm -f $${locs}; \
                    572:        }
                    573: 
                    574: libnewhope.la: $(libnewhope_la_OBJECTS) $(libnewhope_la_DEPENDENCIES) $(EXTRA_libnewhope_la_DEPENDENCIES) 
                    575:        $(AM_V_CCLD)$(LINK)  $(libnewhope_la_OBJECTS) $(libnewhope_la_LIBADD) $(LIBS)
                    576: 
                    577: libstrongswan-newhope.la: $(libstrongswan_newhope_la_OBJECTS) $(libstrongswan_newhope_la_DEPENDENCIES) $(EXTRA_libstrongswan_newhope_la_DEPENDENCIES) 
                    578:        $(AM_V_CCLD)$(libstrongswan_newhope_la_LINK) $(am_libstrongswan_newhope_la_rpath) $(libstrongswan_newhope_la_OBJECTS) $(libstrongswan_newhope_la_LIBADD) $(LIBS)
                    579: 
                    580: mostlyclean-compile:
                    581:        -rm -f *.$(OBJEXT)
                    582: 
                    583: distclean-compile:
                    584:        -rm -f *.tab.c
                    585: 
                    586: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newhope_ke.Plo@am__quote@
                    587: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newhope_noise.Plo@am__quote@
                    588: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newhope_plugin.Plo@am__quote@
                    589: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newhope_reconciliation.Plo@am__quote@
                    590: 
                    591: .c.o:
                    592: @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
                    593: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
                    594: @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
                    595: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    596: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    597: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
                    598: 
                    599: .c.obj:
                    600: @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
                    601: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
                    602: @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
                    603: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    604: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    605: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
                    606: 
                    607: .c.lo:
                    608: @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
                    609: @am__fastdepCC_TRUE@   $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
                    610: @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
                    611: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
                    612: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    613: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
                    614: 
                    615: mostlyclean-libtool:
                    616:        -rm -f *.lo
                    617: 
                    618: clean-libtool:
                    619:        -rm -rf .libs _libs
                    620: 
                    621: ID: $(am__tagged_files)
                    622:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    623: tags: tags-am
                    624: TAGS: tags
                    625: 
                    626: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    627:        set x; \
                    628:        here=`pwd`; \
                    629:        $(am__define_uniq_tagged_files); \
                    630:        shift; \
                    631:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    632:          test -n "$$unique" || unique=$$empty_fix; \
                    633:          if test $$# -gt 0; then \
                    634:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    635:              "$$@" $$unique; \
                    636:          else \
                    637:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    638:              $$unique; \
                    639:          fi; \
                    640:        fi
                    641: ctags: ctags-am
                    642: 
                    643: CTAGS: ctags
                    644: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    645:        $(am__define_uniq_tagged_files); \
                    646:        test -z "$(CTAGS_ARGS)$$unique" \
                    647:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    648:             $$unique
                    649: 
                    650: GTAGS:
                    651:        here=`$(am__cd) $(top_builddir) && pwd` \
                    652:          && $(am__cd) $(top_srcdir) \
                    653:          && gtags -i $(GTAGS_ARGS) "$$here"
                    654: cscopelist: cscopelist-am
                    655: 
                    656: cscopelist-am: $(am__tagged_files)
                    657:        list='$(am__tagged_files)'; \
                    658:        case "$(srcdir)" in \
                    659:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    660:          *) sdir=$(subdir)/$(srcdir) ;; \
                    661:        esac; \
                    662:        for i in $$list; do \
                    663:          if test -f "$$i"; then \
                    664:            echo "$(subdir)/$$i"; \
                    665:          else \
                    666:            echo "$$sdir/$$i"; \
                    667:          fi; \
                    668:        done >> $(top_builddir)/cscope.files
                    669: 
                    670: distclean-tags:
                    671:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    672: 
                    673: distdir: $(DISTFILES)
                    674:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    675:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    676:        list='$(DISTFILES)'; \
                    677:          dist_files=`for file in $$list; do echo $$file; done | \
                    678:          sed -e "s|^$$srcdirstrip/||;t" \
                    679:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    680:        case $$dist_files in \
                    681:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    682:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    683:                           sort -u` ;; \
                    684:        esac; \
                    685:        for file in $$dist_files; do \
                    686:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    687:          if test -d $$d/$$file; then \
                    688:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    689:            if test -d "$(distdir)/$$file"; then \
                    690:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    691:            fi; \
                    692:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    693:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    694:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    695:            fi; \
                    696:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    697:          else \
                    698:            test -f "$(distdir)/$$file" \
                    699:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    700:            || exit 1; \
                    701:          fi; \
                    702:        done
                    703: check-am: all-am
                    704: check: check-am
                    705: all-am: Makefile $(LTLIBRARIES)
                    706: installdirs:
                    707:        for dir in "$(DESTDIR)$(plugindir)"; do \
                    708:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    709:        done
                    710: install: install-am
                    711: install-exec: install-exec-am
                    712: install-data: install-data-am
                    713: uninstall: uninstall-am
                    714: 
                    715: install-am: all-am
                    716:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    717: 
                    718: installcheck: installcheck-am
                    719: install-strip:
                    720:        if test -z '$(STRIP)'; then \
                    721:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    722:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    723:              install; \
                    724:        else \
                    725:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    726:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    727:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    728:        fi
                    729: mostlyclean-generic:
                    730: 
                    731: clean-generic:
                    732: 
                    733: distclean-generic:
                    734:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    735:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    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-libtool clean-noinstLTLIBRARIES \
                    743:        clean-pluginLTLIBRARIES mostlyclean-am
                    744: 
                    745: distclean: distclean-am
                    746:        -rm -rf ./$(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-pluginLTLIBRARIES
                    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)
                    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-pluginLTLIBRARIES
                    810: 
                    811: .MAKE: install-am install-strip
                    812: 
                    813: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
                    814:        clean-libtool clean-noinstLTLIBRARIES clean-pluginLTLIBRARIES \
                    815:        cscopelist-am ctags ctags-am distclean distclean-compile \
                    816:        distclean-generic distclean-libtool distclean-tags distdir dvi \
                    817:        dvi-am html html-am info info-am install install-am \
                    818:        install-data install-data-am install-dvi install-dvi-am \
                    819:        install-exec install-exec-am install-html install-html-am \
                    820:        install-info install-info-am install-man install-pdf \
                    821:        install-pdf-am install-pluginLTLIBRARIES install-ps \
                    822:        install-ps-am install-strip installcheck installcheck-am \
                    823:        installdirs maintainer-clean maintainer-clean-generic \
                    824:        mostlyclean mostlyclean-compile mostlyclean-generic \
                    825:        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
                    826:        uninstall-am uninstall-pluginLTLIBRARIES
                    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:

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