vendor/libsodium/src/libsodium/include/Makefile.in in rbnacl-libsodium-1.0.8 vs vendor/libsodium/src/libsodium/include/Makefile.in in rbnacl-libsodium-1.0.9
- old
+ new
@@ -94,10 +94,11 @@
subdir = src/libsodium/include
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/ax_check_define.m4 \
$(top_srcdir)/m4/ax_check_link_flag.m4 \
+ $(top_srcdir)/m4/ax_valgrind_check.m4 \
$(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -131,17 +132,18 @@
sodium/crypto_aead_chacha20poly1305.h sodium/crypto_auth.h \
sodium/crypto_auth_hmacsha256.h \
sodium/crypto_auth_hmacsha512.h \
sodium/crypto_auth_hmacsha512256.h sodium/crypto_box.h \
sodium/crypto_box_curve25519xsalsa20poly1305.h \
- sodium/crypto_core_hsalsa20.h sodium/crypto_core_salsa20.h \
- sodium/crypto_core_salsa2012.h sodium/crypto_core_salsa208.h \
- sodium/crypto_generichash.h \
+ sodium/crypto_core_hchacha20.h sodium/crypto_core_hsalsa20.h \
+ sodium/crypto_core_salsa20.h sodium/crypto_core_salsa2012.h \
+ sodium/crypto_core_salsa208.h sodium/crypto_generichash.h \
sodium/crypto_generichash_blake2b.h sodium/crypto_hash.h \
sodium/crypto_hash_sha256.h sodium/crypto_hash_sha512.h \
sodium/crypto_onetimeauth.h \
- sodium/crypto_onetimeauth_poly1305.h \
+ sodium/crypto_onetimeauth_poly1305.h sodium/crypto_pwhash.h \
+ sodium/crypto_pwhash_argon2i.h \
sodium/crypto_pwhash_scryptsalsa208sha256.h \
sodium/crypto_scalarmult.h \
sodium/crypto_scalarmult_curve25519.h \
sodium/crypto_secretbox.h \
sodium/crypto_secretbox_xsalsa20poly1305.h \
@@ -225,10 +227,12 @@
CCASDEPMODE = @CCASDEPMODE@
CCASFLAGS = @CCASFLAGS@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CFLAGS_AESNI = @CFLAGS_AESNI@
+CFLAGS_AVX = @CFLAGS_AVX@
+CFLAGS_AVX2 = @CFLAGS_AVX2@
CFLAGS_MMX = @CFLAGS_MMX@
CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
CFLAGS_SSE2 = @CFLAGS_SSE2@
CFLAGS_SSE3 = @CFLAGS_SSE3@
CFLAGS_SSE41 = @CFLAGS_SSE41@
@@ -297,10 +301,16 @@
SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
STRIP = @STRIP@
TEST_LDFLAGS = @TEST_LDFLAGS@
+VALGRIND = @VALGRIND@
+VALGRIND_ENABLED = @VALGRIND_ENABLED@
+VALGRIND_HAVE_TOOL_drd = @VALGRIND_HAVE_TOOL_drd@
+VALGRIND_HAVE_TOOL_exp_sgcheck = @VALGRIND_HAVE_TOOL_exp_sgcheck@
+VALGRIND_HAVE_TOOL_helgrind = @VALGRIND_HAVE_TOOL_helgrind@
+VALGRIND_HAVE_TOOL_memcheck = @VALGRIND_HAVE_TOOL_memcheck@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
@@ -356,16 +366,17 @@
sodium/crypto_aead_chacha20poly1305.h sodium/crypto_auth.h \
sodium/crypto_auth_hmacsha256.h \
sodium/crypto_auth_hmacsha512.h \
sodium/crypto_auth_hmacsha512256.h sodium/crypto_box.h \
sodium/crypto_box_curve25519xsalsa20poly1305.h \
- sodium/crypto_core_hsalsa20.h sodium/crypto_core_salsa20.h \
- sodium/crypto_core_salsa2012.h sodium/crypto_core_salsa208.h \
- sodium/crypto_generichash.h \
+ sodium/crypto_core_hchacha20.h sodium/crypto_core_hsalsa20.h \
+ sodium/crypto_core_salsa20.h sodium/crypto_core_salsa2012.h \
+ sodium/crypto_core_salsa208.h sodium/crypto_generichash.h \
sodium/crypto_generichash_blake2b.h sodium/crypto_hash.h \
sodium/crypto_hash_sha256.h sodium/crypto_hash_sha512.h \
sodium/crypto_onetimeauth.h \
- sodium/crypto_onetimeauth_poly1305.h \
+ sodium/crypto_onetimeauth_poly1305.h sodium/crypto_pwhash.h \
+ sodium/crypto_pwhash_argon2i.h \
sodium/crypto_pwhash_scryptsalsa208sha256.h \
sodium/crypto_scalarmult.h \
sodium/crypto_scalarmult_curve25519.h \
sodium/crypto_secretbox.h \
sodium/crypto_secretbox_xsalsa20poly1305.h \