Home | History | Annotate | Line # | Download | only in default
      1  1.1  riastrad # Makefile.in generated by automake 1.15.1 from Makefile.am.
      2  1.1  riastrad # @configure_input@
      3  1.1  riastrad 
      4  1.1  riastrad # Copyright (C) 1994-2017 Free Software Foundation, Inc.
      5  1.1  riastrad 
      6  1.1  riastrad # This Makefile.in is free software; the Free Software Foundation
      7  1.1  riastrad # gives unlimited permission to copy and/or distribute it,
      8  1.1  riastrad # with or without modifications, as long as this notice is preserved.
      9  1.1  riastrad 
     10  1.1  riastrad # This program is distributed in the hope that it will be useful,
     11  1.1  riastrad # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12  1.1  riastrad # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13  1.1  riastrad # PARTICULAR PURPOSE.
     14  1.1  riastrad 
     15  1.1  riastrad @SET_MAKE@
     16  1.1  riastrad VPATH = @srcdir@
     17  1.1  riastrad am__is_gnu_make = { \
     18  1.1  riastrad   if test -z '$(MAKELEVEL)'; then \
     19  1.1  riastrad     false; \
     20  1.1  riastrad   elif test -n '$(MAKE_HOST)'; then \
     21  1.1  riastrad     true; \
     22  1.1  riastrad   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     23  1.1  riastrad     true; \
     24  1.1  riastrad   else \
     25  1.1  riastrad     false; \
     26  1.1  riastrad   fi; \
     27  1.1  riastrad }
     28  1.1  riastrad am__make_running_with_option = \
     29  1.1  riastrad   case $${target_option-} in \
     30  1.1  riastrad       ?) ;; \
     31  1.1  riastrad       *) echo "am__make_running_with_option: internal error: invalid" \
     32  1.1  riastrad               "target option '$${target_option-}' specified" >&2; \
     33  1.1  riastrad          exit 1;; \
     34  1.1  riastrad   esac; \
     35  1.1  riastrad   has_opt=no; \
     36  1.1  riastrad   sane_makeflags=$$MAKEFLAGS; \
     37  1.1  riastrad   if $(am__is_gnu_make); then \
     38  1.1  riastrad     sane_makeflags=$$MFLAGS; \
     39  1.1  riastrad   else \
     40  1.1  riastrad     case $$MAKEFLAGS in \
     41  1.1  riastrad       *\\[\ \	]*) \
     42  1.1  riastrad         bs=\\; \
     43  1.1  riastrad         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     44  1.1  riastrad           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     45  1.1  riastrad     esac; \
     46  1.1  riastrad   fi; \
     47  1.1  riastrad   skip_next=no; \
     48  1.1  riastrad   strip_trailopt () \
     49  1.1  riastrad   { \
     50  1.1  riastrad     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     51  1.1  riastrad   }; \
     52  1.1  riastrad   for flg in $$sane_makeflags; do \
     53  1.1  riastrad     test $$skip_next = yes && { skip_next=no; continue; }; \
     54  1.1  riastrad     case $$flg in \
     55  1.1  riastrad       *=*|--*) continue;; \
     56  1.1  riastrad         -*I) strip_trailopt 'I'; skip_next=yes;; \
     57  1.1  riastrad       -*I?*) strip_trailopt 'I';; \
     58  1.1  riastrad         -*O) strip_trailopt 'O'; skip_next=yes;; \
     59  1.1  riastrad       -*O?*) strip_trailopt 'O';; \
     60  1.1  riastrad         -*l) strip_trailopt 'l'; skip_next=yes;; \
     61  1.1  riastrad       -*l?*) strip_trailopt 'l';; \
     62  1.1  riastrad       -[dEDm]) skip_next=yes;; \
     63  1.1  riastrad       -[JT]) skip_next=yes;; \
     64  1.1  riastrad     esac; \
     65  1.1  riastrad     case $$flg in \
     66  1.1  riastrad       *$$target_option*) has_opt=yes; break;; \
     67  1.1  riastrad     esac; \
     68  1.1  riastrad   done; \
     69  1.1  riastrad   test $$has_opt = yes
     70  1.1  riastrad am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     71  1.1  riastrad am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     72  1.1  riastrad pkgdatadir = $(datadir)/@PACKAGE@
     73  1.1  riastrad pkgincludedir = $(includedir)/@PACKAGE@
     74  1.1  riastrad pkglibdir = $(libdir)/@PACKAGE@
     75  1.1  riastrad pkglibexecdir = $(libexecdir)/@PACKAGE@
     76  1.1  riastrad am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     77  1.1  riastrad install_sh_DATA = $(install_sh) -c -m 644
     78  1.1  riastrad install_sh_PROGRAM = $(install_sh) -c
     79  1.1  riastrad install_sh_SCRIPT = $(install_sh) -c
     80  1.1  riastrad INSTALL_HEADER = $(INSTALL_DATA)
     81  1.1  riastrad transform = $(program_transform_name)
     82  1.1  riastrad NORMAL_INSTALL = :
     83  1.1  riastrad PRE_INSTALL = :
     84  1.1  riastrad POST_INSTALL = :
     85  1.1  riastrad NORMAL_UNINSTALL = :
     86  1.1  riastrad PRE_UNINSTALL = :
     87  1.1  riastrad POST_UNINSTALL = :
     88  1.1  riastrad build_triplet = @build@
     89  1.1  riastrad host_triplet = @host@
     90  1.1  riastrad @EMSCRIPTEN_FALSE@@NATIVECLIENT_FALSE@am__append_1 = \
     91  1.1  riastrad @EMSCRIPTEN_FALSE@@NATIVECLIENT_FALSE@	sodium_utils2 \
     92  1.1  riastrad @EMSCRIPTEN_FALSE@@NATIVECLIENT_FALSE@	sodium_utils3
     93  1.1  riastrad 
     94  1.1  riastrad check_PROGRAMS = $(am__EXEEXT_3)
     95  1.1  riastrad TESTS = $(am__EXEEXT_3)
     96  1.1  riastrad @MINIMAL_FALSE@am__append_2 = \
     97  1.1  riastrad @MINIMAL_FALSE@	core_ed25519 \
     98  1.1  riastrad @MINIMAL_FALSE@	pwhash_scrypt \
     99  1.1  riastrad @MINIMAL_FALSE@	pwhash_scrypt_ll \
    100  1.1  riastrad @MINIMAL_FALSE@	scalarmult_ed25519 \
    101  1.1  riastrad @MINIMAL_FALSE@	siphashx24 \
    102  1.1  riastrad @MINIMAL_FALSE@	xchacha20
    103  1.1  riastrad 
    104  1.1  riastrad subdir = test/default
    105  1.1  riastrad ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    106  1.1  riastrad am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
    107  1.1  riastrad 	$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
    108  1.1  riastrad 	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
    109  1.1  riastrad 	$(top_srcdir)/m4/ax_check_define.m4 \
    110  1.1  riastrad 	$(top_srcdir)/m4/ax_check_link_flag.m4 \
    111  1.1  riastrad 	$(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/ax_tls.m4 \
    112  1.1  riastrad 	$(top_srcdir)/m4/ax_valgrind_check.m4 \
    113  1.1  riastrad 	$(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
    114  1.1  riastrad 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    115  1.1  riastrad 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    116  1.1  riastrad 	$(top_srcdir)/configure.ac
    117  1.1  riastrad am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    118  1.1  riastrad 	$(ACLOCAL_M4)
    119  1.1  riastrad DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    120  1.1  riastrad mkinstalldirs = $(install_sh) -d
    121  1.1  riastrad CONFIG_CLEAN_FILES =
    122  1.1  riastrad CONFIG_CLEAN_VPATH_FILES =
    123  1.1  riastrad @EMSCRIPTEN_FALSE@@NATIVECLIENT_FALSE@am__EXEEXT_1 =  \
    124  1.1  riastrad @EMSCRIPTEN_FALSE@@NATIVECLIENT_FALSE@	sodium_utils2$(EXEEXT) \
    125  1.1  riastrad @EMSCRIPTEN_FALSE@@NATIVECLIENT_FALSE@	sodium_utils3$(EXEEXT)
    126  1.1  riastrad @MINIMAL_FALSE@am__EXEEXT_2 = core_ed25519$(EXEEXT) \
    127  1.1  riastrad @MINIMAL_FALSE@	pwhash_scrypt$(EXEEXT) \
    128  1.1  riastrad @MINIMAL_FALSE@	pwhash_scrypt_ll$(EXEEXT) \
    129  1.1  riastrad @MINIMAL_FALSE@	scalarmult_ed25519$(EXEEXT) siphashx24$(EXEEXT) \
    130  1.1  riastrad @MINIMAL_FALSE@	xchacha20$(EXEEXT)
    131  1.1  riastrad am__EXEEXT_3 = aead_aes256gcm$(EXEEXT) aead_chacha20poly1305$(EXEEXT) \
    132  1.1  riastrad 	aead_xchacha20poly1305$(EXEEXT) auth$(EXEEXT) auth2$(EXEEXT) \
    133  1.1  riastrad 	auth3$(EXEEXT) auth5$(EXEEXT) auth6$(EXEEXT) auth7$(EXEEXT) \
    134  1.1  riastrad 	box$(EXEEXT) box2$(EXEEXT) box7$(EXEEXT) box8$(EXEEXT) \
    135  1.1  riastrad 	box_easy$(EXEEXT) box_easy2$(EXEEXT) box_seal$(EXEEXT) \
    136  1.1  riastrad 	box_seed$(EXEEXT) chacha20$(EXEEXT) codecs$(EXEEXT) \
    137  1.1  riastrad 	core1$(EXEEXT) core2$(EXEEXT) core3$(EXEEXT) core4$(EXEEXT) \
    138  1.1  riastrad 	core5$(EXEEXT) core6$(EXEEXT) ed25519_convert$(EXEEXT) \
    139  1.1  riastrad 	generichash$(EXEEXT) generichash2$(EXEEXT) \
    140  1.1  riastrad 	generichash3$(EXEEXT) hash$(EXEEXT) hash3$(EXEEXT) \
    141  1.1  riastrad 	kdf$(EXEEXT) keygen$(EXEEXT) kx$(EXEEXT) metamorphic$(EXEEXT) \
    142  1.1  riastrad 	misuse$(EXEEXT) onetimeauth$(EXEEXT) onetimeauth2$(EXEEXT) \
    143  1.1  riastrad 	onetimeauth7$(EXEEXT) pwhash_argon2i$(EXEEXT) \
    144  1.1  riastrad 	pwhash_argon2id$(EXEEXT) randombytes$(EXEEXT) \
    145  1.1  riastrad 	scalarmult$(EXEEXT) scalarmult2$(EXEEXT) scalarmult5$(EXEEXT) \
    146  1.1  riastrad 	scalarmult6$(EXEEXT) scalarmult7$(EXEEXT) secretbox$(EXEEXT) \
    147  1.1  riastrad 	secretbox2$(EXEEXT) secretbox7$(EXEEXT) secretbox8$(EXEEXT) \
    148  1.1  riastrad 	secretbox_easy$(EXEEXT) secretbox_easy2$(EXEEXT) \
    149  1.1  riastrad 	secretstream$(EXEEXT) shorthash$(EXEEXT) sign$(EXEEXT) \
    150  1.1  riastrad 	sodium_core$(EXEEXT) sodium_utils$(EXEEXT) \
    151  1.1  riastrad 	sodium_version$(EXEEXT) stream$(EXEEXT) stream2$(EXEEXT) \
    152  1.1  riastrad 	stream3$(EXEEXT) stream4$(EXEEXT) verify1$(EXEEXT) \
    153  1.1  riastrad 	$(am__EXEEXT_1) $(am__EXEEXT_2)
    154  1.1  riastrad aead_aes256gcm_SOURCES = aead_aes256gcm.c
    155  1.1  riastrad aead_aes256gcm_OBJECTS = aead_aes256gcm.$(OBJEXT)
    156  1.1  riastrad aead_aes256gcm_DEPENDENCIES = $(TESTS_LDADD)
    157  1.1  riastrad AM_V_lt = $(am__v_lt_@AM_V@)
    158  1.1  riastrad am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    159  1.1  riastrad am__v_lt_0 = --silent
    160  1.1  riastrad am__v_lt_1 = 
    161  1.1  riastrad aead_chacha20poly1305_SOURCES = aead_chacha20poly1305.c
    162  1.1  riastrad aead_chacha20poly1305_OBJECTS = aead_chacha20poly1305.$(OBJEXT)
    163  1.1  riastrad aead_chacha20poly1305_DEPENDENCIES = $(TESTS_LDADD)
    164  1.1  riastrad aead_xchacha20poly1305_SOURCES = aead_xchacha20poly1305.c
    165  1.1  riastrad aead_xchacha20poly1305_OBJECTS = aead_xchacha20poly1305.$(OBJEXT)
    166  1.1  riastrad aead_xchacha20poly1305_DEPENDENCIES = $(TESTS_LDADD)
    167  1.1  riastrad auth_SOURCES = auth.c
    168  1.1  riastrad auth_OBJECTS = auth.$(OBJEXT)
    169  1.1  riastrad auth_DEPENDENCIES = $(TESTS_LDADD)
    170  1.1  riastrad auth2_SOURCES = auth2.c
    171  1.1  riastrad auth2_OBJECTS = auth2.$(OBJEXT)
    172  1.1  riastrad auth2_DEPENDENCIES = $(TESTS_LDADD)
    173  1.1  riastrad auth3_SOURCES = auth3.c
    174  1.1  riastrad auth3_OBJECTS = auth3.$(OBJEXT)
    175  1.1  riastrad auth3_DEPENDENCIES = $(TESTS_LDADD)
    176  1.1  riastrad auth5_SOURCES = auth5.c
    177  1.1  riastrad auth5_OBJECTS = auth5.$(OBJEXT)
    178  1.1  riastrad auth5_DEPENDENCIES = $(TESTS_LDADD)
    179  1.1  riastrad auth6_SOURCES = auth6.c
    180  1.1  riastrad auth6_OBJECTS = auth6.$(OBJEXT)
    181  1.1  riastrad auth6_DEPENDENCIES = $(TESTS_LDADD)
    182  1.1  riastrad auth7_SOURCES = auth7.c
    183  1.1  riastrad auth7_OBJECTS = auth7.$(OBJEXT)
    184  1.1  riastrad auth7_DEPENDENCIES = $(TESTS_LDADD)
    185  1.1  riastrad box_SOURCES = box.c
    186  1.1  riastrad box_OBJECTS = box.$(OBJEXT)
    187  1.1  riastrad box_DEPENDENCIES = $(TESTS_LDADD)
    188  1.1  riastrad box2_SOURCES = box2.c
    189  1.1  riastrad box2_OBJECTS = box2.$(OBJEXT)
    190  1.1  riastrad box2_DEPENDENCIES = $(TESTS_LDADD)
    191  1.1  riastrad box7_SOURCES = box7.c
    192  1.1  riastrad box7_OBJECTS = box7.$(OBJEXT)
    193  1.1  riastrad box7_DEPENDENCIES = $(TESTS_LDADD)
    194  1.1  riastrad box8_SOURCES = box8.c
    195  1.1  riastrad box8_OBJECTS = box8.$(OBJEXT)
    196  1.1  riastrad box8_DEPENDENCIES = $(TESTS_LDADD)
    197  1.1  riastrad box_easy_SOURCES = box_easy.c
    198  1.1  riastrad box_easy_OBJECTS = box_easy.$(OBJEXT)
    199  1.1  riastrad box_easy_DEPENDENCIES = $(TESTS_LDADD)
    200  1.1  riastrad box_easy2_SOURCES = box_easy2.c
    201  1.1  riastrad box_easy2_OBJECTS = box_easy2.$(OBJEXT)
    202  1.1  riastrad box_easy2_DEPENDENCIES = $(TESTS_LDADD)
    203  1.1  riastrad box_seal_SOURCES = box_seal.c
    204  1.1  riastrad box_seal_OBJECTS = box_seal.$(OBJEXT)
    205  1.1  riastrad box_seal_DEPENDENCIES = $(TESTS_LDADD)
    206  1.1  riastrad box_seed_SOURCES = box_seed.c
    207  1.1  riastrad box_seed_OBJECTS = box_seed.$(OBJEXT)
    208  1.1  riastrad box_seed_DEPENDENCIES = $(TESTS_LDADD)
    209  1.1  riastrad chacha20_SOURCES = chacha20.c
    210  1.1  riastrad chacha20_OBJECTS = chacha20.$(OBJEXT)
    211  1.1  riastrad chacha20_DEPENDENCIES = $(TESTS_LDADD)
    212  1.1  riastrad codecs_SOURCES = codecs.c
    213  1.1  riastrad codecs_OBJECTS = codecs.$(OBJEXT)
    214  1.1  riastrad codecs_DEPENDENCIES = $(TESTS_LDADD)
    215  1.1  riastrad core1_SOURCES = core1.c
    216  1.1  riastrad core1_OBJECTS = core1.$(OBJEXT)
    217  1.1  riastrad core1_DEPENDENCIES = $(TESTS_LDADD)
    218  1.1  riastrad core2_SOURCES = core2.c
    219  1.1  riastrad core2_OBJECTS = core2.$(OBJEXT)
    220  1.1  riastrad core2_DEPENDENCIES = $(TESTS_LDADD)
    221  1.1  riastrad core3_SOURCES = core3.c
    222  1.1  riastrad core3_OBJECTS = core3.$(OBJEXT)
    223  1.1  riastrad core3_DEPENDENCIES = $(TESTS_LDADD)
    224  1.1  riastrad core4_SOURCES = core4.c
    225  1.1  riastrad core4_OBJECTS = core4.$(OBJEXT)
    226  1.1  riastrad core4_DEPENDENCIES = $(TESTS_LDADD)
    227  1.1  riastrad core5_SOURCES = core5.c
    228  1.1  riastrad core5_OBJECTS = core5.$(OBJEXT)
    229  1.1  riastrad core5_DEPENDENCIES = $(TESTS_LDADD)
    230  1.1  riastrad core6_SOURCES = core6.c
    231  1.1  riastrad core6_OBJECTS = core6.$(OBJEXT)
    232  1.1  riastrad core6_DEPENDENCIES = $(TESTS_LDADD)
    233  1.1  riastrad core_ed25519_SOURCES = core_ed25519.c
    234  1.1  riastrad core_ed25519_OBJECTS = core_ed25519.$(OBJEXT)
    235  1.1  riastrad core_ed25519_DEPENDENCIES = $(TESTS_LDADD)
    236  1.1  riastrad ed25519_convert_SOURCES = ed25519_convert.c
    237  1.1  riastrad ed25519_convert_OBJECTS = ed25519_convert.$(OBJEXT)
    238  1.1  riastrad ed25519_convert_DEPENDENCIES = $(TESTS_LDADD)
    239  1.1  riastrad generichash_SOURCES = generichash.c
    240  1.1  riastrad generichash_OBJECTS = generichash.$(OBJEXT)
    241  1.1  riastrad generichash_DEPENDENCIES = $(TESTS_LDADD)
    242  1.1  riastrad generichash2_SOURCES = generichash2.c
    243  1.1  riastrad generichash2_OBJECTS = generichash2.$(OBJEXT)
    244  1.1  riastrad generichash2_DEPENDENCIES = $(TESTS_LDADD)
    245  1.1  riastrad generichash3_SOURCES = generichash3.c
    246  1.1  riastrad generichash3_OBJECTS = generichash3.$(OBJEXT)
    247  1.1  riastrad generichash3_DEPENDENCIES = $(TESTS_LDADD)
    248  1.1  riastrad hash_SOURCES = hash.c
    249  1.1  riastrad hash_OBJECTS = hash.$(OBJEXT)
    250  1.1  riastrad hash_DEPENDENCIES = $(TESTS_LDADD)
    251  1.1  riastrad hash3_SOURCES = hash3.c
    252  1.1  riastrad hash3_OBJECTS = hash3.$(OBJEXT)
    253  1.1  riastrad hash3_DEPENDENCIES = $(TESTS_LDADD)
    254  1.1  riastrad kdf_SOURCES = kdf.c
    255  1.1  riastrad kdf_OBJECTS = kdf.$(OBJEXT)
    256  1.1  riastrad kdf_DEPENDENCIES = $(TESTS_LDADD)
    257  1.1  riastrad keygen_SOURCES = keygen.c
    258  1.1  riastrad keygen_OBJECTS = keygen.$(OBJEXT)
    259  1.1  riastrad keygen_DEPENDENCIES = $(TESTS_LDADD)
    260  1.1  riastrad kx_SOURCES = kx.c
    261  1.1  riastrad kx_OBJECTS = kx.$(OBJEXT)
    262  1.1  riastrad kx_DEPENDENCIES = $(TESTS_LDADD)
    263  1.1  riastrad metamorphic_SOURCES = metamorphic.c
    264  1.1  riastrad metamorphic_OBJECTS = metamorphic.$(OBJEXT)
    265  1.1  riastrad metamorphic_DEPENDENCIES = $(TESTS_LDADD)
    266  1.1  riastrad misuse_SOURCES = misuse.c
    267  1.1  riastrad misuse_OBJECTS = misuse.$(OBJEXT)
    268  1.1  riastrad misuse_DEPENDENCIES = $(TESTS_LDADD)
    269  1.1  riastrad onetimeauth_SOURCES = onetimeauth.c
    270  1.1  riastrad onetimeauth_OBJECTS = onetimeauth.$(OBJEXT)
    271  1.1  riastrad onetimeauth_DEPENDENCIES = $(TESTS_LDADD)
    272  1.1  riastrad onetimeauth2_SOURCES = onetimeauth2.c
    273  1.1  riastrad onetimeauth2_OBJECTS = onetimeauth2.$(OBJEXT)
    274  1.1  riastrad onetimeauth2_DEPENDENCIES = $(TESTS_LDADD)
    275  1.1  riastrad onetimeauth7_SOURCES = onetimeauth7.c
    276  1.1  riastrad onetimeauth7_OBJECTS = onetimeauth7.$(OBJEXT)
    277  1.1  riastrad onetimeauth7_DEPENDENCIES = $(TESTS_LDADD)
    278  1.1  riastrad pwhash_argon2i_SOURCES = pwhash_argon2i.c
    279  1.1  riastrad pwhash_argon2i_OBJECTS = pwhash_argon2i.$(OBJEXT)
    280  1.1  riastrad pwhash_argon2i_DEPENDENCIES = $(TESTS_LDADD)
    281  1.1  riastrad pwhash_argon2id_SOURCES = pwhash_argon2id.c
    282  1.1  riastrad pwhash_argon2id_OBJECTS = pwhash_argon2id.$(OBJEXT)
    283  1.1  riastrad pwhash_argon2id_DEPENDENCIES = $(TESTS_LDADD)
    284  1.1  riastrad pwhash_scrypt_SOURCES = pwhash_scrypt.c
    285  1.1  riastrad pwhash_scrypt_OBJECTS = pwhash_scrypt.$(OBJEXT)
    286  1.1  riastrad pwhash_scrypt_DEPENDENCIES = $(TESTS_LDADD)
    287  1.1  riastrad pwhash_scrypt_ll_SOURCES = pwhash_scrypt_ll.c
    288  1.1  riastrad pwhash_scrypt_ll_OBJECTS = pwhash_scrypt_ll.$(OBJEXT)
    289  1.1  riastrad pwhash_scrypt_ll_DEPENDENCIES = $(TESTS_LDADD)
    290  1.1  riastrad randombytes_SOURCES = randombytes.c
    291  1.1  riastrad randombytes_OBJECTS = randombytes.$(OBJEXT)
    292  1.1  riastrad randombytes_DEPENDENCIES = $(TESTS_LDADD)
    293  1.1  riastrad scalarmult_SOURCES = scalarmult.c
    294  1.1  riastrad scalarmult_OBJECTS = scalarmult.$(OBJEXT)
    295  1.1  riastrad scalarmult_DEPENDENCIES = $(TESTS_LDADD)
    296  1.1  riastrad scalarmult2_SOURCES = scalarmult2.c
    297  1.1  riastrad scalarmult2_OBJECTS = scalarmult2.$(OBJEXT)
    298  1.1  riastrad scalarmult2_DEPENDENCIES = $(TESTS_LDADD)
    299  1.1  riastrad scalarmult5_SOURCES = scalarmult5.c
    300  1.1  riastrad scalarmult5_OBJECTS = scalarmult5.$(OBJEXT)
    301  1.1  riastrad scalarmult5_DEPENDENCIES = $(TESTS_LDADD)
    302  1.1  riastrad scalarmult6_SOURCES = scalarmult6.c
    303  1.1  riastrad scalarmult6_OBJECTS = scalarmult6.$(OBJEXT)
    304  1.1  riastrad scalarmult6_DEPENDENCIES = $(TESTS_LDADD)
    305  1.1  riastrad scalarmult7_SOURCES = scalarmult7.c
    306  1.1  riastrad scalarmult7_OBJECTS = scalarmult7.$(OBJEXT)
    307  1.1  riastrad scalarmult7_DEPENDENCIES = $(TESTS_LDADD)
    308  1.1  riastrad scalarmult_ed25519_SOURCES = scalarmult_ed25519.c
    309  1.1  riastrad scalarmult_ed25519_OBJECTS = scalarmult_ed25519.$(OBJEXT)
    310  1.1  riastrad scalarmult_ed25519_DEPENDENCIES = $(TESTS_LDADD)
    311  1.1  riastrad secretbox_SOURCES = secretbox.c
    312  1.1  riastrad secretbox_OBJECTS = secretbox.$(OBJEXT)
    313  1.1  riastrad secretbox_DEPENDENCIES = $(TESTS_LDADD)
    314  1.1  riastrad secretbox2_SOURCES = secretbox2.c
    315  1.1  riastrad secretbox2_OBJECTS = secretbox2.$(OBJEXT)
    316  1.1  riastrad secretbox2_DEPENDENCIES = $(TESTS_LDADD)
    317  1.1  riastrad secretbox7_SOURCES = secretbox7.c
    318  1.1  riastrad secretbox7_OBJECTS = secretbox7.$(OBJEXT)
    319  1.1  riastrad secretbox7_DEPENDENCIES = $(TESTS_LDADD)
    320  1.1  riastrad secretbox8_SOURCES = secretbox8.c
    321  1.1  riastrad secretbox8_OBJECTS = secretbox8.$(OBJEXT)
    322  1.1  riastrad secretbox8_DEPENDENCIES = $(TESTS_LDADD)
    323  1.1  riastrad secretbox_easy_SOURCES = secretbox_easy.c
    324  1.1  riastrad secretbox_easy_OBJECTS = secretbox_easy.$(OBJEXT)
    325  1.1  riastrad secretbox_easy_DEPENDENCIES = $(TESTS_LDADD)
    326  1.1  riastrad secretbox_easy2_SOURCES = secretbox_easy2.c
    327  1.1  riastrad secretbox_easy2_OBJECTS = secretbox_easy2.$(OBJEXT)
    328  1.1  riastrad secretbox_easy2_DEPENDENCIES = $(TESTS_LDADD)
    329  1.1  riastrad secretstream_SOURCES = secretstream.c
    330  1.1  riastrad secretstream_OBJECTS = secretstream.$(OBJEXT)
    331  1.1  riastrad secretstream_DEPENDENCIES = $(TESTS_LDADD)
    332  1.1  riastrad shorthash_SOURCES = shorthash.c
    333  1.1  riastrad shorthash_OBJECTS = shorthash.$(OBJEXT)
    334  1.1  riastrad shorthash_DEPENDENCIES = $(TESTS_LDADD)
    335  1.1  riastrad sign_SOURCES = sign.c
    336  1.1  riastrad sign_OBJECTS = sign.$(OBJEXT)
    337  1.1  riastrad sign_DEPENDENCIES = $(TESTS_LDADD)
    338  1.1  riastrad siphashx24_SOURCES = siphashx24.c
    339  1.1  riastrad siphashx24_OBJECTS = siphashx24.$(OBJEXT)
    340  1.1  riastrad siphashx24_DEPENDENCIES = $(TESTS_LDADD)
    341  1.1  riastrad sodium_core_SOURCES = sodium_core.c
    342  1.1  riastrad sodium_core_OBJECTS = sodium_core.$(OBJEXT)
    343  1.1  riastrad sodium_core_DEPENDENCIES = $(TESTS_LDADD)
    344  1.1  riastrad sodium_utils_SOURCES = sodium_utils.c
    345  1.1  riastrad sodium_utils_OBJECTS = sodium_utils.$(OBJEXT)
    346  1.1  riastrad sodium_utils_DEPENDENCIES = $(TESTS_LDADD)
    347  1.1  riastrad sodium_utils2_SOURCES = sodium_utils2.c
    348  1.1  riastrad sodium_utils2_OBJECTS = sodium_utils2.$(OBJEXT)
    349  1.1  riastrad sodium_utils2_DEPENDENCIES = $(TESTS_LDADD)
    350  1.1  riastrad sodium_utils3_SOURCES = sodium_utils3.c
    351  1.1  riastrad sodium_utils3_OBJECTS = sodium_utils3.$(OBJEXT)
    352  1.1  riastrad sodium_utils3_DEPENDENCIES = $(TESTS_LDADD)
    353  1.1  riastrad sodium_version_SOURCES = sodium_version.c
    354  1.1  riastrad sodium_version_OBJECTS = sodium_version.$(OBJEXT)
    355  1.1  riastrad sodium_version_DEPENDENCIES = $(TESTS_LDADD)
    356  1.1  riastrad stream_SOURCES = stream.c
    357  1.1  riastrad stream_OBJECTS = stream.$(OBJEXT)
    358  1.1  riastrad stream_DEPENDENCIES = $(TESTS_LDADD)
    359  1.1  riastrad stream2_SOURCES = stream2.c
    360  1.1  riastrad stream2_OBJECTS = stream2.$(OBJEXT)
    361  1.1  riastrad stream2_DEPENDENCIES = $(TESTS_LDADD)
    362  1.1  riastrad stream3_SOURCES = stream3.c
    363  1.1  riastrad stream3_OBJECTS = stream3.$(OBJEXT)
    364  1.1  riastrad stream3_DEPENDENCIES = $(TESTS_LDADD)
    365  1.1  riastrad stream4_SOURCES = stream4.c
    366  1.1  riastrad stream4_OBJECTS = stream4.$(OBJEXT)
    367  1.1  riastrad stream4_DEPENDENCIES = $(TESTS_LDADD)
    368  1.1  riastrad verify1_SOURCES = verify1.c
    369  1.1  riastrad verify1_OBJECTS = verify1.$(OBJEXT)
    370  1.1  riastrad verify1_DEPENDENCIES = $(TESTS_LDADD)
    371  1.1  riastrad xchacha20_SOURCES = xchacha20.c
    372  1.1  riastrad xchacha20_OBJECTS = xchacha20.$(OBJEXT)
    373  1.1  riastrad xchacha20_DEPENDENCIES = $(TESTS_LDADD)
    374  1.1  riastrad AM_V_P = $(am__v_P_@AM_V@)
    375  1.1  riastrad am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    376  1.1  riastrad am__v_P_0 = false
    377  1.1  riastrad am__v_P_1 = :
    378  1.1  riastrad AM_V_GEN = $(am__v_GEN_@AM_V@)
    379  1.1  riastrad am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    380  1.1  riastrad am__v_GEN_0 = @echo "  GEN     " $@;
    381  1.1  riastrad am__v_GEN_1 = 
    382  1.1  riastrad AM_V_at = $(am__v_at_@AM_V@)
    383  1.1  riastrad am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    384  1.1  riastrad am__v_at_0 = @
    385  1.1  riastrad am__v_at_1 = 
    386  1.1  riastrad DEFAULT_INCLUDES = -I.@am__isrc@
    387  1.1  riastrad depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
    388  1.1  riastrad am__depfiles_maybe = depfiles
    389  1.1  riastrad am__mv = mv -f
    390  1.1  riastrad COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    391  1.1  riastrad 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    392  1.1  riastrad LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    393  1.1  riastrad 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    394  1.1  riastrad 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    395  1.1  riastrad 	$(AM_CFLAGS) $(CFLAGS)
    396  1.1  riastrad AM_V_CC = $(am__v_CC_@AM_V@)
    397  1.1  riastrad am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    398  1.1  riastrad am__v_CC_0 = @echo "  CC      " $@;
    399  1.1  riastrad am__v_CC_1 = 
    400  1.1  riastrad CCLD = $(CC)
    401  1.1  riastrad LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    402  1.1  riastrad 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    403  1.1  riastrad 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    404  1.1  riastrad AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    405  1.1  riastrad am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    406  1.1  riastrad am__v_CCLD_0 = @echo "  CCLD    " $@;
    407  1.1  riastrad am__v_CCLD_1 = 
    408  1.1  riastrad SOURCES = aead_aes256gcm.c aead_chacha20poly1305.c \
    409  1.1  riastrad 	aead_xchacha20poly1305.c auth.c auth2.c auth3.c auth5.c \
    410  1.1  riastrad 	auth6.c auth7.c box.c box2.c box7.c box8.c box_easy.c \
    411  1.1  riastrad 	box_easy2.c box_seal.c box_seed.c chacha20.c codecs.c core1.c \
    412  1.1  riastrad 	core2.c core3.c core4.c core5.c core6.c core_ed25519.c \
    413  1.1  riastrad 	ed25519_convert.c generichash.c generichash2.c generichash3.c \
    414  1.1  riastrad 	hash.c hash3.c kdf.c keygen.c kx.c metamorphic.c misuse.c \
    415  1.1  riastrad 	onetimeauth.c onetimeauth2.c onetimeauth7.c pwhash_argon2i.c \
    416  1.1  riastrad 	pwhash_argon2id.c pwhash_scrypt.c pwhash_scrypt_ll.c \
    417  1.1  riastrad 	randombytes.c scalarmult.c scalarmult2.c scalarmult5.c \
    418  1.1  riastrad 	scalarmult6.c scalarmult7.c scalarmult_ed25519.c secretbox.c \
    419  1.1  riastrad 	secretbox2.c secretbox7.c secretbox8.c secretbox_easy.c \
    420  1.1  riastrad 	secretbox_easy2.c secretstream.c shorthash.c sign.c \
    421  1.1  riastrad 	siphashx24.c sodium_core.c sodium_utils.c sodium_utils2.c \
    422  1.1  riastrad 	sodium_utils3.c sodium_version.c stream.c stream2.c stream3.c \
    423  1.1  riastrad 	stream4.c verify1.c xchacha20.c
    424  1.1  riastrad DIST_SOURCES = aead_aes256gcm.c aead_chacha20poly1305.c \
    425  1.1  riastrad 	aead_xchacha20poly1305.c auth.c auth2.c auth3.c auth5.c \
    426  1.1  riastrad 	auth6.c auth7.c box.c box2.c box7.c box8.c box_easy.c \
    427  1.1  riastrad 	box_easy2.c box_seal.c box_seed.c chacha20.c codecs.c core1.c \
    428  1.1  riastrad 	core2.c core3.c core4.c core5.c core6.c core_ed25519.c \
    429  1.1  riastrad 	ed25519_convert.c generichash.c generichash2.c generichash3.c \
    430  1.1  riastrad 	hash.c hash3.c kdf.c keygen.c kx.c metamorphic.c misuse.c \
    431  1.1  riastrad 	onetimeauth.c onetimeauth2.c onetimeauth7.c pwhash_argon2i.c \
    432  1.1  riastrad 	pwhash_argon2id.c pwhash_scrypt.c pwhash_scrypt_ll.c \
    433  1.1  riastrad 	randombytes.c scalarmult.c scalarmult2.c scalarmult5.c \
    434  1.1  riastrad 	scalarmult6.c scalarmult7.c scalarmult_ed25519.c secretbox.c \
    435  1.1  riastrad 	secretbox2.c secretbox7.c secretbox8.c secretbox_easy.c \
    436  1.1  riastrad 	secretbox_easy2.c secretstream.c shorthash.c sign.c \
    437  1.1  riastrad 	siphashx24.c sodium_core.c sodium_utils.c sodium_utils2.c \
    438  1.1  riastrad 	sodium_utils3.c sodium_version.c stream.c stream2.c stream3.c \
    439  1.1  riastrad 	stream4.c verify1.c xchacha20.c
    440  1.1  riastrad am__can_run_installinfo = \
    441  1.1  riastrad   case $$AM_UPDATE_INFO_DIR in \
    442  1.1  riastrad     n|no|NO) false;; \
    443  1.1  riastrad     *) (install-info --version) >/dev/null 2>&1;; \
    444  1.1  riastrad   esac
    445  1.1  riastrad am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    446  1.1  riastrad # Read a list of newline-separated strings from the standard input,
    447  1.1  riastrad # and print each of them once, without duplicates.  Input order is
    448  1.1  riastrad # *not* preserved.
    449  1.1  riastrad am__uniquify_input = $(AWK) '\
    450  1.1  riastrad   BEGIN { nonempty = 0; } \
    451  1.1  riastrad   { items[$$0] = 1; nonempty = 1; } \
    452  1.1  riastrad   END { if (nonempty) { for (i in items) print i; }; } \
    453  1.1  riastrad '
    454  1.1  riastrad # Make sure the list of sources is unique.  This is necessary because,
    455  1.1  riastrad # e.g., the same source file might be shared among _SOURCES variables
    456  1.1  riastrad # for different programs/libraries.
    457  1.1  riastrad am__define_uniq_tagged_files = \
    458  1.1  riastrad   list='$(am__tagged_files)'; \
    459  1.1  riastrad   unique=`for i in $$list; do \
    460  1.1  riastrad     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    461  1.1  riastrad   done | $(am__uniquify_input)`
    462  1.1  riastrad ETAGS = etags
    463  1.1  riastrad CTAGS = ctags
    464  1.1  riastrad am__tty_colors_dummy = \
    465  1.1  riastrad   mgn= red= grn= lgn= blu= brg= std=; \
    466  1.1  riastrad   am__color_tests=no
    467  1.1  riastrad am__tty_colors = { \
    468  1.1  riastrad   $(am__tty_colors_dummy); \
    469  1.1  riastrad   if test "X$(AM_COLOR_TESTS)" = Xno; then \
    470  1.1  riastrad     am__color_tests=no; \
    471  1.1  riastrad   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
    472  1.1  riastrad     am__color_tests=yes; \
    473  1.1  riastrad   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
    474  1.1  riastrad     am__color_tests=yes; \
    475  1.1  riastrad   fi; \
    476  1.1  riastrad   if test $$am__color_tests = yes; then \
    477  1.1  riastrad     red='[0;31m'; \
    478  1.1  riastrad     grn='[0;32m'; \
    479  1.1  riastrad     lgn='[1;32m'; \
    480  1.1  riastrad     blu='[1;34m'; \
    481  1.1  riastrad     mgn='[0;35m'; \
    482  1.1  riastrad     brg='[1m'; \
    483  1.1  riastrad     std='[m'; \
    484  1.1  riastrad   fi; \
    485  1.1  riastrad }
    486  1.1  riastrad am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    487  1.1  riastrad am__vpath_adj = case $$p in \
    488  1.1  riastrad     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    489  1.1  riastrad     *) f=$$p;; \
    490  1.1  riastrad   esac;
    491  1.1  riastrad am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    492  1.1  riastrad am__install_max = 40
    493  1.1  riastrad am__nobase_strip_setup = \
    494  1.1  riastrad   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    495  1.1  riastrad am__nobase_strip = \
    496  1.1  riastrad   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    497  1.1  riastrad am__nobase_list = $(am__nobase_strip_setup); \
    498  1.1  riastrad   for p in $$list; do echo "$$p $$p"; done | \
    499  1.1  riastrad   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    500  1.1  riastrad   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    501  1.1  riastrad     if (++n[$$2] == $(am__install_max)) \
    502  1.1  riastrad       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    503  1.1  riastrad     END { for (dir in files) print dir, files[dir] }'
    504  1.1  riastrad am__base_list = \
    505  1.1  riastrad   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    506  1.1  riastrad   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    507  1.1  riastrad am__uninstall_files_from_dir = { \
    508  1.1  riastrad   test -z "$$files" \
    509  1.1  riastrad     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    510  1.1  riastrad     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    511  1.1  riastrad          $(am__cd) "$$dir" && rm -f $$files; }; \
    512  1.1  riastrad   }
    513  1.1  riastrad am__recheck_rx = ^[ 	]*:recheck:[ 	]*
    514  1.1  riastrad am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
    515  1.1  riastrad am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
    516  1.1  riastrad # A command that, given a newline-separated list of test names on the
    517  1.1  riastrad # standard input, print the name of the tests that are to be re-run
    518  1.1  riastrad # upon "make recheck".
    519  1.1  riastrad am__list_recheck_tests = $(AWK) '{ \
    520  1.1  riastrad   recheck = 1; \
    521  1.1  riastrad   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
    522  1.1  riastrad     { \
    523  1.1  riastrad       if (rc < 0) \
    524  1.1  riastrad         { \
    525  1.1  riastrad           if ((getline line2 < ($$0 ".log")) < 0) \
    526  1.1  riastrad 	    recheck = 0; \
    527  1.1  riastrad           break; \
    528  1.1  riastrad         } \
    529  1.1  riastrad       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
    530  1.1  riastrad         { \
    531  1.1  riastrad           recheck = 0; \
    532  1.1  riastrad           break; \
    533  1.1  riastrad         } \
    534  1.1  riastrad       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
    535  1.1  riastrad         { \
    536  1.1  riastrad           break; \
    537  1.1  riastrad         } \
    538  1.1  riastrad     }; \
    539  1.1  riastrad   if (recheck) \
    540  1.1  riastrad     print $$0; \
    541  1.1  riastrad   close ($$0 ".trs"); \
    542  1.1  riastrad   close ($$0 ".log"); \
    543  1.1  riastrad }'
    544  1.1  riastrad # A command that, given a newline-separated list of test names on the
    545  1.1  riastrad # standard input, create the global log from their .trs and .log files.
    546  1.1  riastrad am__create_global_log = $(AWK) ' \
    547  1.1  riastrad function fatal(msg) \
    548  1.1  riastrad { \
    549  1.1  riastrad   print "fatal: making $@: " msg | "cat >&2"; \
    550  1.1  riastrad   exit 1; \
    551  1.1  riastrad } \
    552  1.1  riastrad function rst_section(header) \
    553  1.1  riastrad { \
    554  1.1  riastrad   print header; \
    555  1.1  riastrad   len = length(header); \
    556  1.1  riastrad   for (i = 1; i <= len; i = i + 1) \
    557  1.1  riastrad     printf "="; \
    558  1.1  riastrad   printf "\n\n"; \
    559  1.1  riastrad } \
    560  1.1  riastrad { \
    561  1.1  riastrad   copy_in_global_log = 1; \
    562  1.1  riastrad   global_test_result = "RUN"; \
    563  1.1  riastrad   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
    564  1.1  riastrad     { \
    565  1.1  riastrad       if (rc < 0) \
    566  1.1  riastrad          fatal("failed to read from " $$0 ".trs"); \
    567  1.1  riastrad       if (line ~ /$(am__global_test_result_rx)/) \
    568  1.1  riastrad         { \
    569  1.1  riastrad           sub("$(am__global_test_result_rx)", "", line); \
    570  1.1  riastrad           sub("[ 	]*$$", "", line); \
    571  1.1  riastrad           global_test_result = line; \
    572  1.1  riastrad         } \
    573  1.1  riastrad       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
    574  1.1  riastrad         copy_in_global_log = 0; \
    575  1.1  riastrad     }; \
    576  1.1  riastrad   if (copy_in_global_log) \
    577  1.1  riastrad     { \
    578  1.1  riastrad       rst_section(global_test_result ": " $$0); \
    579  1.1  riastrad       while ((rc = (getline line < ($$0 ".log"))) != 0) \
    580  1.1  riastrad       { \
    581  1.1  riastrad         if (rc < 0) \
    582  1.1  riastrad           fatal("failed to read from " $$0 ".log"); \
    583  1.1  riastrad         print line; \
    584  1.1  riastrad       }; \
    585  1.1  riastrad       printf "\n"; \
    586  1.1  riastrad     }; \
    587  1.1  riastrad   close ($$0 ".trs"); \
    588  1.1  riastrad   close ($$0 ".log"); \
    589  1.1  riastrad }'
    590  1.1  riastrad # Restructured Text title.
    591  1.1  riastrad am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
    592  1.1  riastrad # Solaris 10 'make', and several other traditional 'make' implementations,
    593  1.1  riastrad # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
    594  1.1  riastrad # by disabling -e (using the XSI extension "set +e") if it's set.
    595  1.1  riastrad am__sh_e_setup = case $$- in *e*) set +e;; esac
    596  1.1  riastrad # Default flags passed to test drivers.
    597  1.1  riastrad am__common_driver_flags = \
    598  1.1  riastrad   --color-tests "$$am__color_tests" \
    599  1.1  riastrad   --enable-hard-errors "$$am__enable_hard_errors" \
    600  1.1  riastrad   --expect-failure "$$am__expect_failure"
    601  1.1  riastrad # To be inserted before the command running the test.  Creates the
    602  1.1  riastrad # directory for the log if needed.  Stores in $dir the directory
    603  1.1  riastrad # containing $f, in $tst the test, in $log the log.  Executes the
    604  1.1  riastrad # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
    605  1.1  riastrad # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
    606  1.1  riastrad # will run the test scripts (or their associated LOG_COMPILER, if
    607  1.1  riastrad # thy have one).
    608  1.1  riastrad am__check_pre = \
    609  1.1  riastrad $(am__sh_e_setup);					\
    610  1.1  riastrad $(am__vpath_adj_setup) $(am__vpath_adj)			\
    611  1.1  riastrad $(am__tty_colors);					\
    612  1.1  riastrad srcdir=$(srcdir); export srcdir;			\
    613  1.1  riastrad case "$@" in						\
    614  1.1  riastrad   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
    615  1.1  riastrad     *) am__odir=.;; 					\
    616  1.1  riastrad esac;							\
    617  1.1  riastrad test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
    618  1.1  riastrad   || $(MKDIR_P) "$$am__odir" || exit $$?;		\
    619  1.1  riastrad if test -f "./$$f"; then dir=./;			\
    620  1.1  riastrad elif test -f "$$f"; then dir=;				\
    621  1.1  riastrad else dir="$(srcdir)/"; fi;				\
    622  1.1  riastrad tst=$$dir$$f; log='$@'; 				\
    623  1.1  riastrad if test -n '$(DISABLE_HARD_ERRORS)'; then		\
    624  1.1  riastrad   am__enable_hard_errors=no; 				\
    625  1.1  riastrad else							\
    626  1.1  riastrad   am__enable_hard_errors=yes; 				\
    627  1.1  riastrad fi; 							\
    628  1.1  riastrad case " $(XFAIL_TESTS) " in				\
    629  1.1  riastrad   *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
    630  1.1  riastrad     am__expect_failure=yes;;				\
    631  1.1  riastrad   *)							\
    632  1.1  riastrad     am__expect_failure=no;;				\
    633  1.1  riastrad esac; 							\
    634  1.1  riastrad $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
    635  1.1  riastrad # A shell command to get the names of the tests scripts with any registered
    636  1.1  riastrad # extension removed (i.e., equivalently, the names of the test logs, with
    637  1.1  riastrad # the '.log' extension removed).  The result is saved in the shell variable
    638  1.1  riastrad # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
    639  1.1  riastrad # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
    640  1.1  riastrad # since that might cause problem with VPATH rewrites for suffix-less tests.
    641  1.1  riastrad # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
    642  1.1  riastrad am__set_TESTS_bases = \
    643  1.1  riastrad   bases='$(TEST_LOGS)'; \
    644  1.1  riastrad   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
    645  1.1  riastrad   bases=`echo $$bases`
    646  1.1  riastrad RECHECK_LOGS = $(TEST_LOGS)
    647  1.1  riastrad AM_RECURSIVE_TARGETS = check recheck
    648  1.1  riastrad TEST_SUITE_LOG = test-suite.log
    649  1.1  riastrad TEST_EXTENSIONS = @EXEEXT@ .test
    650  1.1  riastrad LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
    651  1.1  riastrad LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
    652  1.1  riastrad am__set_b = \
    653  1.1  riastrad   case '$@' in \
    654  1.1  riastrad     */*) \
    655  1.1  riastrad       case '$*' in \
    656  1.1  riastrad         */*) b='$*';; \
    657  1.1  riastrad           *) b=`echo '$@' | sed 's/\.log$$//'`; \
    658  1.1  riastrad        esac;; \
    659  1.1  riastrad     *) \
    660  1.1  riastrad       b='$*';; \
    661  1.1  riastrad   esac
    662  1.1  riastrad am__test_logs1 = $(TESTS:=.log)
    663  1.1  riastrad am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
    664  1.1  riastrad TEST_LOGS = $(am__test_logs2:.test.log=.log)
    665  1.1  riastrad TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
    666  1.1  riastrad TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
    667  1.1  riastrad 	$(TEST_LOG_FLAGS)
    668  1.1  riastrad am__DIST_COMMON = $(srcdir)/Makefile.in \
    669  1.1  riastrad 	$(top_srcdir)/build-aux/depcomp \
    670  1.1  riastrad 	$(top_srcdir)/build-aux/test-driver
    671  1.1  riastrad DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    672  1.1  riastrad ACLOCAL = @ACLOCAL@
    673  1.1  riastrad ALLOCA = @ALLOCA@
    674  1.1  riastrad AMTAR = @AMTAR@
    675  1.1  riastrad AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    676  1.1  riastrad AR = @AR@
    677  1.1  riastrad AS = @AS@
    678  1.1  riastrad AUTOCONF = @AUTOCONF@
    679  1.1  riastrad AUTOHEADER = @AUTOHEADER@
    680  1.1  riastrad AUTOMAKE = @AUTOMAKE@
    681  1.1  riastrad AWK = @AWK@
    682  1.1  riastrad CC = @CC@
    683  1.1  riastrad CCAS = @CCAS@
    684  1.1  riastrad CCASDEPMODE = @CCASDEPMODE@
    685  1.1  riastrad CCASFLAGS = @CCASFLAGS@
    686  1.1  riastrad CCDEPMODE = @CCDEPMODE@
    687  1.1  riastrad CFLAGS = @CFLAGS@
    688  1.1  riastrad CFLAGS_AESNI = @CFLAGS_AESNI@
    689  1.1  riastrad CFLAGS_AVX = @CFLAGS_AVX@
    690  1.1  riastrad CFLAGS_AVX2 = @CFLAGS_AVX2@
    691  1.1  riastrad CFLAGS_AVX512F = @CFLAGS_AVX512F@
    692  1.1  riastrad CFLAGS_MMX = @CFLAGS_MMX@
    693  1.1  riastrad CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
    694  1.1  riastrad CFLAGS_RDRAND = @CFLAGS_RDRAND@
    695  1.1  riastrad CFLAGS_SSE2 = @CFLAGS_SSE2@
    696  1.1  riastrad CFLAGS_SSE3 = @CFLAGS_SSE3@
    697  1.1  riastrad CFLAGS_SSE41 = @CFLAGS_SSE41@
    698  1.1  riastrad CFLAGS_SSSE3 = @CFLAGS_SSSE3@
    699  1.1  riastrad CPP = @CPP@
    700  1.1  riastrad CPPFLAGS = @CPPFLAGS@
    701  1.1  riastrad CWFLAGS = @CWFLAGS@
    702  1.1  riastrad CYGPATH_W = @CYGPATH_W@
    703  1.1  riastrad DEFS = @DEFS@
    704  1.1  riastrad DEPDIR = @DEPDIR@
    705  1.1  riastrad DLLTOOL = @DLLTOOL@
    706  1.1  riastrad DLL_VERSION = @DLL_VERSION@
    707  1.1  riastrad DSYMUTIL = @DSYMUTIL@
    708  1.1  riastrad DUMPBIN = @DUMPBIN@
    709  1.1  riastrad ECHO_C = @ECHO_C@
    710  1.1  riastrad ECHO_N = @ECHO_N@
    711  1.1  riastrad ECHO_T = @ECHO_T@
    712  1.1  riastrad EGREP = @EGREP@
    713  1.1  riastrad ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
    714  1.1  riastrad ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
    715  1.1  riastrad ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
    716  1.1  riastrad ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@
    717  1.1  riastrad EXEEXT = @EXEEXT@
    718  1.1  riastrad FGREP = @FGREP@
    719  1.1  riastrad GREP = @GREP@
    720  1.1  riastrad HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
    721  1.1  riastrad HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@
    722  1.1  riastrad HAVE_CPUID_V = @HAVE_CPUID_V@
    723  1.1  riastrad HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
    724  1.1  riastrad INSTALL = @INSTALL@
    725  1.1  riastrad INSTALL_DATA = @INSTALL_DATA@
    726  1.1  riastrad INSTALL_PROGRAM = @INSTALL_PROGRAM@
    727  1.1  riastrad INSTALL_SCRIPT = @INSTALL_SCRIPT@
    728  1.1  riastrad INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    729  1.1  riastrad ISODATE = @ISODATE@
    730  1.1  riastrad LD = @LD@
    731  1.1  riastrad LDFLAGS = @LDFLAGS@
    732  1.1  riastrad LIBOBJS = @LIBOBJS@
    733  1.1  riastrad LIBS = @LIBS@
    734  1.1  riastrad LIBTOOL = @LIBTOOL@
    735  1.1  riastrad LIBTOOL_DEPS = @LIBTOOL_DEPS@
    736  1.1  riastrad LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
    737  1.1  riastrad LIPO = @LIPO@
    738  1.1  riastrad LN_S = @LN_S@
    739  1.1  riastrad LTLIBOBJS = @LTLIBOBJS@
    740  1.1  riastrad LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    741  1.1  riastrad MAINT = @MAINT@
    742  1.1  riastrad MAKEINFO = @MAKEINFO@
    743  1.1  riastrad MANIFEST_TOOL = @MANIFEST_TOOL@
    744  1.1  riastrad MKDIR_P = @MKDIR_P@
    745  1.1  riastrad NM = @NM@
    746  1.1  riastrad NMEDIT = @NMEDIT@
    747  1.1  riastrad OBJDUMP = @OBJDUMP@
    748  1.1  riastrad OBJEXT = @OBJEXT@
    749  1.1  riastrad OTOOL = @OTOOL@
    750  1.1  riastrad OTOOL64 = @OTOOL64@
    751  1.1  riastrad PACKAGE = @PACKAGE@
    752  1.1  riastrad PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    753  1.1  riastrad PACKAGE_NAME = @PACKAGE_NAME@
    754  1.1  riastrad PACKAGE_STRING = @PACKAGE_STRING@
    755  1.1  riastrad PACKAGE_TARNAME = @PACKAGE_TARNAME@
    756  1.1  riastrad PACKAGE_URL = @PACKAGE_URL@
    757  1.1  riastrad PACKAGE_VERSION = @PACKAGE_VERSION@
    758  1.1  riastrad PATH_SEPARATOR = @PATH_SEPARATOR@
    759  1.1  riastrad PTHREAD_CC = @PTHREAD_CC@
    760  1.1  riastrad PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    761  1.1  riastrad PTHREAD_LIBS = @PTHREAD_LIBS@
    762  1.1  riastrad RANLIB = @RANLIB@
    763  1.1  riastrad SAFECODE_HOME = @SAFECODE_HOME@
    764  1.1  riastrad SED = @SED@
    765  1.1  riastrad SET_MAKE = @SET_MAKE@
    766  1.1  riastrad SHELL = @SHELL@
    767  1.1  riastrad SODIUM_LIBRARY_MINIMAL_DEF = @SODIUM_LIBRARY_MINIMAL_DEF@
    768  1.1  riastrad SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
    769  1.1  riastrad SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
    770  1.1  riastrad SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
    771  1.1  riastrad STRIP = @STRIP@
    772  1.1  riastrad TEST_LDFLAGS = @TEST_LDFLAGS@
    773  1.1  riastrad VALGRIND = @VALGRIND@
    774  1.1  riastrad VALGRIND_ENABLED = @VALGRIND_ENABLED@
    775  1.1  riastrad VERSION = @VERSION@
    776  1.1  riastrad abs_builddir = @abs_builddir@
    777  1.1  riastrad abs_srcdir = @abs_srcdir@
    778  1.1  riastrad abs_top_builddir = @abs_top_builddir@
    779  1.1  riastrad abs_top_srcdir = @abs_top_srcdir@
    780  1.1  riastrad ac_ct_AR = @ac_ct_AR@
    781  1.1  riastrad ac_ct_CC = @ac_ct_CC@
    782  1.1  riastrad ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    783  1.1  riastrad am__include = @am__include@
    784  1.1  riastrad am__leading_dot = @am__leading_dot@
    785  1.1  riastrad am__quote = @am__quote@
    786  1.1  riastrad am__tar = @am__tar@
    787  1.1  riastrad am__untar = @am__untar@
    788  1.1  riastrad ax_pthread_config = @ax_pthread_config@
    789  1.1  riastrad bindir = @bindir@
    790  1.1  riastrad build = @build@
    791  1.1  riastrad build_alias = @build_alias@
    792  1.1  riastrad build_cpu = @build_cpu@
    793  1.1  riastrad build_os = @build_os@
    794  1.1  riastrad build_vendor = @build_vendor@
    795  1.1  riastrad builddir = @builddir@
    796  1.1  riastrad datadir = @datadir@
    797  1.1  riastrad datarootdir = @datarootdir@
    798  1.1  riastrad docdir = @docdir@
    799  1.1  riastrad dvidir = @dvidir@
    800  1.1  riastrad exec_prefix = @exec_prefix@
    801  1.1  riastrad host = @host@
    802  1.1  riastrad host_alias = @host_alias@
    803  1.1  riastrad host_cpu = @host_cpu@
    804  1.1  riastrad host_os = @host_os@
    805  1.1  riastrad host_vendor = @host_vendor@
    806  1.1  riastrad htmldir = @htmldir@
    807  1.1  riastrad includedir = @includedir@
    808  1.1  riastrad infodir = @infodir@
    809  1.1  riastrad install_sh = @install_sh@
    810  1.1  riastrad libdir = @libdir@
    811  1.1  riastrad libexecdir = @libexecdir@
    812  1.1  riastrad localedir = @localedir@
    813  1.1  riastrad localstatedir = @localstatedir@
    814  1.1  riastrad mandir = @mandir@
    815  1.1  riastrad mkdir_p = @mkdir_p@
    816  1.1  riastrad oldincludedir = @oldincludedir@
    817  1.1  riastrad pdfdir = @pdfdir@
    818  1.1  riastrad prefix = @prefix@
    819  1.1  riastrad program_transform_name = @program_transform_name@
    820  1.1  riastrad psdir = @psdir@
    821  1.1  riastrad sbindir = @sbindir@
    822  1.1  riastrad sharedstatedir = @sharedstatedir@
    823  1.1  riastrad srcdir = @srcdir@
    824  1.1  riastrad sysconfdir = @sysconfdir@
    825  1.1  riastrad target_alias = @target_alias@
    826  1.1  riastrad top_build_prefix = @top_build_prefix@
    827  1.1  riastrad top_builddir = @top_builddir@
    828  1.1  riastrad top_srcdir = @top_srcdir@
    829  1.1  riastrad valgrind_enabled_tools = @valgrind_enabled_tools@
    830  1.1  riastrad valgrind_tools = @valgrind_tools@
    831  1.1  riastrad EXTRA_DIST = \
    832  1.1  riastrad 	cmptest.h \
    833  1.1  riastrad 	wintest.bat \
    834  1.1  riastrad 	pre.js.inc \
    835  1.1  riastrad 	aead_aes256gcm.exp \
    836  1.1  riastrad 	aead_chacha20poly1305.exp \
    837  1.1  riastrad 	aead_xchacha20poly1305.exp \
    838  1.1  riastrad 	auth.exp \
    839  1.1  riastrad 	auth2.exp \
    840  1.1  riastrad 	auth3.exp \
    841  1.1  riastrad 	auth5.exp \
    842  1.1  riastrad 	auth6.exp \
    843  1.1  riastrad 	auth7.exp \
    844  1.1  riastrad 	box.exp \
    845  1.1  riastrad 	box2.exp \
    846  1.1  riastrad 	box7.exp \
    847  1.1  riastrad 	box8.exp \
    848  1.1  riastrad 	box_easy.exp \
    849  1.1  riastrad 	box_easy2.exp \
    850  1.1  riastrad 	box_seal.exp \
    851  1.1  riastrad 	box_seed.exp \
    852  1.1  riastrad 	chacha20.exp \
    853  1.1  riastrad 	codecs.exp \
    854  1.1  riastrad 	core_ed25519.exp \
    855  1.1  riastrad 	core1.exp \
    856  1.1  riastrad 	core2.exp \
    857  1.1  riastrad 	core3.exp \
    858  1.1  riastrad 	core4.exp \
    859  1.1  riastrad 	core5.exp \
    860  1.1  riastrad 	core6.exp \
    861  1.1  riastrad 	ed25519_convert.exp \
    862  1.1  riastrad 	generichash.exp \
    863  1.1  riastrad 	generichash2.exp \
    864  1.1  riastrad 	generichash3.exp \
    865  1.1  riastrad 	hash.exp \
    866  1.1  riastrad 	hash2.exp \
    867  1.1  riastrad 	hash3.exp \
    868  1.1  riastrad 	kdf.exp \
    869  1.1  riastrad 	keygen.exp \
    870  1.1  riastrad 	kx.exp \
    871  1.1  riastrad 	metamorphic.exp \
    872  1.1  riastrad 	misuse.exp \
    873  1.1  riastrad 	onetimeauth.exp \
    874  1.1  riastrad 	onetimeauth2.exp \
    875  1.1  riastrad 	onetimeauth7.exp \
    876  1.1  riastrad 	pwhash_argon2i.exp \
    877  1.1  riastrad 	pwhash_argon2id.exp \
    878  1.1  riastrad 	pwhash_scrypt.exp \
    879  1.1  riastrad 	pwhash_scrypt_ll.exp \
    880  1.1  riastrad 	randombytes.exp \
    881  1.1  riastrad 	scalarmult.exp \
    882  1.1  riastrad 	scalarmult_ed25519.exp \
    883  1.1  riastrad 	scalarmult2.exp \
    884  1.1  riastrad 	scalarmult5.exp \
    885  1.1  riastrad 	scalarmult6.exp \
    886  1.1  riastrad 	scalarmult7.exp \
    887  1.1  riastrad 	secretbox.exp \
    888  1.1  riastrad 	secretbox2.exp \
    889  1.1  riastrad 	secretbox7.exp \
    890  1.1  riastrad 	secretbox8.exp \
    891  1.1  riastrad 	secretbox_easy.exp \
    892  1.1  riastrad 	secretbox_easy2.exp \
    893  1.1  riastrad 	secretstream.exp \
    894  1.1  riastrad 	shorthash.exp \
    895  1.1  riastrad 	sign.exp \
    896  1.1  riastrad 	siphashx24.exp \
    897  1.1  riastrad 	sodium_core.exp \
    898  1.1  riastrad 	sodium_utils.exp \
    899  1.1  riastrad 	sodium_utils2.exp \
    900  1.1  riastrad 	sodium_utils3.exp \
    901  1.1  riastrad 	sodium_version.exp \
    902  1.1  riastrad 	stream.exp \
    903  1.1  riastrad 	stream2.exp \
    904  1.1  riastrad 	stream3.exp \
    905  1.1  riastrad 	stream4.exp \
    906  1.1  riastrad 	verify1.exp \
    907  1.1  riastrad 	xchacha20.exp
    908  1.1  riastrad 
    909  1.1  riastrad DISTCLEANFILES = \
    910  1.1  riastrad 	aead_aes256gcm.res \
    911  1.1  riastrad 	aead_chacha20poly1305.res \
    912  1.1  riastrad 	aead_xchacha20poly1305.res \
    913  1.1  riastrad 	auth.res \
    914  1.1  riastrad 	auth2.res \
    915  1.1  riastrad 	auth3.res \
    916  1.1  riastrad 	auth5.res \
    917  1.1  riastrad 	auth6.res \
    918  1.1  riastrad 	auth7.res \
    919  1.1  riastrad 	box.res \
    920  1.1  riastrad 	box2.res \
    921  1.1  riastrad 	box7.res \
    922  1.1  riastrad 	box8.res \
    923  1.1  riastrad 	box_easy.res \
    924  1.1  riastrad 	box_easy2.res \
    925  1.1  riastrad 	box_seal.res \
    926  1.1  riastrad 	box_seed.res \
    927  1.1  riastrad 	chacha20.res \
    928  1.1  riastrad 	codecs.res \
    929  1.1  riastrad 	core_ed25519.res \
    930  1.1  riastrad 	core1.res \
    931  1.1  riastrad 	core2.res \
    932  1.1  riastrad 	core3.res \
    933  1.1  riastrad 	core4.res \
    934  1.1  riastrad 	core5.res \
    935  1.1  riastrad 	core6.res \
    936  1.1  riastrad 	ed25519_convert.res \
    937  1.1  riastrad 	generichash.res \
    938  1.1  riastrad 	generichash2.res \
    939  1.1  riastrad 	generichash3.res \
    940  1.1  riastrad 	hash.res \
    941  1.1  riastrad 	hash2.res \
    942  1.1  riastrad 	hash3.res \
    943  1.1  riastrad 	kdf.res \
    944  1.1  riastrad 	keygen.res \
    945  1.1  riastrad 	kx.res \
    946  1.1  riastrad 	metamorphic.res \
    947  1.1  riastrad 	misuse.res \
    948  1.1  riastrad 	onetimeauth.res \
    949  1.1  riastrad 	onetimeauth2.res \
    950  1.1  riastrad 	onetimeauth7.res \
    951  1.1  riastrad 	pwhash_argon2i.res \
    952  1.1  riastrad 	pwhash_argon2id.res \
    953  1.1  riastrad 	pwhash_scrypt.res \
    954  1.1  riastrad 	pwhash_scrypt_ll.res \
    955  1.1  riastrad 	randombytes.res \
    956  1.1  riastrad 	scalarmult.res \
    957  1.1  riastrad 	scalarmult_ed25519.res \
    958  1.1  riastrad 	scalarmult2.res \
    959  1.1  riastrad 	scalarmult5.res \
    960  1.1  riastrad 	scalarmult6.res \
    961  1.1  riastrad 	scalarmult7.res \
    962  1.1  riastrad 	secretbox.res \
    963  1.1  riastrad 	secretbox2.res \
    964  1.1  riastrad 	secretbox7.res \
    965  1.1  riastrad 	secretbox8.res \
    966  1.1  riastrad 	secretbox_easy.res \
    967  1.1  riastrad 	secretbox_easy2.res \
    968  1.1  riastrad 	secretstream.res \
    969  1.1  riastrad 	shorthash.res \
    970  1.1  riastrad 	sign.res \
    971  1.1  riastrad 	siphashx24.res \
    972  1.1  riastrad 	sodium_core.res \
    973  1.1  riastrad 	sodium_utils.res \
    974  1.1  riastrad 	sodium_utils2.res \
    975  1.1  riastrad 	sodium_utils3.res \
    976  1.1  riastrad 	sodium_version.res \
    977  1.1  riastrad 	stream.res \
    978  1.1  riastrad 	stream2.res \
    979  1.1  riastrad 	stream3.res \
    980  1.1  riastrad 	stream4.res \
    981  1.1  riastrad 	verify1.res \
    982  1.1  riastrad 	xchacha20.res
    983  1.1  riastrad 
    984  1.1  riastrad @NATIVECLIENT_TRUE@CLEANFILES = \
    985  1.1  riastrad @NATIVECLIENT_TRUE@	aead_aes256gcm.final \
    986  1.1  riastrad @NATIVECLIENT_TRUE@	aead_chacha20poly1305.final \
    987  1.1  riastrad @NATIVECLIENT_TRUE@	aead_xchacha20poly1305.final \
    988  1.1  riastrad @NATIVECLIENT_TRUE@	auth.final \
    989  1.1  riastrad @NATIVECLIENT_TRUE@	auth2.final \
    990  1.1  riastrad @NATIVECLIENT_TRUE@	auth3.final \
    991  1.1  riastrad @NATIVECLIENT_TRUE@	auth5.final \
    992  1.1  riastrad @NATIVECLIENT_TRUE@	auth6.final \
    993  1.1  riastrad @NATIVECLIENT_TRUE@	auth7.final \
    994  1.1  riastrad @NATIVECLIENT_TRUE@	box.final \
    995  1.1  riastrad @NATIVECLIENT_TRUE@	box2.final \
    996  1.1  riastrad @NATIVECLIENT_TRUE@	box7.final \
    997  1.1  riastrad @NATIVECLIENT_TRUE@	box8.final \
    998  1.1  riastrad @NATIVECLIENT_TRUE@	box_easy.final \
    999  1.1  riastrad @NATIVECLIENT_TRUE@	box_easy2.final \
   1000  1.1  riastrad @NATIVECLIENT_TRUE@	box_seal.final \
   1001  1.1  riastrad @NATIVECLIENT_TRUE@	box_seed.final \
   1002  1.1  riastrad @NATIVECLIENT_TRUE@	chacha20.final \
   1003  1.1  riastrad @NATIVECLIENT_TRUE@	codecs.final \
   1004  1.1  riastrad @NATIVECLIENT_TRUE@	core_ed25519.final \
   1005  1.1  riastrad @NATIVECLIENT_TRUE@	core1.final \
   1006  1.1  riastrad @NATIVECLIENT_TRUE@	core2.final \
   1007  1.1  riastrad @NATIVECLIENT_TRUE@	core3.final \
   1008  1.1  riastrad @NATIVECLIENT_TRUE@	core4.final \
   1009  1.1  riastrad @NATIVECLIENT_TRUE@	core5.final \
   1010  1.1  riastrad @NATIVECLIENT_TRUE@	core6.final \
   1011  1.1  riastrad @NATIVECLIENT_TRUE@	ed25519_convert.final \
   1012  1.1  riastrad @NATIVECLIENT_TRUE@	generichash.final \
   1013  1.1  riastrad @NATIVECLIENT_TRUE@	generichash2.final \
   1014  1.1  riastrad @NATIVECLIENT_TRUE@	generichash3.final \
   1015  1.1  riastrad @NATIVECLIENT_TRUE@	hash.final \
   1016  1.1  riastrad @NATIVECLIENT_TRUE@	hash2.final \
   1017  1.1  riastrad @NATIVECLIENT_TRUE@	hash3.final \
   1018  1.1  riastrad @NATIVECLIENT_TRUE@	kdf.final \
   1019  1.1  riastrad @NATIVECLIENT_TRUE@	keygen.final \
   1020  1.1  riastrad @NATIVECLIENT_TRUE@	kx.final \
   1021  1.1  riastrad @NATIVECLIENT_TRUE@	metamorphic.final \
   1022  1.1  riastrad @NATIVECLIENT_TRUE@	misuse.final \
   1023  1.1  riastrad @NATIVECLIENT_TRUE@	onetimeauth.final \
   1024  1.1  riastrad @NATIVECLIENT_TRUE@	onetimeauth2.final \
   1025  1.1  riastrad @NATIVECLIENT_TRUE@	onetimeauth7.final \
   1026  1.1  riastrad @NATIVECLIENT_TRUE@	pwhash_argon2i.final \
   1027  1.1  riastrad @NATIVECLIENT_TRUE@	pwhash_argon2id.final \
   1028  1.1  riastrad @NATIVECLIENT_TRUE@	pwhash_scrypt.final \
   1029  1.1  riastrad @NATIVECLIENT_TRUE@	pwhash_scrypt_ll.final \
   1030  1.1  riastrad @NATIVECLIENT_TRUE@	randombytes.final \
   1031  1.1  riastrad @NATIVECLIENT_TRUE@	scalarmult.final \
   1032  1.1  riastrad @NATIVECLIENT_TRUE@	scalarmult_ed25519.final \
   1033  1.1  riastrad @NATIVECLIENT_TRUE@	scalarmult2.final \
   1034  1.1  riastrad @NATIVECLIENT_TRUE@	scalarmult5.final \
   1035  1.1  riastrad @NATIVECLIENT_TRUE@	scalarmult6.final \
   1036  1.1  riastrad @NATIVECLIENT_TRUE@	scalarmult7.final \
   1037  1.1  riastrad @NATIVECLIENT_TRUE@	secretbox.final \
   1038  1.1  riastrad @NATIVECLIENT_TRUE@	secretbox2.final \
   1039  1.1  riastrad @NATIVECLIENT_TRUE@	secretbox7.final \
   1040  1.1  riastrad @NATIVECLIENT_TRUE@	secretbox8.final \
   1041  1.1  riastrad @NATIVECLIENT_TRUE@	secretbox_easy.final \
   1042  1.1  riastrad @NATIVECLIENT_TRUE@	secretbox_easy2.final \
   1043  1.1  riastrad @NATIVECLIENT_TRUE@	secretstream.final \
   1044  1.1  riastrad @NATIVECLIENT_TRUE@	shorthash.final \
   1045  1.1  riastrad @NATIVECLIENT_TRUE@	sign.final \
   1046  1.1  riastrad @NATIVECLIENT_TRUE@	siphashx24.final \
   1047  1.1  riastrad @NATIVECLIENT_TRUE@	sodium_core.final \
   1048  1.1  riastrad @NATIVECLIENT_TRUE@	sodium_utils.final \
   1049  1.1  riastrad @NATIVECLIENT_TRUE@	sodium_version.final \
   1050  1.1  riastrad @NATIVECLIENT_TRUE@	stream.final \
   1051  1.1  riastrad @NATIVECLIENT_TRUE@	stream2.final \
   1052  1.1  riastrad @NATIVECLIENT_TRUE@	stream3.final \
   1053  1.1  riastrad @NATIVECLIENT_TRUE@	stream4.final \
   1054  1.1  riastrad @NATIVECLIENT_TRUE@	verify1.final \
   1055  1.1  riastrad @NATIVECLIENT_TRUE@	xchacha20.final \
   1056  1.1  riastrad @NATIVECLIENT_TRUE@	aead_aes256gcm.nexe \
   1057  1.1  riastrad @NATIVECLIENT_TRUE@	aead_chacha20poly1305.nexe \
   1058  1.1  riastrad @NATIVECLIENT_TRUE@	aead_xchacha20poly1305.nexe \
   1059  1.1  riastrad @NATIVECLIENT_TRUE@	auth.nexe \
   1060  1.1  riastrad @NATIVECLIENT_TRUE@	auth2.nexe \
   1061  1.1  riastrad @NATIVECLIENT_TRUE@	auth3.nexe \
   1062  1.1  riastrad @NATIVECLIENT_TRUE@	auth5.nexe \
   1063  1.1  riastrad @NATIVECLIENT_TRUE@	auth6.nexe \
   1064  1.1  riastrad @NATIVECLIENT_TRUE@	auth7.nexe \
   1065  1.1  riastrad @NATIVECLIENT_TRUE@	box.nexe \
   1066  1.1  riastrad @NATIVECLIENT_TRUE@	box2.nexe \
   1067  1.1  riastrad @NATIVECLIENT_TRUE@	box7.nexe \
   1068  1.1  riastrad @NATIVECLIENT_TRUE@	box8.nexe \
   1069  1.1  riastrad @NATIVECLIENT_TRUE@	box_easy.nexe \
   1070  1.1  riastrad @NATIVECLIENT_TRUE@	box_easy2.nexe \
   1071  1.1  riastrad @NATIVECLIENT_TRUE@	box_seal.nexe \
   1072  1.1  riastrad @NATIVECLIENT_TRUE@	box_seed.nexe \
   1073  1.1  riastrad @NATIVECLIENT_TRUE@	chacha20.nexe \
   1074  1.1  riastrad @NATIVECLIENT_TRUE@	codecs.nexe \
   1075  1.1  riastrad @NATIVECLIENT_TRUE@	core_ed25519.nexe \
   1076  1.1  riastrad @NATIVECLIENT_TRUE@	core1.nexe \
   1077  1.1  riastrad @NATIVECLIENT_TRUE@	core2.nexe \
   1078  1.1  riastrad @NATIVECLIENT_TRUE@	core3.nexe \
   1079  1.1  riastrad @NATIVECLIENT_TRUE@	core4.nexe \
   1080  1.1  riastrad @NATIVECLIENT_TRUE@	core5.nexe \
   1081  1.1  riastrad @NATIVECLIENT_TRUE@	core6.nexe \
   1082  1.1  riastrad @NATIVECLIENT_TRUE@	ed25519_convert.nexe \
   1083  1.1  riastrad @NATIVECLIENT_TRUE@	generichash.nexe \
   1084  1.1  riastrad @NATIVECLIENT_TRUE@	generichash2.nexe \
   1085  1.1  riastrad @NATIVECLIENT_TRUE@	generichash3.nexe \
   1086  1.1  riastrad @NATIVECLIENT_TRUE@	hash.nexe \
   1087  1.1  riastrad @NATIVECLIENT_TRUE@	hash2.nexe \
   1088  1.1  riastrad @NATIVECLIENT_TRUE@	hash3.nexe \
   1089  1.1  riastrad @NATIVECLIENT_TRUE@	kdf.nexe \
   1090  1.1  riastrad @NATIVECLIENT_TRUE@	keygen.nexe \
   1091  1.1  riastrad @NATIVECLIENT_TRUE@	kx.nexe \
   1092  1.1  riastrad @NATIVECLIENT_TRUE@	metamorphic.nexe \
   1093  1.1  riastrad @NATIVECLIENT_TRUE@	misuse.nexe \
   1094  1.1  riastrad @NATIVECLIENT_TRUE@	onetimeauth.nexe \
   1095  1.1  riastrad @NATIVECLIENT_TRUE@	onetimeauth2.nexe \
   1096  1.1  riastrad @NATIVECLIENT_TRUE@	onetimeauth7.nexe \
   1097  1.1  riastrad @NATIVECLIENT_TRUE@	pwhash_argon2i.nexe \
   1098  1.1  riastrad @NATIVECLIENT_TRUE@	pwhash_argon2id.nexe \
   1099  1.1  riastrad @NATIVECLIENT_TRUE@	pwhash_scrypt.nexe \
   1100  1.1  riastrad @NATIVECLIENT_TRUE@	pwhash_scrypt_ll.nexe \
   1101  1.1  riastrad @NATIVECLIENT_TRUE@	randombytes.nexe \
   1102  1.1  riastrad @NATIVECLIENT_TRUE@	scalarmult.nexe \
   1103  1.1  riastrad @NATIVECLIENT_TRUE@	scalarmult_ed25519.nexe \
   1104  1.1  riastrad @NATIVECLIENT_TRUE@	scalarmult2.nexe \
   1105  1.1  riastrad @NATIVECLIENT_TRUE@	scalarmult5.nexe \
   1106  1.1  riastrad @NATIVECLIENT_TRUE@	scalarmult6.nexe \
   1107  1.1  riastrad @NATIVECLIENT_TRUE@	scalarmult7.nexe \
   1108  1.1  riastrad @NATIVECLIENT_TRUE@	secretbox.nexe \
   1109  1.1  riastrad @NATIVECLIENT_TRUE@	secretbox2.nexe \
   1110  1.1  riastrad @NATIVECLIENT_TRUE@	secretbox7.nexe \
   1111  1.1  riastrad @NATIVECLIENT_TRUE@	secretbox8.nexe \
   1112  1.1  riastrad @NATIVECLIENT_TRUE@	secretbox_easy.nexe \
   1113  1.1  riastrad @NATIVECLIENT_TRUE@	secretbox_easy2.nexe \
   1114  1.1  riastrad @NATIVECLIENT_TRUE@	secretstream.nexe \
   1115  1.1  riastrad @NATIVECLIENT_TRUE@	shorthash.nexe \
   1116  1.1  riastrad @NATIVECLIENT_TRUE@	sign.nexe \
   1117  1.1  riastrad @NATIVECLIENT_TRUE@	siphashx24.nexe \
   1118  1.1  riastrad @NATIVECLIENT_TRUE@	sodium_core.nexe \
   1119  1.1  riastrad @NATIVECLIENT_TRUE@	sodium_utils.nexe \
   1120  1.1  riastrad @NATIVECLIENT_TRUE@	sodium_version.nexe \
   1121  1.1  riastrad @NATIVECLIENT_TRUE@	stream.nexe \
   1122  1.1  riastrad @NATIVECLIENT_TRUE@	stream2.nexe \
   1123  1.1  riastrad @NATIVECLIENT_TRUE@	stream3.nexe \
   1124  1.1  riastrad @NATIVECLIENT_TRUE@	stream4.nexe \
   1125  1.1  riastrad @NATIVECLIENT_TRUE@	verify1.nexe \
   1126  1.1  riastrad @NATIVECLIENT_TRUE@	xchacha20.nexe
   1127  1.1  riastrad 
   1128  1.1  riastrad AM_CPPFLAGS = \
   1129  1.1  riastrad 	-DTEST_SRCDIR=\"@srcdir@\" \
   1130  1.1  riastrad 	-I$(top_srcdir)/src/libsodium/include \
   1131  1.1  riastrad 	-I$(top_srcdir)/src/libsodium/include/sodium \
   1132  1.1  riastrad 	-I$(top_builddir)/src/libsodium/include \
   1133  1.1  riastrad 	-I$(top_builddir)/src/libsodium/include/sodium \
   1134  1.1  riastrad 	-I$(top_srcdir)/test/quirks
   1135  1.1  riastrad 
   1136  1.1  riastrad AM_LDFLAGS = @TEST_LDFLAGS@
   1137  1.1  riastrad TESTS_TARGETS = aead_aes256gcm aead_chacha20poly1305 \
   1138  1.1  riastrad 	aead_xchacha20poly1305 auth auth2 auth3 auth5 auth6 auth7 box \
   1139  1.1  riastrad 	box2 box7 box8 box_easy box_easy2 box_seal box_seed chacha20 \
   1140  1.1  riastrad 	codecs core1 core2 core3 core4 core5 core6 ed25519_convert \
   1141  1.1  riastrad 	generichash generichash2 generichash3 hash hash3 kdf keygen kx \
   1142  1.1  riastrad 	metamorphic misuse onetimeauth onetimeauth2 onetimeauth7 \
   1143  1.1  riastrad 	pwhash_argon2i pwhash_argon2id randombytes scalarmult \
   1144  1.1  riastrad 	scalarmult2 scalarmult5 scalarmult6 scalarmult7 secretbox \
   1145  1.1  riastrad 	secretbox2 secretbox7 secretbox8 secretbox_easy \
   1146  1.1  riastrad 	secretbox_easy2 secretstream shorthash sign sodium_core \
   1147  1.1  riastrad 	sodium_utils sodium_version stream stream2 stream3 stream4 \
   1148  1.1  riastrad 	verify1 $(am__append_1) $(am__append_2)
   1149  1.1  riastrad TESTS_LDADD = \
   1150  1.1  riastrad 	${top_builddir}/src/libsodium/libsodium.la
   1151  1.1  riastrad 
   1152  1.1  riastrad aead_aes256gcm_SOURCE = cmptest.h aead_aes256gcm.c
   1153  1.1  riastrad aead_aes256gcm_LDADD = $(TESTS_LDADD)
   1154  1.1  riastrad aead_chacha20poly1305_SOURCE = cmptest.h aead_chacha20poly1305.c
   1155  1.1  riastrad aead_chacha20poly1305_LDADD = $(TESTS_LDADD)
   1156  1.1  riastrad aead_xchacha20poly1305_SOURCE = cmptest.h aead_xchacha20poly1305.c
   1157  1.1  riastrad aead_xchacha20poly1305_LDADD = $(TESTS_LDADD)
   1158  1.1  riastrad auth_SOURCE = cmptest.h auth.c
   1159  1.1  riastrad auth_LDADD = $(TESTS_LDADD)
   1160  1.1  riastrad auth2_SOURCE = cmptest.h auth2.c
   1161  1.1  riastrad auth2_LDADD = $(TESTS_LDADD)
   1162  1.1  riastrad auth3_SOURCE = cmptest.h auth3.c
   1163  1.1  riastrad auth3_LDADD = $(TESTS_LDADD)
   1164  1.1  riastrad auth5_SOURCE = cmptest.h auth5.c quirks.h
   1165  1.1  riastrad auth5_LDADD = $(TESTS_LDADD)
   1166  1.1  riastrad auth6_SOURCE = cmptest.h auth6.c quirks.h
   1167  1.1  riastrad auth6_LDADD = $(TESTS_LDADD)
   1168  1.1  riastrad auth7_SOURCE = cmptest.h auth7.c quirks.h
   1169  1.1  riastrad auth7_LDADD = $(TESTS_LDADD)
   1170  1.1  riastrad box_SOURCE = cmptest.h box.c
   1171  1.1  riastrad box_LDADD = $(TESTS_LDADD)
   1172  1.1  riastrad box2_SOURCE = cmptest.h box2.c
   1173  1.1  riastrad box2_LDADD = $(TESTS_LDADD)
   1174  1.1  riastrad box7_SOURCE = cmptest.h box7.c
   1175  1.1  riastrad box7_LDADD = $(TESTS_LDADD)
   1176  1.1  riastrad box8_SOURCE = cmptest.h box8.c
   1177  1.1  riastrad box8_LDADD = $(TESTS_LDADD)
   1178  1.1  riastrad box_easy_SOURCE = cmptest.h box_easy.c
   1179  1.1  riastrad box_easy_LDADD = $(TESTS_LDADD)
   1180  1.1  riastrad box_easy2_SOURCE = cmptest.h box_easy2.c
   1181  1.1  riastrad box_easy2_LDADD = $(TESTS_LDADD)
   1182  1.1  riastrad box_seal_SOURCE = cmptest.h box_seal.c
   1183  1.1  riastrad box_seal_LDADD = $(TESTS_LDADD)
   1184  1.1  riastrad box_seed_SOURCE = cmptest.h box_seed.c
   1185  1.1  riastrad box_seed_LDADD = $(TESTS_LDADD)
   1186  1.1  riastrad chacha20_SOURCE = cmptest.h chacha20.c
   1187  1.1  riastrad chacha20_LDADD = $(TESTS_LDADD)
   1188  1.1  riastrad codecs_SOURCE = cmptest.h codecs.c
   1189  1.1  riastrad codecs_LDADD = $(TESTS_LDADD)
   1190  1.1  riastrad core_ed25519_SOURCE = cmptest.h core_ed25519.c
   1191  1.1  riastrad core_ed25519_LDADD = $(TESTS_LDADD)
   1192  1.1  riastrad core1_SOURCE = cmptest.h core1.c
   1193  1.1  riastrad core1_LDADD = $(TESTS_LDADD)
   1194  1.1  riastrad core2_SOURCE = cmptest.h core2.c
   1195  1.1  riastrad core2_LDADD = $(TESTS_LDADD)
   1196  1.1  riastrad core3_SOURCE = cmptest.h core3.c
   1197  1.1  riastrad core3_LDADD = $(TESTS_LDADD)
   1198  1.1  riastrad core4_SOURCE = cmptest.h core4.c
   1199  1.1  riastrad core4_LDADD = $(TESTS_LDADD)
   1200  1.1  riastrad core5_SOURCE = cmptest.h core5.c
   1201  1.1  riastrad core5_LDADD = $(TESTS_LDADD)
   1202  1.1  riastrad core6_SOURCE = cmptest.h core6.c
   1203  1.1  riastrad core6_LDADD = $(TESTS_LDADD)
   1204  1.1  riastrad ed25519_convert_SOURCE = cmptest.h ed25519_convert.c
   1205  1.1  riastrad ed25519_convert_LDADD = $(TESTS_LDADD)
   1206  1.1  riastrad generichash_SOURCE = cmptest.h generichash.c
   1207  1.1  riastrad generichash_LDADD = $(TESTS_LDADD)
   1208  1.1  riastrad generichash2_SOURCE = cmptest.h generichash2.c
   1209  1.1  riastrad generichash2_LDADD = $(TESTS_LDADD)
   1210  1.1  riastrad generichash3_SOURCE = cmptest.h generichash3.c
   1211  1.1  riastrad generichash3_LDADD = $(TESTS_LDADD)
   1212  1.1  riastrad hash_SOURCE = cmptest.h hash.c
   1213  1.1  riastrad hash_LDADD = $(TESTS_LDADD)
   1214  1.1  riastrad hash3_SOURCE = cmptest.h hash3.c
   1215  1.1  riastrad hash3_LDADD = $(TESTS_LDADD)
   1216  1.1  riastrad kdf_SOURCE = cmptest.h kdf.c
   1217  1.1  riastrad kdf_LDADD = $(TESTS_LDADD)
   1218  1.1  riastrad keygen_SOURCE = cmptest.h keygen.c
   1219  1.1  riastrad keygen_LDADD = $(TESTS_LDADD)
   1220  1.1  riastrad kx_SOURCE = cmptest.h kx.c
   1221  1.1  riastrad kx_LDADD = $(TESTS_LDADD)
   1222  1.1  riastrad metamorphic_SOURCE = cmptest.h metamorphic.c
   1223  1.1  riastrad metamorphic_LDADD = $(TESTS_LDADD)
   1224  1.1  riastrad misuse_SOURCE = cmptest.h misuse.c
   1225  1.1  riastrad misuse_LDADD = $(TESTS_LDADD)
   1226  1.1  riastrad onetimeauth_SOURCE = cmptest.h onetimeauth.c
   1227  1.1  riastrad onetimeauth_LDADD = $(TESTS_LDADD)
   1228  1.1  riastrad onetimeauth2_SOURCE = cmptest.h onetimeauth2.c
   1229  1.1  riastrad onetimeauth2_LDADD = $(TESTS_LDADD)
   1230  1.1  riastrad onetimeauth7_SOURCE = cmptest.h onetimeauth7.c
   1231  1.1  riastrad onetimeauth7_LDADD = $(TESTS_LDADD)
   1232  1.1  riastrad pwhash_argon2i_SOURCE = cmptest.h pwhash_argon2i.c
   1233  1.1  riastrad pwhash_argon2i_LDADD = $(TESTS_LDADD)
   1234  1.1  riastrad pwhash_argon2id_SOURCE = cmptest.h pwhash_argon2id.c
   1235  1.1  riastrad pwhash_argon2id_LDADD = $(TESTS_LDADD)
   1236  1.1  riastrad pwhash_scrypt_SOURCE = cmptest.h pwhash_scrypt.c
   1237  1.1  riastrad pwhash_scrypt_LDADD = $(TESTS_LDADD)
   1238  1.1  riastrad pwhash_scrypt_ll_SOURCE = cmptest.h pwhash_scrypt_ll.c
   1239  1.1  riastrad pwhash_scrypt_ll_LDADD = $(TESTS_LDADD)
   1240  1.1  riastrad randombytes_SOURCE = cmptest.h randombytes.c
   1241  1.1  riastrad randombytes_LDADD = $(TESTS_LDADD)
   1242  1.1  riastrad scalarmult_SOURCE = cmptest.h scalarmult.c
   1243  1.1  riastrad scalarmult_LDADD = $(TESTS_LDADD)
   1244  1.1  riastrad scalarmult_ed25519_SOURCE = cmptest.h scalarmult_ed25519.c
   1245  1.1  riastrad scalarmult_ed25519_LDADD = $(TESTS_LDADD)
   1246  1.1  riastrad scalarmult2_SOURCE = cmptest.h scalarmult2.c
   1247  1.1  riastrad scalarmult2_LDADD = $(TESTS_LDADD)
   1248  1.1  riastrad scalarmult5_SOURCE = cmptest.h scalarmult5.c
   1249  1.1  riastrad scalarmult5_LDADD = $(TESTS_LDADD)
   1250  1.1  riastrad scalarmult6_SOURCE = cmptest.h scalarmult6.c
   1251  1.1  riastrad scalarmult6_LDADD = $(TESTS_LDADD)
   1252  1.1  riastrad scalarmult7_SOURCE = cmptest.h scalarmult7.c
   1253  1.1  riastrad scalarmult7_LDADD = $(TESTS_LDADD)
   1254  1.1  riastrad secretbox_SOURCE = cmptest.h secretbox.c
   1255  1.1  riastrad secretbox_LDADD = $(TESTS_LDADD)
   1256  1.1  riastrad secretbox2_SOURCE = cmptest.h secretbox2.c
   1257  1.1  riastrad secretbox2_LDADD = $(TESTS_LDADD)
   1258  1.1  riastrad secretbox7_SOURCE = cmptest.h secretbox7.c
   1259  1.1  riastrad secretbox7_LDADD = $(TESTS_LDADD)
   1260  1.1  riastrad secretbox8_SOURCE = cmptest.h secretbox8.c
   1261  1.1  riastrad secretbox8_LDADD = $(TESTS_LDADD)
   1262  1.1  riastrad secretbox_easy_SOURCE = cmptest.h secretbox_easy.c
   1263  1.1  riastrad secretbox_easy_LDADD = $(TESTS_LDADD)
   1264  1.1  riastrad secretbox_easy2_SOURCE = cmptest.h secretbox_easy2.c
   1265  1.1  riastrad secretbox_easy2_LDADD = $(TESTS_LDADD)
   1266  1.1  riastrad secretstream_SOURCE = cmptest.h secretstream.c
   1267  1.1  riastrad secretstream_LDADD = $(TESTS_LDADD)
   1268  1.1  riastrad shorthash_SOURCE = cmptest.h shorthash.c
   1269  1.1  riastrad shorthash_LDADD = $(TESTS_LDADD)
   1270  1.1  riastrad sign_SOURCE = cmptest.h sign.c
   1271  1.1  riastrad sign_LDADD = $(TESTS_LDADD)
   1272  1.1  riastrad siphashx24_SOURCE = cmptest.h siphashx24.c
   1273  1.1  riastrad siphashx24_LDADD = $(TESTS_LDADD)
   1274  1.1  riastrad sodium_core_SOURCE = cmptest.h sodium_core.c
   1275  1.1  riastrad sodium_core_LDADD = $(TESTS_LDADD)
   1276  1.1  riastrad sodium_utils_SOURCE = cmptest.h sodium_utils.c
   1277  1.1  riastrad sodium_utils_LDADD = $(TESTS_LDADD)
   1278  1.1  riastrad sodium_utils2_SOURCE = cmptest.h sodium_utils2.c
   1279  1.1  riastrad sodium_utils2_LDADD = $(TESTS_LDADD)
   1280  1.1  riastrad sodium_utils3_SOURCE = cmptest.h sodium_utils3.c
   1281  1.1  riastrad sodium_utils3_LDADD = $(TESTS_LDADD)
   1282  1.1  riastrad sodium_version_SOURCE = cmptest.h sodium_version.c
   1283  1.1  riastrad sodium_version_LDADD = $(TESTS_LDADD)
   1284  1.1  riastrad stream_SOURCE = cmptest.h stream.c
   1285  1.1  riastrad stream_LDADD = $(TESTS_LDADD)
   1286  1.1  riastrad stream2_SOURCE = cmptest.h stream2.c
   1287  1.1  riastrad stream2_LDADD = $(TESTS_LDADD)
   1288  1.1  riastrad stream3_SOURCE = cmptest.h stream3.c
   1289  1.1  riastrad stream3_LDADD = $(TESTS_LDADD)
   1290  1.1  riastrad stream4_SOURCE = cmptest.h stream4.c
   1291  1.1  riastrad stream4_LDADD = $(TESTS_LDADD)
   1292  1.1  riastrad verify1_SOURCE = cmptest.h verify1.c
   1293  1.1  riastrad verify1_LDADD = $(TESTS_LDADD)
   1294  1.1  riastrad xchacha20_SOURCE = cmptest.h xchacha20.c
   1295  1.1  riastrad xchacha20_LDADD = $(TESTS_LDADD)
   1296  1.1  riastrad @NATIVECLIENT_TRUE@LOG_COMPILER = ./nacl-test-wrapper.sh
   1297  1.1  riastrad all: all-am
   1298  1.1  riastrad 
   1299  1.1  riastrad .SUFFIXES:
   1300  1.1  riastrad .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
   1301  1.1  riastrad $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
   1302  1.1  riastrad 	@for dep in $?; do \
   1303  1.1  riastrad 	  case '$(am__configure_deps)' in \
   1304  1.1  riastrad 	    *$$dep*) \
   1305  1.1  riastrad 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
   1306  1.1  riastrad 	        && { if test -f $@; then exit 0; else break; fi; }; \
   1307  1.1  riastrad 	      exit 1;; \
   1308  1.1  riastrad 	  esac; \
   1309  1.1  riastrad 	done; \
   1310  1.1  riastrad 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/default/Makefile'; \
   1311  1.1  riastrad 	$(am__cd) $(top_srcdir) && \
   1312  1.1  riastrad 	  $(AUTOMAKE) --foreign test/default/Makefile
   1313  1.1  riastrad Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   1314  1.1  riastrad 	@case '$?' in \
   1315  1.1  riastrad 	  *config.status*) \
   1316  1.1  riastrad 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   1317  1.1  riastrad 	  *) \
   1318  1.1  riastrad 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
   1319  1.1  riastrad 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
   1320  1.1  riastrad 	esac;
   1321  1.1  riastrad 
   1322  1.1  riastrad $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   1323  1.1  riastrad 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1324  1.1  riastrad 
   1325  1.1  riastrad $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
   1326  1.1  riastrad 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1327  1.1  riastrad $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
   1328  1.1  riastrad 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1329  1.1  riastrad $(am__aclocal_m4_deps):
   1330  1.1  riastrad 
   1331  1.1  riastrad clean-checkPROGRAMS:
   1332  1.1  riastrad 	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
   1333  1.1  riastrad 	echo " rm -f" $$list; \
   1334  1.1  riastrad 	rm -f $$list || exit $$?; \
   1335  1.1  riastrad 	test -n "$(EXEEXT)" || exit 0; \
   1336  1.1  riastrad 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
   1337  1.1  riastrad 	echo " rm -f" $$list; \
   1338  1.1  riastrad 	rm -f $$list
   1339  1.1  riastrad 
   1340  1.1  riastrad aead_aes256gcm$(EXEEXT): $(aead_aes256gcm_OBJECTS) $(aead_aes256gcm_DEPENDENCIES) $(EXTRA_aead_aes256gcm_DEPENDENCIES) 
   1341  1.1  riastrad 	@rm -f aead_aes256gcm$(EXEEXT)
   1342  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(aead_aes256gcm_OBJECTS) $(aead_aes256gcm_LDADD) $(LIBS)
   1343  1.1  riastrad 
   1344  1.1  riastrad aead_chacha20poly1305$(EXEEXT): $(aead_chacha20poly1305_OBJECTS) $(aead_chacha20poly1305_DEPENDENCIES) $(EXTRA_aead_chacha20poly1305_DEPENDENCIES) 
   1345  1.1  riastrad 	@rm -f aead_chacha20poly1305$(EXEEXT)
   1346  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(aead_chacha20poly1305_OBJECTS) $(aead_chacha20poly1305_LDADD) $(LIBS)
   1347  1.1  riastrad 
   1348  1.1  riastrad aead_xchacha20poly1305$(EXEEXT): $(aead_xchacha20poly1305_OBJECTS) $(aead_xchacha20poly1305_DEPENDENCIES) $(EXTRA_aead_xchacha20poly1305_DEPENDENCIES) 
   1349  1.1  riastrad 	@rm -f aead_xchacha20poly1305$(EXEEXT)
   1350  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(aead_xchacha20poly1305_OBJECTS) $(aead_xchacha20poly1305_LDADD) $(LIBS)
   1351  1.1  riastrad 
   1352  1.1  riastrad auth$(EXEEXT): $(auth_OBJECTS) $(auth_DEPENDENCIES) $(EXTRA_auth_DEPENDENCIES) 
   1353  1.1  riastrad 	@rm -f auth$(EXEEXT)
   1354  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(auth_OBJECTS) $(auth_LDADD) $(LIBS)
   1355  1.1  riastrad 
   1356  1.1  riastrad auth2$(EXEEXT): $(auth2_OBJECTS) $(auth2_DEPENDENCIES) $(EXTRA_auth2_DEPENDENCIES) 
   1357  1.1  riastrad 	@rm -f auth2$(EXEEXT)
   1358  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(auth2_OBJECTS) $(auth2_LDADD) $(LIBS)
   1359  1.1  riastrad 
   1360  1.1  riastrad auth3$(EXEEXT): $(auth3_OBJECTS) $(auth3_DEPENDENCIES) $(EXTRA_auth3_DEPENDENCIES) 
   1361  1.1  riastrad 	@rm -f auth3$(EXEEXT)
   1362  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(auth3_OBJECTS) $(auth3_LDADD) $(LIBS)
   1363  1.1  riastrad 
   1364  1.1  riastrad auth5$(EXEEXT): $(auth5_OBJECTS) $(auth5_DEPENDENCIES) $(EXTRA_auth5_DEPENDENCIES) 
   1365  1.1  riastrad 	@rm -f auth5$(EXEEXT)
   1366  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(auth5_OBJECTS) $(auth5_LDADD) $(LIBS)
   1367  1.1  riastrad 
   1368  1.1  riastrad auth6$(EXEEXT): $(auth6_OBJECTS) $(auth6_DEPENDENCIES) $(EXTRA_auth6_DEPENDENCIES) 
   1369  1.1  riastrad 	@rm -f auth6$(EXEEXT)
   1370  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(auth6_OBJECTS) $(auth6_LDADD) $(LIBS)
   1371  1.1  riastrad 
   1372  1.1  riastrad auth7$(EXEEXT): $(auth7_OBJECTS) $(auth7_DEPENDENCIES) $(EXTRA_auth7_DEPENDENCIES) 
   1373  1.1  riastrad 	@rm -f auth7$(EXEEXT)
   1374  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(auth7_OBJECTS) $(auth7_LDADD) $(LIBS)
   1375  1.1  riastrad 
   1376  1.1  riastrad box$(EXEEXT): $(box_OBJECTS) $(box_DEPENDENCIES) $(EXTRA_box_DEPENDENCIES) 
   1377  1.1  riastrad 	@rm -f box$(EXEEXT)
   1378  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(box_OBJECTS) $(box_LDADD) $(LIBS)
   1379  1.1  riastrad 
   1380  1.1  riastrad box2$(EXEEXT): $(box2_OBJECTS) $(box2_DEPENDENCIES) $(EXTRA_box2_DEPENDENCIES) 
   1381  1.1  riastrad 	@rm -f box2$(EXEEXT)
   1382  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(box2_OBJECTS) $(box2_LDADD) $(LIBS)
   1383  1.1  riastrad 
   1384  1.1  riastrad box7$(EXEEXT): $(box7_OBJECTS) $(box7_DEPENDENCIES) $(EXTRA_box7_DEPENDENCIES) 
   1385  1.1  riastrad 	@rm -f box7$(EXEEXT)
   1386  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(box7_OBJECTS) $(box7_LDADD) $(LIBS)
   1387  1.1  riastrad 
   1388  1.1  riastrad box8$(EXEEXT): $(box8_OBJECTS) $(box8_DEPENDENCIES) $(EXTRA_box8_DEPENDENCIES) 
   1389  1.1  riastrad 	@rm -f box8$(EXEEXT)
   1390  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(box8_OBJECTS) $(box8_LDADD) $(LIBS)
   1391  1.1  riastrad 
   1392  1.1  riastrad box_easy$(EXEEXT): $(box_easy_OBJECTS) $(box_easy_DEPENDENCIES) $(EXTRA_box_easy_DEPENDENCIES) 
   1393  1.1  riastrad 	@rm -f box_easy$(EXEEXT)
   1394  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(box_easy_OBJECTS) $(box_easy_LDADD) $(LIBS)
   1395  1.1  riastrad 
   1396  1.1  riastrad box_easy2$(EXEEXT): $(box_easy2_OBJECTS) $(box_easy2_DEPENDENCIES) $(EXTRA_box_easy2_DEPENDENCIES) 
   1397  1.1  riastrad 	@rm -f box_easy2$(EXEEXT)
   1398  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(box_easy2_OBJECTS) $(box_easy2_LDADD) $(LIBS)
   1399  1.1  riastrad 
   1400  1.1  riastrad box_seal$(EXEEXT): $(box_seal_OBJECTS) $(box_seal_DEPENDENCIES) $(EXTRA_box_seal_DEPENDENCIES) 
   1401  1.1  riastrad 	@rm -f box_seal$(EXEEXT)
   1402  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(box_seal_OBJECTS) $(box_seal_LDADD) $(LIBS)
   1403  1.1  riastrad 
   1404  1.1  riastrad box_seed$(EXEEXT): $(box_seed_OBJECTS) $(box_seed_DEPENDENCIES) $(EXTRA_box_seed_DEPENDENCIES) 
   1405  1.1  riastrad 	@rm -f box_seed$(EXEEXT)
   1406  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(box_seed_OBJECTS) $(box_seed_LDADD) $(LIBS)
   1407  1.1  riastrad 
   1408  1.1  riastrad chacha20$(EXEEXT): $(chacha20_OBJECTS) $(chacha20_DEPENDENCIES) $(EXTRA_chacha20_DEPENDENCIES) 
   1409  1.1  riastrad 	@rm -f chacha20$(EXEEXT)
   1410  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(chacha20_OBJECTS) $(chacha20_LDADD) $(LIBS)
   1411  1.1  riastrad 
   1412  1.1  riastrad codecs$(EXEEXT): $(codecs_OBJECTS) $(codecs_DEPENDENCIES) $(EXTRA_codecs_DEPENDENCIES) 
   1413  1.1  riastrad 	@rm -f codecs$(EXEEXT)
   1414  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(codecs_OBJECTS) $(codecs_LDADD) $(LIBS)
   1415  1.1  riastrad 
   1416  1.1  riastrad core1$(EXEEXT): $(core1_OBJECTS) $(core1_DEPENDENCIES) $(EXTRA_core1_DEPENDENCIES) 
   1417  1.1  riastrad 	@rm -f core1$(EXEEXT)
   1418  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(core1_OBJECTS) $(core1_LDADD) $(LIBS)
   1419  1.1  riastrad 
   1420  1.1  riastrad core2$(EXEEXT): $(core2_OBJECTS) $(core2_DEPENDENCIES) $(EXTRA_core2_DEPENDENCIES) 
   1421  1.1  riastrad 	@rm -f core2$(EXEEXT)
   1422  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(core2_OBJECTS) $(core2_LDADD) $(LIBS)
   1423  1.1  riastrad 
   1424  1.1  riastrad core3$(EXEEXT): $(core3_OBJECTS) $(core3_DEPENDENCIES) $(EXTRA_core3_DEPENDENCIES) 
   1425  1.1  riastrad 	@rm -f core3$(EXEEXT)
   1426  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(core3_OBJECTS) $(core3_LDADD) $(LIBS)
   1427  1.1  riastrad 
   1428  1.1  riastrad core4$(EXEEXT): $(core4_OBJECTS) $(core4_DEPENDENCIES) $(EXTRA_core4_DEPENDENCIES) 
   1429  1.1  riastrad 	@rm -f core4$(EXEEXT)
   1430  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(core4_OBJECTS) $(core4_LDADD) $(LIBS)
   1431  1.1  riastrad 
   1432  1.1  riastrad core5$(EXEEXT): $(core5_OBJECTS) $(core5_DEPENDENCIES) $(EXTRA_core5_DEPENDENCIES) 
   1433  1.1  riastrad 	@rm -f core5$(EXEEXT)
   1434  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(core5_OBJECTS) $(core5_LDADD) $(LIBS)
   1435  1.1  riastrad 
   1436  1.1  riastrad core6$(EXEEXT): $(core6_OBJECTS) $(core6_DEPENDENCIES) $(EXTRA_core6_DEPENDENCIES) 
   1437  1.1  riastrad 	@rm -f core6$(EXEEXT)
   1438  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(core6_OBJECTS) $(core6_LDADD) $(LIBS)
   1439  1.1  riastrad 
   1440  1.1  riastrad core_ed25519$(EXEEXT): $(core_ed25519_OBJECTS) $(core_ed25519_DEPENDENCIES) $(EXTRA_core_ed25519_DEPENDENCIES) 
   1441  1.1  riastrad 	@rm -f core_ed25519$(EXEEXT)
   1442  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(core_ed25519_OBJECTS) $(core_ed25519_LDADD) $(LIBS)
   1443  1.1  riastrad 
   1444  1.1  riastrad ed25519_convert$(EXEEXT): $(ed25519_convert_OBJECTS) $(ed25519_convert_DEPENDENCIES) $(EXTRA_ed25519_convert_DEPENDENCIES) 
   1445  1.1  riastrad 	@rm -f ed25519_convert$(EXEEXT)
   1446  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(ed25519_convert_OBJECTS) $(ed25519_convert_LDADD) $(LIBS)
   1447  1.1  riastrad 
   1448  1.1  riastrad generichash$(EXEEXT): $(generichash_OBJECTS) $(generichash_DEPENDENCIES) $(EXTRA_generichash_DEPENDENCIES) 
   1449  1.1  riastrad 	@rm -f generichash$(EXEEXT)
   1450  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(generichash_OBJECTS) $(generichash_LDADD) $(LIBS)
   1451  1.1  riastrad 
   1452  1.1  riastrad generichash2$(EXEEXT): $(generichash2_OBJECTS) $(generichash2_DEPENDENCIES) $(EXTRA_generichash2_DEPENDENCIES) 
   1453  1.1  riastrad 	@rm -f generichash2$(EXEEXT)
   1454  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(generichash2_OBJECTS) $(generichash2_LDADD) $(LIBS)
   1455  1.1  riastrad 
   1456  1.1  riastrad generichash3$(EXEEXT): $(generichash3_OBJECTS) $(generichash3_DEPENDENCIES) $(EXTRA_generichash3_DEPENDENCIES) 
   1457  1.1  riastrad 	@rm -f generichash3$(EXEEXT)
   1458  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(generichash3_OBJECTS) $(generichash3_LDADD) $(LIBS)
   1459  1.1  riastrad 
   1460  1.1  riastrad hash$(EXEEXT): $(hash_OBJECTS) $(hash_DEPENDENCIES) $(EXTRA_hash_DEPENDENCIES) 
   1461  1.1  riastrad 	@rm -f hash$(EXEEXT)
   1462  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(hash_OBJECTS) $(hash_LDADD) $(LIBS)
   1463  1.1  riastrad 
   1464  1.1  riastrad hash3$(EXEEXT): $(hash3_OBJECTS) $(hash3_DEPENDENCIES) $(EXTRA_hash3_DEPENDENCIES) 
   1465  1.1  riastrad 	@rm -f hash3$(EXEEXT)
   1466  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(hash3_OBJECTS) $(hash3_LDADD) $(LIBS)
   1467  1.1  riastrad 
   1468  1.1  riastrad kdf$(EXEEXT): $(kdf_OBJECTS) $(kdf_DEPENDENCIES) $(EXTRA_kdf_DEPENDENCIES) 
   1469  1.1  riastrad 	@rm -f kdf$(EXEEXT)
   1470  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(kdf_OBJECTS) $(kdf_LDADD) $(LIBS)
   1471  1.1  riastrad 
   1472  1.1  riastrad keygen$(EXEEXT): $(keygen_OBJECTS) $(keygen_DEPENDENCIES) $(EXTRA_keygen_DEPENDENCIES) 
   1473  1.1  riastrad 	@rm -f keygen$(EXEEXT)
   1474  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(keygen_OBJECTS) $(keygen_LDADD) $(LIBS)
   1475  1.1  riastrad 
   1476  1.1  riastrad kx$(EXEEXT): $(kx_OBJECTS) $(kx_DEPENDENCIES) $(EXTRA_kx_DEPENDENCIES) 
   1477  1.1  riastrad 	@rm -f kx$(EXEEXT)
   1478  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(kx_OBJECTS) $(kx_LDADD) $(LIBS)
   1479  1.1  riastrad 
   1480  1.1  riastrad metamorphic$(EXEEXT): $(metamorphic_OBJECTS) $(metamorphic_DEPENDENCIES) $(EXTRA_metamorphic_DEPENDENCIES) 
   1481  1.1  riastrad 	@rm -f metamorphic$(EXEEXT)
   1482  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(metamorphic_OBJECTS) $(metamorphic_LDADD) $(LIBS)
   1483  1.1  riastrad 
   1484  1.1  riastrad misuse$(EXEEXT): $(misuse_OBJECTS) $(misuse_DEPENDENCIES) $(EXTRA_misuse_DEPENDENCIES) 
   1485  1.1  riastrad 	@rm -f misuse$(EXEEXT)
   1486  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(misuse_OBJECTS) $(misuse_LDADD) $(LIBS)
   1487  1.1  riastrad 
   1488  1.1  riastrad onetimeauth$(EXEEXT): $(onetimeauth_OBJECTS) $(onetimeauth_DEPENDENCIES) $(EXTRA_onetimeauth_DEPENDENCIES) 
   1489  1.1  riastrad 	@rm -f onetimeauth$(EXEEXT)
   1490  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(onetimeauth_OBJECTS) $(onetimeauth_LDADD) $(LIBS)
   1491  1.1  riastrad 
   1492  1.1  riastrad onetimeauth2$(EXEEXT): $(onetimeauth2_OBJECTS) $(onetimeauth2_DEPENDENCIES) $(EXTRA_onetimeauth2_DEPENDENCIES) 
   1493  1.1  riastrad 	@rm -f onetimeauth2$(EXEEXT)
   1494  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(onetimeauth2_OBJECTS) $(onetimeauth2_LDADD) $(LIBS)
   1495  1.1  riastrad 
   1496  1.1  riastrad onetimeauth7$(EXEEXT): $(onetimeauth7_OBJECTS) $(onetimeauth7_DEPENDENCIES) $(EXTRA_onetimeauth7_DEPENDENCIES) 
   1497  1.1  riastrad 	@rm -f onetimeauth7$(EXEEXT)
   1498  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(onetimeauth7_OBJECTS) $(onetimeauth7_LDADD) $(LIBS)
   1499  1.1  riastrad 
   1500  1.1  riastrad pwhash_argon2i$(EXEEXT): $(pwhash_argon2i_OBJECTS) $(pwhash_argon2i_DEPENDENCIES) $(EXTRA_pwhash_argon2i_DEPENDENCIES) 
   1501  1.1  riastrad 	@rm -f pwhash_argon2i$(EXEEXT)
   1502  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(pwhash_argon2i_OBJECTS) $(pwhash_argon2i_LDADD) $(LIBS)
   1503  1.1  riastrad 
   1504  1.1  riastrad pwhash_argon2id$(EXEEXT): $(pwhash_argon2id_OBJECTS) $(pwhash_argon2id_DEPENDENCIES) $(EXTRA_pwhash_argon2id_DEPENDENCIES) 
   1505  1.1  riastrad 	@rm -f pwhash_argon2id$(EXEEXT)
   1506  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(pwhash_argon2id_OBJECTS) $(pwhash_argon2id_LDADD) $(LIBS)
   1507  1.1  riastrad 
   1508  1.1  riastrad pwhash_scrypt$(EXEEXT): $(pwhash_scrypt_OBJECTS) $(pwhash_scrypt_DEPENDENCIES) $(EXTRA_pwhash_scrypt_DEPENDENCIES) 
   1509  1.1  riastrad 	@rm -f pwhash_scrypt$(EXEEXT)
   1510  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(pwhash_scrypt_OBJECTS) $(pwhash_scrypt_LDADD) $(LIBS)
   1511  1.1  riastrad 
   1512  1.1  riastrad pwhash_scrypt_ll$(EXEEXT): $(pwhash_scrypt_ll_OBJECTS) $(pwhash_scrypt_ll_DEPENDENCIES) $(EXTRA_pwhash_scrypt_ll_DEPENDENCIES) 
   1513  1.1  riastrad 	@rm -f pwhash_scrypt_ll$(EXEEXT)
   1514  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(pwhash_scrypt_ll_OBJECTS) $(pwhash_scrypt_ll_LDADD) $(LIBS)
   1515  1.1  riastrad 
   1516  1.1  riastrad randombytes$(EXEEXT): $(randombytes_OBJECTS) $(randombytes_DEPENDENCIES) $(EXTRA_randombytes_DEPENDENCIES) 
   1517  1.1  riastrad 	@rm -f randombytes$(EXEEXT)
   1518  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(randombytes_OBJECTS) $(randombytes_LDADD) $(LIBS)
   1519  1.1  riastrad 
   1520  1.1  riastrad scalarmult$(EXEEXT): $(scalarmult_OBJECTS) $(scalarmult_DEPENDENCIES) $(EXTRA_scalarmult_DEPENDENCIES) 
   1521  1.1  riastrad 	@rm -f scalarmult$(EXEEXT)
   1522  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(scalarmult_OBJECTS) $(scalarmult_LDADD) $(LIBS)
   1523  1.1  riastrad 
   1524  1.1  riastrad scalarmult2$(EXEEXT): $(scalarmult2_OBJECTS) $(scalarmult2_DEPENDENCIES) $(EXTRA_scalarmult2_DEPENDENCIES) 
   1525  1.1  riastrad 	@rm -f scalarmult2$(EXEEXT)
   1526  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(scalarmult2_OBJECTS) $(scalarmult2_LDADD) $(LIBS)
   1527  1.1  riastrad 
   1528  1.1  riastrad scalarmult5$(EXEEXT): $(scalarmult5_OBJECTS) $(scalarmult5_DEPENDENCIES) $(EXTRA_scalarmult5_DEPENDENCIES) 
   1529  1.1  riastrad 	@rm -f scalarmult5$(EXEEXT)
   1530  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(scalarmult5_OBJECTS) $(scalarmult5_LDADD) $(LIBS)
   1531  1.1  riastrad 
   1532  1.1  riastrad scalarmult6$(EXEEXT): $(scalarmult6_OBJECTS) $(scalarmult6_DEPENDENCIES) $(EXTRA_scalarmult6_DEPENDENCIES) 
   1533  1.1  riastrad 	@rm -f scalarmult6$(EXEEXT)
   1534  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(scalarmult6_OBJECTS) $(scalarmult6_LDADD) $(LIBS)
   1535  1.1  riastrad 
   1536  1.1  riastrad scalarmult7$(EXEEXT): $(scalarmult7_OBJECTS) $(scalarmult7_DEPENDENCIES) $(EXTRA_scalarmult7_DEPENDENCIES) 
   1537  1.1  riastrad 	@rm -f scalarmult7$(EXEEXT)
   1538  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(scalarmult7_OBJECTS) $(scalarmult7_LDADD) $(LIBS)
   1539  1.1  riastrad 
   1540  1.1  riastrad scalarmult_ed25519$(EXEEXT): $(scalarmult_ed25519_OBJECTS) $(scalarmult_ed25519_DEPENDENCIES) $(EXTRA_scalarmult_ed25519_DEPENDENCIES) 
   1541  1.1  riastrad 	@rm -f scalarmult_ed25519$(EXEEXT)
   1542  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(scalarmult_ed25519_OBJECTS) $(scalarmult_ed25519_LDADD) $(LIBS)
   1543  1.1  riastrad 
   1544  1.1  riastrad secretbox$(EXEEXT): $(secretbox_OBJECTS) $(secretbox_DEPENDENCIES) $(EXTRA_secretbox_DEPENDENCIES) 
   1545  1.1  riastrad 	@rm -f secretbox$(EXEEXT)
   1546  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(secretbox_OBJECTS) $(secretbox_LDADD) $(LIBS)
   1547  1.1  riastrad 
   1548  1.1  riastrad secretbox2$(EXEEXT): $(secretbox2_OBJECTS) $(secretbox2_DEPENDENCIES) $(EXTRA_secretbox2_DEPENDENCIES) 
   1549  1.1  riastrad 	@rm -f secretbox2$(EXEEXT)
   1550  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(secretbox2_OBJECTS) $(secretbox2_LDADD) $(LIBS)
   1551  1.1  riastrad 
   1552  1.1  riastrad secretbox7$(EXEEXT): $(secretbox7_OBJECTS) $(secretbox7_DEPENDENCIES) $(EXTRA_secretbox7_DEPENDENCIES) 
   1553  1.1  riastrad 	@rm -f secretbox7$(EXEEXT)
   1554  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(secretbox7_OBJECTS) $(secretbox7_LDADD) $(LIBS)
   1555  1.1  riastrad 
   1556  1.1  riastrad secretbox8$(EXEEXT): $(secretbox8_OBJECTS) $(secretbox8_DEPENDENCIES) $(EXTRA_secretbox8_DEPENDENCIES) 
   1557  1.1  riastrad 	@rm -f secretbox8$(EXEEXT)
   1558  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(secretbox8_OBJECTS) $(secretbox8_LDADD) $(LIBS)
   1559  1.1  riastrad 
   1560  1.1  riastrad secretbox_easy$(EXEEXT): $(secretbox_easy_OBJECTS) $(secretbox_easy_DEPENDENCIES) $(EXTRA_secretbox_easy_DEPENDENCIES) 
   1561  1.1  riastrad 	@rm -f secretbox_easy$(EXEEXT)
   1562  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(secretbox_easy_OBJECTS) $(secretbox_easy_LDADD) $(LIBS)
   1563  1.1  riastrad 
   1564  1.1  riastrad secretbox_easy2$(EXEEXT): $(secretbox_easy2_OBJECTS) $(secretbox_easy2_DEPENDENCIES) $(EXTRA_secretbox_easy2_DEPENDENCIES) 
   1565  1.1  riastrad 	@rm -f secretbox_easy2$(EXEEXT)
   1566  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(secretbox_easy2_OBJECTS) $(secretbox_easy2_LDADD) $(LIBS)
   1567  1.1  riastrad 
   1568  1.1  riastrad secretstream$(EXEEXT): $(secretstream_OBJECTS) $(secretstream_DEPENDENCIES) $(EXTRA_secretstream_DEPENDENCIES) 
   1569  1.1  riastrad 	@rm -f secretstream$(EXEEXT)
   1570  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(secretstream_OBJECTS) $(secretstream_LDADD) $(LIBS)
   1571  1.1  riastrad 
   1572  1.1  riastrad shorthash$(EXEEXT): $(shorthash_OBJECTS) $(shorthash_DEPENDENCIES) $(EXTRA_shorthash_DEPENDENCIES) 
   1573  1.1  riastrad 	@rm -f shorthash$(EXEEXT)
   1574  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(shorthash_OBJECTS) $(shorthash_LDADD) $(LIBS)
   1575  1.1  riastrad 
   1576  1.1  riastrad sign$(EXEEXT): $(sign_OBJECTS) $(sign_DEPENDENCIES) $(EXTRA_sign_DEPENDENCIES) 
   1577  1.1  riastrad 	@rm -f sign$(EXEEXT)
   1578  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(sign_OBJECTS) $(sign_LDADD) $(LIBS)
   1579  1.1  riastrad 
   1580  1.1  riastrad siphashx24$(EXEEXT): $(siphashx24_OBJECTS) $(siphashx24_DEPENDENCIES) $(EXTRA_siphashx24_DEPENDENCIES) 
   1581  1.1  riastrad 	@rm -f siphashx24$(EXEEXT)
   1582  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(siphashx24_OBJECTS) $(siphashx24_LDADD) $(LIBS)
   1583  1.1  riastrad 
   1584  1.1  riastrad sodium_core$(EXEEXT): $(sodium_core_OBJECTS) $(sodium_core_DEPENDENCIES) $(EXTRA_sodium_core_DEPENDENCIES) 
   1585  1.1  riastrad 	@rm -f sodium_core$(EXEEXT)
   1586  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(sodium_core_OBJECTS) $(sodium_core_LDADD) $(LIBS)
   1587  1.1  riastrad 
   1588  1.1  riastrad sodium_utils$(EXEEXT): $(sodium_utils_OBJECTS) $(sodium_utils_DEPENDENCIES) $(EXTRA_sodium_utils_DEPENDENCIES) 
   1589  1.1  riastrad 	@rm -f sodium_utils$(EXEEXT)
   1590  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(sodium_utils_OBJECTS) $(sodium_utils_LDADD) $(LIBS)
   1591  1.1  riastrad 
   1592  1.1  riastrad sodium_utils2$(EXEEXT): $(sodium_utils2_OBJECTS) $(sodium_utils2_DEPENDENCIES) $(EXTRA_sodium_utils2_DEPENDENCIES) 
   1593  1.1  riastrad 	@rm -f sodium_utils2$(EXEEXT)
   1594  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(sodium_utils2_OBJECTS) $(sodium_utils2_LDADD) $(LIBS)
   1595  1.1  riastrad 
   1596  1.1  riastrad sodium_utils3$(EXEEXT): $(sodium_utils3_OBJECTS) $(sodium_utils3_DEPENDENCIES) $(EXTRA_sodium_utils3_DEPENDENCIES) 
   1597  1.1  riastrad 	@rm -f sodium_utils3$(EXEEXT)
   1598  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(sodium_utils3_OBJECTS) $(sodium_utils3_LDADD) $(LIBS)
   1599  1.1  riastrad 
   1600  1.1  riastrad sodium_version$(EXEEXT): $(sodium_version_OBJECTS) $(sodium_version_DEPENDENCIES) $(EXTRA_sodium_version_DEPENDENCIES) 
   1601  1.1  riastrad 	@rm -f sodium_version$(EXEEXT)
   1602  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(sodium_version_OBJECTS) $(sodium_version_LDADD) $(LIBS)
   1603  1.1  riastrad 
   1604  1.1  riastrad stream$(EXEEXT): $(stream_OBJECTS) $(stream_DEPENDENCIES) $(EXTRA_stream_DEPENDENCIES) 
   1605  1.1  riastrad 	@rm -f stream$(EXEEXT)
   1606  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(stream_OBJECTS) $(stream_LDADD) $(LIBS)
   1607  1.1  riastrad 
   1608  1.1  riastrad stream2$(EXEEXT): $(stream2_OBJECTS) $(stream2_DEPENDENCIES) $(EXTRA_stream2_DEPENDENCIES) 
   1609  1.1  riastrad 	@rm -f stream2$(EXEEXT)
   1610  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(stream2_OBJECTS) $(stream2_LDADD) $(LIBS)
   1611  1.1  riastrad 
   1612  1.1  riastrad stream3$(EXEEXT): $(stream3_OBJECTS) $(stream3_DEPENDENCIES) $(EXTRA_stream3_DEPENDENCIES) 
   1613  1.1  riastrad 	@rm -f stream3$(EXEEXT)
   1614  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(stream3_OBJECTS) $(stream3_LDADD) $(LIBS)
   1615  1.1  riastrad 
   1616  1.1  riastrad stream4$(EXEEXT): $(stream4_OBJECTS) $(stream4_DEPENDENCIES) $(EXTRA_stream4_DEPENDENCIES) 
   1617  1.1  riastrad 	@rm -f stream4$(EXEEXT)
   1618  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(stream4_OBJECTS) $(stream4_LDADD) $(LIBS)
   1619  1.1  riastrad 
   1620  1.1  riastrad verify1$(EXEEXT): $(verify1_OBJECTS) $(verify1_DEPENDENCIES) $(EXTRA_verify1_DEPENDENCIES) 
   1621  1.1  riastrad 	@rm -f verify1$(EXEEXT)
   1622  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(verify1_OBJECTS) $(verify1_LDADD) $(LIBS)
   1623  1.1  riastrad 
   1624  1.1  riastrad xchacha20$(EXEEXT): $(xchacha20_OBJECTS) $(xchacha20_DEPENDENCIES) $(EXTRA_xchacha20_DEPENDENCIES) 
   1625  1.1  riastrad 	@rm -f xchacha20$(EXEEXT)
   1626  1.1  riastrad 	$(AM_V_CCLD)$(LINK) $(xchacha20_OBJECTS) $(xchacha20_LDADD) $(LIBS)
   1627  1.1  riastrad 
   1628  1.1  riastrad mostlyclean-compile:
   1629  1.1  riastrad 	-rm -f *.$(OBJEXT)
   1630  1.1  riastrad 
   1631  1.1  riastrad distclean-compile:
   1632  1.1  riastrad 	-rm -f *.tab.c
   1633  1.1  riastrad 
   1634  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aead_aes256gcm.Po@am__quote@
   1635  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aead_chacha20poly1305.Po@am__quote@
   1636  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aead_xchacha20poly1305.Po@am__quote@
   1637  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@
   1638  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth2.Po@am__quote@
   1639  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth3.Po@am__quote@
   1640  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth5.Po@am__quote@
   1641  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth6.Po@am__quote@
   1642  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth7.Po@am__quote@
   1643  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box.Po@am__quote@
   1644  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box2.Po@am__quote@
   1645  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box7.Po@am__quote@
   1646  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box8.Po@am__quote@
   1647  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box_easy.Po@am__quote@
   1648  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box_easy2.Po@am__quote@
   1649  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box_seal.Po@am__quote@
   1650  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box_seed.Po@am__quote@
   1651  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chacha20.Po@am__quote@
   1652  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codecs.Po@am__quote@
   1653  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core1.Po@am__quote@
   1654  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core2.Po@am__quote@
   1655  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core3.Po@am__quote@
   1656  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core4.Po@am__quote@
   1657  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core5.Po@am__quote@
   1658  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core6.Po@am__quote@
   1659  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core_ed25519.Po@am__quote@
   1660  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed25519_convert.Po@am__quote@
   1661  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generichash.Po@am__quote@
   1662  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generichash2.Po@am__quote@
   1663  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generichash3.Po@am__quote@
   1664  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
   1665  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash3.Po@am__quote@
   1666  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kdf.Po@am__quote@
   1667  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keygen.Po@am__quote@
   1668  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kx.Po@am__quote@
   1669  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metamorphic.Po@am__quote@
   1670  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misuse.Po@am__quote@
   1671  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/onetimeauth.Po@am__quote@
   1672  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/onetimeauth2.Po@am__quote@
   1673  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/onetimeauth7.Po@am__quote@
   1674  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwhash_argon2i.Po@am__quote@
   1675  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwhash_argon2id.Po@am__quote@
   1676  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwhash_scrypt.Po@am__quote@
   1677  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwhash_scrypt_ll.Po@am__quote@
   1678  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/randombytes.Po@am__quote@
   1679  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scalarmult.Po@am__quote@
   1680  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scalarmult2.Po@am__quote@
   1681  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scalarmult5.Po@am__quote@
   1682  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scalarmult6.Po@am__quote@
   1683  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scalarmult7.Po@am__quote@
   1684  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scalarmult_ed25519.Po@am__quote@
   1685  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/secretbox.Po@am__quote@
   1686  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/secretbox2.Po@am__quote@
   1687  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/secretbox7.Po@am__quote@
   1688  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/secretbox8.Po@am__quote@
   1689  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/secretbox_easy.Po@am__quote@
   1690  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/secretbox_easy2.Po@am__quote@
   1691  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/secretstream.Po@am__quote@
   1692  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shorthash.Po@am__quote@
   1693  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sign.Po@am__quote@
   1694  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/siphashx24.Po@am__quote@
   1695  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sodium_core.Po@am__quote@
   1696  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sodium_utils.Po@am__quote@
   1697  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sodium_utils2.Po@am__quote@
   1698  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sodium_utils3.Po@am__quote@
   1699  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sodium_version.Po@am__quote@
   1700  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream.Po@am__quote@
   1701  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream2.Po@am__quote@
   1702  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream3.Po@am__quote@
   1703  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream4.Po@am__quote@
   1704  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verify1.Po@am__quote@
   1705  1.1  riastrad @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xchacha20.Po@am__quote@
   1706  1.1  riastrad 
   1707  1.1  riastrad .c.o:
   1708  1.1  riastrad @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
   1709  1.1  riastrad @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
   1710  1.1  riastrad @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
   1711  1.1  riastrad @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   1712  1.1  riastrad @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1713  1.1  riastrad @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
   1714  1.1  riastrad 
   1715  1.1  riastrad .c.obj:
   1716  1.1  riastrad @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
   1717  1.1  riastrad @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
   1718  1.1  riastrad @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
   1719  1.1  riastrad @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   1720  1.1  riastrad @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1721  1.1  riastrad @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
   1722  1.1  riastrad 
   1723  1.1  riastrad .c.lo:
   1724  1.1  riastrad @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
   1725  1.1  riastrad @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
   1726  1.1  riastrad @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
   1727  1.1  riastrad @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
   1728  1.1  riastrad @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1729  1.1  riastrad @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
   1730  1.1  riastrad 
   1731  1.1  riastrad mostlyclean-libtool:
   1732  1.1  riastrad 	-rm -f *.lo
   1733  1.1  riastrad 
   1734  1.1  riastrad clean-libtool:
   1735  1.1  riastrad 	-rm -rf .libs _libs
   1736  1.1  riastrad 
   1737  1.1  riastrad ID: $(am__tagged_files)
   1738  1.1  riastrad 	$(am__define_uniq_tagged_files); mkid -fID $$unique
   1739  1.1  riastrad tags: tags-am
   1740  1.1  riastrad TAGS: tags
   1741  1.1  riastrad 
   1742  1.1  riastrad tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   1743  1.1  riastrad 	set x; \
   1744  1.1  riastrad 	here=`pwd`; \
   1745  1.1  riastrad 	$(am__define_uniq_tagged_files); \
   1746  1.1  riastrad 	shift; \
   1747  1.1  riastrad 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   1748  1.1  riastrad 	  test -n "$$unique" || unique=$$empty_fix; \
   1749  1.1  riastrad 	  if test $$# -gt 0; then \
   1750  1.1  riastrad 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1751  1.1  riastrad 	      "$$@" $$unique; \
   1752  1.1  riastrad 	  else \
   1753  1.1  riastrad 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1754  1.1  riastrad 	      $$unique; \
   1755  1.1  riastrad 	  fi; \
   1756  1.1  riastrad 	fi
   1757  1.1  riastrad ctags: ctags-am
   1758  1.1  riastrad 
   1759  1.1  riastrad CTAGS: ctags
   1760  1.1  riastrad ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   1761  1.1  riastrad 	$(am__define_uniq_tagged_files); \
   1762  1.1  riastrad 	test -z "$(CTAGS_ARGS)$$unique" \
   1763  1.1  riastrad 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   1764  1.1  riastrad 	     $$unique
   1765  1.1  riastrad 
   1766  1.1  riastrad GTAGS:
   1767  1.1  riastrad 	here=`$(am__cd) $(top_builddir) && pwd` \
   1768  1.1  riastrad 	  && $(am__cd) $(top_srcdir) \
   1769  1.1  riastrad 	  && gtags -i $(GTAGS_ARGS) "$$here"
   1770  1.1  riastrad cscopelist: cscopelist-am
   1771  1.1  riastrad 
   1772  1.1  riastrad cscopelist-am: $(am__tagged_files)
   1773  1.1  riastrad 	list='$(am__tagged_files)'; \
   1774  1.1  riastrad 	case "$(srcdir)" in \
   1775  1.1  riastrad 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
   1776  1.1  riastrad 	  *) sdir=$(subdir)/$(srcdir) ;; \
   1777  1.1  riastrad 	esac; \
   1778  1.1  riastrad 	for i in $$list; do \
   1779  1.1  riastrad 	  if test -f "$$i"; then \
   1780  1.1  riastrad 	    echo "$(subdir)/$$i"; \
   1781  1.1  riastrad 	  else \
   1782  1.1  riastrad 	    echo "$$sdir/$$i"; \
   1783  1.1  riastrad 	  fi; \
   1784  1.1  riastrad 	done >> $(top_builddir)/cscope.files
   1785  1.1  riastrad 
   1786  1.1  riastrad distclean-tags:
   1787  1.1  riastrad 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   1788  1.1  riastrad 
   1789  1.1  riastrad # Recover from deleted '.trs' file; this should ensure that
   1790  1.1  riastrad # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
   1791  1.1  riastrad # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
   1792  1.1  riastrad # to avoid problems with "make -n".
   1793  1.1  riastrad .log.trs:
   1794  1.1  riastrad 	rm -f $< $@
   1795  1.1  riastrad 	$(MAKE) $(AM_MAKEFLAGS) $<
   1796  1.1  riastrad 
   1797  1.1  riastrad # Leading 'am--fnord' is there to ensure the list of targets does not
   1798  1.1  riastrad # expand to empty, as could happen e.g. with make check TESTS=''.
   1799  1.1  riastrad am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
   1800  1.1  riastrad am--force-recheck:
   1801  1.1  riastrad 	@:
   1802  1.1  riastrad 
   1803  1.1  riastrad $(TEST_SUITE_LOG): $(TEST_LOGS)
   1804  1.1  riastrad 	@$(am__set_TESTS_bases); \
   1805  1.1  riastrad 	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
   1806  1.1  riastrad 	redo_bases=`for i in $$bases; do \
   1807  1.1  riastrad 	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
   1808  1.1  riastrad 	            done`; \
   1809  1.1  riastrad 	if test -n "$$redo_bases"; then \
   1810  1.1  riastrad 	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
   1811  1.1  riastrad 	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
   1812  1.1  riastrad 	  if $(am__make_dryrun); then :; else \
   1813  1.1  riastrad 	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
   1814  1.1  riastrad 	  fi; \
   1815  1.1  riastrad 	fi; \
   1816  1.1  riastrad 	if test -n "$$am__remaking_logs"; then \
   1817  1.1  riastrad 	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
   1818  1.1  riastrad 	       "recursion detected" >&2; \
   1819  1.1  riastrad 	elif test -n "$$redo_logs"; then \
   1820  1.1  riastrad 	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
   1821  1.1  riastrad 	fi; \
   1822  1.1  riastrad 	if $(am__make_dryrun); then :; else \
   1823  1.1  riastrad 	  st=0;  \
   1824  1.1  riastrad 	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
   1825  1.1  riastrad 	  for i in $$redo_bases; do \
   1826  1.1  riastrad 	    test -f $$i.trs && test -r $$i.trs \
   1827  1.1  riastrad 	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
   1828  1.1  riastrad 	    test -f $$i.log && test -r $$i.log \
   1829  1.1  riastrad 	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
   1830  1.1  riastrad 	  done; \
   1831  1.1  riastrad 	  test $$st -eq 0 || exit 1; \
   1832  1.1  riastrad 	fi
   1833  1.1  riastrad 	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
   1834  1.1  riastrad 	ws='[ 	]'; \
   1835  1.1  riastrad 	results=`for b in $$bases; do echo $$b.trs; done`; \
   1836  1.1  riastrad 	test -n "$$results" || results=/dev/null; \
   1837  1.1  riastrad 	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
   1838  1.1  riastrad 	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
   1839  1.1  riastrad 	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
   1840  1.1  riastrad 	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
   1841  1.1  riastrad 	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
   1842  1.1  riastrad 	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
   1843  1.1  riastrad 	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
   1844  1.1  riastrad 	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
   1845  1.1  riastrad 	  success=true; \
   1846  1.1  riastrad 	else \
   1847  1.1  riastrad 	  success=false; \
   1848  1.1  riastrad 	fi; \
   1849  1.1  riastrad 	br='==================='; br=$$br$$br$$br$$br; \
   1850  1.1  riastrad 	result_count () \
   1851  1.1  riastrad 	{ \
   1852  1.1  riastrad 	    if test x"$$1" = x"--maybe-color"; then \
   1853  1.1  riastrad 	      maybe_colorize=yes; \
   1854  1.1  riastrad 	    elif test x"$$1" = x"--no-color"; then \
   1855  1.1  riastrad 	      maybe_colorize=no; \
   1856  1.1  riastrad 	    else \
   1857  1.1  riastrad 	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
   1858  1.1  riastrad 	    fi; \
   1859  1.1  riastrad 	    shift; \
   1860  1.1  riastrad 	    desc=$$1 count=$$2; \
   1861  1.1  riastrad 	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
   1862  1.1  riastrad 	      color_start=$$3 color_end=$$std; \
   1863  1.1  riastrad 	    else \
   1864  1.1  riastrad 	      color_start= color_end=; \
   1865  1.1  riastrad 	    fi; \
   1866  1.1  riastrad 	    echo "$${color_start}# $$desc $$count$${color_end}"; \
   1867  1.1  riastrad 	}; \
   1868  1.1  riastrad 	create_testsuite_report () \
   1869  1.1  riastrad 	{ \
   1870  1.1  riastrad 	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
   1871  1.1  riastrad 	  result_count $$1 "PASS: " $$pass  "$$grn"; \
   1872  1.1  riastrad 	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
   1873  1.1  riastrad 	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
   1874  1.1  riastrad 	  result_count $$1 "FAIL: " $$fail  "$$red"; \
   1875  1.1  riastrad 	  result_count $$1 "XPASS:" $$xpass "$$red"; \
   1876  1.1  riastrad 	  result_count $$1 "ERROR:" $$error "$$mgn"; \
   1877  1.1  riastrad 	}; \
   1878  1.1  riastrad 	{								\
   1879  1.1  riastrad 	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
   1880  1.1  riastrad 	    $(am__rst_title);						\
   1881  1.1  riastrad 	  create_testsuite_report --no-color;				\
   1882  1.1  riastrad 	  echo;								\
   1883  1.1  riastrad 	  echo ".. contents:: :depth: 2";				\
   1884  1.1  riastrad 	  echo;								\
   1885  1.1  riastrad 	  for b in $$bases; do echo $$b; done				\
   1886  1.1  riastrad 	    | $(am__create_global_log);					\
   1887  1.1  riastrad 	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
   1888  1.1  riastrad 	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
   1889  1.1  riastrad 	if $$success; then						\
   1890  1.1  riastrad 	  col="$$grn";							\
   1891  1.1  riastrad 	 else								\
   1892  1.1  riastrad 	  col="$$red";							\
   1893  1.1  riastrad 	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
   1894  1.1  riastrad 	fi;								\
   1895  1.1  riastrad 	echo "$${col}$$br$${std}"; 					\
   1896  1.1  riastrad 	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
   1897  1.1  riastrad 	echo "$${col}$$br$${std}"; 					\
   1898  1.1  riastrad 	create_testsuite_report --maybe-color;				\
   1899  1.1  riastrad 	echo "$$col$$br$$std";						\
   1900  1.1  riastrad 	if $$success; then :; else					\
   1901  1.1  riastrad 	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
   1902  1.1  riastrad 	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
   1903  1.1  riastrad 	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
   1904  1.1  riastrad 	  fi;								\
   1905  1.1  riastrad 	  echo "$$col$$br$$std";					\
   1906  1.1  riastrad 	fi;								\
   1907  1.1  riastrad 	$$success || exit 1
   1908  1.1  riastrad 
   1909  1.1  riastrad check-TESTS:
   1910  1.1  riastrad 	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
   1911  1.1  riastrad 	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
   1912  1.1  riastrad 	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
   1913  1.1  riastrad 	@set +e; $(am__set_TESTS_bases); \
   1914  1.1  riastrad 	log_list=`for i in $$bases; do echo $$i.log; done`; \
   1915  1.1  riastrad 	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
   1916  1.1  riastrad 	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
   1917  1.1  riastrad 	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
   1918  1.1  riastrad 	exit $$?;
   1919  1.1  riastrad recheck: all $(check_PROGRAMS)
   1920  1.1  riastrad 	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
   1921  1.1  riastrad 	@set +e; $(am__set_TESTS_bases); \
   1922  1.1  riastrad 	bases=`for i in $$bases; do echo $$i; done \
   1923  1.1  riastrad 	         | $(am__list_recheck_tests)` || exit 1; \
   1924  1.1  riastrad 	log_list=`for i in $$bases; do echo $$i.log; done`; \
   1925  1.1  riastrad 	log_list=`echo $$log_list`; \
   1926  1.1  riastrad 	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
   1927  1.1  riastrad 	        am__force_recheck=am--force-recheck \
   1928  1.1  riastrad 	        TEST_LOGS="$$log_list"; \
   1929  1.1  riastrad 	exit $$?
   1930  1.1  riastrad aead_aes256gcm.log: aead_aes256gcm$(EXEEXT)
   1931  1.1  riastrad 	@p='aead_aes256gcm$(EXEEXT)'; \
   1932  1.1  riastrad 	b='aead_aes256gcm'; \
   1933  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1934  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   1935  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1936  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1937  1.1  riastrad aead_chacha20poly1305.log: aead_chacha20poly1305$(EXEEXT)
   1938  1.1  riastrad 	@p='aead_chacha20poly1305$(EXEEXT)'; \
   1939  1.1  riastrad 	b='aead_chacha20poly1305'; \
   1940  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1941  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   1942  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1943  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1944  1.1  riastrad aead_xchacha20poly1305.log: aead_xchacha20poly1305$(EXEEXT)
   1945  1.1  riastrad 	@p='aead_xchacha20poly1305$(EXEEXT)'; \
   1946  1.1  riastrad 	b='aead_xchacha20poly1305'; \
   1947  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1948  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   1949  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1950  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1951  1.1  riastrad auth.log: auth$(EXEEXT)
   1952  1.1  riastrad 	@p='auth$(EXEEXT)'; \
   1953  1.1  riastrad 	b='auth'; \
   1954  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1955  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   1956  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1957  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1958  1.1  riastrad auth2.log: auth2$(EXEEXT)
   1959  1.1  riastrad 	@p='auth2$(EXEEXT)'; \
   1960  1.1  riastrad 	b='auth2'; \
   1961  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1962  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   1963  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1964  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1965  1.1  riastrad auth3.log: auth3$(EXEEXT)
   1966  1.1  riastrad 	@p='auth3$(EXEEXT)'; \
   1967  1.1  riastrad 	b='auth3'; \
   1968  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1969  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   1970  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1971  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1972  1.1  riastrad auth5.log: auth5$(EXEEXT)
   1973  1.1  riastrad 	@p='auth5$(EXEEXT)'; \
   1974  1.1  riastrad 	b='auth5'; \
   1975  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1976  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   1977  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1978  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1979  1.1  riastrad auth6.log: auth6$(EXEEXT)
   1980  1.1  riastrad 	@p='auth6$(EXEEXT)'; \
   1981  1.1  riastrad 	b='auth6'; \
   1982  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1983  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   1984  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1985  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1986  1.1  riastrad auth7.log: auth7$(EXEEXT)
   1987  1.1  riastrad 	@p='auth7$(EXEEXT)'; \
   1988  1.1  riastrad 	b='auth7'; \
   1989  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1990  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   1991  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1992  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1993  1.1  riastrad box.log: box$(EXEEXT)
   1994  1.1  riastrad 	@p='box$(EXEEXT)'; \
   1995  1.1  riastrad 	b='box'; \
   1996  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1997  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   1998  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1999  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2000  1.1  riastrad box2.log: box2$(EXEEXT)
   2001  1.1  riastrad 	@p='box2$(EXEEXT)'; \
   2002  1.1  riastrad 	b='box2'; \
   2003  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2004  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2005  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2006  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2007  1.1  riastrad box7.log: box7$(EXEEXT)
   2008  1.1  riastrad 	@p='box7$(EXEEXT)'; \
   2009  1.1  riastrad 	b='box7'; \
   2010  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2011  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2012  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2013  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2014  1.1  riastrad box8.log: box8$(EXEEXT)
   2015  1.1  riastrad 	@p='box8$(EXEEXT)'; \
   2016  1.1  riastrad 	b='box8'; \
   2017  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2018  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2019  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2020  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2021  1.1  riastrad box_easy.log: box_easy$(EXEEXT)
   2022  1.1  riastrad 	@p='box_easy$(EXEEXT)'; \
   2023  1.1  riastrad 	b='box_easy'; \
   2024  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2025  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2026  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2027  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2028  1.1  riastrad box_easy2.log: box_easy2$(EXEEXT)
   2029  1.1  riastrad 	@p='box_easy2$(EXEEXT)'; \
   2030  1.1  riastrad 	b='box_easy2'; \
   2031  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2032  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2033  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2034  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2035  1.1  riastrad box_seal.log: box_seal$(EXEEXT)
   2036  1.1  riastrad 	@p='box_seal$(EXEEXT)'; \
   2037  1.1  riastrad 	b='box_seal'; \
   2038  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2039  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2040  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2041  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2042  1.1  riastrad box_seed.log: box_seed$(EXEEXT)
   2043  1.1  riastrad 	@p='box_seed$(EXEEXT)'; \
   2044  1.1  riastrad 	b='box_seed'; \
   2045  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2046  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2047  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2048  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2049  1.1  riastrad chacha20.log: chacha20$(EXEEXT)
   2050  1.1  riastrad 	@p='chacha20$(EXEEXT)'; \
   2051  1.1  riastrad 	b='chacha20'; \
   2052  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2053  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2054  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2055  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2056  1.1  riastrad codecs.log: codecs$(EXEEXT)
   2057  1.1  riastrad 	@p='codecs$(EXEEXT)'; \
   2058  1.1  riastrad 	b='codecs'; \
   2059  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2060  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2061  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2062  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2063  1.1  riastrad core1.log: core1$(EXEEXT)
   2064  1.1  riastrad 	@p='core1$(EXEEXT)'; \
   2065  1.1  riastrad 	b='core1'; \
   2066  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2067  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2068  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2069  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2070  1.1  riastrad core2.log: core2$(EXEEXT)
   2071  1.1  riastrad 	@p='core2$(EXEEXT)'; \
   2072  1.1  riastrad 	b='core2'; \
   2073  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2074  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2075  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2076  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2077  1.1  riastrad core3.log: core3$(EXEEXT)
   2078  1.1  riastrad 	@p='core3$(EXEEXT)'; \
   2079  1.1  riastrad 	b='core3'; \
   2080  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2081  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2082  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2083  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2084  1.1  riastrad core4.log: core4$(EXEEXT)
   2085  1.1  riastrad 	@p='core4$(EXEEXT)'; \
   2086  1.1  riastrad 	b='core4'; \
   2087  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2088  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2089  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2090  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2091  1.1  riastrad core5.log: core5$(EXEEXT)
   2092  1.1  riastrad 	@p='core5$(EXEEXT)'; \
   2093  1.1  riastrad 	b='core5'; \
   2094  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2095  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2096  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2097  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2098  1.1  riastrad core6.log: core6$(EXEEXT)
   2099  1.1  riastrad 	@p='core6$(EXEEXT)'; \
   2100  1.1  riastrad 	b='core6'; \
   2101  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2102  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2103  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2104  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2105  1.1  riastrad ed25519_convert.log: ed25519_convert$(EXEEXT)
   2106  1.1  riastrad 	@p='ed25519_convert$(EXEEXT)'; \
   2107  1.1  riastrad 	b='ed25519_convert'; \
   2108  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2109  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2110  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2111  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2112  1.1  riastrad generichash.log: generichash$(EXEEXT)
   2113  1.1  riastrad 	@p='generichash$(EXEEXT)'; \
   2114  1.1  riastrad 	b='generichash'; \
   2115  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2116  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2117  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2118  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2119  1.1  riastrad generichash2.log: generichash2$(EXEEXT)
   2120  1.1  riastrad 	@p='generichash2$(EXEEXT)'; \
   2121  1.1  riastrad 	b='generichash2'; \
   2122  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2123  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2124  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2125  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2126  1.1  riastrad generichash3.log: generichash3$(EXEEXT)
   2127  1.1  riastrad 	@p='generichash3$(EXEEXT)'; \
   2128  1.1  riastrad 	b='generichash3'; \
   2129  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2130  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2131  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2132  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2133  1.1  riastrad hash.log: hash$(EXEEXT)
   2134  1.1  riastrad 	@p='hash$(EXEEXT)'; \
   2135  1.1  riastrad 	b='hash'; \
   2136  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2137  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2138  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2139  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2140  1.1  riastrad hash3.log: hash3$(EXEEXT)
   2141  1.1  riastrad 	@p='hash3$(EXEEXT)'; \
   2142  1.1  riastrad 	b='hash3'; \
   2143  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2144  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2145  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2146  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2147  1.1  riastrad kdf.log: kdf$(EXEEXT)
   2148  1.1  riastrad 	@p='kdf$(EXEEXT)'; \
   2149  1.1  riastrad 	b='kdf'; \
   2150  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2151  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2152  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2153  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2154  1.1  riastrad keygen.log: keygen$(EXEEXT)
   2155  1.1  riastrad 	@p='keygen$(EXEEXT)'; \
   2156  1.1  riastrad 	b='keygen'; \
   2157  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2158  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2159  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2160  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2161  1.1  riastrad kx.log: kx$(EXEEXT)
   2162  1.1  riastrad 	@p='kx$(EXEEXT)'; \
   2163  1.1  riastrad 	b='kx'; \
   2164  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2165  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2166  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2167  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2168  1.1  riastrad metamorphic.log: metamorphic$(EXEEXT)
   2169  1.1  riastrad 	@p='metamorphic$(EXEEXT)'; \
   2170  1.1  riastrad 	b='metamorphic'; \
   2171  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2172  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2173  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2174  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2175  1.1  riastrad misuse.log: misuse$(EXEEXT)
   2176  1.1  riastrad 	@p='misuse$(EXEEXT)'; \
   2177  1.1  riastrad 	b='misuse'; \
   2178  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2179  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2180  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2181  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2182  1.1  riastrad onetimeauth.log: onetimeauth$(EXEEXT)
   2183  1.1  riastrad 	@p='onetimeauth$(EXEEXT)'; \
   2184  1.1  riastrad 	b='onetimeauth'; \
   2185  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2186  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2187  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2188  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2189  1.1  riastrad onetimeauth2.log: onetimeauth2$(EXEEXT)
   2190  1.1  riastrad 	@p='onetimeauth2$(EXEEXT)'; \
   2191  1.1  riastrad 	b='onetimeauth2'; \
   2192  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2193  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2194  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2195  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2196  1.1  riastrad onetimeauth7.log: onetimeauth7$(EXEEXT)
   2197  1.1  riastrad 	@p='onetimeauth7$(EXEEXT)'; \
   2198  1.1  riastrad 	b='onetimeauth7'; \
   2199  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2200  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2201  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2202  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2203  1.1  riastrad pwhash_argon2i.log: pwhash_argon2i$(EXEEXT)
   2204  1.1  riastrad 	@p='pwhash_argon2i$(EXEEXT)'; \
   2205  1.1  riastrad 	b='pwhash_argon2i'; \
   2206  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2207  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2208  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2209  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2210  1.1  riastrad pwhash_argon2id.log: pwhash_argon2id$(EXEEXT)
   2211  1.1  riastrad 	@p='pwhash_argon2id$(EXEEXT)'; \
   2212  1.1  riastrad 	b='pwhash_argon2id'; \
   2213  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2214  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2215  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2216  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2217  1.1  riastrad randombytes.log: randombytes$(EXEEXT)
   2218  1.1  riastrad 	@p='randombytes$(EXEEXT)'; \
   2219  1.1  riastrad 	b='randombytes'; \
   2220  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2221  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2222  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2223  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2224  1.1  riastrad scalarmult.log: scalarmult$(EXEEXT)
   2225  1.1  riastrad 	@p='scalarmult$(EXEEXT)'; \
   2226  1.1  riastrad 	b='scalarmult'; \
   2227  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2228  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2229  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2230  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2231  1.1  riastrad scalarmult2.log: scalarmult2$(EXEEXT)
   2232  1.1  riastrad 	@p='scalarmult2$(EXEEXT)'; \
   2233  1.1  riastrad 	b='scalarmult2'; \
   2234  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2235  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2236  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2237  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2238  1.1  riastrad scalarmult5.log: scalarmult5$(EXEEXT)
   2239  1.1  riastrad 	@p='scalarmult5$(EXEEXT)'; \
   2240  1.1  riastrad 	b='scalarmult5'; \
   2241  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2242  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2243  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2244  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2245  1.1  riastrad scalarmult6.log: scalarmult6$(EXEEXT)
   2246  1.1  riastrad 	@p='scalarmult6$(EXEEXT)'; \
   2247  1.1  riastrad 	b='scalarmult6'; \
   2248  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2249  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2250  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2251  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2252  1.1  riastrad scalarmult7.log: scalarmult7$(EXEEXT)
   2253  1.1  riastrad 	@p='scalarmult7$(EXEEXT)'; \
   2254  1.1  riastrad 	b='scalarmult7'; \
   2255  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2256  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2257  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2258  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2259  1.1  riastrad secretbox.log: secretbox$(EXEEXT)
   2260  1.1  riastrad 	@p='secretbox$(EXEEXT)'; \
   2261  1.1  riastrad 	b='secretbox'; \
   2262  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2263  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2264  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2265  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2266  1.1  riastrad secretbox2.log: secretbox2$(EXEEXT)
   2267  1.1  riastrad 	@p='secretbox2$(EXEEXT)'; \
   2268  1.1  riastrad 	b='secretbox2'; \
   2269  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2270  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2271  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2272  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2273  1.1  riastrad secretbox7.log: secretbox7$(EXEEXT)
   2274  1.1  riastrad 	@p='secretbox7$(EXEEXT)'; \
   2275  1.1  riastrad 	b='secretbox7'; \
   2276  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2277  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2278  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2279  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2280  1.1  riastrad secretbox8.log: secretbox8$(EXEEXT)
   2281  1.1  riastrad 	@p='secretbox8$(EXEEXT)'; \
   2282  1.1  riastrad 	b='secretbox8'; \
   2283  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2284  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2285  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2286  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2287  1.1  riastrad secretbox_easy.log: secretbox_easy$(EXEEXT)
   2288  1.1  riastrad 	@p='secretbox_easy$(EXEEXT)'; \
   2289  1.1  riastrad 	b='secretbox_easy'; \
   2290  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2291  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2292  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2293  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2294  1.1  riastrad secretbox_easy2.log: secretbox_easy2$(EXEEXT)
   2295  1.1  riastrad 	@p='secretbox_easy2$(EXEEXT)'; \
   2296  1.1  riastrad 	b='secretbox_easy2'; \
   2297  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2298  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2299  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2300  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2301  1.1  riastrad secretstream.log: secretstream$(EXEEXT)
   2302  1.1  riastrad 	@p='secretstream$(EXEEXT)'; \
   2303  1.1  riastrad 	b='secretstream'; \
   2304  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2305  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2306  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2307  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2308  1.1  riastrad shorthash.log: shorthash$(EXEEXT)
   2309  1.1  riastrad 	@p='shorthash$(EXEEXT)'; \
   2310  1.1  riastrad 	b='shorthash'; \
   2311  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2312  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2313  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2314  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2315  1.1  riastrad sign.log: sign$(EXEEXT)
   2316  1.1  riastrad 	@p='sign$(EXEEXT)'; \
   2317  1.1  riastrad 	b='sign'; \
   2318  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2319  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2320  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2321  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2322  1.1  riastrad sodium_core.log: sodium_core$(EXEEXT)
   2323  1.1  riastrad 	@p='sodium_core$(EXEEXT)'; \
   2324  1.1  riastrad 	b='sodium_core'; \
   2325  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2326  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2327  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2328  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2329  1.1  riastrad sodium_utils.log: sodium_utils$(EXEEXT)
   2330  1.1  riastrad 	@p='sodium_utils$(EXEEXT)'; \
   2331  1.1  riastrad 	b='sodium_utils'; \
   2332  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2333  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2334  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2335  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2336  1.1  riastrad sodium_version.log: sodium_version$(EXEEXT)
   2337  1.1  riastrad 	@p='sodium_version$(EXEEXT)'; \
   2338  1.1  riastrad 	b='sodium_version'; \
   2339  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2340  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2341  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2342  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2343  1.1  riastrad stream.log: stream$(EXEEXT)
   2344  1.1  riastrad 	@p='stream$(EXEEXT)'; \
   2345  1.1  riastrad 	b='stream'; \
   2346  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2347  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2348  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2349  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2350  1.1  riastrad stream2.log: stream2$(EXEEXT)
   2351  1.1  riastrad 	@p='stream2$(EXEEXT)'; \
   2352  1.1  riastrad 	b='stream2'; \
   2353  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2354  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2355  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2356  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2357  1.1  riastrad stream3.log: stream3$(EXEEXT)
   2358  1.1  riastrad 	@p='stream3$(EXEEXT)'; \
   2359  1.1  riastrad 	b='stream3'; \
   2360  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2361  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2362  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2363  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2364  1.1  riastrad stream4.log: stream4$(EXEEXT)
   2365  1.1  riastrad 	@p='stream4$(EXEEXT)'; \
   2366  1.1  riastrad 	b='stream4'; \
   2367  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2368  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2369  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2370  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2371  1.1  riastrad verify1.log: verify1$(EXEEXT)
   2372  1.1  riastrad 	@p='verify1$(EXEEXT)'; \
   2373  1.1  riastrad 	b='verify1'; \
   2374  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2375  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2376  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2377  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2378  1.1  riastrad sodium_utils2.log: sodium_utils2$(EXEEXT)
   2379  1.1  riastrad 	@p='sodium_utils2$(EXEEXT)'; \
   2380  1.1  riastrad 	b='sodium_utils2'; \
   2381  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2382  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2383  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2384  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2385  1.1  riastrad sodium_utils3.log: sodium_utils3$(EXEEXT)
   2386  1.1  riastrad 	@p='sodium_utils3$(EXEEXT)'; \
   2387  1.1  riastrad 	b='sodium_utils3'; \
   2388  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2389  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2390  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2391  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2392  1.1  riastrad core_ed25519.log: core_ed25519$(EXEEXT)
   2393  1.1  riastrad 	@p='core_ed25519$(EXEEXT)'; \
   2394  1.1  riastrad 	b='core_ed25519'; \
   2395  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2396  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2397  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2398  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2399  1.1  riastrad pwhash_scrypt.log: pwhash_scrypt$(EXEEXT)
   2400  1.1  riastrad 	@p='pwhash_scrypt$(EXEEXT)'; \
   2401  1.1  riastrad 	b='pwhash_scrypt'; \
   2402  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2403  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2404  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2405  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2406  1.1  riastrad pwhash_scrypt_ll.log: pwhash_scrypt_ll$(EXEEXT)
   2407  1.1  riastrad 	@p='pwhash_scrypt_ll$(EXEEXT)'; \
   2408  1.1  riastrad 	b='pwhash_scrypt_ll'; \
   2409  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2410  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2411  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2412  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2413  1.1  riastrad scalarmult_ed25519.log: scalarmult_ed25519$(EXEEXT)
   2414  1.1  riastrad 	@p='scalarmult_ed25519$(EXEEXT)'; \
   2415  1.1  riastrad 	b='scalarmult_ed25519'; \
   2416  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2417  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2418  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2419  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2420  1.1  riastrad siphashx24.log: siphashx24$(EXEEXT)
   2421  1.1  riastrad 	@p='siphashx24$(EXEEXT)'; \
   2422  1.1  riastrad 	b='siphashx24'; \
   2423  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2424  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2425  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2426  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2427  1.1  riastrad xchacha20.log: xchacha20$(EXEEXT)
   2428  1.1  riastrad 	@p='xchacha20$(EXEEXT)'; \
   2429  1.1  riastrad 	b='xchacha20'; \
   2430  1.1  riastrad 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   2431  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2432  1.1  riastrad 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   2433  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2434  1.1  riastrad .test.log:
   2435  1.1  riastrad 	@p='$<'; \
   2436  1.1  riastrad 	$(am__set_b); \
   2437  1.1  riastrad 	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
   2438  1.1  riastrad 	--log-file $$b.log --trs-file $$b.trs \
   2439  1.1  riastrad 	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
   2440  1.1  riastrad 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2441  1.1  riastrad @am__EXEEXT_TRUE@.test$(EXEEXT).log:
   2442  1.1  riastrad @am__EXEEXT_TRUE@	@p='$<'; \
   2443  1.1  riastrad @am__EXEEXT_TRUE@	$(am__set_b); \
   2444  1.1  riastrad @am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
   2445  1.1  riastrad @am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
   2446  1.1  riastrad @am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
   2447  1.1  riastrad @am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
   2448  1.1  riastrad 
   2449  1.1  riastrad distdir: $(DISTFILES)
   2450  1.1  riastrad 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   2451  1.1  riastrad 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   2452  1.1  riastrad 	list='$(DISTFILES)'; \
   2453  1.1  riastrad 	  dist_files=`for file in $$list; do echo $$file; done | \
   2454  1.1  riastrad 	  sed -e "s|^$$srcdirstrip/||;t" \
   2455  1.1  riastrad 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   2456  1.1  riastrad 	case $$dist_files in \
   2457  1.1  riastrad 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   2458  1.1  riastrad 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   2459  1.1  riastrad 			   sort -u` ;; \
   2460  1.1  riastrad 	esac; \
   2461  1.1  riastrad 	for file in $$dist_files; do \
   2462  1.1  riastrad 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   2463  1.1  riastrad 	  if test -d $$d/$$file; then \
   2464  1.1  riastrad 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   2465  1.1  riastrad 	    if test -d "$(distdir)/$$file"; then \
   2466  1.1  riastrad 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   2467  1.1  riastrad 	    fi; \
   2468  1.1  riastrad 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   2469  1.1  riastrad 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   2470  1.1  riastrad 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   2471  1.1  riastrad 	    fi; \
   2472  1.1  riastrad 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   2473  1.1  riastrad 	  else \
   2474  1.1  riastrad 	    test -f "$(distdir)/$$file" \
   2475  1.1  riastrad 	    || cp -p $$d/$$file "$(distdir)/$$file" \
   2476  1.1  riastrad 	    || exit 1; \
   2477  1.1  riastrad 	  fi; \
   2478  1.1  riastrad 	done
   2479  1.1  riastrad check-am: all-am
   2480  1.1  riastrad 	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
   2481  1.1  riastrad 	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
   2482  1.1  riastrad check: check-am
   2483  1.1  riastrad all-am: Makefile
   2484  1.1  riastrad installdirs:
   2485  1.1  riastrad install: install-am
   2486  1.1  riastrad install-exec: install-exec-am
   2487  1.1  riastrad install-data: install-data-am
   2488  1.1  riastrad uninstall: uninstall-am
   2489  1.1  riastrad 
   2490  1.1  riastrad install-am: all-am
   2491  1.1  riastrad 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   2492  1.1  riastrad 
   2493  1.1  riastrad installcheck: installcheck-am
   2494  1.1  riastrad install-strip:
   2495  1.1  riastrad 	if test -z '$(STRIP)'; then \
   2496  1.1  riastrad 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   2497  1.1  riastrad 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   2498  1.1  riastrad 	      install; \
   2499  1.1  riastrad 	else \
   2500  1.1  riastrad 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   2501  1.1  riastrad 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   2502  1.1  riastrad 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   2503  1.1  riastrad 	fi
   2504  1.1  riastrad mostlyclean-generic:
   2505  1.1  riastrad 	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
   2506  1.1  riastrad 	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
   2507  1.1  riastrad 	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
   2508  1.1  riastrad 
   2509  1.1  riastrad clean-generic:
   2510  1.1  riastrad 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
   2511  1.1  riastrad 
   2512  1.1  riastrad distclean-generic:
   2513  1.1  riastrad 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   2514  1.1  riastrad 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   2515  1.1  riastrad 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
   2516  1.1  riastrad 
   2517  1.1  riastrad maintainer-clean-generic:
   2518  1.1  riastrad 	@echo "This command is intended for maintainers to use"
   2519  1.1  riastrad 	@echo "it deletes files that may require special tools to rebuild."
   2520  1.1  riastrad clean: clean-am
   2521  1.1  riastrad 
   2522  1.1  riastrad clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
   2523  1.1  riastrad 	mostlyclean-am
   2524  1.1  riastrad 
   2525  1.1  riastrad distclean: distclean-am
   2526  1.1  riastrad 	-rm -rf ./$(DEPDIR)
   2527  1.1  riastrad 	-rm -f Makefile
   2528  1.1  riastrad distclean-am: clean-am distclean-compile distclean-generic \
   2529  1.1  riastrad 	distclean-tags
   2530  1.1  riastrad 
   2531  1.1  riastrad dvi: dvi-am
   2532  1.1  riastrad 
   2533  1.1  riastrad dvi-am:
   2534  1.1  riastrad 
   2535  1.1  riastrad html: html-am
   2536  1.1  riastrad 
   2537  1.1  riastrad html-am:
   2538  1.1  riastrad 
   2539  1.1  riastrad info: info-am
   2540  1.1  riastrad 
   2541  1.1  riastrad info-am:
   2542  1.1  riastrad 
   2543  1.1  riastrad install-data-am:
   2544  1.1  riastrad 
   2545  1.1  riastrad install-dvi: install-dvi-am
   2546  1.1  riastrad 
   2547  1.1  riastrad install-dvi-am:
   2548  1.1  riastrad 
   2549  1.1  riastrad install-exec-am:
   2550  1.1  riastrad 
   2551  1.1  riastrad install-html: install-html-am
   2552  1.1  riastrad 
   2553  1.1  riastrad install-html-am:
   2554  1.1  riastrad 
   2555  1.1  riastrad install-info: install-info-am
   2556  1.1  riastrad 
   2557  1.1  riastrad install-info-am:
   2558  1.1  riastrad 
   2559  1.1  riastrad install-man:
   2560  1.1  riastrad 
   2561  1.1  riastrad install-pdf: install-pdf-am
   2562  1.1  riastrad 
   2563  1.1  riastrad install-pdf-am:
   2564  1.1  riastrad 
   2565  1.1  riastrad install-ps: install-ps-am
   2566  1.1  riastrad 
   2567  1.1  riastrad install-ps-am:
   2568  1.1  riastrad 
   2569  1.1  riastrad installcheck-am:
   2570  1.1  riastrad 
   2571  1.1  riastrad maintainer-clean: maintainer-clean-am
   2572  1.1  riastrad 	-rm -rf ./$(DEPDIR)
   2573  1.1  riastrad 	-rm -f Makefile
   2574  1.1  riastrad maintainer-clean-am: distclean-am maintainer-clean-generic
   2575  1.1  riastrad 
   2576  1.1  riastrad mostlyclean: mostlyclean-am
   2577  1.1  riastrad 
   2578  1.1  riastrad mostlyclean-am: mostlyclean-compile mostlyclean-generic \
   2579  1.1  riastrad 	mostlyclean-libtool
   2580  1.1  riastrad 
   2581  1.1  riastrad pdf: pdf-am
   2582  1.1  riastrad 
   2583  1.1  riastrad pdf-am:
   2584  1.1  riastrad 
   2585  1.1  riastrad ps: ps-am
   2586  1.1  riastrad 
   2587  1.1  riastrad ps-am:
   2588  1.1  riastrad 
   2589  1.1  riastrad uninstall-am:
   2590  1.1  riastrad 
   2591  1.1  riastrad .MAKE: check-am install-am install-strip
   2592  1.1  riastrad 
   2593  1.1  riastrad .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
   2594  1.1  riastrad 	clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
   2595  1.1  riastrad 	ctags ctags-am distclean distclean-compile distclean-generic \
   2596  1.1  riastrad 	distclean-libtool distclean-tags distdir dvi dvi-am html \
   2597  1.1  riastrad 	html-am info info-am install install-am install-data \
   2598  1.1  riastrad 	install-data-am install-dvi install-dvi-am install-exec \
   2599  1.1  riastrad 	install-exec-am install-html install-html-am install-info \
   2600  1.1  riastrad 	install-info-am install-man install-pdf install-pdf-am \
   2601  1.1  riastrad 	install-ps install-ps-am install-strip installcheck \
   2602  1.1  riastrad 	installcheck-am installdirs maintainer-clean \
   2603  1.1  riastrad 	maintainer-clean-generic mostlyclean mostlyclean-compile \
   2604  1.1  riastrad 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
   2605  1.1  riastrad 	recheck tags tags-am uninstall uninstall-am
   2606  1.1  riastrad 
   2607  1.1  riastrad .PRECIOUS: Makefile
   2608  1.1  riastrad 
   2609  1.1  riastrad 
   2610  1.1  riastrad verify: check
   2611  1.1  riastrad 
   2612  1.1  riastrad @VALGRIND_CHECK_RULES@
   2613  1.1  riastrad 
   2614  1.1  riastrad # Tell versions [3.59,3.63) of GNU make to not export all variables.
   2615  1.1  riastrad # Otherwise a system limit (for SysV at least) may be exceeded.
   2616  1.1  riastrad .NOEXPORT:
   2617