Annotation of embedaddon/strongswan/src/libstrongswan/plugins/newhope/tests/Makefile.in, revision 1.1.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: VPATH = @srcdir@
                     17: am__is_gnu_make = { \
                     18:   if test -z '$(MAKELEVEL)'; then \
                     19:     false; \
                     20:   elif test -n '$(MAKE_HOST)'; then \
                     21:     true; \
                     22:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
                     23:     true; \
                     24:   else \
                     25:     false; \
                     26:   fi; \
                     27: }
                     28: am__make_running_with_option = \
                     29:   case $${target_option-} in \
                     30:       ?) ;; \
                     31:       *) echo "am__make_running_with_option: internal error: invalid" \
                     32:               "target option '$${target_option-}' specified" >&2; \
                     33:          exit 1;; \
                     34:   esac; \
                     35:   has_opt=no; \
                     36:   sane_makeflags=$$MAKEFLAGS; \
                     37:   if $(am__is_gnu_make); then \
                     38:     sane_makeflags=$$MFLAGS; \
                     39:   else \
                     40:     case $$MAKEFLAGS in \
                     41:       *\\[\ \  ]*) \
                     42:         bs=\\; \
                     43:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     44:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     45:     esac; \
                     46:   fi; \
                     47:   skip_next=no; \
                     48:   strip_trailopt () \
                     49:   { \
                     50:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     51:   }; \
                     52:   for flg in $$sane_makeflags; do \
                     53:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     54:     case $$flg in \
                     55:       *=*|--*) continue;; \
                     56:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     57:       -*I?*) strip_trailopt 'I';; \
                     58:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     59:       -*O?*) strip_trailopt 'O';; \
                     60:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     61:       -*l?*) strip_trailopt 'l';; \
                     62:       -[dEDm]) skip_next=yes;; \
                     63:       -[JT]) skip_next=yes;; \
                     64:     esac; \
                     65:     case $$flg in \
                     66:       *$$target_option*) has_opt=yes; break;; \
                     67:     esac; \
                     68:   done; \
                     69:   test $$has_opt = yes
                     70: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     71: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
                     72: pkgdatadir = $(datadir)/@PACKAGE@
                     73: pkgincludedir = $(includedir)/@PACKAGE@
                     74: pkglibdir = $(libdir)/@PACKAGE@
                     75: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     76: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     77: install_sh_DATA = $(install_sh) -c -m 644
                     78: install_sh_PROGRAM = $(install_sh) -c
                     79: install_sh_SCRIPT = $(install_sh) -c
                     80: INSTALL_HEADER = $(INSTALL_DATA)
                     81: transform = $(program_transform_name)
                     82: NORMAL_INSTALL = :
                     83: PRE_INSTALL = :
                     84: POST_INSTALL = :
                     85: NORMAL_UNINSTALL = :
                     86: PRE_UNINSTALL = :
                     87: POST_UNINSTALL = :
                     88: build_triplet = @build@
                     89: host_triplet = @host@
                     90: TESTS = newhope_tests$(EXEEXT)
                     91: check_PROGRAMS = $(am__EXEEXT_1)
                     92: subdir = src/libstrongswan/plugins/newhope/tests
                     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__EXEEXT_1 = newhope_tests$(EXEEXT)
                    112: am__dirstamp = $(am__leading_dot)dirstamp
                    113: am_newhope_tests_OBJECTS =  \
                    114:        suites/newhope_tests-test_newhope_ke.$(OBJEXT) \
                    115:        suites/newhope_tests-test_newhope_noise.$(OBJEXT) \
                    116:        suites/newhope_tests-test_newhope_reconciliation.$(OBJEXT) \
                    117:        newhope_tests-newhope_tests.$(OBJEXT)
                    118: newhope_tests_OBJECTS = $(am_newhope_tests_OBJECTS)
                    119: newhope_tests_DEPENDENCIES =  \
                    120:        $(top_builddir)/src/libstrongswan/libstrongswan.la \
                    121:        $(top_builddir)/src/libstrongswan/tests/libtest.la \
                    122:        $(top_builddir)/src/libstrongswan/math/libnttfft/libnttfft.la \
                    123:        ../libnewhope.la
                    124: AM_V_lt = $(am__v_lt_@AM_V@)
                    125: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
                    126: am__v_lt_0 = --silent
                    127: am__v_lt_1 = 
                    128: newhope_tests_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    129:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(newhope_tests_CFLAGS) \
                    130:        $(CFLAGS) $(newhope_tests_LDFLAGS) $(LDFLAGS) -o $@
                    131: AM_V_P = $(am__v_P_@AM_V@)
                    132: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    133: am__v_P_0 = false
                    134: am__v_P_1 = :
                    135: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    136: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    137: am__v_GEN_0 = @echo "  GEN     " $@;
                    138: am__v_GEN_1 = 
                    139: AM_V_at = $(am__v_at_@AM_V@)
                    140: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    141: am__v_at_0 = @
                    142: am__v_at_1 = 
                    143: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
                    144: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    145: am__depfiles_maybe = depfiles
                    146: am__mv = mv -f
                    147: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    148:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    149: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    150:        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
                    151:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
                    152:        $(AM_CFLAGS) $(CFLAGS)
                    153: AM_V_CC = $(am__v_CC_@AM_V@)
                    154: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    155: am__v_CC_0 = @echo "  CC      " $@;
                    156: am__v_CC_1 = 
                    157: CCLD = $(CC)
                    158: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    159:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    160:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    161: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    162: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    163: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    164: am__v_CCLD_1 = 
                    165: SOURCES = $(newhope_tests_SOURCES)
                    166: DIST_SOURCES = $(newhope_tests_SOURCES)
                    167: am__can_run_installinfo = \
                    168:   case $$AM_UPDATE_INFO_DIR in \
                    169:     n|no|NO) false;; \
                    170:     *) (install-info --version) >/dev/null 2>&1;; \
                    171:   esac
                    172: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    173: # Read a list of newline-separated strings from the standard input,
                    174: # and print each of them once, without duplicates.  Input order is
                    175: # *not* preserved.
                    176: am__uniquify_input = $(AWK) '\
                    177:   BEGIN { nonempty = 0; } \
                    178:   { items[$$0] = 1; nonempty = 1; } \
                    179:   END { if (nonempty) { for (i in items) print i; }; } \
                    180: '
                    181: # Make sure the list of sources is unique.  This is necessary because,
                    182: # e.g., the same source file might be shared among _SOURCES variables
                    183: # for different programs/libraries.
                    184: am__define_uniq_tagged_files = \
                    185:   list='$(am__tagged_files)'; \
                    186:   unique=`for i in $$list; do \
                    187:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    188:   done | $(am__uniquify_input)`
                    189: ETAGS = etags
                    190: CTAGS = ctags
                    191: am__tty_colors_dummy = \
                    192:   mgn= red= grn= lgn= blu= brg= std=; \
                    193:   am__color_tests=no
                    194: am__tty_colors = { \
                    195:   $(am__tty_colors_dummy); \
                    196:   if test "X$(AM_COLOR_TESTS)" = Xno; then \
                    197:     am__color_tests=no; \
                    198:   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
                    199:     am__color_tests=yes; \
                    200:   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
                    201:     am__color_tests=yes; \
                    202:   fi; \
                    203:   if test $$am__color_tests = yes; then \
                    204:     red=''; \
                    205:     grn=''; \
                    206:     lgn=''; \
                    207:     blu=''; \
                    208:     mgn=''; \
                    209:     brg=''; \
                    210:     std=''; \
                    211:   fi; \
                    212: }
                    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: newhope_tests_SOURCES = \
                    461:        suites/test_newhope_ke.c \
                    462:        suites/test_newhope_noise.c \
                    463:        suites/test_newhope_reconciliation.c \
                    464:        newhope_tests.h newhope_tests.c
                    465: 
                    466: newhope_tests_CFLAGS = \
                    467:        -I$(top_srcdir)/src/libstrongswan \
                    468:        -I$(top_srcdir)/src/libstrongswan/tests \
                    469:        -I$(top_srcdir)/src/libstrongswan/math/libnttfft \
                    470:        -I$(top_srcdir)/src/libstrongswan/plugins/newhope \
                    471:        -DPLUGINDIR=\""$(abs_top_builddir)/src/libstrongswan/plugins\"" \
                    472:        -DPLUGINS=\""${s_plugins}\"" \
                    473:        @COVERAGE_CFLAGS@
                    474: 
                    475: newhope_tests_LDFLAGS = @COVERAGE_LDFLAGS@
                    476: newhope_tests_LDADD = \
                    477:        $(top_builddir)/src/libstrongswan/libstrongswan.la \
                    478:        $(top_builddir)/src/libstrongswan/tests/libtest.la \
                    479:        $(top_builddir)/src/libstrongswan/math/libnttfft/libnttfft.la \
                    480:        ../libnewhope.la
                    481: 
                    482: all: all-am
                    483: 
                    484: .SUFFIXES:
                    485: .SUFFIXES: .c .lo .o .obj
                    486: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    487:        @for dep in $?; do \
                    488:          case '$(am__configure_deps)' in \
                    489:            *$$dep*) \
                    490:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    491:                && { if test -f $@; then exit 0; else break; fi; }; \
                    492:              exit 1;; \
                    493:          esac; \
                    494:        done; \
                    495:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libstrongswan/plugins/newhope/tests/Makefile'; \
                    496:        $(am__cd) $(top_srcdir) && \
                    497:          $(AUTOMAKE) --gnu src/libstrongswan/plugins/newhope/tests/Makefile
                    498: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    499:        @case '$?' in \
                    500:          *config.status*) \
                    501:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    502:          *) \
                    503:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    504:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    505:        esac;
                    506: 
                    507: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    508:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    509: 
                    510: $(top_srcdir)/configure:  $(am__configure_deps)
                    511:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    512: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    513:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    514: $(am__aclocal_m4_deps):
                    515: 
                    516: clean-checkPROGRAMS:
                    517:        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
                    518:        echo " rm -f" $$list; \
                    519:        rm -f $$list || exit $$?; \
                    520:        test -n "$(EXEEXT)" || exit 0; \
                    521:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
                    522:        echo " rm -f" $$list; \
                    523:        rm -f $$list
                    524: suites/$(am__dirstamp):
                    525:        @$(MKDIR_P) suites
                    526:        @: > suites/$(am__dirstamp)
                    527: suites/$(DEPDIR)/$(am__dirstamp):
                    528:        @$(MKDIR_P) suites/$(DEPDIR)
                    529:        @: > suites/$(DEPDIR)/$(am__dirstamp)
                    530: suites/newhope_tests-test_newhope_ke.$(OBJEXT):  \
                    531:        suites/$(am__dirstamp) suites/$(DEPDIR)/$(am__dirstamp)
                    532: suites/newhope_tests-test_newhope_noise.$(OBJEXT):  \
                    533:        suites/$(am__dirstamp) suites/$(DEPDIR)/$(am__dirstamp)
                    534: suites/newhope_tests-test_newhope_reconciliation.$(OBJEXT):  \
                    535:        suites/$(am__dirstamp) suites/$(DEPDIR)/$(am__dirstamp)
                    536: 
                    537: newhope_tests$(EXEEXT): $(newhope_tests_OBJECTS) $(newhope_tests_DEPENDENCIES) $(EXTRA_newhope_tests_DEPENDENCIES) 
                    538:        @rm -f newhope_tests$(EXEEXT)
                    539:        $(AM_V_CCLD)$(newhope_tests_LINK) $(newhope_tests_OBJECTS) $(newhope_tests_LDADD) $(LIBS)
                    540: 
                    541: mostlyclean-compile:
                    542:        -rm -f *.$(OBJEXT)
                    543:        -rm -f suites/*.$(OBJEXT)
                    544: 
                    545: distclean-compile:
                    546:        -rm -f *.tab.c
                    547: 
                    548: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newhope_tests-newhope_tests.Po@am__quote@
                    549: @AMDEP_TRUE@@am__include@ @am__quote@suites/$(DEPDIR)/newhope_tests-test_newhope_ke.Po@am__quote@
                    550: @AMDEP_TRUE@@am__include@ @am__quote@suites/$(DEPDIR)/newhope_tests-test_newhope_noise.Po@am__quote@
                    551: @AMDEP_TRUE@@am__include@ @am__quote@suites/$(DEPDIR)/newhope_tests-test_newhope_reconciliation.Po@am__quote@
                    552: 
                    553: .c.o:
                    554: @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
                    555: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
                    556: @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
                    557: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    558: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    559: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
                    560: 
                    561: .c.obj:
                    562: @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
                    563: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
                    564: @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
                    565: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    566: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    567: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
                    568: 
                    569: .c.lo:
                    570: @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
                    571: @am__fastdepCC_TRUE@   $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
                    572: @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
                    573: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
                    574: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    575: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
                    576: 
                    577: suites/newhope_tests-test_newhope_ke.o: suites/test_newhope_ke.c
                    578: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT suites/newhope_tests-test_newhope_ke.o -MD -MP -MF suites/$(DEPDIR)/newhope_tests-test_newhope_ke.Tpo -c -o suites/newhope_tests-test_newhope_ke.o `test -f 'suites/test_newhope_ke.c' || echo '$(srcdir)/'`suites/test_newhope_ke.c
                    579: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) suites/$(DEPDIR)/newhope_tests-test_newhope_ke.Tpo suites/$(DEPDIR)/newhope_tests-test_newhope_ke.Po
                    580: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='suites/test_newhope_ke.c' object='suites/newhope_tests-test_newhope_ke.o' libtool=no @AMDEPBACKSLASH@
                    581: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    582: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o suites/newhope_tests-test_newhope_ke.o `test -f 'suites/test_newhope_ke.c' || echo '$(srcdir)/'`suites/test_newhope_ke.c
                    583: 
                    584: suites/newhope_tests-test_newhope_ke.obj: suites/test_newhope_ke.c
                    585: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT suites/newhope_tests-test_newhope_ke.obj -MD -MP -MF suites/$(DEPDIR)/newhope_tests-test_newhope_ke.Tpo -c -o suites/newhope_tests-test_newhope_ke.obj `if test -f 'suites/test_newhope_ke.c'; then $(CYGPATH_W) 'suites/test_newhope_ke.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_newhope_ke.c'; fi`
                    586: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) suites/$(DEPDIR)/newhope_tests-test_newhope_ke.Tpo suites/$(DEPDIR)/newhope_tests-test_newhope_ke.Po
                    587: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='suites/test_newhope_ke.c' object='suites/newhope_tests-test_newhope_ke.obj' libtool=no @AMDEPBACKSLASH@
                    588: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    589: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o suites/newhope_tests-test_newhope_ke.obj `if test -f 'suites/test_newhope_ke.c'; then $(CYGPATH_W) 'suites/test_newhope_ke.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_newhope_ke.c'; fi`
                    590: 
                    591: suites/newhope_tests-test_newhope_noise.o: suites/test_newhope_noise.c
                    592: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT suites/newhope_tests-test_newhope_noise.o -MD -MP -MF suites/$(DEPDIR)/newhope_tests-test_newhope_noise.Tpo -c -o suites/newhope_tests-test_newhope_noise.o `test -f 'suites/test_newhope_noise.c' || echo '$(srcdir)/'`suites/test_newhope_noise.c
                    593: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) suites/$(DEPDIR)/newhope_tests-test_newhope_noise.Tpo suites/$(DEPDIR)/newhope_tests-test_newhope_noise.Po
                    594: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='suites/test_newhope_noise.c' object='suites/newhope_tests-test_newhope_noise.o' libtool=no @AMDEPBACKSLASH@
                    595: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    596: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o suites/newhope_tests-test_newhope_noise.o `test -f 'suites/test_newhope_noise.c' || echo '$(srcdir)/'`suites/test_newhope_noise.c
                    597: 
                    598: suites/newhope_tests-test_newhope_noise.obj: suites/test_newhope_noise.c
                    599: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT suites/newhope_tests-test_newhope_noise.obj -MD -MP -MF suites/$(DEPDIR)/newhope_tests-test_newhope_noise.Tpo -c -o suites/newhope_tests-test_newhope_noise.obj `if test -f 'suites/test_newhope_noise.c'; then $(CYGPATH_W) 'suites/test_newhope_noise.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_newhope_noise.c'; fi`
                    600: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) suites/$(DEPDIR)/newhope_tests-test_newhope_noise.Tpo suites/$(DEPDIR)/newhope_tests-test_newhope_noise.Po
                    601: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='suites/test_newhope_noise.c' object='suites/newhope_tests-test_newhope_noise.obj' libtool=no @AMDEPBACKSLASH@
                    602: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    603: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o suites/newhope_tests-test_newhope_noise.obj `if test -f 'suites/test_newhope_noise.c'; then $(CYGPATH_W) 'suites/test_newhope_noise.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_newhope_noise.c'; fi`
                    604: 
                    605: suites/newhope_tests-test_newhope_reconciliation.o: suites/test_newhope_reconciliation.c
                    606: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT suites/newhope_tests-test_newhope_reconciliation.o -MD -MP -MF suites/$(DEPDIR)/newhope_tests-test_newhope_reconciliation.Tpo -c -o suites/newhope_tests-test_newhope_reconciliation.o `test -f 'suites/test_newhope_reconciliation.c' || echo '$(srcdir)/'`suites/test_newhope_reconciliation.c
                    607: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) suites/$(DEPDIR)/newhope_tests-test_newhope_reconciliation.Tpo suites/$(DEPDIR)/newhope_tests-test_newhope_reconciliation.Po
                    608: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='suites/test_newhope_reconciliation.c' object='suites/newhope_tests-test_newhope_reconciliation.o' libtool=no @AMDEPBACKSLASH@
                    609: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    610: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o suites/newhope_tests-test_newhope_reconciliation.o `test -f 'suites/test_newhope_reconciliation.c' || echo '$(srcdir)/'`suites/test_newhope_reconciliation.c
                    611: 
                    612: suites/newhope_tests-test_newhope_reconciliation.obj: suites/test_newhope_reconciliation.c
                    613: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT suites/newhope_tests-test_newhope_reconciliation.obj -MD -MP -MF suites/$(DEPDIR)/newhope_tests-test_newhope_reconciliation.Tpo -c -o suites/newhope_tests-test_newhope_reconciliation.obj `if test -f 'suites/test_newhope_reconciliation.c'; then $(CYGPATH_W) 'suites/test_newhope_reconciliation.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_newhope_reconciliation.c'; fi`
                    614: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) suites/$(DEPDIR)/newhope_tests-test_newhope_reconciliation.Tpo suites/$(DEPDIR)/newhope_tests-test_newhope_reconciliation.Po
                    615: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='suites/test_newhope_reconciliation.c' object='suites/newhope_tests-test_newhope_reconciliation.obj' libtool=no @AMDEPBACKSLASH@
                    616: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    617: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o suites/newhope_tests-test_newhope_reconciliation.obj `if test -f 'suites/test_newhope_reconciliation.c'; then $(CYGPATH_W) 'suites/test_newhope_reconciliation.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_newhope_reconciliation.c'; fi`
                    618: 
                    619: newhope_tests-newhope_tests.o: newhope_tests.c
                    620: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT newhope_tests-newhope_tests.o -MD -MP -MF $(DEPDIR)/newhope_tests-newhope_tests.Tpo -c -o newhope_tests-newhope_tests.o `test -f 'newhope_tests.c' || echo '$(srcdir)/'`newhope_tests.c
                    621: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/newhope_tests-newhope_tests.Tpo $(DEPDIR)/newhope_tests-newhope_tests.Po
                    622: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='newhope_tests.c' object='newhope_tests-newhope_tests.o' libtool=no @AMDEPBACKSLASH@
                    623: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    624: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o newhope_tests-newhope_tests.o `test -f 'newhope_tests.c' || echo '$(srcdir)/'`newhope_tests.c
                    625: 
                    626: newhope_tests-newhope_tests.obj: newhope_tests.c
                    627: @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT newhope_tests-newhope_tests.obj -MD -MP -MF $(DEPDIR)/newhope_tests-newhope_tests.Tpo -c -o newhope_tests-newhope_tests.obj `if test -f 'newhope_tests.c'; then $(CYGPATH_W) 'newhope_tests.c'; else $(CYGPATH_W) '$(srcdir)/newhope_tests.c'; fi`
                    628: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/newhope_tests-newhope_tests.Tpo $(DEPDIR)/newhope_tests-newhope_tests.Po
                    629: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='newhope_tests.c' object='newhope_tests-newhope_tests.obj' libtool=no @AMDEPBACKSLASH@
                    630: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    631: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o newhope_tests-newhope_tests.obj `if test -f 'newhope_tests.c'; then $(CYGPATH_W) 'newhope_tests.c'; else $(CYGPATH_W) '$(srcdir)/newhope_tests.c'; fi`
                    632: 
                    633: mostlyclean-libtool:
                    634:        -rm -f *.lo
                    635: 
                    636: clean-libtool:
                    637:        -rm -rf .libs _libs
                    638: 
                    639: ID: $(am__tagged_files)
                    640:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    641: tags: tags-am
                    642: TAGS: tags
                    643: 
                    644: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    645:        set x; \
                    646:        here=`pwd`; \
                    647:        $(am__define_uniq_tagged_files); \
                    648:        shift; \
                    649:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    650:          test -n "$$unique" || unique=$$empty_fix; \
                    651:          if test $$# -gt 0; then \
                    652:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    653:              "$$@" $$unique; \
                    654:          else \
                    655:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    656:              $$unique; \
                    657:          fi; \
                    658:        fi
                    659: ctags: ctags-am
                    660: 
                    661: CTAGS: ctags
                    662: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    663:        $(am__define_uniq_tagged_files); \
                    664:        test -z "$(CTAGS_ARGS)$$unique" \
                    665:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    666:             $$unique
                    667: 
                    668: GTAGS:
                    669:        here=`$(am__cd) $(top_builddir) && pwd` \
                    670:          && $(am__cd) $(top_srcdir) \
                    671:          && gtags -i $(GTAGS_ARGS) "$$here"
                    672: cscopelist: cscopelist-am
                    673: 
                    674: cscopelist-am: $(am__tagged_files)
                    675:        list='$(am__tagged_files)'; \
                    676:        case "$(srcdir)" in \
                    677:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    678:          *) sdir=$(subdir)/$(srcdir) ;; \
                    679:        esac; \
                    680:        for i in $$list; do \
                    681:          if test -f "$$i"; then \
                    682:            echo "$(subdir)/$$i"; \
                    683:          else \
                    684:            echo "$$sdir/$$i"; \
                    685:          fi; \
                    686:        done >> $(top_builddir)/cscope.files
                    687: 
                    688: distclean-tags:
                    689:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    690: 
                    691: check-TESTS: $(TESTS)
                    692:        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
                    693:        srcdir=$(srcdir); export srcdir; \
                    694:        list=' $(TESTS) '; \
                    695:        $(am__tty_colors); \
                    696:        if test -n "$$list"; then \
                    697:          for tst in $$list; do \
                    698:            if test -f ./$$tst; then dir=./; \
                    699:            elif test -f $$tst; then dir=; \
                    700:            else dir="$(srcdir)/"; fi; \
                    701:            if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
                    702:              all=`expr $$all + 1`; \
                    703:              case " $(XFAIL_TESTS) " in \
                    704:              *[\ \     ]$$tst[\ \      ]*) \
                    705:                xpass=`expr $$xpass + 1`; \
                    706:                failed=`expr $$failed + 1`; \
                    707:                col=$$red; res=XPASS; \
                    708:              ;; \
                    709:              *) \
                    710:                col=$$grn; res=PASS; \
                    711:              ;; \
                    712:              esac; \
                    713:            elif test $$? -ne 77; then \
                    714:              all=`expr $$all + 1`; \
                    715:              case " $(XFAIL_TESTS) " in \
                    716:              *[\ \     ]$$tst[\ \      ]*) \
                    717:                xfail=`expr $$xfail + 1`; \
                    718:                col=$$lgn; res=XFAIL; \
                    719:              ;; \
                    720:              *) \
                    721:                failed=`expr $$failed + 1`; \
                    722:                col=$$red; res=FAIL; \
                    723:              ;; \
                    724:              esac; \
                    725:            else \
                    726:              skip=`expr $$skip + 1`; \
                    727:              col=$$blu; res=SKIP; \
                    728:            fi; \
                    729:            echo "$${col}$$res$${std}: $$tst"; \
                    730:          done; \
                    731:          if test "$$all" -eq 1; then \
                    732:            tests="test"; \
                    733:            All=""; \
                    734:          else \
                    735:            tests="tests"; \
                    736:            All="All "; \
                    737:          fi; \
                    738:          if test "$$failed" -eq 0; then \
                    739:            if test "$$xfail" -eq 0; then \
                    740:              banner="$$All$$all $$tests passed"; \
                    741:            else \
                    742:              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
                    743:              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
                    744:            fi; \
                    745:          else \
                    746:            if test "$$xpass" -eq 0; then \
                    747:              banner="$$failed of $$all $$tests failed"; \
                    748:            else \
                    749:              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
                    750:              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
                    751:            fi; \
                    752:          fi; \
                    753:          dashes="$$banner"; \
                    754:          skipped=""; \
                    755:          if test "$$skip" -ne 0; then \
                    756:            if test "$$skip" -eq 1; then \
                    757:              skipped="($$skip test was not run)"; \
                    758:            else \
                    759:              skipped="($$skip tests were not run)"; \
                    760:            fi; \
                    761:            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
                    762:              dashes="$$skipped"; \
                    763:          fi; \
                    764:          report=""; \
                    765:          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
                    766:            report="Please report to $(PACKAGE_BUGREPORT)"; \
                    767:            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
                    768:              dashes="$$report"; \
                    769:          fi; \
                    770:          dashes=`echo "$$dashes" | sed s/./=/g`; \
                    771:          if test "$$failed" -eq 0; then \
                    772:            col="$$grn"; \
                    773:          else \
                    774:            col="$$red"; \
                    775:          fi; \
                    776:          echo "$${col}$$dashes$${std}"; \
                    777:          echo "$${col}$$banner$${std}"; \
                    778:          test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
                    779:          test -z "$$report" || echo "$${col}$$report$${std}"; \
                    780:          echo "$${col}$$dashes$${std}"; \
                    781:          test "$$failed" -eq 0; \
                    782:        else :; fi
                    783: 
                    784: distdir: $(DISTFILES)
                    785:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    786:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    787:        list='$(DISTFILES)'; \
                    788:          dist_files=`for file in $$list; do echo $$file; done | \
                    789:          sed -e "s|^$$srcdirstrip/||;t" \
                    790:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    791:        case $$dist_files in \
                    792:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    793:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    794:                           sort -u` ;; \
                    795:        esac; \
                    796:        for file in $$dist_files; do \
                    797:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    798:          if test -d $$d/$$file; then \
                    799:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    800:            if test -d "$(distdir)/$$file"; then \
                    801:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    802:            fi; \
                    803:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    804:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    805:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    806:            fi; \
                    807:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    808:          else \
                    809:            test -f "$(distdir)/$$file" \
                    810:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    811:            || exit 1; \
                    812:          fi; \
                    813:        done
                    814: check-am: all-am
                    815:        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
                    816:        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
                    817: check: check-am
                    818: all-am: Makefile
                    819: installdirs:
                    820: install: install-am
                    821: install-exec: install-exec-am
                    822: install-data: install-data-am
                    823: uninstall: uninstall-am
                    824: 
                    825: install-am: all-am
                    826:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    827: 
                    828: installcheck: installcheck-am
                    829: install-strip:
                    830:        if test -z '$(STRIP)'; then \
                    831:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    832:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    833:              install; \
                    834:        else \
                    835:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    836:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    837:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    838:        fi
                    839: mostlyclean-generic:
                    840: 
                    841: clean-generic:
                    842: 
                    843: distclean-generic:
                    844:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    845:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    846:        -rm -f suites/$(DEPDIR)/$(am__dirstamp)
                    847:        -rm -f suites/$(am__dirstamp)
                    848: 
                    849: maintainer-clean-generic:
                    850:        @echo "This command is intended for maintainers to use"
                    851:        @echo "it deletes files that may require special tools to rebuild."
                    852: clean: clean-am
                    853: 
                    854: clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
                    855:        mostlyclean-am
                    856: 
                    857: distclean: distclean-am
                    858:        -rm -rf ./$(DEPDIR) suites/$(DEPDIR)
                    859:        -rm -f Makefile
                    860: distclean-am: clean-am distclean-compile distclean-generic \
                    861:        distclean-tags
                    862: 
                    863: dvi: dvi-am
                    864: 
                    865: dvi-am:
                    866: 
                    867: html: html-am
                    868: 
                    869: html-am:
                    870: 
                    871: info: info-am
                    872: 
                    873: info-am:
                    874: 
                    875: install-data-am:
                    876: 
                    877: install-dvi: install-dvi-am
                    878: 
                    879: install-dvi-am:
                    880: 
                    881: install-exec-am:
                    882: 
                    883: install-html: install-html-am
                    884: 
                    885: install-html-am:
                    886: 
                    887: install-info: install-info-am
                    888: 
                    889: install-info-am:
                    890: 
                    891: install-man:
                    892: 
                    893: install-pdf: install-pdf-am
                    894: 
                    895: install-pdf-am:
                    896: 
                    897: install-ps: install-ps-am
                    898: 
                    899: install-ps-am:
                    900: 
                    901: installcheck-am:
                    902: 
                    903: maintainer-clean: maintainer-clean-am
                    904:        -rm -rf ./$(DEPDIR) suites/$(DEPDIR)
                    905:        -rm -f Makefile
                    906: maintainer-clean-am: distclean-am maintainer-clean-generic
                    907: 
                    908: mostlyclean: mostlyclean-am
                    909: 
                    910: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                    911:        mostlyclean-libtool
                    912: 
                    913: pdf: pdf-am
                    914: 
                    915: pdf-am:
                    916: 
                    917: ps: ps-am
                    918: 
                    919: ps-am:
                    920: 
                    921: uninstall-am:
                    922: 
                    923: .MAKE: check-am install-am install-strip
                    924: 
                    925: .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
                    926:        clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
                    927:        ctags ctags-am distclean distclean-compile distclean-generic \
                    928:        distclean-libtool distclean-tags distdir dvi dvi-am html \
                    929:        html-am info info-am install install-am install-data \
                    930:        install-data-am install-dvi install-dvi-am install-exec \
                    931:        install-exec-am install-html install-html-am install-info \
                    932:        install-info-am install-man install-pdf install-pdf-am \
                    933:        install-ps install-ps-am install-strip installcheck \
                    934:        installcheck-am installdirs maintainer-clean \
                    935:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    936:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                    937:        tags tags-am uninstall uninstall-am
                    938: 
                    939: .PRECIOUS: Makefile
                    940: 
                    941: 
                    942: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    943: # Otherwise a system limit (for SysV at least) may be exceeded.
                    944: .NOEXPORT:

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