rbnacl-libsodium 1.0.11 → 1.0.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +4 -0
- data/lib/rbnacl/libsodium/version.rb +1 -1
- data/vendor/libsodium/AUTHORS +45 -33
- data/vendor/libsodium/ChangeLog +63 -2
- data/vendor/libsodium/LICENSE +1 -1
- data/vendor/libsodium/Makefile.am +1 -0
- data/vendor/libsodium/Makefile.in +17 -14
- data/vendor/libsodium/README.markdown +1 -0
- data/vendor/libsodium/THANKS +38 -4
- data/vendor/libsodium/aclocal.m4 +25 -24
- data/vendor/libsodium/autogen.sh +12 -7
- data/vendor/libsodium/autom4te.cache/output.0 +5066 -2281
- data/vendor/libsodium/autom4te.cache/output.1 +1013 -600
- data/vendor/libsodium/autom4te.cache/output.2 +5066 -2281
- data/vendor/libsodium/autom4te.cache/requests +426 -1584
- data/vendor/libsodium/autom4te.cache/traces.0 +2044 -876
- data/vendor/libsodium/autom4te.cache/traces.1 +996 -523
- data/vendor/libsodium/autom4te.cache/traces.2 +1996 -828
- data/vendor/libsodium/build-aux/compile +5 -4
- data/vendor/libsodium/build-aux/config.guess +120 -68
- data/vendor/libsodium/build-aux/config.sub +51 -22
- data/vendor/libsodium/build-aux/depcomp +3 -3
- data/vendor/libsodium/build-aux/install-sh +2 -2
- data/vendor/libsodium/build-aux/missing +3 -3
- data/vendor/libsodium/build-aux/test-driver +3 -3
- data/vendor/libsodium/builds/msvc/properties/Win32.props +4 -1
- data/vendor/libsodium/builds/msvc/properties/x64.props +4 -1
- data/vendor/libsodium/builds/msvc/resource.h +14 -0
- data/vendor/libsodium/builds/msvc/resource.rc +63 -0
- data/vendor/libsodium/builds/msvc/version.h +7 -4
- data/vendor/libsodium/builds/msvc/vs2010/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj +182 -139
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2012/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj +182 -129
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2013/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj +182 -129
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2015/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.vcxproj +181 -118
- data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2017/libsodium.import.props +52 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium.import.xml +17 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium.sln +52 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.props +48 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.vcxproj +320 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.vcxproj.filters +962 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.xml +15 -0
- data/vendor/libsodium/configure +1002 -589
- data/vendor/libsodium/configure.ac +48 -21
- data/vendor/libsodium/contrib/Findsodium.cmake +267 -0
- data/vendor/libsodium/contrib/Makefile.am +3 -0
- data/vendor/libsodium/contrib/Makefile.in +483 -0
- data/vendor/libsodium/dist-build/Makefile.in +11 -7
- data/vendor/libsodium/dist-build/android-armv8-a.sh +1 -1
- data/vendor/libsodium/dist-build/android-build.sh +25 -17
- data/vendor/libsodium/dist-build/android-mips32.sh +1 -1
- data/vendor/libsodium/dist-build/android-mips64.sh +1 -1
- data/vendor/libsodium/dist-build/android-x86_64.sh +1 -1
- data/vendor/libsodium/dist-build/emscripten-symbols.def +150 -2
- data/vendor/libsodium/dist-build/emscripten-wasm.sh +132 -0
- data/vendor/libsodium/dist-build/emscripten.sh +8 -6
- data/vendor/libsodium/dist-build/ios.sh +29 -5
- data/vendor/libsodium/libsodium.vcxproj +139 -77
- data/vendor/libsodium/libsodium.vcxproj.filters +315 -144
- data/vendor/libsodium/m4/ax_check_catchable_segv.m4 +42 -0
- data/vendor/libsodium/m4/ax_check_compile_flag.m4 +6 -4
- data/vendor/libsodium/m4/ax_check_define.m4 +3 -3
- data/vendor/libsodium/m4/ax_check_gnu_make.m4 +31 -25
- data/vendor/libsodium/m4/ax_check_link_flag.m4 +8 -6
- data/vendor/libsodium/m4/ax_pthread.m4 +275 -275
- data/vendor/libsodium/m4/ax_valgrind_check.m4 +92 -41
- data/vendor/libsodium/m4/pkg.m4 +1 -1
- data/vendor/libsodium/msvc-scripts/Makefile.in +11 -7
- data/vendor/libsodium/msvc-scripts/process.bat +4 -3
- data/vendor/libsodium/packaging/dotnet-core/README.md +59 -0
- data/vendor/libsodium/packaging/dotnet-core/desktop.targets +16 -0
- data/vendor/libsodium/packaging/dotnet-core/libsodium.props +33 -0
- data/vendor/libsodium/packaging/dotnet-core/prepare.py +262 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/alpine-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/build +9 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/centos-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/debian-x64 +4 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/fedora-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/opensuse-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/pack +5 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/test +27 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/ubuntu-x64 +4 -0
- data/vendor/libsodium/packaging/nuget/package.config +1 -1
- data/vendor/libsodium/packaging/nuget/package.gsl +3 -3
- data/vendor/libsodium/src/Makefile.in +11 -7
- data/vendor/libsodium/src/libsodium/Makefile.am +113 -98
- data/vendor/libsodium/src/libsodium/Makefile.in +1034 -1236
- data/vendor/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c +31 -12
- data/vendor/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c +31 -10
- data/vendor/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c +153 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/crypto_auth.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/{cp/hmac_hmacsha256.c → auth_hmacsha256.c} +43 -35
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/{cp/hmac_hmacsha512.c → auth_hmacsha512.c} +43 -35
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/{cp/hmac_hmacsha512256.c → auth_hmacsha512256.c} +48 -9
- data/vendor/libsodium/src/libsodium/crypto_box/crypto_box_easy.c +4 -3
- data/vendor/libsodium/src/libsodium/crypto_box/crypto_box_seal.c +2 -1
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c +197 -0
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c +79 -0
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c +150 -0
- data/vendor/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c +1156 -662
- data/vendor/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c +12 -5
- data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/{core_hsalsa20_api.c → core_hsalsa20.c} +0 -0
- data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c +95 -0
- data/vendor/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c +195 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/{blake2/generichash_blake2_api.c → blake2b/generichash_blake2.c} +7 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h +109 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c +49 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.h +140 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c +92 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c +87 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.h +103 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c +90 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.h +103 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-avx2.h +340 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-sse2.h +164 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-sse41.h +307 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c +494 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/{blake2 → blake2b}/ref/generichash_blake2b.c +22 -26
- data/vendor/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c +254 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/{hash_sha256_api.c → hash_sha256.c} +4 -2
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c +280 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/{hash_sha512_api.c → hash_sha512.c} +4 -2
- data/vendor/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c +52 -0
- data/vendor/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c +49 -0
- data/vendor/libsodium/src/libsodium/crypto_kx/crypto_kx.c +136 -0
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c +6 -0
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c +34 -27
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h +1 -1
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna32.h +203 -156
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna64.h +178 -134
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c +22 -4
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.h +10 -12
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c +564 -315
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h +1 -1
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c +131 -84
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h +23 -18
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c +163 -145
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.h +2 -1
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-avx2.c +247 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c +42 -29
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c +71 -47
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c +100 -65
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h +77 -23
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c +30 -31
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-avx2.h +150 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ref.h +28 -26
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ssse3.h +102 -99
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c +90 -41
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2id.c +213 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c +72 -4
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c +34 -37
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h +27 -32
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c +120 -86
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c +16 -13
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h +4 -4
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c +98 -50
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c +23 -18
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c +105 -105
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c +395 -330
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c +225 -198
- data/vendor/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c +6 -5
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c +170 -0
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c +83 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c +65 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h +24 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c +71 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/{shorthash_siphash24_api.c → shorthash_siphash24.c} +0 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c +11 -0
- data/vendor/libsodium/src/libsodium/crypto_sign/crypto_sign.c +33 -0
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ed25519_ref10.h +18 -0
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c +18 -13
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c +29 -26
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c +75 -36
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c +39 -15
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c +91 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c +174 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c +66 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/common.h +766 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts.h +28 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c +28 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128.h +50 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c +149 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c +31 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c +195 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/{stream_aes128ctr_api.c → stream_aes128ctr.c} +6 -3
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c +179 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c +173 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u0.h +86 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u1.h +98 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u4.h +175 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u8.h +357 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/{stream_chacha20_ref.c → chacha20_ref.c} +93 -94
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c +39 -7
- data/vendor/libsodium/src/libsodium/crypto_stream/crypto_stream.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c +120 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c +93 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.h +16 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/{amd64_xmm6/stream_salsa20_amd64_xmm6.S → xmm6/salsa20_xmm6-asm.S} +20 -12
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c +31 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c +131 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c +122 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u0.h +195 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u1.h +207 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u4.h +547 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u8.h +476 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c +106 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c +20 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c +106 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c +20 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c +63 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c +60 -0
- data/vendor/libsodium/src/libsodium/crypto_verify/sodium/verify.c +61 -0
- data/vendor/libsodium/src/libsodium/include/Makefile.am +8 -6
- data/vendor/libsodium/src/libsodium/include/Makefile.in +29 -21
- data/vendor/libsodium/src/libsodium/include/sodium.h +15 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_aes256gcm.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h +6 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_xchacha20poly1305.h +91 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h +5 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xchacha20poly1305.h +153 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_generichash.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h +3 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h +4 -3
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h +4 -3
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_kdf.h +51 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_kdf_blake2b.h +42 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_kx.h +64 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h +11 -9
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash.h +37 -1
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h +40 -10
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h +116 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h +37 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h +0 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox_xchacha20poly1305.h +62 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h +5 -1
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_shorthash.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h +18 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_sign.h +22 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h +28 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_aes128ctr.h +10 -5
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h +14 -3
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa2012.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa208.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_xchacha20.h +53 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/private/common.h +84 -17
- data/vendor/libsodium/src/libsodium/include/sodium/private/implementations.h +11 -0
- data/vendor/libsodium/src/libsodium/include/sodium/private/sse2_64_32.h +50 -0
- data/vendor/libsodium/src/libsodium/include/sodium/randombytes.h +10 -2
- data/vendor/libsodium/src/libsodium/include/sodium/utils.h +4 -5
- data/vendor/libsodium/src/libsodium/include/sodium/version.h.in +4 -0
- data/vendor/libsodium/src/libsodium/randombytes/randombytes.c +47 -19
- data/vendor/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c +30 -50
- data/vendor/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c +25 -15
- data/vendor/libsodium/src/libsodium/sodium/core.c +25 -23
- data/vendor/libsodium/src/libsodium/sodium/runtime.c +66 -57
- data/vendor/libsodium/src/libsodium/sodium/utils.c +120 -106
- data/vendor/libsodium/src/libsodium/sodium/version.c +10 -0
- data/vendor/libsodium/test/Makefile.in +11 -7
- data/vendor/libsodium/test/default/Makefile.am +65 -5
- data/vendor/libsodium/test/default/Makefile.in +243 -78
- data/vendor/libsodium/test/default/aead_aes256gcm.c +2 -2
- data/vendor/libsodium/test/default/aead_xchacha20poly1305.c +188 -0
- data/vendor/libsodium/test/default/aead_xchacha20poly1305.exp +51 -0
- data/vendor/libsodium/test/default/auth.c +11 -7
- data/vendor/libsodium/test/default/auth2.c +15 -12
- data/vendor/libsodium/test/default/auth3.c +18 -15
- data/vendor/libsodium/test/default/auth5.c +3 -2
- data/vendor/libsodium/test/default/auth6.c +4 -3
- data/vendor/libsodium/test/default/auth7.c +3 -2
- data/vendor/libsodium/test/default/box.c +57 -52
- data/vendor/libsodium/test/default/box2.c +41 -36
- data/vendor/libsodium/test/default/box7.c +4 -3
- data/vendor/libsodium/test/default/box8.c +4 -3
- data/vendor/libsodium/test/default/box_easy.c +36 -32
- data/vendor/libsodium/test/default/box_easy2.c +41 -34
- data/vendor/libsodium/test/default/box_seal.c +7 -6
- data/vendor/libsodium/test/default/box_seed.c +10 -8
- data/vendor/libsodium/test/default/chacha20.c +18 -3
- data/vendor/libsodium/test/default/chacha20.exp +45 -0
- data/vendor/libsodium/test/default/cmptest.h +1 -0
- data/vendor/libsodium/test/default/core1.c +10 -9
- data/vendor/libsodium/test/default/core2.c +13 -12
- data/vendor/libsodium/test/default/core3.c +13 -12
- data/vendor/libsodium/test/default/core4.c +11 -12
- data/vendor/libsodium/test/default/core5.c +13 -12
- data/vendor/libsodium/test/default/core6.c +15 -13
- data/vendor/libsodium/test/default/ed25519_convert.c +12 -9
- data/vendor/libsodium/test/default/hash.c +10 -6
- data/vendor/libsodium/test/default/hash3.c +3 -2
- data/vendor/libsodium/test/default/index-wasm.html.tpl +118 -0
- data/vendor/libsodium/test/default/kdf.c +61 -0
- data/vendor/libsodium/test/default/kdf.exp +77 -0
- data/vendor/libsodium/test/default/keygen.c +64 -0
- data/vendor/libsodium/test/default/keygen.exp +1 -0
- data/vendor/libsodium/test/default/kx.c +119 -0
- data/vendor/libsodium/test/default/kx.exp +7 -0
- data/vendor/libsodium/test/default/nacl-test-wrapper.sh +9 -2
- data/vendor/libsodium/test/default/onetimeauth.c +26 -23
- data/vendor/libsodium/test/default/onetimeauth2.c +22 -20
- data/vendor/libsodium/test/default/onetimeauth7.c +3 -2
- data/vendor/libsodium/test/default/pwhash.c +209 -157
- data/vendor/libsodium/test/default/pwhash_argon2id.c +388 -0
- data/vendor/libsodium/test/default/pwhash_argon2id.exp +15 -0
- data/vendor/libsodium/test/default/pwhash_scrypt.c +232 -224
- data/vendor/libsodium/test/default/pwhash_scrypt.exp +2 -1
- data/vendor/libsodium/test/default/pwhash_scrypt_ll.c +39 -41
- data/vendor/libsodium/test/default/randombytes.c +34 -13
- data/vendor/libsodium/test/default/randombytes.exp +1 -0
- data/vendor/libsodium/test/default/scalarmult.c +21 -18
- data/vendor/libsodium/test/default/scalarmult2.c +8 -6
- data/vendor/libsodium/test/default/scalarmult5.c +13 -10
- data/vendor/libsodium/test/default/scalarmult6.c +17 -14
- data/vendor/libsodium/test/default/scalarmult7.c +9 -10
- data/vendor/libsodium/test/default/secretbox.c +39 -36
- data/vendor/libsodium/test/default/secretbox2.c +28 -25
- data/vendor/libsodium/test/default/secretbox7.c +3 -2
- data/vendor/libsodium/test/default/secretbox8.c +4 -3
- data/vendor/libsodium/test/default/secretbox_easy.c +40 -37
- data/vendor/libsodium/test/default/secretbox_easy2.c +19 -18
- data/vendor/libsodium/test/default/shorthash.c +4 -4
- data/vendor/libsodium/test/default/sign.c +70 -13
- data/vendor/libsodium/test/default/sign.exp +2 -0
- data/vendor/libsodium/test/default/siphashx24.c +33 -0
- data/vendor/libsodium/test/default/siphashx24.exp +64 -0
- data/vendor/libsodium/test/default/sodium_core.c +9 -8
- data/vendor/libsodium/test/default/sodium_utils.c +52 -46
- data/vendor/libsodium/test/default/sodium_utils2.c +17 -8
- data/vendor/libsodium/test/default/sodium_utils3.c +15 -6
- data/vendor/libsodium/test/default/sodium_version.c +7 -1
- data/vendor/libsodium/test/default/stream.c +31 -18
- data/vendor/libsodium/test/default/stream.exp +65 -0
- data/vendor/libsodium/test/default/stream2.c +13 -9
- data/vendor/libsodium/test/default/stream3.c +12 -10
- data/vendor/libsodium/test/default/stream4.c +30 -27
- data/vendor/libsodium/test/default/verify1.c +5 -4
- data/vendor/libsodium/test/default/xchacha20.c +376 -0
- data/vendor/libsodium/test/default/xchacha20.exp +5 -0
- data/vendor/libsodium/test/quirks/quirks.h +4 -3
- metadata +140 -111
- data/vendor/libsodium/autom4te.cache/output.3 +0 -17240
- data/vendor/libsodium/autom4te.cache/output.4 +0 -17517
- data/vendor/libsodium/autom4te.cache/output.5 +0 -18535
- data/vendor/libsodium/autom4te.cache/output.6 +0 -19077
- data/vendor/libsodium/autom4te.cache/output.7 +0 -19837
- data/vendor/libsodium/autom4te.cache/traces.3 +0 -2833
- data/vendor/libsodium/autom4te.cache/traces.4 +0 -2951
- data/vendor/libsodium/autom4te.cache/traces.5 +0 -3042
- data/vendor/libsodium/autom4te.cache/traces.6 +0 -3194
- data/vendor/libsodium/autom4te.cache/traces.7 +0 -3614
- data/vendor/libsodium/builds/msvc/properties/ARM.props +0 -20
- data/vendor/libsodium/compile +0 -347
- data/vendor/libsodium/config.guess +0 -1568
- data/vendor/libsodium/config.sub +0 -1793
- data/vendor/libsodium/depcomp +0 -791
- data/vendor/libsodium/install-sh +0 -527
- data/vendor/libsodium/ltmain.sh +0 -9655
- data/vendor/libsodium/missing +0 -215
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256_api.c +0 -16
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/verify_hmacsha256.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512_api.c +0 -16
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/verify_hmacsha512.c +0 -12
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256_api.c +0 -16
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c +0 -14
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c +0 -41
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c +0 -22
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c +0 -18
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c +0 -42
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c +0 -29
- data/vendor/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20.c +0 -100
- data/vendor/libsodium/src/libsodium/crypto_core/salsa20/core_salsa20_api.c +0 -21
- data/vendor/libsodium/src/libsodium/crypto_core/salsa20/ref/core_salsa20.c +0 -126
- data/vendor/libsodium/src/libsodium/crypto_core/salsa2012/core_salsa2012_api.c +0 -21
- data/vendor/libsodium/src/libsodium/crypto_core/salsa2012/ref/core_salsa2012.c +0 -126
- data/vendor/libsodium/src/libsodium/crypto_core/salsa208/core_salsa208_api.c +0 -21
- data/vendor/libsodium/src/libsodium/crypto_core/salsa208/ref/core_salsa208.c +0 -126
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2-impl.h +0 -48
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2.h +0 -97
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-avx2.c +0 -45
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-avx2.h +0 -123
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ref.c +0 -94
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-sse41.c +0 -80
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-sse41.h +0 -97
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ssse3.c +0 -87
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ssse3.h +0 -97
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-avx2.h +0 -339
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-sse2.h +0 -66
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-sse41.h +0 -400
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c +0 -456
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256.c +0 -269
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512.c +0 -298
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-impl.h +0 -40
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c +0 -35
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c +0 -26
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24.c +0 -72
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/description +0 -1
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519_api.c +0 -39
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/afternm_aes128ctr.c +0 -159
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c +0 -59
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/common.h +0 -771
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts_aes128ctr.c +0 -14
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128.h +0 -56
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128_aes128ctr.c +0 -131
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/stream_aes128ctr.c +0 -29
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/types.h +0 -10
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c +0 -180
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/stream_chacha20_ref.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/vec/stream_chacha20_vec.c +0 -336
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/vec/stream_chacha20_vec.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/stream_salsa20_ref.c +0 -55
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/xor_salsa20_ref.c +0 -63
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20_api.c +0 -19
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012.c +0 -51
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/xor_salsa2012.c +0 -54
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012_api.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208.c +0 -51
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/xor_salsa208.c +0 -54
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208_api.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/stream_xsalsa20.c +0 -24
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/xor_xsalsa20.c +0 -35
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20_api.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_verify/16/ref/verify_16.c +0 -17
- data/vendor/libsodium/src/libsodium/crypto_verify/16/verify_16_api.c +0 -6
- data/vendor/libsodium/src/libsodium/crypto_verify/32/ref/verify_32.c +0 -17
- data/vendor/libsodium/src/libsodium/crypto_verify/32/verify_32_api.c +0 -6
- data/vendor/libsodium/src/libsodium/crypto_verify/64/ref/verify_64.c +0 -17
- data/vendor/libsodium/src/libsodium/crypto_verify/64/verify_64_api.c +0 -6
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_int32.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_int64.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint16.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint32.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint64.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint8.h +0 -8
- data/vendor/libsodium/test-driver +0 -139
@@ -1,7 +1,7 @@
|
|
1
|
-
# Makefile.in generated by automake 1.15 from Makefile.am.
|
1
|
+
# Makefile.in generated by automake 1.15.1 from Makefile.am.
|
2
2
|
# @configure_input@
|
3
3
|
|
4
|
-
# Copyright (C) 1994-
|
4
|
+
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
|
5
5
|
|
6
6
|
# This Makefile.in is free software; the Free Software Foundation
|
7
7
|
# gives unlimited permission to copy and/or distribute it,
|
@@ -107,7 +107,16 @@ host_triplet = @host@
|
|
107
107
|
@HAVE_TI_MODE_FALSE@ crypto_scalarmult/curve25519/ref10/x25519_ref10.c \
|
108
108
|
@HAVE_TI_MODE_FALSE@ crypto_scalarmult/curve25519/ref10/x25519_ref10.h
|
109
109
|
|
110
|
-
@
|
110
|
+
@HAVE_AMD64_ASM_TRUE@am__append_6 = \
|
111
|
+
@HAVE_AMD64_ASM_TRUE@ crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S \
|
112
|
+
@HAVE_AMD64_ASM_TRUE@ crypto_stream/salsa20/xmm6/salsa20_xmm6.c \
|
113
|
+
@HAVE_AMD64_ASM_TRUE@ crypto_stream/salsa20/xmm6/salsa20_xmm6.h
|
114
|
+
|
115
|
+
@HAVE_AMD64_ASM_FALSE@am__append_7 = \
|
116
|
+
@HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/ref/salsa20_ref.c \
|
117
|
+
@HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/ref/salsa20_ref.h
|
118
|
+
|
119
|
+
@HAVE_AVX_ASM_TRUE@am__append_8 = \
|
111
120
|
@HAVE_AVX_ASM_TRUE@ crypto_scalarmult/curve25519/sandy2x/consts_namespace.h \
|
112
121
|
@HAVE_AVX_ASM_TRUE@ crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c \
|
113
122
|
@HAVE_AVX_ASM_TRUE@ crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.h \
|
@@ -122,43 +131,51 @@ host_triplet = @host@
|
|
122
131
|
@HAVE_AVX_ASM_TRUE@ crypto_scalarmult/curve25519/sandy2x/ladder_namespace.h \
|
123
132
|
@HAVE_AVX_ASM_TRUE@ crypto_scalarmult/curve25519/sandy2x/sandy2x.S
|
124
133
|
|
125
|
-
@HAVE_AMD64_ASM_TRUE@am__append_7 = \
|
126
|
-
@HAVE_AMD64_ASM_TRUE@ crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S
|
127
|
-
|
128
|
-
@HAVE_AMD64_ASM_FALSE@am__append_8 = \
|
129
|
-
@HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/ref/stream_salsa20_ref.c \
|
130
|
-
@HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/ref/xor_salsa20_ref.c
|
131
|
-
|
132
134
|
@MINIMAL_FALSE@am__append_9 = \
|
133
|
-
@MINIMAL_FALSE@
|
134
|
-
@MINIMAL_FALSE@
|
135
|
-
@MINIMAL_FALSE@
|
136
|
-
@MINIMAL_FALSE@
|
137
|
-
@MINIMAL_FALSE@
|
138
|
-
@MINIMAL_FALSE@
|
135
|
+
@MINIMAL_FALSE@ crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c \
|
136
|
+
@MINIMAL_FALSE@ crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c \
|
137
|
+
@MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c \
|
138
|
+
@MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h \
|
139
|
+
@MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c \
|
140
|
+
@MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c \
|
141
|
+
@MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h \
|
142
|
+
@MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c \
|
143
|
+
@MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c \
|
144
|
+
@MINIMAL_FALSE@ crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c \
|
145
|
+
@MINIMAL_FALSE@ crypto_shorthash/siphash24/shorthash_siphashx24.c \
|
146
|
+
@MINIMAL_FALSE@ crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c \
|
139
147
|
@MINIMAL_FALSE@ crypto_sign/ed25519/ref10/obsolete.c \
|
140
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
141
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
142
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
143
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
144
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
145
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
146
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
147
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
148
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
149
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
150
|
-
@MINIMAL_FALSE@ crypto_stream/
|
151
|
-
@MINIMAL_FALSE@ crypto_stream/salsa2012/
|
152
|
-
@MINIMAL_FALSE@ crypto_stream/
|
153
|
-
@MINIMAL_FALSE@ crypto_stream/
|
154
|
-
@MINIMAL_FALSE@ crypto_stream/
|
155
|
-
@MINIMAL_FALSE@ crypto_stream/salsa208/ref/stream_salsa208.c \
|
156
|
-
@MINIMAL_FALSE@ crypto_stream/salsa208/ref/xor_salsa208.c
|
148
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c \
|
149
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c \
|
150
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/common.h \
|
151
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/consts.h \
|
152
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/consts_aes128ctr.c \
|
153
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/int128.h \
|
154
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/int128_aes128ctr.c \
|
155
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c \
|
156
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c \
|
157
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/stream_aes128ctr.c \
|
158
|
+
@MINIMAL_FALSE@ crypto_stream/salsa2012/ref/stream_salsa2012_ref.c \
|
159
|
+
@MINIMAL_FALSE@ crypto_stream/salsa2012/stream_salsa2012.c \
|
160
|
+
@MINIMAL_FALSE@ crypto_stream/salsa208/ref/stream_salsa208_ref.c \
|
161
|
+
@MINIMAL_FALSE@ crypto_stream/salsa208/stream_salsa208.c \
|
162
|
+
@MINIMAL_FALSE@ crypto_stream/xchacha20/stream_xchacha20.c
|
157
163
|
|
158
164
|
@HAVE_LD_OUTPUT_DEF_TRUE@am__append_10 = -Wl,--output-def,libsodium-$(DLL_VERSION).def
|
165
|
+
@MINIMAL_FALSE@am__append_11 = \
|
166
|
+
@MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c
|
167
|
+
|
168
|
+
@HAVE_AMD64_ASM_FALSE@am__append_12 = \
|
169
|
+
@HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c \
|
170
|
+
@HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.h \
|
171
|
+
@HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/xmm6int/u0.h \
|
172
|
+
@HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/xmm6int/u1.h \
|
173
|
+
@HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/xmm6int/u4.h
|
174
|
+
|
159
175
|
subdir = src/libsodium
|
160
176
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
161
|
-
am__aclocal_m4_deps = $(top_srcdir)/m4/
|
177
|
+
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_segv.m4 \
|
178
|
+
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
|
162
179
|
$(top_srcdir)/m4/ax_check_define.m4 \
|
163
180
|
$(top_srcdir)/m4/ax_check_link_flag.m4 \
|
164
181
|
$(top_srcdir)/m4/ax_pthread.m4 \
|
@@ -215,7 +232,10 @@ libaesni_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
215
232
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
216
233
|
$(libaesni_la_LDFLAGS) $(LDFLAGS) -o $@
|
217
234
|
libavx2_la_LIBADD =
|
218
|
-
am_libavx2_la_OBJECTS = crypto_generichash/
|
235
|
+
am_libavx2_la_OBJECTS = crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo \
|
236
|
+
crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo \
|
237
|
+
crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo \
|
238
|
+
crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo
|
219
239
|
libavx2_la_OBJECTS = $(am_libavx2_la_OBJECTS)
|
220
240
|
libavx2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
221
241
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
@@ -224,45 +244,36 @@ libsodium_la_DEPENDENCIES = libaesni.la libsse2.la libssse3.la \
|
|
224
244
|
libsse41.la libavx2.la
|
225
245
|
am__libsodium_la_SOURCES_DIST = \
|
226
246
|
crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c \
|
247
|
+
crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c \
|
227
248
|
crypto_auth/crypto_auth.c \
|
228
|
-
crypto_auth/hmacsha256/
|
229
|
-
crypto_auth/
|
230
|
-
crypto_auth/
|
231
|
-
crypto_auth/hmacsha512/auth_hmacsha512_api.c \
|
232
|
-
crypto_auth/hmacsha512/cp/hmac_hmacsha512.c \
|
233
|
-
crypto_auth/hmacsha512/cp/verify_hmacsha512.c \
|
234
|
-
crypto_auth/hmacsha512256/auth_hmacsha512256_api.c \
|
235
|
-
crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c \
|
236
|
-
crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c \
|
249
|
+
crypto_auth/hmacsha256/auth_hmacsha256.c \
|
250
|
+
crypto_auth/hmacsha512/auth_hmacsha512.c \
|
251
|
+
crypto_auth/hmacsha512256/auth_hmacsha512256.c \
|
237
252
|
crypto_box/crypto_box.c crypto_box/crypto_box_easy.c \
|
238
253
|
crypto_box/crypto_box_seal.c \
|
239
|
-
crypto_box/curve25519xsalsa20poly1305/
|
240
|
-
crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c \
|
241
|
-
crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c \
|
242
|
-
crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c \
|
243
|
-
crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c \
|
254
|
+
crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c \
|
244
255
|
crypto_core/curve25519/ref10/base.h \
|
245
256
|
crypto_core/curve25519/ref10/base2.h \
|
246
257
|
crypto_core/curve25519/ref10/curve25519_ref10.c \
|
247
|
-
crypto_core/
|
248
|
-
crypto_core/hsalsa20/
|
249
|
-
crypto_core/
|
250
|
-
crypto_core/
|
258
|
+
crypto_core/hchacha20/core_hchacha20.c \
|
259
|
+
crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c \
|
260
|
+
crypto_core/hsalsa20/core_hsalsa20.c \
|
261
|
+
crypto_core/salsa/ref/core_salsa_ref.c \
|
251
262
|
crypto_generichash/crypto_generichash.c \
|
252
|
-
crypto_generichash/
|
253
|
-
crypto_generichash/
|
254
|
-
crypto_generichash/
|
255
|
-
crypto_generichash/
|
256
|
-
crypto_generichash/
|
257
|
-
crypto_generichash/
|
258
|
-
crypto_generichash/
|
259
|
-
crypto_generichash/
|
260
|
-
|
261
|
-
crypto_hash/
|
262
|
-
crypto_hash/
|
263
|
-
crypto_hash/sha512/
|
264
|
-
|
265
|
-
crypto_onetimeauth/crypto_onetimeauth.c \
|
263
|
+
crypto_generichash/blake2b/generichash_blake2.c \
|
264
|
+
crypto_generichash/blake2b/ref/blake2.h \
|
265
|
+
crypto_generichash/blake2b/ref/blake2b-compress-ref.c \
|
266
|
+
crypto_generichash/blake2b/ref/blake2b-load-sse2.h \
|
267
|
+
crypto_generichash/blake2b/ref/blake2b-load-sse41.h \
|
268
|
+
crypto_generichash/blake2b/ref/blake2b-load-avx2.h \
|
269
|
+
crypto_generichash/blake2b/ref/blake2b-ref.c \
|
270
|
+
crypto_generichash/blake2b/ref/generichash_blake2b.c \
|
271
|
+
crypto_hash/crypto_hash.c crypto_hash/sha256/hash_sha256.c \
|
272
|
+
crypto_hash/sha256/cp/hash_sha256_cp.c \
|
273
|
+
crypto_hash/sha512/hash_sha512.c \
|
274
|
+
crypto_hash/sha512/cp/hash_sha512_cp.c \
|
275
|
+
crypto_kdf/blake2b/kdf_blake2b.c crypto_kdf/crypto_kdf.c \
|
276
|
+
crypto_kx/crypto_kx.c crypto_onetimeauth/crypto_onetimeauth.c \
|
266
277
|
crypto_onetimeauth/poly1305/onetimeauth_poly1305.c \
|
267
278
|
crypto_onetimeauth/poly1305/onetimeauth_poly1305.h \
|
268
279
|
crypto_onetimeauth/poly1305/donna/poly1305_donna.h \
|
@@ -274,53 +285,41 @@ am__libsodium_la_SOURCES_DIST = \
|
|
274
285
|
crypto_pwhash/argon2/argon2-encoding.c \
|
275
286
|
crypto_pwhash/argon2/argon2-encoding.h \
|
276
287
|
crypto_pwhash/argon2/argon2-fill-block-ref.c \
|
277
|
-
crypto_pwhash/argon2/argon2-impl.h \
|
278
288
|
crypto_pwhash/argon2/argon2.c crypto_pwhash/argon2/argon2.h \
|
279
289
|
crypto_pwhash/argon2/blake2b-long.c \
|
280
290
|
crypto_pwhash/argon2/blake2b-long.h \
|
281
291
|
crypto_pwhash/argon2/blamka-round-ref.h \
|
282
292
|
crypto_pwhash/argon2/pwhash_argon2i.c \
|
293
|
+
crypto_pwhash/argon2/pwhash_argon2id.c \
|
283
294
|
crypto_pwhash/crypto_pwhash.c \
|
284
|
-
crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c \
|
285
|
-
crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h \
|
286
|
-
crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c \
|
287
|
-
crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c \
|
288
|
-
crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h \
|
289
|
-
crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c \
|
290
|
-
crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c \
|
291
295
|
crypto_scalarmult/crypto_scalarmult.c \
|
292
296
|
crypto_scalarmult/curve25519/scalarmult_curve25519.c \
|
293
297
|
crypto_scalarmult/curve25519/scalarmult_curve25519.h \
|
294
298
|
crypto_secretbox/crypto_secretbox.c \
|
295
299
|
crypto_secretbox/crypto_secretbox_easy.c \
|
296
|
-
crypto_secretbox/xsalsa20poly1305/
|
297
|
-
crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c \
|
300
|
+
crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c \
|
298
301
|
crypto_shorthash/crypto_shorthash.c \
|
299
|
-
crypto_shorthash/siphash24/
|
300
|
-
crypto_shorthash/siphash24/ref/
|
301
|
-
|
302
|
-
crypto_sign/ed25519/
|
302
|
+
crypto_shorthash/siphash24/shorthash_siphash24.c \
|
303
|
+
crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c \
|
304
|
+
crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h \
|
305
|
+
crypto_sign/crypto_sign.c crypto_sign/ed25519/sign_ed25519.c \
|
306
|
+
crypto_sign/ed25519/ref10/ed25519_ref10.h \
|
303
307
|
crypto_sign/ed25519/ref10/keypair.c \
|
304
308
|
crypto_sign/ed25519/ref10/open.c \
|
305
309
|
crypto_sign/ed25519/ref10/sign.c \
|
306
310
|
crypto_stream/chacha20/stream_chacha20.c \
|
307
311
|
crypto_stream/chacha20/stream_chacha20.h \
|
308
|
-
crypto_stream/chacha20/ref/
|
309
|
-
crypto_stream/chacha20/ref/
|
312
|
+
crypto_stream/chacha20/ref/chacha20_ref.h \
|
313
|
+
crypto_stream/chacha20/ref/chacha20_ref.c \
|
310
314
|
crypto_stream/crypto_stream.c \
|
311
|
-
crypto_stream/salsa20/
|
312
|
-
crypto_stream/
|
313
|
-
crypto_stream/xsalsa20/
|
314
|
-
|
315
|
-
crypto_verify/16/verify_16_api.c \
|
316
|
-
crypto_verify/16/ref/verify_16.c \
|
317
|
-
crypto_verify/32/verify_32_api.c \
|
318
|
-
crypto_verify/32/ref/verify_32.c \
|
319
|
-
crypto_verify/64/verify_64_api.c \
|
320
|
-
crypto_verify/64/ref/verify_64.c \
|
321
|
-
include/sodium/private/common.h \
|
315
|
+
crypto_stream/salsa20/stream_salsa20.c \
|
316
|
+
crypto_stream/salsa20/stream_salsa20.h \
|
317
|
+
crypto_stream/xsalsa20/stream_xsalsa20.c \
|
318
|
+
crypto_verify/sodium/verify.c include/sodium/private/common.h \
|
322
319
|
include/sodium/private/curve25519_ref10.h \
|
323
|
-
include/sodium/private/
|
320
|
+
include/sodium/private/implementations.h \
|
321
|
+
include/sodium/private/mutex.h \
|
322
|
+
include/sodium/private/sse2_64_32.h randombytes/randombytes.c \
|
324
323
|
sodium/core.c sodium/runtime.c sodium/utils.c sodium/version.c \
|
325
324
|
randombytes/salsa20/randombytes_salsa20_random.c \
|
326
325
|
randombytes/nativeclient/randombytes_nativeclient.c \
|
@@ -329,6 +328,11 @@ am__libsodium_la_SOURCES_DIST = \
|
|
329
328
|
crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.h \
|
330
329
|
crypto_scalarmult/curve25519/ref10/x25519_ref10.c \
|
331
330
|
crypto_scalarmult/curve25519/ref10/x25519_ref10.h \
|
331
|
+
crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S \
|
332
|
+
crypto_stream/salsa20/xmm6/salsa20_xmm6.c \
|
333
|
+
crypto_stream/salsa20/xmm6/salsa20_xmm6.h \
|
334
|
+
crypto_stream/salsa20/ref/salsa20_ref.c \
|
335
|
+
crypto_stream/salsa20/ref/salsa20_ref.h \
|
332
336
|
crypto_scalarmult/curve25519/sandy2x/consts_namespace.h \
|
333
337
|
crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c \
|
334
338
|
crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.h \
|
@@ -342,98 +346,97 @@ am__libsodium_la_SOURCES_DIST = \
|
|
342
346
|
crypto_scalarmult/curve25519/sandy2x/ladder_base_namespace.h \
|
343
347
|
crypto_scalarmult/curve25519/sandy2x/ladder_namespace.h \
|
344
348
|
crypto_scalarmult/curve25519/sandy2x/sandy2x.S \
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
349
|
+
crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c \
|
350
|
+
crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c \
|
351
|
+
crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c \
|
352
|
+
crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h \
|
353
|
+
crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c \
|
354
|
+
crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c \
|
355
|
+
crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h \
|
356
|
+
crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c \
|
357
|
+
crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c \
|
358
|
+
crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c \
|
359
|
+
crypto_shorthash/siphash24/shorthash_siphashx24.c \
|
360
|
+
crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c \
|
354
361
|
crypto_sign/ed25519/ref10/obsolete.c \
|
355
|
-
crypto_stream/aes128ctr/
|
356
|
-
crypto_stream/aes128ctr/
|
357
|
-
crypto_stream/aes128ctr/
|
358
|
-
crypto_stream/aes128ctr/
|
359
|
-
crypto_stream/aes128ctr/
|
360
|
-
crypto_stream/aes128ctr/
|
361
|
-
crypto_stream/aes128ctr/
|
362
|
-
crypto_stream/aes128ctr/
|
363
|
-
crypto_stream/aes128ctr/
|
364
|
-
crypto_stream/aes128ctr/
|
365
|
-
crypto_stream/
|
366
|
-
crypto_stream/salsa2012/
|
367
|
-
crypto_stream/
|
368
|
-
crypto_stream/
|
369
|
-
crypto_stream/
|
370
|
-
crypto_stream/salsa208/ref/stream_salsa208.c \
|
371
|
-
crypto_stream/salsa208/ref/xor_salsa208.c
|
362
|
+
crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c \
|
363
|
+
crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c \
|
364
|
+
crypto_stream/aes128ctr/nacl/common.h \
|
365
|
+
crypto_stream/aes128ctr/nacl/consts.h \
|
366
|
+
crypto_stream/aes128ctr/nacl/consts_aes128ctr.c \
|
367
|
+
crypto_stream/aes128ctr/nacl/int128.h \
|
368
|
+
crypto_stream/aes128ctr/nacl/int128_aes128ctr.c \
|
369
|
+
crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c \
|
370
|
+
crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c \
|
371
|
+
crypto_stream/aes128ctr/stream_aes128ctr.c \
|
372
|
+
crypto_stream/salsa2012/ref/stream_salsa2012_ref.c \
|
373
|
+
crypto_stream/salsa2012/stream_salsa2012.c \
|
374
|
+
crypto_stream/salsa208/ref/stream_salsa208_ref.c \
|
375
|
+
crypto_stream/salsa208/stream_salsa208.c \
|
376
|
+
crypto_stream/xchacha20/stream_xchacha20.c
|
372
377
|
@EMSCRIPTEN_FALSE@am__objects_1 = randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo
|
373
378
|
@EMSCRIPTEN_FALSE@@NATIVECLIENT_TRUE@am__objects_2 = randombytes/nativeclient/libsodium_la-randombytes_nativeclient.lo
|
374
379
|
@EMSCRIPTEN_FALSE@@NATIVECLIENT_FALSE@am__objects_3 = randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo
|
375
380
|
@HAVE_TI_MODE_TRUE@am__objects_4 = crypto_scalarmult/curve25519/donna_c64/libsodium_la-curve25519_donna_c64.lo
|
376
381
|
@HAVE_TI_MODE_FALSE@am__objects_5 = crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo
|
377
|
-
@
|
382
|
+
@HAVE_AMD64_ASM_TRUE@am__objects_6 = crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo \
|
383
|
+
@HAVE_AMD64_ASM_TRUE@ crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo
|
384
|
+
@HAVE_AMD64_ASM_FALSE@am__objects_7 = crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo
|
385
|
+
@HAVE_AVX_ASM_TRUE@am__objects_8 = crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo \
|
378
386
|
@HAVE_AVX_ASM_TRUE@ crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo \
|
379
387
|
@HAVE_AVX_ASM_TRUE@ crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo \
|
380
388
|
@HAVE_AVX_ASM_TRUE@ crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo
|
381
|
-
@
|
382
|
-
@
|
383
|
-
@
|
384
|
-
@MINIMAL_FALSE@
|
385
|
-
@MINIMAL_FALSE@
|
386
|
-
@MINIMAL_FALSE@
|
387
|
-
@MINIMAL_FALSE@
|
388
|
-
@MINIMAL_FALSE@
|
389
|
+
@MINIMAL_FALSE@am__objects_9 = crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo \
|
390
|
+
@MINIMAL_FALSE@ crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo \
|
391
|
+
@MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo \
|
392
|
+
@MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo \
|
393
|
+
@MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo \
|
394
|
+
@MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo \
|
395
|
+
@MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo \
|
396
|
+
@MINIMAL_FALSE@ crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo \
|
397
|
+
@MINIMAL_FALSE@ crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo \
|
398
|
+
@MINIMAL_FALSE@ crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo \
|
389
399
|
@MINIMAL_FALSE@ crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo \
|
390
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
391
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/libsodium_la-
|
392
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
393
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
394
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
395
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
396
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/
|
397
|
-
@MINIMAL_FALSE@ crypto_stream/salsa2012/libsodium_la-
|
398
|
-
@MINIMAL_FALSE@ crypto_stream/salsa2012/
|
399
|
-
@MINIMAL_FALSE@ crypto_stream/
|
400
|
-
@MINIMAL_FALSE@ crypto_stream/salsa208/libsodium_la-
|
401
|
-
@MINIMAL_FALSE@ crypto_stream/
|
402
|
-
@MINIMAL_FALSE@ crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.lo
|
400
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo \
|
401
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo \
|
402
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo \
|
403
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo \
|
404
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo \
|
405
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo \
|
406
|
+
@MINIMAL_FALSE@ crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo \
|
407
|
+
@MINIMAL_FALSE@ crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo \
|
408
|
+
@MINIMAL_FALSE@ crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo \
|
409
|
+
@MINIMAL_FALSE@ crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo \
|
410
|
+
@MINIMAL_FALSE@ crypto_stream/salsa208/libsodium_la-stream_salsa208.lo \
|
411
|
+
@MINIMAL_FALSE@ crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo
|
403
412
|
am_libsodium_la_OBJECTS = crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo \
|
413
|
+
crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo \
|
404
414
|
crypto_auth/libsodium_la-crypto_auth.lo \
|
405
|
-
crypto_auth/hmacsha256/libsodium_la-
|
406
|
-
crypto_auth/
|
407
|
-
crypto_auth/
|
408
|
-
crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo \
|
409
|
-
crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo \
|
410
|
-
crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo \
|
411
|
-
crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo \
|
412
|
-
crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo \
|
413
|
-
crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo \
|
415
|
+
crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo \
|
416
|
+
crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo \
|
417
|
+
crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo \
|
414
418
|
crypto_box/libsodium_la-crypto_box.lo \
|
415
419
|
crypto_box/libsodium_la-crypto_box_easy.lo \
|
416
420
|
crypto_box/libsodium_la-crypto_box_seal.lo \
|
417
|
-
crypto_box/curve25519xsalsa20poly1305/libsodium_la-
|
418
|
-
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo \
|
419
|
-
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo \
|
420
|
-
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo \
|
421
|
-
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo \
|
421
|
+
crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo \
|
422
422
|
crypto_core/curve25519/ref10/libsodium_la-curve25519_ref10.lo \
|
423
|
-
crypto_core/
|
424
|
-
crypto_core/hsalsa20/libsodium_la-
|
425
|
-
crypto_core/
|
426
|
-
crypto_core/
|
423
|
+
crypto_core/hchacha20/libsodium_la-core_hchacha20.lo \
|
424
|
+
crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo \
|
425
|
+
crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo \
|
426
|
+
crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo \
|
427
427
|
crypto_generichash/libsodium_la-crypto_generichash.lo \
|
428
|
-
crypto_generichash/
|
429
|
-
crypto_generichash/
|
430
|
-
crypto_generichash/
|
431
|
-
crypto_generichash/
|
428
|
+
crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo \
|
429
|
+
crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo \
|
430
|
+
crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo \
|
431
|
+
crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo \
|
432
432
|
crypto_hash/libsodium_la-crypto_hash.lo \
|
433
|
-
crypto_hash/sha256/libsodium_la-
|
434
|
-
crypto_hash/sha256/cp/libsodium_la-
|
435
|
-
crypto_hash/sha512/libsodium_la-
|
436
|
-
crypto_hash/sha512/cp/libsodium_la-
|
433
|
+
crypto_hash/sha256/libsodium_la-hash_sha256.lo \
|
434
|
+
crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo \
|
435
|
+
crypto_hash/sha512/libsodium_la-hash_sha512.lo \
|
436
|
+
crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo \
|
437
|
+
crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo \
|
438
|
+
crypto_kdf/libsodium_la-crypto_kdf.lo \
|
439
|
+
crypto_kx/libsodium_la-crypto_kx.lo \
|
437
440
|
crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo \
|
438
441
|
crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo \
|
439
442
|
crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo \
|
@@ -443,39 +446,27 @@ am_libsodium_la_OBJECTS = crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_
|
|
443
446
|
crypto_pwhash/argon2/libsodium_la-argon2.lo \
|
444
447
|
crypto_pwhash/argon2/libsodium_la-blake2b-long.lo \
|
445
448
|
crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo \
|
449
|
+
crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo \
|
446
450
|
crypto_pwhash/libsodium_la-crypto_pwhash.lo \
|
447
|
-
crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo \
|
448
|
-
crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo \
|
449
|
-
crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo \
|
450
|
-
crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo \
|
451
|
-
crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo \
|
452
451
|
crypto_scalarmult/libsodium_la-crypto_scalarmult.lo \
|
453
452
|
crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo \
|
454
453
|
crypto_secretbox/libsodium_la-crypto_secretbox.lo \
|
455
454
|
crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo \
|
456
|
-
crypto_secretbox/xsalsa20poly1305/libsodium_la-
|
457
|
-
crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo \
|
455
|
+
crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo \
|
458
456
|
crypto_shorthash/libsodium_la-crypto_shorthash.lo \
|
459
|
-
crypto_shorthash/siphash24/libsodium_la-
|
460
|
-
crypto_shorthash/siphash24/ref/libsodium_la-
|
457
|
+
crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo \
|
458
|
+
crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo \
|
461
459
|
crypto_sign/libsodium_la-crypto_sign.lo \
|
462
|
-
crypto_sign/ed25519/libsodium_la-
|
460
|
+
crypto_sign/ed25519/libsodium_la-sign_ed25519.lo \
|
463
461
|
crypto_sign/ed25519/ref10/libsodium_la-keypair.lo \
|
464
462
|
crypto_sign/ed25519/ref10/libsodium_la-open.lo \
|
465
463
|
crypto_sign/ed25519/ref10/libsodium_la-sign.lo \
|
466
464
|
crypto_stream/chacha20/libsodium_la-stream_chacha20.lo \
|
467
|
-
crypto_stream/chacha20/ref/libsodium_la-
|
465
|
+
crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo \
|
468
466
|
crypto_stream/libsodium_la-crypto_stream.lo \
|
469
|
-
crypto_stream/salsa20/libsodium_la-
|
470
|
-
crypto_stream/xsalsa20/libsodium_la-
|
471
|
-
|
472
|
-
crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo \
|
473
|
-
crypto_verify/16/libsodium_la-verify_16_api.lo \
|
474
|
-
crypto_verify/16/ref/libsodium_la-verify_16.lo \
|
475
|
-
crypto_verify/32/libsodium_la-verify_32_api.lo \
|
476
|
-
crypto_verify/32/ref/libsodium_la-verify_32.lo \
|
477
|
-
crypto_verify/64/libsodium_la-verify_64_api.lo \
|
478
|
-
crypto_verify/64/ref/libsodium_la-verify_64.lo \
|
467
|
+
crypto_stream/salsa20/libsodium_la-stream_salsa20.lo \
|
468
|
+
crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo \
|
469
|
+
crypto_verify/sodium/libsodium_la-verify.lo \
|
479
470
|
randombytes/libsodium_la-randombytes.lo \
|
480
471
|
sodium/libsodium_la-core.lo sodium/libsodium_la-runtime.lo \
|
481
472
|
sodium/libsodium_la-utils.lo sodium/libsodium_la-version.lo \
|
@@ -487,22 +478,34 @@ libsodium_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
487
478
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
488
479
|
$(libsodium_la_LDFLAGS) $(LDFLAGS) -o $@
|
489
480
|
libsse2_la_LIBADD =
|
490
|
-
|
491
|
-
crypto_onetimeauth/poly1305/sse2/
|
481
|
+
am__libsse2_la_SOURCES_DIST = \
|
482
|
+
crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c \
|
483
|
+
crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h \
|
484
|
+
crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c \
|
485
|
+
crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c \
|
486
|
+
crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.h \
|
487
|
+
crypto_stream/salsa20/xmm6int/u0.h \
|
488
|
+
crypto_stream/salsa20/xmm6int/u1.h \
|
489
|
+
crypto_stream/salsa20/xmm6int/u4.h
|
490
|
+
@MINIMAL_FALSE@am__objects_10 = crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo
|
491
|
+
@HAVE_AMD64_ASM_FALSE@am__objects_11 = crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo
|
492
|
+
am_libsse2_la_OBJECTS = \
|
493
|
+
crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo \
|
494
|
+
$(am__objects_10) $(am__objects_11)
|
492
495
|
libsse2_la_OBJECTS = $(am_libsse2_la_OBJECTS)
|
493
496
|
libsse2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
494
497
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
495
498
|
$(libsse2_la_LDFLAGS) $(LDFLAGS) -o $@
|
496
499
|
libsse41_la_LIBADD =
|
497
|
-
am_libsse41_la_OBJECTS = crypto_generichash/
|
500
|
+
am_libsse41_la_OBJECTS = crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo
|
498
501
|
libsse41_la_OBJECTS = $(am_libsse41_la_OBJECTS)
|
499
502
|
libsse41_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
500
503
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
501
504
|
$(libsse41_la_LDFLAGS) $(LDFLAGS) -o $@
|
502
505
|
libssse3_la_LIBADD =
|
503
|
-
am_libssse3_la_OBJECTS = crypto_generichash/
|
506
|
+
am_libssse3_la_OBJECTS = crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo \
|
504
507
|
crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo \
|
505
|
-
crypto_stream/chacha20/
|
508
|
+
crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo
|
506
509
|
libssse3_la_OBJECTS = $(am_libssse3_la_OBJECTS)
|
507
510
|
libssse3_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
508
511
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
@@ -555,8 +558,9 @@ SOURCES = $(libaesni_la_SOURCES) $(libavx2_la_SOURCES) \
|
|
555
558
|
$(libsodium_la_SOURCES) $(libsse2_la_SOURCES) \
|
556
559
|
$(libsse41_la_SOURCES) $(libssse3_la_SOURCES)
|
557
560
|
DIST_SOURCES = $(libaesni_la_SOURCES) $(libavx2_la_SOURCES) \
|
558
|
-
$(am__libsodium_la_SOURCES_DIST)
|
559
|
-
$(
|
561
|
+
$(am__libsodium_la_SOURCES_DIST) \
|
562
|
+
$(am__libsse2_la_SOURCES_DIST) $(libsse41_la_SOURCES) \
|
563
|
+
$(libssse3_la_SOURCES)
|
560
564
|
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
561
565
|
ctags-recursive dvi-recursive html-recursive info-recursive \
|
562
566
|
install-data-recursive install-dvi-recursive \
|
@@ -666,6 +670,10 @@ ECHO_C = @ECHO_C@
|
|
666
670
|
ECHO_N = @ECHO_N@
|
667
671
|
ECHO_T = @ECHO_T@
|
668
672
|
EGREP = @EGREP@
|
673
|
+
ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
|
674
|
+
ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
|
675
|
+
ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
|
676
|
+
ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@
|
669
677
|
EXEEXT = @EXEEXT@
|
670
678
|
FGREP = @FGREP@
|
671
679
|
GREP = @GREP@
|
@@ -716,6 +724,7 @@ SAFECODE_HOME = @SAFECODE_HOME@
|
|
716
724
|
SED = @SED@
|
717
725
|
SET_MAKE = @SET_MAKE@
|
718
726
|
SHELL = @SHELL@
|
727
|
+
SODIUM_LIBRARY_MINIMAL_DEF = @SODIUM_LIBRARY_MINIMAL_DEF@
|
719
728
|
SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
|
720
729
|
SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
|
721
730
|
SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
|
@@ -723,10 +732,6 @@ STRIP = @STRIP@
|
|
723
732
|
TEST_LDFLAGS = @TEST_LDFLAGS@
|
724
733
|
VALGRIND = @VALGRIND@
|
725
734
|
VALGRIND_ENABLED = @VALGRIND_ENABLED@
|
726
|
-
VALGRIND_HAVE_TOOL_drd = @VALGRIND_HAVE_TOOL_drd@
|
727
|
-
VALGRIND_HAVE_TOOL_exp_sgcheck = @VALGRIND_HAVE_TOOL_exp_sgcheck@
|
728
|
-
VALGRIND_HAVE_TOOL_helgrind = @VALGRIND_HAVE_TOOL_helgrind@
|
729
|
-
VALGRIND_HAVE_TOOL_memcheck = @VALGRIND_HAVE_TOOL_memcheck@
|
730
735
|
VERSION = @VERSION@
|
731
736
|
abs_builddir = @abs_builddir@
|
732
737
|
abs_srcdir = @abs_srcdir@
|
@@ -781,50 +786,43 @@ target_alias = @target_alias@
|
|
781
786
|
top_build_prefix = @top_build_prefix@
|
782
787
|
top_builddir = @top_builddir@
|
783
788
|
top_srcdir = @top_srcdir@
|
789
|
+
valgrind_enabled_tools = @valgrind_enabled_tools@
|
790
|
+
valgrind_tools = @valgrind_tools@
|
784
791
|
lib_LTLIBRARIES = \
|
785
792
|
libsodium.la
|
786
793
|
|
787
794
|
libsodium_la_SOURCES = \
|
788
795
|
crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c \
|
796
|
+
crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c \
|
789
797
|
crypto_auth/crypto_auth.c \
|
790
|
-
crypto_auth/hmacsha256/
|
791
|
-
crypto_auth/
|
792
|
-
crypto_auth/
|
793
|
-
crypto_auth/hmacsha512/auth_hmacsha512_api.c \
|
794
|
-
crypto_auth/hmacsha512/cp/hmac_hmacsha512.c \
|
795
|
-
crypto_auth/hmacsha512/cp/verify_hmacsha512.c \
|
796
|
-
crypto_auth/hmacsha512256/auth_hmacsha512256_api.c \
|
797
|
-
crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c \
|
798
|
-
crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c \
|
798
|
+
crypto_auth/hmacsha256/auth_hmacsha256.c \
|
799
|
+
crypto_auth/hmacsha512/auth_hmacsha512.c \
|
800
|
+
crypto_auth/hmacsha512256/auth_hmacsha512256.c \
|
799
801
|
crypto_box/crypto_box.c crypto_box/crypto_box_easy.c \
|
800
802
|
crypto_box/crypto_box_seal.c \
|
801
|
-
crypto_box/curve25519xsalsa20poly1305/
|
802
|
-
crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c \
|
803
|
-
crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c \
|
804
|
-
crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c \
|
805
|
-
crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c \
|
803
|
+
crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c \
|
806
804
|
crypto_core/curve25519/ref10/base.h \
|
807
805
|
crypto_core/curve25519/ref10/base2.h \
|
808
806
|
crypto_core/curve25519/ref10/curve25519_ref10.c \
|
809
|
-
crypto_core/
|
810
|
-
crypto_core/hsalsa20/
|
811
|
-
crypto_core/
|
812
|
-
crypto_core/
|
807
|
+
crypto_core/hchacha20/core_hchacha20.c \
|
808
|
+
crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c \
|
809
|
+
crypto_core/hsalsa20/core_hsalsa20.c \
|
810
|
+
crypto_core/salsa/ref/core_salsa_ref.c \
|
813
811
|
crypto_generichash/crypto_generichash.c \
|
814
|
-
crypto_generichash/
|
815
|
-
crypto_generichash/
|
816
|
-
crypto_generichash/
|
817
|
-
crypto_generichash/
|
818
|
-
crypto_generichash/
|
819
|
-
crypto_generichash/
|
820
|
-
crypto_generichash/
|
821
|
-
crypto_generichash/
|
822
|
-
|
823
|
-
crypto_hash/
|
824
|
-
crypto_hash/
|
825
|
-
crypto_hash/sha512/
|
826
|
-
|
827
|
-
crypto_onetimeauth/crypto_onetimeauth.c \
|
812
|
+
crypto_generichash/blake2b/generichash_blake2.c \
|
813
|
+
crypto_generichash/blake2b/ref/blake2.h \
|
814
|
+
crypto_generichash/blake2b/ref/blake2b-compress-ref.c \
|
815
|
+
crypto_generichash/blake2b/ref/blake2b-load-sse2.h \
|
816
|
+
crypto_generichash/blake2b/ref/blake2b-load-sse41.h \
|
817
|
+
crypto_generichash/blake2b/ref/blake2b-load-avx2.h \
|
818
|
+
crypto_generichash/blake2b/ref/blake2b-ref.c \
|
819
|
+
crypto_generichash/blake2b/ref/generichash_blake2b.c \
|
820
|
+
crypto_hash/crypto_hash.c crypto_hash/sha256/hash_sha256.c \
|
821
|
+
crypto_hash/sha256/cp/hash_sha256_cp.c \
|
822
|
+
crypto_hash/sha512/hash_sha512.c \
|
823
|
+
crypto_hash/sha512/cp/hash_sha512_cp.c \
|
824
|
+
crypto_kdf/blake2b/kdf_blake2b.c crypto_kdf/crypto_kdf.c \
|
825
|
+
crypto_kx/crypto_kx.c crypto_onetimeauth/crypto_onetimeauth.c \
|
828
826
|
crypto_onetimeauth/poly1305/onetimeauth_poly1305.c \
|
829
827
|
crypto_onetimeauth/poly1305/onetimeauth_poly1305.h \
|
830
828
|
crypto_onetimeauth/poly1305/donna/poly1305_donna.h \
|
@@ -836,53 +834,41 @@ libsodium_la_SOURCES = \
|
|
836
834
|
crypto_pwhash/argon2/argon2-encoding.c \
|
837
835
|
crypto_pwhash/argon2/argon2-encoding.h \
|
838
836
|
crypto_pwhash/argon2/argon2-fill-block-ref.c \
|
839
|
-
crypto_pwhash/argon2/argon2-impl.h \
|
840
837
|
crypto_pwhash/argon2/argon2.c crypto_pwhash/argon2/argon2.h \
|
841
838
|
crypto_pwhash/argon2/blake2b-long.c \
|
842
839
|
crypto_pwhash/argon2/blake2b-long.h \
|
843
840
|
crypto_pwhash/argon2/blamka-round-ref.h \
|
844
841
|
crypto_pwhash/argon2/pwhash_argon2i.c \
|
842
|
+
crypto_pwhash/argon2/pwhash_argon2id.c \
|
845
843
|
crypto_pwhash/crypto_pwhash.c \
|
846
|
-
crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c \
|
847
|
-
crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h \
|
848
|
-
crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c \
|
849
|
-
crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c \
|
850
|
-
crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h \
|
851
|
-
crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c \
|
852
|
-
crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c \
|
853
844
|
crypto_scalarmult/crypto_scalarmult.c \
|
854
845
|
crypto_scalarmult/curve25519/scalarmult_curve25519.c \
|
855
846
|
crypto_scalarmult/curve25519/scalarmult_curve25519.h \
|
856
847
|
crypto_secretbox/crypto_secretbox.c \
|
857
848
|
crypto_secretbox/crypto_secretbox_easy.c \
|
858
|
-
crypto_secretbox/xsalsa20poly1305/
|
859
|
-
crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c \
|
849
|
+
crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c \
|
860
850
|
crypto_shorthash/crypto_shorthash.c \
|
861
|
-
crypto_shorthash/siphash24/
|
862
|
-
crypto_shorthash/siphash24/ref/
|
863
|
-
|
864
|
-
crypto_sign/ed25519/
|
851
|
+
crypto_shorthash/siphash24/shorthash_siphash24.c \
|
852
|
+
crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c \
|
853
|
+
crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h \
|
854
|
+
crypto_sign/crypto_sign.c crypto_sign/ed25519/sign_ed25519.c \
|
855
|
+
crypto_sign/ed25519/ref10/ed25519_ref10.h \
|
865
856
|
crypto_sign/ed25519/ref10/keypair.c \
|
866
857
|
crypto_sign/ed25519/ref10/open.c \
|
867
858
|
crypto_sign/ed25519/ref10/sign.c \
|
868
859
|
crypto_stream/chacha20/stream_chacha20.c \
|
869
860
|
crypto_stream/chacha20/stream_chacha20.h \
|
870
|
-
crypto_stream/chacha20/ref/
|
871
|
-
crypto_stream/chacha20/ref/
|
861
|
+
crypto_stream/chacha20/ref/chacha20_ref.h \
|
862
|
+
crypto_stream/chacha20/ref/chacha20_ref.c \
|
872
863
|
crypto_stream/crypto_stream.c \
|
873
|
-
crypto_stream/salsa20/
|
874
|
-
crypto_stream/
|
875
|
-
crypto_stream/xsalsa20/
|
876
|
-
|
877
|
-
crypto_verify/16/verify_16_api.c \
|
878
|
-
crypto_verify/16/ref/verify_16.c \
|
879
|
-
crypto_verify/32/verify_32_api.c \
|
880
|
-
crypto_verify/32/ref/verify_32.c \
|
881
|
-
crypto_verify/64/verify_64_api.c \
|
882
|
-
crypto_verify/64/ref/verify_64.c \
|
883
|
-
include/sodium/private/common.h \
|
864
|
+
crypto_stream/salsa20/stream_salsa20.c \
|
865
|
+
crypto_stream/salsa20/stream_salsa20.h \
|
866
|
+
crypto_stream/xsalsa20/stream_xsalsa20.c \
|
867
|
+
crypto_verify/sodium/verify.c include/sodium/private/common.h \
|
884
868
|
include/sodium/private/curve25519_ref10.h \
|
885
|
-
include/sodium/private/
|
869
|
+
include/sodium/private/implementations.h \
|
870
|
+
include/sodium/private/mutex.h \
|
871
|
+
include/sodium/private/sse2_64_32.h randombytes/randombytes.c \
|
886
872
|
sodium/core.c sodium/runtime.c sodium/utils.c sodium/version.c \
|
887
873
|
$(am__append_1) $(am__append_2) $(am__append_3) \
|
888
874
|
$(am__append_4) $(am__append_5) $(am__append_6) \
|
@@ -912,7 +898,7 @@ libsodium_la_LIBADD = libaesni.la libsse2.la libssse3.la libsse41.la libavx2.la
|
|
912
898
|
noinst_LTLIBRARIES = libaesni.la libsse2.la libssse3.la libsse41.la libavx2.la
|
913
899
|
libaesni_la_LDFLAGS = $(libsodium_la_LDFLAGS)
|
914
900
|
libaesni_la_CPPFLAGS = $(libsodium_la_CPPFLAGS) \
|
915
|
-
@CFLAGS_SSSE3@ @CFLAGS_AESNI@ @CFLAGS_PCLMUL@
|
901
|
+
@CFLAGS_SSE2@ @CFLAGS_SSSE3@ @CFLAGS_AESNI@ @CFLAGS_PCLMUL@
|
916
902
|
|
917
903
|
libaesni_la_SOURCES = \
|
918
904
|
crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c
|
@@ -921,38 +907,50 @@ libsse2_la_LDFLAGS = $(libsodium_la_LDFLAGS)
|
|
921
907
|
libsse2_la_CPPFLAGS = $(libsodium_la_CPPFLAGS) \
|
922
908
|
@CFLAGS_SSE2@
|
923
909
|
|
924
|
-
libsse2_la_SOURCES = \
|
925
|
-
|
926
|
-
|
927
|
-
crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h
|
928
|
-
|
910
|
+
libsse2_la_SOURCES = crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c \
|
911
|
+
crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h \
|
912
|
+
$(am__append_11) $(am__append_12)
|
929
913
|
libssse3_la_LDFLAGS = $(libsodium_la_LDFLAGS)
|
930
914
|
libssse3_la_CPPFLAGS = $(libsodium_la_CPPFLAGS) \
|
931
915
|
@CFLAGS_SSE2@ @CFLAGS_SSSE3@
|
932
916
|
|
933
917
|
libssse3_la_SOURCES = \
|
934
|
-
crypto_generichash/
|
935
|
-
crypto_generichash/
|
918
|
+
crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c \
|
919
|
+
crypto_generichash/blake2b/ref/blake2b-compress-ssse3.h \
|
936
920
|
crypto_pwhash/argon2/argon2-fill-block-ssse3.c \
|
937
921
|
crypto_pwhash/argon2/blamka-round-ssse3.h \
|
938
|
-
crypto_stream/chacha20/
|
939
|
-
crypto_stream/chacha20/
|
922
|
+
crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c \
|
923
|
+
crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.h \
|
924
|
+
crypto_stream/chacha20/dolbeau/u0.h \
|
925
|
+
crypto_stream/chacha20/dolbeau/u1.h \
|
926
|
+
crypto_stream/chacha20/dolbeau/u4.h
|
940
927
|
|
941
928
|
libsse41_la_LDFLAGS = $(libsodium_la_LDFLAGS)
|
942
929
|
libsse41_la_CPPFLAGS = $(libsodium_la_CPPFLAGS) \
|
943
930
|
@CFLAGS_SSE2@ @CFLAGS_SSSE3@ @CFLAGS_SSE41@
|
944
931
|
|
945
932
|
libsse41_la_SOURCES = \
|
946
|
-
crypto_generichash/
|
947
|
-
crypto_generichash/
|
933
|
+
crypto_generichash/blake2b/ref/blake2b-compress-sse41.c \
|
934
|
+
crypto_generichash/blake2b/ref/blake2b-compress-sse41.h
|
948
935
|
|
949
936
|
libavx2_la_LDFLAGS = $(libsodium_la_LDFLAGS)
|
950
937
|
libavx2_la_CPPFLAGS = $(libsodium_la_CPPFLAGS) \
|
951
938
|
@CFLAGS_SSE2@ @CFLAGS_SSSE3@ @CFLAGS_SSE41@ @CFLAGS_AVX@ @CFLAGS_AVX2@
|
952
939
|
|
953
940
|
libavx2_la_SOURCES = \
|
954
|
-
crypto_generichash/
|
955
|
-
crypto_generichash/
|
941
|
+
crypto_generichash/blake2b/ref/blake2b-compress-avx2.c \
|
942
|
+
crypto_generichash/blake2b/ref/blake2b-compress-avx2.h \
|
943
|
+
crypto_pwhash/argon2/argon2-fill-block-avx2.c \
|
944
|
+
crypto_pwhash/argon2/blamka-round-avx2.h \
|
945
|
+
crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c \
|
946
|
+
crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.h \
|
947
|
+
crypto_stream/chacha20/dolbeau/u8.h \
|
948
|
+
crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c \
|
949
|
+
crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.h \
|
950
|
+
crypto_stream/salsa20/xmm6int/u0.h \
|
951
|
+
crypto_stream/salsa20/xmm6int/u1.h \
|
952
|
+
crypto_stream/salsa20/xmm6int/u4.h \
|
953
|
+
crypto_stream/salsa20/xmm6int/u8.h
|
956
954
|
|
957
955
|
all: all-recursive
|
958
956
|
|
@@ -1045,15 +1043,42 @@ crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo: \
|
|
1045
1043
|
|
1046
1044
|
libaesni.la: $(libaesni_la_OBJECTS) $(libaesni_la_DEPENDENCIES) $(EXTRA_libaesni_la_DEPENDENCIES)
|
1047
1045
|
$(AM_V_CCLD)$(libaesni_la_LINK) $(libaesni_la_OBJECTS) $(libaesni_la_LIBADD) $(LIBS)
|
1048
|
-
crypto_generichash/
|
1049
|
-
@$(MKDIR_P) crypto_generichash/
|
1050
|
-
@: > crypto_generichash/
|
1051
|
-
crypto_generichash/
|
1052
|
-
@$(MKDIR_P) crypto_generichash/
|
1053
|
-
@: > crypto_generichash/
|
1054
|
-
crypto_generichash/
|
1055
|
-
crypto_generichash/
|
1056
|
-
crypto_generichash/
|
1046
|
+
crypto_generichash/blake2b/ref/$(am__dirstamp):
|
1047
|
+
@$(MKDIR_P) crypto_generichash/blake2b/ref
|
1048
|
+
@: > crypto_generichash/blake2b/ref/$(am__dirstamp)
|
1049
|
+
crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp):
|
1050
|
+
@$(MKDIR_P) crypto_generichash/blake2b/ref/$(DEPDIR)
|
1051
|
+
@: > crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
|
1052
|
+
crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo: \
|
1053
|
+
crypto_generichash/blake2b/ref/$(am__dirstamp) \
|
1054
|
+
crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
|
1055
|
+
crypto_pwhash/argon2/$(am__dirstamp):
|
1056
|
+
@$(MKDIR_P) crypto_pwhash/argon2
|
1057
|
+
@: > crypto_pwhash/argon2/$(am__dirstamp)
|
1058
|
+
crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp):
|
1059
|
+
@$(MKDIR_P) crypto_pwhash/argon2/$(DEPDIR)
|
1060
|
+
@: > crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
|
1061
|
+
crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo: \
|
1062
|
+
crypto_pwhash/argon2/$(am__dirstamp) \
|
1063
|
+
crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
|
1064
|
+
crypto_stream/chacha20/dolbeau/$(am__dirstamp):
|
1065
|
+
@$(MKDIR_P) crypto_stream/chacha20/dolbeau
|
1066
|
+
@: > crypto_stream/chacha20/dolbeau/$(am__dirstamp)
|
1067
|
+
crypto_stream/chacha20/dolbeau/$(DEPDIR)/$(am__dirstamp):
|
1068
|
+
@$(MKDIR_P) crypto_stream/chacha20/dolbeau/$(DEPDIR)
|
1069
|
+
@: > crypto_stream/chacha20/dolbeau/$(DEPDIR)/$(am__dirstamp)
|
1070
|
+
crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo: \
|
1071
|
+
crypto_stream/chacha20/dolbeau/$(am__dirstamp) \
|
1072
|
+
crypto_stream/chacha20/dolbeau/$(DEPDIR)/$(am__dirstamp)
|
1073
|
+
crypto_stream/salsa20/xmm6int/$(am__dirstamp):
|
1074
|
+
@$(MKDIR_P) crypto_stream/salsa20/xmm6int
|
1075
|
+
@: > crypto_stream/salsa20/xmm6int/$(am__dirstamp)
|
1076
|
+
crypto_stream/salsa20/xmm6int/$(DEPDIR)/$(am__dirstamp):
|
1077
|
+
@$(MKDIR_P) crypto_stream/salsa20/xmm6int/$(DEPDIR)
|
1078
|
+
@: > crypto_stream/salsa20/xmm6int/$(DEPDIR)/$(am__dirstamp)
|
1079
|
+
crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo: \
|
1080
|
+
crypto_stream/salsa20/xmm6int/$(am__dirstamp) \
|
1081
|
+
crypto_stream/salsa20/xmm6int/$(DEPDIR)/$(am__dirstamp)
|
1057
1082
|
|
1058
1083
|
libavx2.la: $(libavx2_la_OBJECTS) $(libavx2_la_DEPENDENCIES) $(EXTRA_libavx2_la_DEPENDENCIES)
|
1059
1084
|
$(AM_V_CCLD)$(libavx2_la_LINK) $(libavx2_la_OBJECTS) $(libavx2_la_LIBADD) $(LIBS)
|
@@ -1066,6 +1091,15 @@ crypto_aead/chacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp):
|
|
1066
1091
|
crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo: \
|
1067
1092
|
crypto_aead/chacha20poly1305/sodium/$(am__dirstamp) \
|
1068
1093
|
crypto_aead/chacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp)
|
1094
|
+
crypto_aead/xchacha20poly1305/sodium/$(am__dirstamp):
|
1095
|
+
@$(MKDIR_P) crypto_aead/xchacha20poly1305/sodium
|
1096
|
+
@: > crypto_aead/xchacha20poly1305/sodium/$(am__dirstamp)
|
1097
|
+
crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp):
|
1098
|
+
@$(MKDIR_P) crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)
|
1099
|
+
@: > crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp)
|
1100
|
+
crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo: \
|
1101
|
+
crypto_aead/xchacha20poly1305/sodium/$(am__dirstamp) \
|
1102
|
+
crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp)
|
1069
1103
|
crypto_auth/$(am__dirstamp):
|
1070
1104
|
@$(MKDIR_P) crypto_auth
|
1071
1105
|
@: > crypto_auth/$(am__dirstamp)
|
@@ -1080,63 +1114,27 @@ crypto_auth/hmacsha256/$(am__dirstamp):
|
|
1080
1114
|
crypto_auth/hmacsha256/$(DEPDIR)/$(am__dirstamp):
|
1081
1115
|
@$(MKDIR_P) crypto_auth/hmacsha256/$(DEPDIR)
|
1082
1116
|
@: > crypto_auth/hmacsha256/$(DEPDIR)/$(am__dirstamp)
|
1083
|
-
crypto_auth/hmacsha256/libsodium_la-
|
1117
|
+
crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo: \
|
1084
1118
|
crypto_auth/hmacsha256/$(am__dirstamp) \
|
1085
1119
|
crypto_auth/hmacsha256/$(DEPDIR)/$(am__dirstamp)
|
1086
|
-
crypto_auth/hmacsha256/cp/$(am__dirstamp):
|
1087
|
-
@$(MKDIR_P) crypto_auth/hmacsha256/cp
|
1088
|
-
@: > crypto_auth/hmacsha256/cp/$(am__dirstamp)
|
1089
|
-
crypto_auth/hmacsha256/cp/$(DEPDIR)/$(am__dirstamp):
|
1090
|
-
@$(MKDIR_P) crypto_auth/hmacsha256/cp/$(DEPDIR)
|
1091
|
-
@: > crypto_auth/hmacsha256/cp/$(DEPDIR)/$(am__dirstamp)
|
1092
|
-
crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.lo: \
|
1093
|
-
crypto_auth/hmacsha256/cp/$(am__dirstamp) \
|
1094
|
-
crypto_auth/hmacsha256/cp/$(DEPDIR)/$(am__dirstamp)
|
1095
|
-
crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.lo: \
|
1096
|
-
crypto_auth/hmacsha256/cp/$(am__dirstamp) \
|
1097
|
-
crypto_auth/hmacsha256/cp/$(DEPDIR)/$(am__dirstamp)
|
1098
1120
|
crypto_auth/hmacsha512/$(am__dirstamp):
|
1099
1121
|
@$(MKDIR_P) crypto_auth/hmacsha512
|
1100
1122
|
@: > crypto_auth/hmacsha512/$(am__dirstamp)
|
1101
1123
|
crypto_auth/hmacsha512/$(DEPDIR)/$(am__dirstamp):
|
1102
1124
|
@$(MKDIR_P) crypto_auth/hmacsha512/$(DEPDIR)
|
1103
1125
|
@: > crypto_auth/hmacsha512/$(DEPDIR)/$(am__dirstamp)
|
1104
|
-
crypto_auth/hmacsha512/libsodium_la-
|
1126
|
+
crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo: \
|
1105
1127
|
crypto_auth/hmacsha512/$(am__dirstamp) \
|
1106
1128
|
crypto_auth/hmacsha512/$(DEPDIR)/$(am__dirstamp)
|
1107
|
-
crypto_auth/hmacsha512/cp/$(am__dirstamp):
|
1108
|
-
@$(MKDIR_P) crypto_auth/hmacsha512/cp
|
1109
|
-
@: > crypto_auth/hmacsha512/cp/$(am__dirstamp)
|
1110
|
-
crypto_auth/hmacsha512/cp/$(DEPDIR)/$(am__dirstamp):
|
1111
|
-
@$(MKDIR_P) crypto_auth/hmacsha512/cp/$(DEPDIR)
|
1112
|
-
@: > crypto_auth/hmacsha512/cp/$(DEPDIR)/$(am__dirstamp)
|
1113
|
-
crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo: \
|
1114
|
-
crypto_auth/hmacsha512/cp/$(am__dirstamp) \
|
1115
|
-
crypto_auth/hmacsha512/cp/$(DEPDIR)/$(am__dirstamp)
|
1116
|
-
crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo: \
|
1117
|
-
crypto_auth/hmacsha512/cp/$(am__dirstamp) \
|
1118
|
-
crypto_auth/hmacsha512/cp/$(DEPDIR)/$(am__dirstamp)
|
1119
1129
|
crypto_auth/hmacsha512256/$(am__dirstamp):
|
1120
1130
|
@$(MKDIR_P) crypto_auth/hmacsha512256
|
1121
1131
|
@: > crypto_auth/hmacsha512256/$(am__dirstamp)
|
1122
1132
|
crypto_auth/hmacsha512256/$(DEPDIR)/$(am__dirstamp):
|
1123
1133
|
@$(MKDIR_P) crypto_auth/hmacsha512256/$(DEPDIR)
|
1124
1134
|
@: > crypto_auth/hmacsha512256/$(DEPDIR)/$(am__dirstamp)
|
1125
|
-
crypto_auth/hmacsha512256/libsodium_la-
|
1135
|
+
crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo: \
|
1126
1136
|
crypto_auth/hmacsha512256/$(am__dirstamp) \
|
1127
1137
|
crypto_auth/hmacsha512256/$(DEPDIR)/$(am__dirstamp)
|
1128
|
-
crypto_auth/hmacsha512256/cp/$(am__dirstamp):
|
1129
|
-
@$(MKDIR_P) crypto_auth/hmacsha512256/cp
|
1130
|
-
@: > crypto_auth/hmacsha512256/cp/$(am__dirstamp)
|
1131
|
-
crypto_auth/hmacsha512256/cp/$(DEPDIR)/$(am__dirstamp):
|
1132
|
-
@$(MKDIR_P) crypto_auth/hmacsha512256/cp/$(DEPDIR)
|
1133
|
-
@: > crypto_auth/hmacsha512256/cp/$(DEPDIR)/$(am__dirstamp)
|
1134
|
-
crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo: \
|
1135
|
-
crypto_auth/hmacsha512256/cp/$(am__dirstamp) \
|
1136
|
-
crypto_auth/hmacsha512256/cp/$(DEPDIR)/$(am__dirstamp)
|
1137
|
-
crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo: \
|
1138
|
-
crypto_auth/hmacsha512256/cp/$(am__dirstamp) \
|
1139
|
-
crypto_auth/hmacsha512256/cp/$(DEPDIR)/$(am__dirstamp)
|
1140
1138
|
crypto_box/$(am__dirstamp):
|
1141
1139
|
@$(MKDIR_P) crypto_box
|
1142
1140
|
@: > crypto_box/$(am__dirstamp)
|
@@ -1157,27 +1155,9 @@ crypto_box/curve25519xsalsa20poly1305/$(am__dirstamp):
|
|
1157
1155
|
crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp):
|
1158
1156
|
@$(MKDIR_P) crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)
|
1159
1157
|
@: > crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1160
|
-
crypto_box/curve25519xsalsa20poly1305/libsodium_la-
|
1158
|
+
crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo: \
|
1161
1159
|
crypto_box/curve25519xsalsa20poly1305/$(am__dirstamp) \
|
1162
1160
|
crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1163
|
-
crypto_box/curve25519xsalsa20poly1305/ref/$(am__dirstamp):
|
1164
|
-
@$(MKDIR_P) crypto_box/curve25519xsalsa20poly1305/ref
|
1165
|
-
@: > crypto_box/curve25519xsalsa20poly1305/ref/$(am__dirstamp)
|
1166
|
-
crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp):
|
1167
|
-
@$(MKDIR_P) crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)
|
1168
|
-
@: > crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
1169
|
-
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo: \
|
1170
|
-
crypto_box/curve25519xsalsa20poly1305/ref/$(am__dirstamp) \
|
1171
|
-
crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
1172
|
-
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo: \
|
1173
|
-
crypto_box/curve25519xsalsa20poly1305/ref/$(am__dirstamp) \
|
1174
|
-
crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
1175
|
-
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo: \
|
1176
|
-
crypto_box/curve25519xsalsa20poly1305/ref/$(am__dirstamp) \
|
1177
|
-
crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
1178
|
-
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo: \
|
1179
|
-
crypto_box/curve25519xsalsa20poly1305/ref/$(am__dirstamp) \
|
1180
|
-
crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
1181
1161
|
crypto_core/curve25519/ref10/$(am__dirstamp):
|
1182
1162
|
@$(MKDIR_P) crypto_core/curve25519/ref10
|
1183
1163
|
@: > crypto_core/curve25519/ref10/$(am__dirstamp)
|
@@ -1187,13 +1167,22 @@ crypto_core/curve25519/ref10/$(DEPDIR)/$(am__dirstamp):
|
|
1187
1167
|
crypto_core/curve25519/ref10/libsodium_la-curve25519_ref10.lo: \
|
1188
1168
|
crypto_core/curve25519/ref10/$(am__dirstamp) \
|
1189
1169
|
crypto_core/curve25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1170
|
+
crypto_core/hchacha20/$(am__dirstamp):
|
1171
|
+
@$(MKDIR_P) crypto_core/hchacha20
|
1172
|
+
@: > crypto_core/hchacha20/$(am__dirstamp)
|
1173
|
+
crypto_core/hchacha20/$(DEPDIR)/$(am__dirstamp):
|
1174
|
+
@$(MKDIR_P) crypto_core/hchacha20/$(DEPDIR)
|
1175
|
+
@: > crypto_core/hchacha20/$(DEPDIR)/$(am__dirstamp)
|
1176
|
+
crypto_core/hchacha20/libsodium_la-core_hchacha20.lo: \
|
1177
|
+
crypto_core/hchacha20/$(am__dirstamp) \
|
1178
|
+
crypto_core/hchacha20/$(DEPDIR)/$(am__dirstamp)
|
1190
1179
|
crypto_core/hsalsa20/ref2/$(am__dirstamp):
|
1191
1180
|
@$(MKDIR_P) crypto_core/hsalsa20/ref2
|
1192
1181
|
@: > crypto_core/hsalsa20/ref2/$(am__dirstamp)
|
1193
1182
|
crypto_core/hsalsa20/ref2/$(DEPDIR)/$(am__dirstamp):
|
1194
1183
|
@$(MKDIR_P) crypto_core/hsalsa20/ref2/$(DEPDIR)
|
1195
1184
|
@: > crypto_core/hsalsa20/ref2/$(DEPDIR)/$(am__dirstamp)
|
1196
|
-
crypto_core/hsalsa20/ref2/libsodium_la-
|
1185
|
+
crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo: \
|
1197
1186
|
crypto_core/hsalsa20/ref2/$(am__dirstamp) \
|
1198
1187
|
crypto_core/hsalsa20/ref2/$(DEPDIR)/$(am__dirstamp)
|
1199
1188
|
crypto_core/hsalsa20/$(am__dirstamp):
|
@@ -1202,27 +1191,18 @@ crypto_core/hsalsa20/$(am__dirstamp):
|
|
1202
1191
|
crypto_core/hsalsa20/$(DEPDIR)/$(am__dirstamp):
|
1203
1192
|
@$(MKDIR_P) crypto_core/hsalsa20/$(DEPDIR)
|
1204
1193
|
@: > crypto_core/hsalsa20/$(DEPDIR)/$(am__dirstamp)
|
1205
|
-
crypto_core/hsalsa20/libsodium_la-
|
1194
|
+
crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo: \
|
1206
1195
|
crypto_core/hsalsa20/$(am__dirstamp) \
|
1207
1196
|
crypto_core/hsalsa20/$(DEPDIR)/$(am__dirstamp)
|
1208
|
-
crypto_core/
|
1209
|
-
@$(MKDIR_P) crypto_core/
|
1210
|
-
@: > crypto_core/
|
1211
|
-
crypto_core/
|
1212
|
-
@$(MKDIR_P) crypto_core/
|
1213
|
-
@: > crypto_core/
|
1214
|
-
crypto_core/
|
1215
|
-
crypto_core/
|
1216
|
-
crypto_core/
|
1217
|
-
crypto_core/salsa20/$(am__dirstamp):
|
1218
|
-
@$(MKDIR_P) crypto_core/salsa20
|
1219
|
-
@: > crypto_core/salsa20/$(am__dirstamp)
|
1220
|
-
crypto_core/salsa20/$(DEPDIR)/$(am__dirstamp):
|
1221
|
-
@$(MKDIR_P) crypto_core/salsa20/$(DEPDIR)
|
1222
|
-
@: > crypto_core/salsa20/$(DEPDIR)/$(am__dirstamp)
|
1223
|
-
crypto_core/salsa20/libsodium_la-core_salsa20_api.lo: \
|
1224
|
-
crypto_core/salsa20/$(am__dirstamp) \
|
1225
|
-
crypto_core/salsa20/$(DEPDIR)/$(am__dirstamp)
|
1197
|
+
crypto_core/salsa/ref/$(am__dirstamp):
|
1198
|
+
@$(MKDIR_P) crypto_core/salsa/ref
|
1199
|
+
@: > crypto_core/salsa/ref/$(am__dirstamp)
|
1200
|
+
crypto_core/salsa/ref/$(DEPDIR)/$(am__dirstamp):
|
1201
|
+
@$(MKDIR_P) crypto_core/salsa/ref/$(DEPDIR)
|
1202
|
+
@: > crypto_core/salsa/ref/$(DEPDIR)/$(am__dirstamp)
|
1203
|
+
crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo: \
|
1204
|
+
crypto_core/salsa/ref/$(am__dirstamp) \
|
1205
|
+
crypto_core/salsa/ref/$(DEPDIR)/$(am__dirstamp)
|
1226
1206
|
crypto_generichash/$(am__dirstamp):
|
1227
1207
|
@$(MKDIR_P) crypto_generichash
|
1228
1208
|
@: > crypto_generichash/$(am__dirstamp)
|
@@ -1232,24 +1212,24 @@ crypto_generichash/$(DEPDIR)/$(am__dirstamp):
|
|
1232
1212
|
crypto_generichash/libsodium_la-crypto_generichash.lo: \
|
1233
1213
|
crypto_generichash/$(am__dirstamp) \
|
1234
1214
|
crypto_generichash/$(DEPDIR)/$(am__dirstamp)
|
1235
|
-
crypto_generichash/
|
1236
|
-
@$(MKDIR_P) crypto_generichash/
|
1237
|
-
@: > crypto_generichash/
|
1238
|
-
crypto_generichash/
|
1239
|
-
@$(MKDIR_P) crypto_generichash/
|
1240
|
-
@: > crypto_generichash/
|
1241
|
-
crypto_generichash/
|
1242
|
-
crypto_generichash/
|
1243
|
-
crypto_generichash/
|
1244
|
-
crypto_generichash/
|
1245
|
-
crypto_generichash/
|
1246
|
-
crypto_generichash/
|
1247
|
-
crypto_generichash/
|
1248
|
-
crypto_generichash/
|
1249
|
-
crypto_generichash/
|
1250
|
-
crypto_generichash/
|
1251
|
-
crypto_generichash/
|
1252
|
-
crypto_generichash/
|
1215
|
+
crypto_generichash/blake2b/$(am__dirstamp):
|
1216
|
+
@$(MKDIR_P) crypto_generichash/blake2b
|
1217
|
+
@: > crypto_generichash/blake2b/$(am__dirstamp)
|
1218
|
+
crypto_generichash/blake2b/$(DEPDIR)/$(am__dirstamp):
|
1219
|
+
@$(MKDIR_P) crypto_generichash/blake2b/$(DEPDIR)
|
1220
|
+
@: > crypto_generichash/blake2b/$(DEPDIR)/$(am__dirstamp)
|
1221
|
+
crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo: \
|
1222
|
+
crypto_generichash/blake2b/$(am__dirstamp) \
|
1223
|
+
crypto_generichash/blake2b/$(DEPDIR)/$(am__dirstamp)
|
1224
|
+
crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo: \
|
1225
|
+
crypto_generichash/blake2b/ref/$(am__dirstamp) \
|
1226
|
+
crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
|
1227
|
+
crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo: \
|
1228
|
+
crypto_generichash/blake2b/ref/$(am__dirstamp) \
|
1229
|
+
crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
|
1230
|
+
crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo: \
|
1231
|
+
crypto_generichash/blake2b/ref/$(am__dirstamp) \
|
1232
|
+
crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
|
1253
1233
|
crypto_hash/$(am__dirstamp):
|
1254
1234
|
@$(MKDIR_P) crypto_hash
|
1255
1235
|
@: > crypto_hash/$(am__dirstamp)
|
@@ -1264,7 +1244,7 @@ crypto_hash/sha256/$(am__dirstamp):
|
|
1264
1244
|
crypto_hash/sha256/$(DEPDIR)/$(am__dirstamp):
|
1265
1245
|
@$(MKDIR_P) crypto_hash/sha256/$(DEPDIR)
|
1266
1246
|
@: > crypto_hash/sha256/$(DEPDIR)/$(am__dirstamp)
|
1267
|
-
crypto_hash/sha256/libsodium_la-
|
1247
|
+
crypto_hash/sha256/libsodium_la-hash_sha256.lo: \
|
1268
1248
|
crypto_hash/sha256/$(am__dirstamp) \
|
1269
1249
|
crypto_hash/sha256/$(DEPDIR)/$(am__dirstamp)
|
1270
1250
|
crypto_hash/sha256/cp/$(am__dirstamp):
|
@@ -1273,7 +1253,7 @@ crypto_hash/sha256/cp/$(am__dirstamp):
|
|
1273
1253
|
crypto_hash/sha256/cp/$(DEPDIR)/$(am__dirstamp):
|
1274
1254
|
@$(MKDIR_P) crypto_hash/sha256/cp/$(DEPDIR)
|
1275
1255
|
@: > crypto_hash/sha256/cp/$(DEPDIR)/$(am__dirstamp)
|
1276
|
-
crypto_hash/sha256/cp/libsodium_la-
|
1256
|
+
crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo: \
|
1277
1257
|
crypto_hash/sha256/cp/$(am__dirstamp) \
|
1278
1258
|
crypto_hash/sha256/cp/$(DEPDIR)/$(am__dirstamp)
|
1279
1259
|
crypto_hash/sha512/$(am__dirstamp):
|
@@ -1282,7 +1262,7 @@ crypto_hash/sha512/$(am__dirstamp):
|
|
1282
1262
|
crypto_hash/sha512/$(DEPDIR)/$(am__dirstamp):
|
1283
1263
|
@$(MKDIR_P) crypto_hash/sha512/$(DEPDIR)
|
1284
1264
|
@: > crypto_hash/sha512/$(DEPDIR)/$(am__dirstamp)
|
1285
|
-
crypto_hash/sha512/libsodium_la-
|
1265
|
+
crypto_hash/sha512/libsodium_la-hash_sha512.lo: \
|
1286
1266
|
crypto_hash/sha512/$(am__dirstamp) \
|
1287
1267
|
crypto_hash/sha512/$(DEPDIR)/$(am__dirstamp)
|
1288
1268
|
crypto_hash/sha512/cp/$(am__dirstamp):
|
@@ -1291,9 +1271,34 @@ crypto_hash/sha512/cp/$(am__dirstamp):
|
|
1291
1271
|
crypto_hash/sha512/cp/$(DEPDIR)/$(am__dirstamp):
|
1292
1272
|
@$(MKDIR_P) crypto_hash/sha512/cp/$(DEPDIR)
|
1293
1273
|
@: > crypto_hash/sha512/cp/$(DEPDIR)/$(am__dirstamp)
|
1294
|
-
crypto_hash/sha512/cp/libsodium_la-
|
1274
|
+
crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo: \
|
1295
1275
|
crypto_hash/sha512/cp/$(am__dirstamp) \
|
1296
1276
|
crypto_hash/sha512/cp/$(DEPDIR)/$(am__dirstamp)
|
1277
|
+
crypto_kdf/blake2b/$(am__dirstamp):
|
1278
|
+
@$(MKDIR_P) crypto_kdf/blake2b
|
1279
|
+
@: > crypto_kdf/blake2b/$(am__dirstamp)
|
1280
|
+
crypto_kdf/blake2b/$(DEPDIR)/$(am__dirstamp):
|
1281
|
+
@$(MKDIR_P) crypto_kdf/blake2b/$(DEPDIR)
|
1282
|
+
@: > crypto_kdf/blake2b/$(DEPDIR)/$(am__dirstamp)
|
1283
|
+
crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo: \
|
1284
|
+
crypto_kdf/blake2b/$(am__dirstamp) \
|
1285
|
+
crypto_kdf/blake2b/$(DEPDIR)/$(am__dirstamp)
|
1286
|
+
crypto_kdf/$(am__dirstamp):
|
1287
|
+
@$(MKDIR_P) crypto_kdf
|
1288
|
+
@: > crypto_kdf/$(am__dirstamp)
|
1289
|
+
crypto_kdf/$(DEPDIR)/$(am__dirstamp):
|
1290
|
+
@$(MKDIR_P) crypto_kdf/$(DEPDIR)
|
1291
|
+
@: > crypto_kdf/$(DEPDIR)/$(am__dirstamp)
|
1292
|
+
crypto_kdf/libsodium_la-crypto_kdf.lo: crypto_kdf/$(am__dirstamp) \
|
1293
|
+
crypto_kdf/$(DEPDIR)/$(am__dirstamp)
|
1294
|
+
crypto_kx/$(am__dirstamp):
|
1295
|
+
@$(MKDIR_P) crypto_kx
|
1296
|
+
@: > crypto_kx/$(am__dirstamp)
|
1297
|
+
crypto_kx/$(DEPDIR)/$(am__dirstamp):
|
1298
|
+
@$(MKDIR_P) crypto_kx/$(DEPDIR)
|
1299
|
+
@: > crypto_kx/$(DEPDIR)/$(am__dirstamp)
|
1300
|
+
crypto_kx/libsodium_la-crypto_kx.lo: crypto_kx/$(am__dirstamp) \
|
1301
|
+
crypto_kx/$(DEPDIR)/$(am__dirstamp)
|
1297
1302
|
crypto_onetimeauth/$(am__dirstamp):
|
1298
1303
|
@$(MKDIR_P) crypto_onetimeauth
|
1299
1304
|
@: > crypto_onetimeauth/$(am__dirstamp)
|
@@ -1321,12 +1326,6 @@ crypto_onetimeauth/poly1305/donna/$(DEPDIR)/$(am__dirstamp):
|
|
1321
1326
|
crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo: \
|
1322
1327
|
crypto_onetimeauth/poly1305/donna/$(am__dirstamp) \
|
1323
1328
|
crypto_onetimeauth/poly1305/donna/$(DEPDIR)/$(am__dirstamp)
|
1324
|
-
crypto_pwhash/argon2/$(am__dirstamp):
|
1325
|
-
@$(MKDIR_P) crypto_pwhash/argon2
|
1326
|
-
@: > crypto_pwhash/argon2/$(am__dirstamp)
|
1327
|
-
crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp):
|
1328
|
-
@$(MKDIR_P) crypto_pwhash/argon2/$(DEPDIR)
|
1329
|
-
@: > crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
|
1330
1329
|
crypto_pwhash/argon2/libsodium_la-argon2-core.lo: \
|
1331
1330
|
crypto_pwhash/argon2/$(am__dirstamp) \
|
1332
1331
|
crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
|
@@ -1345,6 +1344,9 @@ crypto_pwhash/argon2/libsodium_la-blake2b-long.lo: \
|
|
1345
1344
|
crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo: \
|
1346
1345
|
crypto_pwhash/argon2/$(am__dirstamp) \
|
1347
1346
|
crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
|
1347
|
+
crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo: \
|
1348
|
+
crypto_pwhash/argon2/$(am__dirstamp) \
|
1349
|
+
crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
|
1348
1350
|
crypto_pwhash/$(am__dirstamp):
|
1349
1351
|
@$(MKDIR_P) crypto_pwhash
|
1350
1352
|
@: > crypto_pwhash/$(am__dirstamp)
|
@@ -1354,33 +1356,6 @@ crypto_pwhash/$(DEPDIR)/$(am__dirstamp):
|
|
1354
1356
|
crypto_pwhash/libsodium_la-crypto_pwhash.lo: \
|
1355
1357
|
crypto_pwhash/$(am__dirstamp) \
|
1356
1358
|
crypto_pwhash/$(DEPDIR)/$(am__dirstamp)
|
1357
|
-
crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp):
|
1358
|
-
@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256
|
1359
|
-
@: > crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp)
|
1360
|
-
crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp):
|
1361
|
-
@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)
|
1362
|
-
@: > crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1363
|
-
crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo: \
|
1364
|
-
crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp) \
|
1365
|
-
crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1366
|
-
crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo: \
|
1367
|
-
crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp) \
|
1368
|
-
crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1369
|
-
crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo: \
|
1370
|
-
crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp) \
|
1371
|
-
crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1372
|
-
crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo: \
|
1373
|
-
crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp) \
|
1374
|
-
crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1375
|
-
crypto_pwhash/scryptsalsa208sha256/nosse/$(am__dirstamp):
|
1376
|
-
@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/nosse
|
1377
|
-
@: > crypto_pwhash/scryptsalsa208sha256/nosse/$(am__dirstamp)
|
1378
|
-
crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/$(am__dirstamp):
|
1379
|
-
@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)
|
1380
|
-
@: > crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/$(am__dirstamp)
|
1381
|
-
crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo: \
|
1382
|
-
crypto_pwhash/scryptsalsa208sha256/nosse/$(am__dirstamp) \
|
1383
|
-
crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/$(am__dirstamp)
|
1384
1359
|
crypto_scalarmult/$(am__dirstamp):
|
1385
1360
|
@$(MKDIR_P) crypto_scalarmult
|
1386
1361
|
@: > crypto_scalarmult/$(am__dirstamp)
|
@@ -1417,18 +1392,9 @@ crypto_secretbox/xsalsa20poly1305/$(am__dirstamp):
|
|
1417
1392
|
crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp):
|
1418
1393
|
@$(MKDIR_P) crypto_secretbox/xsalsa20poly1305/$(DEPDIR)
|
1419
1394
|
@: > crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1420
|
-
crypto_secretbox/xsalsa20poly1305/libsodium_la-
|
1395
|
+
crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo: \
|
1421
1396
|
crypto_secretbox/xsalsa20poly1305/$(am__dirstamp) \
|
1422
1397
|
crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1423
|
-
crypto_secretbox/xsalsa20poly1305/ref/$(am__dirstamp):
|
1424
|
-
@$(MKDIR_P) crypto_secretbox/xsalsa20poly1305/ref
|
1425
|
-
@: > crypto_secretbox/xsalsa20poly1305/ref/$(am__dirstamp)
|
1426
|
-
crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp):
|
1427
|
-
@$(MKDIR_P) crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)
|
1428
|
-
@: > crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
1429
|
-
crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo: \
|
1430
|
-
crypto_secretbox/xsalsa20poly1305/ref/$(am__dirstamp) \
|
1431
|
-
crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
1432
1398
|
crypto_shorthash/$(am__dirstamp):
|
1433
1399
|
@$(MKDIR_P) crypto_shorthash
|
1434
1400
|
@: > crypto_shorthash/$(am__dirstamp)
|
@@ -1444,7 +1410,7 @@ crypto_shorthash/siphash24/$(am__dirstamp):
|
|
1444
1410
|
crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp):
|
1445
1411
|
@$(MKDIR_P) crypto_shorthash/siphash24/$(DEPDIR)
|
1446
1412
|
@: > crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp)
|
1447
|
-
crypto_shorthash/siphash24/libsodium_la-
|
1413
|
+
crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo: \
|
1448
1414
|
crypto_shorthash/siphash24/$(am__dirstamp) \
|
1449
1415
|
crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp)
|
1450
1416
|
crypto_shorthash/siphash24/ref/$(am__dirstamp):
|
@@ -1453,7 +1419,7 @@ crypto_shorthash/siphash24/ref/$(am__dirstamp):
|
|
1453
1419
|
crypto_shorthash/siphash24/ref/$(DEPDIR)/$(am__dirstamp):
|
1454
1420
|
@$(MKDIR_P) crypto_shorthash/siphash24/ref/$(DEPDIR)
|
1455
1421
|
@: > crypto_shorthash/siphash24/ref/$(DEPDIR)/$(am__dirstamp)
|
1456
|
-
crypto_shorthash/siphash24/ref/libsodium_la-
|
1422
|
+
crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo: \
|
1457
1423
|
crypto_shorthash/siphash24/ref/$(am__dirstamp) \
|
1458
1424
|
crypto_shorthash/siphash24/ref/$(DEPDIR)/$(am__dirstamp)
|
1459
1425
|
crypto_sign/$(am__dirstamp):
|
@@ -1470,7 +1436,7 @@ crypto_sign/ed25519/$(am__dirstamp):
|
|
1470
1436
|
crypto_sign/ed25519/$(DEPDIR)/$(am__dirstamp):
|
1471
1437
|
@$(MKDIR_P) crypto_sign/ed25519/$(DEPDIR)
|
1472
1438
|
@: > crypto_sign/ed25519/$(DEPDIR)/$(am__dirstamp)
|
1473
|
-
crypto_sign/ed25519/libsodium_la-
|
1439
|
+
crypto_sign/ed25519/libsodium_la-sign_ed25519.lo: \
|
1474
1440
|
crypto_sign/ed25519/$(am__dirstamp) \
|
1475
1441
|
crypto_sign/ed25519/$(DEPDIR)/$(am__dirstamp)
|
1476
1442
|
crypto_sign/ed25519/ref10/$(am__dirstamp):
|
@@ -1503,7 +1469,7 @@ crypto_stream/chacha20/ref/$(am__dirstamp):
|
|
1503
1469
|
crypto_stream/chacha20/ref/$(DEPDIR)/$(am__dirstamp):
|
1504
1470
|
@$(MKDIR_P) crypto_stream/chacha20/ref/$(DEPDIR)
|
1505
1471
|
@: > crypto_stream/chacha20/ref/$(DEPDIR)/$(am__dirstamp)
|
1506
|
-
crypto_stream/chacha20/ref/libsodium_la-
|
1472
|
+
crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo: \
|
1507
1473
|
crypto_stream/chacha20/ref/$(am__dirstamp) \
|
1508
1474
|
crypto_stream/chacha20/ref/$(DEPDIR)/$(am__dirstamp)
|
1509
1475
|
crypto_stream/$(am__dirstamp):
|
@@ -1521,7 +1487,7 @@ crypto_stream/salsa20/$(am__dirstamp):
|
|
1521
1487
|
crypto_stream/salsa20/$(DEPDIR)/$(am__dirstamp):
|
1522
1488
|
@$(MKDIR_P) crypto_stream/salsa20/$(DEPDIR)
|
1523
1489
|
@: > crypto_stream/salsa20/$(DEPDIR)/$(am__dirstamp)
|
1524
|
-
crypto_stream/salsa20/libsodium_la-
|
1490
|
+
crypto_stream/salsa20/libsodium_la-stream_salsa20.lo: \
|
1525
1491
|
crypto_stream/salsa20/$(am__dirstamp) \
|
1526
1492
|
crypto_stream/salsa20/$(DEPDIR)/$(am__dirstamp)
|
1527
1493
|
crypto_stream/xsalsa20/$(am__dirstamp):
|
@@ -1530,75 +1496,18 @@ crypto_stream/xsalsa20/$(am__dirstamp):
|
|
1530
1496
|
crypto_stream/xsalsa20/$(DEPDIR)/$(am__dirstamp):
|
1531
1497
|
@$(MKDIR_P) crypto_stream/xsalsa20/$(DEPDIR)
|
1532
1498
|
@: > crypto_stream/xsalsa20/$(DEPDIR)/$(am__dirstamp)
|
1533
|
-
crypto_stream/xsalsa20/libsodium_la-
|
1499
|
+
crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo: \
|
1534
1500
|
crypto_stream/xsalsa20/$(am__dirstamp) \
|
1535
1501
|
crypto_stream/xsalsa20/$(DEPDIR)/$(am__dirstamp)
|
1536
|
-
|
1537
|
-
@$(MKDIR_P)
|
1538
|
-
@: >
|
1539
|
-
|
1540
|
-
@$(MKDIR_P)
|
1541
|
-
@: >
|
1542
|
-
|
1543
|
-
|
1544
|
-
|
1545
|
-
crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo: \
|
1546
|
-
crypto_stream/xsalsa20/ref/$(am__dirstamp) \
|
1547
|
-
crypto_stream/xsalsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
1548
|
-
crypto_verify/16/$(am__dirstamp):
|
1549
|
-
@$(MKDIR_P) crypto_verify/16
|
1550
|
-
@: > crypto_verify/16/$(am__dirstamp)
|
1551
|
-
crypto_verify/16/$(DEPDIR)/$(am__dirstamp):
|
1552
|
-
@$(MKDIR_P) crypto_verify/16/$(DEPDIR)
|
1553
|
-
@: > crypto_verify/16/$(DEPDIR)/$(am__dirstamp)
|
1554
|
-
crypto_verify/16/libsodium_la-verify_16_api.lo: \
|
1555
|
-
crypto_verify/16/$(am__dirstamp) \
|
1556
|
-
crypto_verify/16/$(DEPDIR)/$(am__dirstamp)
|
1557
|
-
crypto_verify/16/ref/$(am__dirstamp):
|
1558
|
-
@$(MKDIR_P) crypto_verify/16/ref
|
1559
|
-
@: > crypto_verify/16/ref/$(am__dirstamp)
|
1560
|
-
crypto_verify/16/ref/$(DEPDIR)/$(am__dirstamp):
|
1561
|
-
@$(MKDIR_P) crypto_verify/16/ref/$(DEPDIR)
|
1562
|
-
@: > crypto_verify/16/ref/$(DEPDIR)/$(am__dirstamp)
|
1563
|
-
crypto_verify/16/ref/libsodium_la-verify_16.lo: \
|
1564
|
-
crypto_verify/16/ref/$(am__dirstamp) \
|
1565
|
-
crypto_verify/16/ref/$(DEPDIR)/$(am__dirstamp)
|
1566
|
-
crypto_verify/32/$(am__dirstamp):
|
1567
|
-
@$(MKDIR_P) crypto_verify/32
|
1568
|
-
@: > crypto_verify/32/$(am__dirstamp)
|
1569
|
-
crypto_verify/32/$(DEPDIR)/$(am__dirstamp):
|
1570
|
-
@$(MKDIR_P) crypto_verify/32/$(DEPDIR)
|
1571
|
-
@: > crypto_verify/32/$(DEPDIR)/$(am__dirstamp)
|
1572
|
-
crypto_verify/32/libsodium_la-verify_32_api.lo: \
|
1573
|
-
crypto_verify/32/$(am__dirstamp) \
|
1574
|
-
crypto_verify/32/$(DEPDIR)/$(am__dirstamp)
|
1575
|
-
crypto_verify/32/ref/$(am__dirstamp):
|
1576
|
-
@$(MKDIR_P) crypto_verify/32/ref
|
1577
|
-
@: > crypto_verify/32/ref/$(am__dirstamp)
|
1578
|
-
crypto_verify/32/ref/$(DEPDIR)/$(am__dirstamp):
|
1579
|
-
@$(MKDIR_P) crypto_verify/32/ref/$(DEPDIR)
|
1580
|
-
@: > crypto_verify/32/ref/$(DEPDIR)/$(am__dirstamp)
|
1581
|
-
crypto_verify/32/ref/libsodium_la-verify_32.lo: \
|
1582
|
-
crypto_verify/32/ref/$(am__dirstamp) \
|
1583
|
-
crypto_verify/32/ref/$(DEPDIR)/$(am__dirstamp)
|
1584
|
-
crypto_verify/64/$(am__dirstamp):
|
1585
|
-
@$(MKDIR_P) crypto_verify/64
|
1586
|
-
@: > crypto_verify/64/$(am__dirstamp)
|
1587
|
-
crypto_verify/64/$(DEPDIR)/$(am__dirstamp):
|
1588
|
-
@$(MKDIR_P) crypto_verify/64/$(DEPDIR)
|
1589
|
-
@: > crypto_verify/64/$(DEPDIR)/$(am__dirstamp)
|
1590
|
-
crypto_verify/64/libsodium_la-verify_64_api.lo: \
|
1591
|
-
crypto_verify/64/$(am__dirstamp) \
|
1592
|
-
crypto_verify/64/$(DEPDIR)/$(am__dirstamp)
|
1593
|
-
crypto_verify/64/ref/$(am__dirstamp):
|
1594
|
-
@$(MKDIR_P) crypto_verify/64/ref
|
1595
|
-
@: > crypto_verify/64/ref/$(am__dirstamp)
|
1596
|
-
crypto_verify/64/ref/$(DEPDIR)/$(am__dirstamp):
|
1597
|
-
@$(MKDIR_P) crypto_verify/64/ref/$(DEPDIR)
|
1598
|
-
@: > crypto_verify/64/ref/$(DEPDIR)/$(am__dirstamp)
|
1599
|
-
crypto_verify/64/ref/libsodium_la-verify_64.lo: \
|
1600
|
-
crypto_verify/64/ref/$(am__dirstamp) \
|
1601
|
-
crypto_verify/64/ref/$(DEPDIR)/$(am__dirstamp)
|
1502
|
+
crypto_verify/sodium/$(am__dirstamp):
|
1503
|
+
@$(MKDIR_P) crypto_verify/sodium
|
1504
|
+
@: > crypto_verify/sodium/$(am__dirstamp)
|
1505
|
+
crypto_verify/sodium/$(DEPDIR)/$(am__dirstamp):
|
1506
|
+
@$(MKDIR_P) crypto_verify/sodium/$(DEPDIR)
|
1507
|
+
@: > crypto_verify/sodium/$(DEPDIR)/$(am__dirstamp)
|
1508
|
+
crypto_verify/sodium/libsodium_la-verify.lo: \
|
1509
|
+
crypto_verify/sodium/$(am__dirstamp) \
|
1510
|
+
crypto_verify/sodium/$(DEPDIR)/$(am__dirstamp)
|
1602
1511
|
randombytes/$(am__dirstamp):
|
1603
1512
|
@$(MKDIR_P) randombytes
|
1604
1513
|
@: > randombytes/$(am__dirstamp)
|
@@ -1666,6 +1575,27 @@ crypto_scalarmult/curve25519/ref10/$(DEPDIR)/$(am__dirstamp):
|
|
1666
1575
|
crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo: \
|
1667
1576
|
crypto_scalarmult/curve25519/ref10/$(am__dirstamp) \
|
1668
1577
|
crypto_scalarmult/curve25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1578
|
+
crypto_stream/salsa20/xmm6/$(am__dirstamp):
|
1579
|
+
@$(MKDIR_P) crypto_stream/salsa20/xmm6
|
1580
|
+
@: > crypto_stream/salsa20/xmm6/$(am__dirstamp)
|
1581
|
+
crypto_stream/salsa20/xmm6/$(DEPDIR)/$(am__dirstamp):
|
1582
|
+
@$(MKDIR_P) crypto_stream/salsa20/xmm6/$(DEPDIR)
|
1583
|
+
@: > crypto_stream/salsa20/xmm6/$(DEPDIR)/$(am__dirstamp)
|
1584
|
+
crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo: \
|
1585
|
+
crypto_stream/salsa20/xmm6/$(am__dirstamp) \
|
1586
|
+
crypto_stream/salsa20/xmm6/$(DEPDIR)/$(am__dirstamp)
|
1587
|
+
crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo: \
|
1588
|
+
crypto_stream/salsa20/xmm6/$(am__dirstamp) \
|
1589
|
+
crypto_stream/salsa20/xmm6/$(DEPDIR)/$(am__dirstamp)
|
1590
|
+
crypto_stream/salsa20/ref/$(am__dirstamp):
|
1591
|
+
@$(MKDIR_P) crypto_stream/salsa20/ref
|
1592
|
+
@: > crypto_stream/salsa20/ref/$(am__dirstamp)
|
1593
|
+
crypto_stream/salsa20/ref/$(DEPDIR)/$(am__dirstamp):
|
1594
|
+
@$(MKDIR_P) crypto_stream/salsa20/ref/$(DEPDIR)
|
1595
|
+
@: > crypto_stream/salsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
1596
|
+
crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo: \
|
1597
|
+
crypto_stream/salsa20/ref/$(am__dirstamp) \
|
1598
|
+
crypto_stream/salsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
1669
1599
|
crypto_scalarmult/curve25519/sandy2x/$(am__dirstamp):
|
1670
1600
|
@$(MKDIR_P) crypto_scalarmult/curve25519/sandy2x
|
1671
1601
|
@: > crypto_scalarmult/curve25519/sandy2x/$(am__dirstamp)
|
@@ -1684,162 +1614,144 @@ crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo: \
|
|
1684
1614
|
crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo: \
|
1685
1615
|
crypto_scalarmult/curve25519/sandy2x/$(am__dirstamp) \
|
1686
1616
|
crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/$(am__dirstamp)
|
1687
|
-
|
1688
|
-
@$(MKDIR_P)
|
1689
|
-
@: >
|
1690
|
-
|
1691
|
-
@$(MKDIR_P)
|
1692
|
-
@: >
|
1693
|
-
|
1694
|
-
|
1695
|
-
|
1696
|
-
|
1697
|
-
|
1698
|
-
|
1699
|
-
|
1700
|
-
@$(MKDIR_P)
|
1701
|
-
@: >
|
1702
|
-
|
1703
|
-
|
1704
|
-
|
1705
|
-
|
1706
|
-
|
1707
|
-
|
1708
|
-
|
1709
|
-
|
1710
|
-
|
1711
|
-
|
1712
|
-
|
1713
|
-
|
1714
|
-
|
1715
|
-
|
1716
|
-
|
1717
|
-
|
1718
|
-
@$(MKDIR_P)
|
1719
|
-
@: >
|
1720
|
-
|
1721
|
-
@$(MKDIR_P)
|
1722
|
-
@: >
|
1723
|
-
|
1724
|
-
|
1725
|
-
|
1726
|
-
|
1727
|
-
@$(MKDIR_P)
|
1728
|
-
@: >
|
1729
|
-
|
1730
|
-
@$(MKDIR_P)
|
1731
|
-
@: >
|
1732
|
-
|
1733
|
-
|
1734
|
-
|
1735
|
-
|
1736
|
-
|
1737
|
-
|
1738
|
-
|
1739
|
-
|
1740
|
-
|
1741
|
-
crypto_core/salsa208/ref/libsodium_la-core_salsa208.lo: \
|
1742
|
-
crypto_core/salsa208/ref/$(am__dirstamp) \
|
1743
|
-
crypto_core/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
|
1744
|
-
crypto_core/salsa208/$(am__dirstamp):
|
1745
|
-
@$(MKDIR_P) crypto_core/salsa208
|
1746
|
-
@: > crypto_core/salsa208/$(am__dirstamp)
|
1747
|
-
crypto_core/salsa208/$(DEPDIR)/$(am__dirstamp):
|
1748
|
-
@$(MKDIR_P) crypto_core/salsa208/$(DEPDIR)
|
1749
|
-
@: > crypto_core/salsa208/$(DEPDIR)/$(am__dirstamp)
|
1750
|
-
crypto_core/salsa208/libsodium_la-core_salsa208_api.lo: \
|
1751
|
-
crypto_core/salsa208/$(am__dirstamp) \
|
1752
|
-
crypto_core/salsa208/$(DEPDIR)/$(am__dirstamp)
|
1617
|
+
crypto_box/curve25519xchacha20poly1305/$(am__dirstamp):
|
1618
|
+
@$(MKDIR_P) crypto_box/curve25519xchacha20poly1305
|
1619
|
+
@: > crypto_box/curve25519xchacha20poly1305/$(am__dirstamp)
|
1620
|
+
crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/$(am__dirstamp):
|
1621
|
+
@$(MKDIR_P) crypto_box/curve25519xchacha20poly1305/$(DEPDIR)
|
1622
|
+
@: > crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1623
|
+
crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo: \
|
1624
|
+
crypto_box/curve25519xchacha20poly1305/$(am__dirstamp) \
|
1625
|
+
crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1626
|
+
crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo: \
|
1627
|
+
crypto_box/curve25519xchacha20poly1305/$(am__dirstamp) \
|
1628
|
+
crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1629
|
+
crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp):
|
1630
|
+
@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256
|
1631
|
+
@: > crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp)
|
1632
|
+
crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp):
|
1633
|
+
@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)
|
1634
|
+
@: > crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1635
|
+
crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo: \
|
1636
|
+
crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp) \
|
1637
|
+
crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1638
|
+
crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo: \
|
1639
|
+
crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp) \
|
1640
|
+
crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1641
|
+
crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo: \
|
1642
|
+
crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp) \
|
1643
|
+
crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1644
|
+
crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo: \
|
1645
|
+
crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp) \
|
1646
|
+
crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1647
|
+
crypto_pwhash/scryptsalsa208sha256/nosse/$(am__dirstamp):
|
1648
|
+
@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/nosse
|
1649
|
+
@: > crypto_pwhash/scryptsalsa208sha256/nosse/$(am__dirstamp)
|
1650
|
+
crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/$(am__dirstamp):
|
1651
|
+
@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)
|
1652
|
+
@: > crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/$(am__dirstamp)
|
1653
|
+
crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo: \
|
1654
|
+
crypto_pwhash/scryptsalsa208sha256/nosse/$(am__dirstamp) \
|
1655
|
+
crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/$(am__dirstamp)
|
1656
|
+
crypto_secretbox/xchacha20poly1305/$(am__dirstamp):
|
1657
|
+
@$(MKDIR_P) crypto_secretbox/xchacha20poly1305
|
1658
|
+
@: > crypto_secretbox/xchacha20poly1305/$(am__dirstamp)
|
1659
|
+
crypto_secretbox/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp):
|
1660
|
+
@$(MKDIR_P) crypto_secretbox/xchacha20poly1305/$(DEPDIR)
|
1661
|
+
@: > crypto_secretbox/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1662
|
+
crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo: \
|
1663
|
+
crypto_secretbox/xchacha20poly1305/$(am__dirstamp) \
|
1664
|
+
crypto_secretbox/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1665
|
+
crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo: \
|
1666
|
+
crypto_shorthash/siphash24/$(am__dirstamp) \
|
1667
|
+
crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp)
|
1668
|
+
crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo: \
|
1669
|
+
crypto_shorthash/siphash24/ref/$(am__dirstamp) \
|
1670
|
+
crypto_shorthash/siphash24/ref/$(DEPDIR)/$(am__dirstamp)
|
1753
1671
|
crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo: \
|
1754
1672
|
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1755
1673
|
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1756
|
-
crypto_stream/aes128ctr/
|
1757
|
-
@$(MKDIR_P) crypto_stream/aes128ctr/
|
1758
|
-
@: > crypto_stream/aes128ctr/
|
1759
|
-
crypto_stream/aes128ctr/
|
1760
|
-
@$(MKDIR_P) crypto_stream/aes128ctr/
|
1761
|
-
@: > crypto_stream/aes128ctr/
|
1762
|
-
crypto_stream/aes128ctr/
|
1763
|
-
crypto_stream/aes128ctr/
|
1764
|
-
crypto_stream/aes128ctr/
|
1674
|
+
crypto_stream/aes128ctr/nacl/$(am__dirstamp):
|
1675
|
+
@$(MKDIR_P) crypto_stream/aes128ctr/nacl
|
1676
|
+
@: > crypto_stream/aes128ctr/nacl/$(am__dirstamp)
|
1677
|
+
crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp):
|
1678
|
+
@$(MKDIR_P) crypto_stream/aes128ctr/nacl/$(DEPDIR)
|
1679
|
+
@: > crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
1680
|
+
crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo: \
|
1681
|
+
crypto_stream/aes128ctr/nacl/$(am__dirstamp) \
|
1682
|
+
crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
1683
|
+
crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo: \
|
1684
|
+
crypto_stream/aes128ctr/nacl/$(am__dirstamp) \
|
1685
|
+
crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
1686
|
+
crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo: \
|
1687
|
+
crypto_stream/aes128ctr/nacl/$(am__dirstamp) \
|
1688
|
+
crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
1689
|
+
crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo: \
|
1690
|
+
crypto_stream/aes128ctr/nacl/$(am__dirstamp) \
|
1691
|
+
crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
1692
|
+
crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo: \
|
1693
|
+
crypto_stream/aes128ctr/nacl/$(am__dirstamp) \
|
1694
|
+
crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
1695
|
+
crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo: \
|
1696
|
+
crypto_stream/aes128ctr/nacl/$(am__dirstamp) \
|
1697
|
+
crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
1765
1698
|
crypto_stream/aes128ctr/$(am__dirstamp):
|
1766
1699
|
@$(MKDIR_P) crypto_stream/aes128ctr
|
1767
1700
|
@: > crypto_stream/aes128ctr/$(am__dirstamp)
|
1768
1701
|
crypto_stream/aes128ctr/$(DEPDIR)/$(am__dirstamp):
|
1769
1702
|
@$(MKDIR_P) crypto_stream/aes128ctr/$(DEPDIR)
|
1770
1703
|
@: > crypto_stream/aes128ctr/$(DEPDIR)/$(am__dirstamp)
|
1771
|
-
crypto_stream/aes128ctr/libsodium_la-
|
1704
|
+
crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo: \
|
1772
1705
|
crypto_stream/aes128ctr/$(am__dirstamp) \
|
1773
1706
|
crypto_stream/aes128ctr/$(DEPDIR)/$(am__dirstamp)
|
1774
|
-
crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.lo: \
|
1775
|
-
crypto_stream/aes128ctr/portable/$(am__dirstamp) \
|
1776
|
-
crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp)
|
1777
|
-
crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.lo: \
|
1778
|
-
crypto_stream/aes128ctr/portable/$(am__dirstamp) \
|
1779
|
-
crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp)
|
1780
|
-
crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.lo: \
|
1781
|
-
crypto_stream/aes128ctr/portable/$(am__dirstamp) \
|
1782
|
-
crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp)
|
1783
|
-
crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.lo: \
|
1784
|
-
crypto_stream/aes128ctr/portable/$(am__dirstamp) \
|
1785
|
-
crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp)
|
1786
|
-
crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.lo: \
|
1787
|
-
crypto_stream/aes128ctr/portable/$(am__dirstamp) \
|
1788
|
-
crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp)
|
1789
|
-
crypto_stream/salsa2012/$(am__dirstamp):
|
1790
|
-
@$(MKDIR_P) crypto_stream/salsa2012
|
1791
|
-
@: > crypto_stream/salsa2012/$(am__dirstamp)
|
1792
|
-
crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp):
|
1793
|
-
@$(MKDIR_P) crypto_stream/salsa2012/$(DEPDIR)
|
1794
|
-
@: > crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp)
|
1795
|
-
crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.lo: \
|
1796
|
-
crypto_stream/salsa2012/$(am__dirstamp) \
|
1797
|
-
crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp)
|
1798
1707
|
crypto_stream/salsa2012/ref/$(am__dirstamp):
|
1799
1708
|
@$(MKDIR_P) crypto_stream/salsa2012/ref
|
1800
1709
|
@: > crypto_stream/salsa2012/ref/$(am__dirstamp)
|
1801
1710
|
crypto_stream/salsa2012/ref/$(DEPDIR)/$(am__dirstamp):
|
1802
1711
|
@$(MKDIR_P) crypto_stream/salsa2012/ref/$(DEPDIR)
|
1803
1712
|
@: > crypto_stream/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
|
1804
|
-
crypto_stream/salsa2012/ref/libsodium_la-
|
1805
|
-
crypto_stream/salsa2012/ref/$(am__dirstamp) \
|
1806
|
-
crypto_stream/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
|
1807
|
-
crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.lo: \
|
1713
|
+
crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo: \
|
1808
1714
|
crypto_stream/salsa2012/ref/$(am__dirstamp) \
|
1809
1715
|
crypto_stream/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
|
1810
|
-
crypto_stream/
|
1811
|
-
@$(MKDIR_P) crypto_stream/
|
1812
|
-
@: > crypto_stream/
|
1813
|
-
crypto_stream/
|
1814
|
-
@$(MKDIR_P) crypto_stream/
|
1815
|
-
@: > crypto_stream/
|
1816
|
-
crypto_stream/
|
1817
|
-
crypto_stream/
|
1818
|
-
crypto_stream/
|
1716
|
+
crypto_stream/salsa2012/$(am__dirstamp):
|
1717
|
+
@$(MKDIR_P) crypto_stream/salsa2012
|
1718
|
+
@: > crypto_stream/salsa2012/$(am__dirstamp)
|
1719
|
+
crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp):
|
1720
|
+
@$(MKDIR_P) crypto_stream/salsa2012/$(DEPDIR)
|
1721
|
+
@: > crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp)
|
1722
|
+
crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo: \
|
1723
|
+
crypto_stream/salsa2012/$(am__dirstamp) \
|
1724
|
+
crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp)
|
1819
1725
|
crypto_stream/salsa208/ref/$(am__dirstamp):
|
1820
1726
|
@$(MKDIR_P) crypto_stream/salsa208/ref
|
1821
1727
|
@: > crypto_stream/salsa208/ref/$(am__dirstamp)
|
1822
1728
|
crypto_stream/salsa208/ref/$(DEPDIR)/$(am__dirstamp):
|
1823
1729
|
@$(MKDIR_P) crypto_stream/salsa208/ref/$(DEPDIR)
|
1824
1730
|
@: > crypto_stream/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
|
1825
|
-
crypto_stream/salsa208/ref/libsodium_la-
|
1826
|
-
crypto_stream/salsa208/ref/$(am__dirstamp) \
|
1827
|
-
crypto_stream/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
|
1828
|
-
crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.lo: \
|
1731
|
+
crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo: \
|
1829
1732
|
crypto_stream/salsa208/ref/$(am__dirstamp) \
|
1830
1733
|
crypto_stream/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
|
1734
|
+
crypto_stream/salsa208/$(am__dirstamp):
|
1735
|
+
@$(MKDIR_P) crypto_stream/salsa208
|
1736
|
+
@: > crypto_stream/salsa208/$(am__dirstamp)
|
1737
|
+
crypto_stream/salsa208/$(DEPDIR)/$(am__dirstamp):
|
1738
|
+
@$(MKDIR_P) crypto_stream/salsa208/$(DEPDIR)
|
1739
|
+
@: > crypto_stream/salsa208/$(DEPDIR)/$(am__dirstamp)
|
1740
|
+
crypto_stream/salsa208/libsodium_la-stream_salsa208.lo: \
|
1741
|
+
crypto_stream/salsa208/$(am__dirstamp) \
|
1742
|
+
crypto_stream/salsa208/$(DEPDIR)/$(am__dirstamp)
|
1743
|
+
crypto_stream/xchacha20/$(am__dirstamp):
|
1744
|
+
@$(MKDIR_P) crypto_stream/xchacha20
|
1745
|
+
@: > crypto_stream/xchacha20/$(am__dirstamp)
|
1746
|
+
crypto_stream/xchacha20/$(DEPDIR)/$(am__dirstamp):
|
1747
|
+
@$(MKDIR_P) crypto_stream/xchacha20/$(DEPDIR)
|
1748
|
+
@: > crypto_stream/xchacha20/$(DEPDIR)/$(am__dirstamp)
|
1749
|
+
crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo: \
|
1750
|
+
crypto_stream/xchacha20/$(am__dirstamp) \
|
1751
|
+
crypto_stream/xchacha20/$(DEPDIR)/$(am__dirstamp)
|
1831
1752
|
|
1832
1753
|
libsodium.la: $(libsodium_la_OBJECTS) $(libsodium_la_DEPENDENCIES) $(EXTRA_libsodium_la_DEPENDENCIES)
|
1833
1754
|
$(AM_V_CCLD)$(libsodium_la_LINK) -rpath $(libdir) $(libsodium_la_OBJECTS) $(libsodium_la_LIBADD) $(LIBS)
|
1834
|
-
crypto_pwhash/scryptsalsa208sha256/sse/$(am__dirstamp):
|
1835
|
-
@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/sse
|
1836
|
-
@: > crypto_pwhash/scryptsalsa208sha256/sse/$(am__dirstamp)
|
1837
|
-
crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/$(am__dirstamp):
|
1838
|
-
@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)
|
1839
|
-
@: > crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/$(am__dirstamp)
|
1840
|
-
crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo: \
|
1841
|
-
crypto_pwhash/scryptsalsa208sha256/sse/$(am__dirstamp) \
|
1842
|
-
crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/$(am__dirstamp)
|
1843
1755
|
crypto_onetimeauth/poly1305/sse2/$(am__dirstamp):
|
1844
1756
|
@$(MKDIR_P) crypto_onetimeauth/poly1305/sse2
|
1845
1757
|
@: > crypto_onetimeauth/poly1305/sse2/$(am__dirstamp)
|
@@ -1849,30 +1761,36 @@ crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/$(am__dirstamp):
|
|
1849
1761
|
crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo: \
|
1850
1762
|
crypto_onetimeauth/poly1305/sse2/$(am__dirstamp) \
|
1851
1763
|
crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/$(am__dirstamp)
|
1764
|
+
crypto_pwhash/scryptsalsa208sha256/sse/$(am__dirstamp):
|
1765
|
+
@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/sse
|
1766
|
+
@: > crypto_pwhash/scryptsalsa208sha256/sse/$(am__dirstamp)
|
1767
|
+
crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/$(am__dirstamp):
|
1768
|
+
@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)
|
1769
|
+
@: > crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/$(am__dirstamp)
|
1770
|
+
crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo: \
|
1771
|
+
crypto_pwhash/scryptsalsa208sha256/sse/$(am__dirstamp) \
|
1772
|
+
crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/$(am__dirstamp)
|
1773
|
+
crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo: \
|
1774
|
+
crypto_stream/salsa20/xmm6int/$(am__dirstamp) \
|
1775
|
+
crypto_stream/salsa20/xmm6int/$(DEPDIR)/$(am__dirstamp)
|
1852
1776
|
|
1853
1777
|
libsse2.la: $(libsse2_la_OBJECTS) $(libsse2_la_DEPENDENCIES) $(EXTRA_libsse2_la_DEPENDENCIES)
|
1854
1778
|
$(AM_V_CCLD)$(libsse2_la_LINK) $(libsse2_la_OBJECTS) $(libsse2_la_LIBADD) $(LIBS)
|
1855
|
-
crypto_generichash/
|
1856
|
-
crypto_generichash/
|
1857
|
-
crypto_generichash/
|
1779
|
+
crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo: \
|
1780
|
+
crypto_generichash/blake2b/ref/$(am__dirstamp) \
|
1781
|
+
crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
|
1858
1782
|
|
1859
1783
|
libsse41.la: $(libsse41_la_OBJECTS) $(libsse41_la_DEPENDENCIES) $(EXTRA_libsse41_la_DEPENDENCIES)
|
1860
1784
|
$(AM_V_CCLD)$(libsse41_la_LINK) $(libsse41_la_OBJECTS) $(libsse41_la_LIBADD) $(LIBS)
|
1861
|
-
crypto_generichash/
|
1862
|
-
crypto_generichash/
|
1863
|
-
crypto_generichash/
|
1785
|
+
crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo: \
|
1786
|
+
crypto_generichash/blake2b/ref/$(am__dirstamp) \
|
1787
|
+
crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
|
1864
1788
|
crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo: \
|
1865
1789
|
crypto_pwhash/argon2/$(am__dirstamp) \
|
1866
1790
|
crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
|
1867
|
-
crypto_stream/chacha20/
|
1868
|
-
|
1869
|
-
|
1870
|
-
crypto_stream/chacha20/vec/$(DEPDIR)/$(am__dirstamp):
|
1871
|
-
@$(MKDIR_P) crypto_stream/chacha20/vec/$(DEPDIR)
|
1872
|
-
@: > crypto_stream/chacha20/vec/$(DEPDIR)/$(am__dirstamp)
|
1873
|
-
crypto_stream/chacha20/vec/libssse3_la-stream_chacha20_vec.lo: \
|
1874
|
-
crypto_stream/chacha20/vec/$(am__dirstamp) \
|
1875
|
-
crypto_stream/chacha20/vec/$(DEPDIR)/$(am__dirstamp)
|
1791
|
+
crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo: \
|
1792
|
+
crypto_stream/chacha20/dolbeau/$(am__dirstamp) \
|
1793
|
+
crypto_stream/chacha20/dolbeau/$(DEPDIR)/$(am__dirstamp)
|
1876
1794
|
|
1877
1795
|
libssse3.la: $(libssse3_la_OBJECTS) $(libssse3_la_DEPENDENCIES) $(EXTRA_libssse3_la_DEPENDENCIES)
|
1878
1796
|
$(AM_V_CCLD)$(libssse3_la_LINK) $(libssse3_la_OBJECTS) $(libssse3_la_LIBADD) $(LIBS)
|
@@ -1883,26 +1801,22 @@ mostlyclean-compile:
|
|
1883
1801
|
-rm -f crypto_aead/aes256gcm/aesni/*.lo
|
1884
1802
|
-rm -f crypto_aead/chacha20poly1305/sodium/*.$(OBJEXT)
|
1885
1803
|
-rm -f crypto_aead/chacha20poly1305/sodium/*.lo
|
1804
|
+
-rm -f crypto_aead/xchacha20poly1305/sodium/*.$(OBJEXT)
|
1805
|
+
-rm -f crypto_aead/xchacha20poly1305/sodium/*.lo
|
1886
1806
|
-rm -f crypto_auth/*.$(OBJEXT)
|
1887
1807
|
-rm -f crypto_auth/*.lo
|
1888
1808
|
-rm -f crypto_auth/hmacsha256/*.$(OBJEXT)
|
1889
1809
|
-rm -f crypto_auth/hmacsha256/*.lo
|
1890
|
-
-rm -f crypto_auth/hmacsha256/cp/*.$(OBJEXT)
|
1891
|
-
-rm -f crypto_auth/hmacsha256/cp/*.lo
|
1892
1810
|
-rm -f crypto_auth/hmacsha512/*.$(OBJEXT)
|
1893
1811
|
-rm -f crypto_auth/hmacsha512/*.lo
|
1894
|
-
-rm -f crypto_auth/hmacsha512/cp/*.$(OBJEXT)
|
1895
|
-
-rm -f crypto_auth/hmacsha512/cp/*.lo
|
1896
1812
|
-rm -f crypto_auth/hmacsha512256/*.$(OBJEXT)
|
1897
1813
|
-rm -f crypto_auth/hmacsha512256/*.lo
|
1898
|
-
-rm -f crypto_auth/hmacsha512256/cp/*.$(OBJEXT)
|
1899
|
-
-rm -f crypto_auth/hmacsha512256/cp/*.lo
|
1900
1814
|
-rm -f crypto_box/*.$(OBJEXT)
|
1901
1815
|
-rm -f crypto_box/*.lo
|
1816
|
+
-rm -f crypto_box/curve25519xchacha20poly1305/*.$(OBJEXT)
|
1817
|
+
-rm -f crypto_box/curve25519xchacha20poly1305/*.lo
|
1902
1818
|
-rm -f crypto_box/curve25519xsalsa20poly1305/*.$(OBJEXT)
|
1903
1819
|
-rm -f crypto_box/curve25519xsalsa20poly1305/*.lo
|
1904
|
-
-rm -f crypto_box/curve25519xsalsa20poly1305/ref/*.$(OBJEXT)
|
1905
|
-
-rm -f crypto_box/curve25519xsalsa20poly1305/ref/*.lo
|
1906
1820
|
-rm -f crypto_core/curve25519/ref10/*.$(OBJEXT)
|
1907
1821
|
-rm -f crypto_core/curve25519/ref10/*.lo
|
1908
1822
|
-rm -f crypto_core/hchacha20/*.$(OBJEXT)
|
@@ -1911,24 +1825,14 @@ mostlyclean-compile:
|
|
1911
1825
|
-rm -f crypto_core/hsalsa20/*.lo
|
1912
1826
|
-rm -f crypto_core/hsalsa20/ref2/*.$(OBJEXT)
|
1913
1827
|
-rm -f crypto_core/hsalsa20/ref2/*.lo
|
1914
|
-
-rm -f crypto_core/
|
1915
|
-
-rm -f crypto_core/
|
1916
|
-
-rm -f crypto_core/salsa20/ref/*.$(OBJEXT)
|
1917
|
-
-rm -f crypto_core/salsa20/ref/*.lo
|
1918
|
-
-rm -f crypto_core/salsa2012/*.$(OBJEXT)
|
1919
|
-
-rm -f crypto_core/salsa2012/*.lo
|
1920
|
-
-rm -f crypto_core/salsa2012/ref/*.$(OBJEXT)
|
1921
|
-
-rm -f crypto_core/salsa2012/ref/*.lo
|
1922
|
-
-rm -f crypto_core/salsa208/*.$(OBJEXT)
|
1923
|
-
-rm -f crypto_core/salsa208/*.lo
|
1924
|
-
-rm -f crypto_core/salsa208/ref/*.$(OBJEXT)
|
1925
|
-
-rm -f crypto_core/salsa208/ref/*.lo
|
1828
|
+
-rm -f crypto_core/salsa/ref/*.$(OBJEXT)
|
1829
|
+
-rm -f crypto_core/salsa/ref/*.lo
|
1926
1830
|
-rm -f crypto_generichash/*.$(OBJEXT)
|
1927
1831
|
-rm -f crypto_generichash/*.lo
|
1928
|
-
-rm -f crypto_generichash/
|
1929
|
-
-rm -f crypto_generichash/
|
1930
|
-
-rm -f crypto_generichash/
|
1931
|
-
-rm -f crypto_generichash/
|
1832
|
+
-rm -f crypto_generichash/blake2b/*.$(OBJEXT)
|
1833
|
+
-rm -f crypto_generichash/blake2b/*.lo
|
1834
|
+
-rm -f crypto_generichash/blake2b/ref/*.$(OBJEXT)
|
1835
|
+
-rm -f crypto_generichash/blake2b/ref/*.lo
|
1932
1836
|
-rm -f crypto_hash/*.$(OBJEXT)
|
1933
1837
|
-rm -f crypto_hash/*.lo
|
1934
1838
|
-rm -f crypto_hash/sha256/*.$(OBJEXT)
|
@@ -1939,6 +1843,12 @@ mostlyclean-compile:
|
|
1939
1843
|
-rm -f crypto_hash/sha512/*.lo
|
1940
1844
|
-rm -f crypto_hash/sha512/cp/*.$(OBJEXT)
|
1941
1845
|
-rm -f crypto_hash/sha512/cp/*.lo
|
1846
|
+
-rm -f crypto_kdf/*.$(OBJEXT)
|
1847
|
+
-rm -f crypto_kdf/*.lo
|
1848
|
+
-rm -f crypto_kdf/blake2b/*.$(OBJEXT)
|
1849
|
+
-rm -f crypto_kdf/blake2b/*.lo
|
1850
|
+
-rm -f crypto_kx/*.$(OBJEXT)
|
1851
|
+
-rm -f crypto_kx/*.lo
|
1942
1852
|
-rm -f crypto_onetimeauth/*.$(OBJEXT)
|
1943
1853
|
-rm -f crypto_onetimeauth/*.lo
|
1944
1854
|
-rm -f crypto_onetimeauth/poly1305/*.$(OBJEXT)
|
@@ -1969,10 +1879,10 @@ mostlyclean-compile:
|
|
1969
1879
|
-rm -f crypto_scalarmult/curve25519/sandy2x/*.lo
|
1970
1880
|
-rm -f crypto_secretbox/*.$(OBJEXT)
|
1971
1881
|
-rm -f crypto_secretbox/*.lo
|
1882
|
+
-rm -f crypto_secretbox/xchacha20poly1305/*.$(OBJEXT)
|
1883
|
+
-rm -f crypto_secretbox/xchacha20poly1305/*.lo
|
1972
1884
|
-rm -f crypto_secretbox/xsalsa20poly1305/*.$(OBJEXT)
|
1973
1885
|
-rm -f crypto_secretbox/xsalsa20poly1305/*.lo
|
1974
|
-
-rm -f crypto_secretbox/xsalsa20poly1305/ref/*.$(OBJEXT)
|
1975
|
-
-rm -f crypto_secretbox/xsalsa20poly1305/ref/*.lo
|
1976
1886
|
-rm -f crypto_shorthash/*.$(OBJEXT)
|
1977
1887
|
-rm -f crypto_shorthash/*.lo
|
1978
1888
|
-rm -f crypto_shorthash/siphash24/*.$(OBJEXT)
|
@@ -1989,20 +1899,22 @@ mostlyclean-compile:
|
|
1989
1899
|
-rm -f crypto_stream/*.lo
|
1990
1900
|
-rm -f crypto_stream/aes128ctr/*.$(OBJEXT)
|
1991
1901
|
-rm -f crypto_stream/aes128ctr/*.lo
|
1992
|
-
-rm -f crypto_stream/aes128ctr/
|
1993
|
-
-rm -f crypto_stream/aes128ctr/
|
1902
|
+
-rm -f crypto_stream/aes128ctr/nacl/*.$(OBJEXT)
|
1903
|
+
-rm -f crypto_stream/aes128ctr/nacl/*.lo
|
1994
1904
|
-rm -f crypto_stream/chacha20/*.$(OBJEXT)
|
1995
1905
|
-rm -f crypto_stream/chacha20/*.lo
|
1906
|
+
-rm -f crypto_stream/chacha20/dolbeau/*.$(OBJEXT)
|
1907
|
+
-rm -f crypto_stream/chacha20/dolbeau/*.lo
|
1996
1908
|
-rm -f crypto_stream/chacha20/ref/*.$(OBJEXT)
|
1997
1909
|
-rm -f crypto_stream/chacha20/ref/*.lo
|
1998
|
-
-rm -f crypto_stream/chacha20/vec/*.$(OBJEXT)
|
1999
|
-
-rm -f crypto_stream/chacha20/vec/*.lo
|
2000
1910
|
-rm -f crypto_stream/salsa20/*.$(OBJEXT)
|
2001
1911
|
-rm -f crypto_stream/salsa20/*.lo
|
2002
|
-
-rm -f crypto_stream/salsa20/amd64_xmm6/*.$(OBJEXT)
|
2003
|
-
-rm -f crypto_stream/salsa20/amd64_xmm6/*.lo
|
2004
1912
|
-rm -f crypto_stream/salsa20/ref/*.$(OBJEXT)
|
2005
1913
|
-rm -f crypto_stream/salsa20/ref/*.lo
|
1914
|
+
-rm -f crypto_stream/salsa20/xmm6/*.$(OBJEXT)
|
1915
|
+
-rm -f crypto_stream/salsa20/xmm6/*.lo
|
1916
|
+
-rm -f crypto_stream/salsa20/xmm6int/*.$(OBJEXT)
|
1917
|
+
-rm -f crypto_stream/salsa20/xmm6int/*.lo
|
2006
1918
|
-rm -f crypto_stream/salsa2012/*.$(OBJEXT)
|
2007
1919
|
-rm -f crypto_stream/salsa2012/*.lo
|
2008
1920
|
-rm -f crypto_stream/salsa2012/ref/*.$(OBJEXT)
|
@@ -2011,22 +1923,12 @@ mostlyclean-compile:
|
|
2011
1923
|
-rm -f crypto_stream/salsa208/*.lo
|
2012
1924
|
-rm -f crypto_stream/salsa208/ref/*.$(OBJEXT)
|
2013
1925
|
-rm -f crypto_stream/salsa208/ref/*.lo
|
1926
|
+
-rm -f crypto_stream/xchacha20/*.$(OBJEXT)
|
1927
|
+
-rm -f crypto_stream/xchacha20/*.lo
|
2014
1928
|
-rm -f crypto_stream/xsalsa20/*.$(OBJEXT)
|
2015
1929
|
-rm -f crypto_stream/xsalsa20/*.lo
|
2016
|
-
-rm -f
|
2017
|
-
-rm -f
|
2018
|
-
-rm -f crypto_verify/16/*.$(OBJEXT)
|
2019
|
-
-rm -f crypto_verify/16/*.lo
|
2020
|
-
-rm -f crypto_verify/16/ref/*.$(OBJEXT)
|
2021
|
-
-rm -f crypto_verify/16/ref/*.lo
|
2022
|
-
-rm -f crypto_verify/32/*.$(OBJEXT)
|
2023
|
-
-rm -f crypto_verify/32/*.lo
|
2024
|
-
-rm -f crypto_verify/32/ref/*.$(OBJEXT)
|
2025
|
-
-rm -f crypto_verify/32/ref/*.lo
|
2026
|
-
-rm -f crypto_verify/64/*.$(OBJEXT)
|
2027
|
-
-rm -f crypto_verify/64/*.lo
|
2028
|
-
-rm -f crypto_verify/64/ref/*.$(OBJEXT)
|
2029
|
-
-rm -f crypto_verify/64/ref/*.lo
|
1930
|
+
-rm -f crypto_verify/sodium/*.$(OBJEXT)
|
1931
|
+
-rm -f crypto_verify/sodium/*.lo
|
2030
1932
|
-rm -f randombytes/*.$(OBJEXT)
|
2031
1933
|
-rm -f randombytes/*.lo
|
2032
1934
|
-rm -f randombytes/nativeclient/*.$(OBJEXT)
|
@@ -2043,58 +1945,51 @@ distclean-compile:
|
|
2043
1945
|
|
2044
1946
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_aead/aes256gcm/aesni/$(DEPDIR)/libaesni_la-aead_aes256gcm_aesni.Plo@am__quote@
|
2045
1947
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_aead/chacha20poly1305/sodium/$(DEPDIR)/libsodium_la-aead_chacha20poly1305.Plo@am__quote@
|
1948
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/libsodium_la-aead_xchacha20poly1305.Plo@am__quote@
|
2046
1949
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/$(DEPDIR)/libsodium_la-crypto_auth.Plo@am__quote@
|
2047
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha256/$(DEPDIR)/libsodium_la-
|
2048
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/
|
2049
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/
|
2050
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512_api.Plo@am__quote@
|
2051
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512.Plo@am__quote@
|
2052
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512.Plo@am__quote@
|
2053
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256_api.Plo@am__quote@
|
2054
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512256.Plo@am__quote@
|
2055
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512256.Plo@am__quote@
|
1950
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha256/$(DEPDIR)/libsodium_la-auth_hmacsha256.Plo@am__quote@
|
1951
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512.Plo@am__quote@
|
1952
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256.Plo@am__quote@
|
2056
1953
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/$(DEPDIR)/libsodium_la-crypto_box.Plo@am__quote@
|
2057
1954
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/$(DEPDIR)/libsodium_la-crypto_box_easy.Plo@am__quote@
|
2058
1955
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/$(DEPDIR)/libsodium_la-crypto_box_seal.Plo@am__quote@
|
2059
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/
|
2060
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/
|
2061
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/curve25519xsalsa20poly1305
|
2062
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Plo@am__quote@
|
2063
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-keypair_curve25519xsalsa20poly1305.Plo@am__quote@
|
1956
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xchacha20poly1305.Plo@am__quote@
|
1957
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_seal_curve25519xchacha20poly1305.Plo@am__quote@
|
1958
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Plo@am__quote@
|
2064
1959
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/curve25519/ref10/$(DEPDIR)/libsodium_la-curve25519_ref10.Plo@am__quote@
|
2065
1960
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/hchacha20/$(DEPDIR)/libsodium_la-core_hchacha20.Plo@am__quote@
|
2066
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/hsalsa20/$(DEPDIR)/libsodium_la-
|
2067
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/hsalsa20/ref2/$(DEPDIR)/libsodium_la-
|
2068
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/
|
2069
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/salsa20/ref/$(DEPDIR)/libsodium_la-core_salsa20.Plo@am__quote@
|
2070
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/salsa2012/$(DEPDIR)/libsodium_la-core_salsa2012_api.Plo@am__quote@
|
2071
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/salsa2012/ref/$(DEPDIR)/libsodium_la-core_salsa2012.Plo@am__quote@
|
2072
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/salsa208/$(DEPDIR)/libsodium_la-core_salsa208_api.Plo@am__quote@
|
2073
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/salsa208/ref/$(DEPDIR)/libsodium_la-core_salsa208.Plo@am__quote@
|
1961
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/hsalsa20/$(DEPDIR)/libsodium_la-core_hsalsa20.Plo@am__quote@
|
1962
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/hsalsa20/ref2/$(DEPDIR)/libsodium_la-core_hsalsa20_ref2.Plo@am__quote@
|
1963
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/salsa/ref/$(DEPDIR)/libsodium_la-core_salsa_ref.Plo@am__quote@
|
2074
1964
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/$(DEPDIR)/libsodium_la-crypto_generichash.Plo@am__quote@
|
2075
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/
|
2076
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/
|
2077
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/
|
2078
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/
|
2079
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/
|
2080
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/
|
2081
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/
|
1965
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2b/$(DEPDIR)/libsodium_la-generichash_blake2.Plo@am__quote@
|
1966
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2b/ref/$(DEPDIR)/libavx2_la-blake2b-compress-avx2.Plo@am__quote@
|
1967
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-compress-ref.Plo@am__quote@
|
1968
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-ref.Plo@am__quote@
|
1969
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-generichash_blake2b.Plo@am__quote@
|
1970
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2b/ref/$(DEPDIR)/libsse41_la-blake2b-compress-sse41.Plo@am__quote@
|
1971
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2b/ref/$(DEPDIR)/libssse3_la-blake2b-compress-ssse3.Plo@am__quote@
|
2082
1972
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/$(DEPDIR)/libsodium_la-crypto_hash.Plo@am__quote@
|
2083
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha256/$(DEPDIR)/libsodium_la-
|
2084
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha256/cp/$(DEPDIR)/libsodium_la-
|
2085
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha512/$(DEPDIR)/libsodium_la-
|
2086
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha512/cp/$(DEPDIR)/libsodium_la-
|
1973
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha256/$(DEPDIR)/libsodium_la-hash_sha256.Plo@am__quote@
|
1974
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha256/cp/$(DEPDIR)/libsodium_la-hash_sha256_cp.Plo@am__quote@
|
1975
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha512/$(DEPDIR)/libsodium_la-hash_sha512.Plo@am__quote@
|
1976
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha512/cp/$(DEPDIR)/libsodium_la-hash_sha512_cp.Plo@am__quote@
|
1977
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_kdf/$(DEPDIR)/libsodium_la-crypto_kdf.Plo@am__quote@
|
1978
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_kdf/blake2b/$(DEPDIR)/libsodium_la-kdf_blake2b.Plo@am__quote@
|
1979
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_kx/$(DEPDIR)/libsodium_la-crypto_kx.Plo@am__quote@
|
2087
1980
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/$(DEPDIR)/libsodium_la-crypto_onetimeauth.Plo@am__quote@
|
2088
1981
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/poly1305/$(DEPDIR)/libsodium_la-onetimeauth_poly1305.Plo@am__quote@
|
2089
1982
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/poly1305/donna/$(DEPDIR)/libsodium_la-poly1305_donna.Plo@am__quote@
|
2090
1983
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/libsse2_la-poly1305_sse2.Plo@am__quote@
|
2091
1984
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/$(DEPDIR)/libsodium_la-crypto_pwhash.Plo@am__quote@
|
1985
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libavx2_la-argon2-fill-block-avx2.Plo@am__quote@
|
2092
1986
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-core.Plo@am__quote@
|
2093
1987
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-encoding.Plo@am__quote@
|
2094
1988
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-fill-block-ref.Plo@am__quote@
|
2095
1989
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2.Plo@am__quote@
|
2096
1990
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-blake2b-long.Plo@am__quote@
|
2097
1991
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-pwhash_argon2i.Plo@am__quote@
|
1992
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-pwhash_argon2id.Plo@am__quote@
|
2098
1993
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libssse3_la-argon2-fill-block-ssse3.Plo@am__quote@
|
2099
1994
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Plo@am__quote@
|
2100
1995
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Plo@am__quote@
|
@@ -2112,47 +2007,44 @@ distclean-compile:
|
|
2112
2007
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-sandy2x.Plo@am__quote@
|
2113
2008
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox.Plo@am__quote@
|
2114
2009
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox_easy.Plo@am__quote@
|
2115
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/
|
2116
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/xsalsa20poly1305
|
2010
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/xchacha20poly1305/$(DEPDIR)/libsodium_la-secretbox_xchacha20poly1305.Plo@am__quote@
|
2011
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/libsodium_la-secretbox_xsalsa20poly1305.Plo@am__quote@
|
2117
2012
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/$(DEPDIR)/libsodium_la-crypto_shorthash.Plo@am__quote@
|
2118
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-
|
2119
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/siphash24
|
2013
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphash24.Plo@am__quote@
|
2014
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphashx24.Plo@am__quote@
|
2015
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphash24_ref.Plo@am__quote@
|
2016
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphashx24_ref.Plo@am__quote@
|
2120
2017
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/$(DEPDIR)/libsodium_la-crypto_sign.Plo@am__quote@
|
2121
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/$(DEPDIR)/libsodium_la-
|
2018
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/$(DEPDIR)/libsodium_la-sign_ed25519.Plo@am__quote@
|
2122
2019
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-keypair.Plo@am__quote@
|
2123
2020
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-obsolete.Plo@am__quote@
|
2124
2021
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-open.Plo@am__quote@
|
2125
2022
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sign.Plo@am__quote@
|
2126
2023
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/$(DEPDIR)/libsodium_la-crypto_stream.Plo@am__quote@
|
2127
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/$(DEPDIR)/libsodium_la-
|
2128
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/
|
2129
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/
|
2130
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/
|
2131
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/
|
2132
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/
|
2133
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/
|
2024
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/$(DEPDIR)/libsodium_la-stream_aes128ctr.Plo@am__quote@
|
2025
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-afternm_aes128ctr.Plo@am__quote@
|
2026
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-beforenm_aes128ctr.Plo@am__quote@
|
2027
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-consts_aes128ctr.Plo@am__quote@
|
2028
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-int128_aes128ctr.Plo@am__quote@
|
2029
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-stream_aes128ctr_nacl.Plo@am__quote@
|
2030
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-xor_afternm_aes128ctr.Plo@am__quote@
|
2134
2031
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/chacha20/$(DEPDIR)/libsodium_la-stream_chacha20.Plo@am__quote@
|
2135
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/chacha20/
|
2136
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/chacha20/
|
2137
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/
|
2138
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20
|
2139
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-
|
2140
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/
|
2141
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/
|
2142
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/
|
2143
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/
|
2144
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/
|
2145
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/
|
2146
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa208
|
2147
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/
|
2148
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/
|
2149
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/xsalsa20
|
2150
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/
|
2151
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/16/ref/$(DEPDIR)/libsodium_la-verify_16.Plo@am__quote@
|
2152
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/32/$(DEPDIR)/libsodium_la-verify_32_api.Plo@am__quote@
|
2153
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/32/ref/$(DEPDIR)/libsodium_la-verify_32.Plo@am__quote@
|
2154
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/64/$(DEPDIR)/libsodium_la-verify_64_api.Plo@am__quote@
|
2155
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/64/ref/$(DEPDIR)/libsodium_la-verify_64.Plo@am__quote@
|
2032
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/chacha20/dolbeau/$(DEPDIR)/libavx2_la-chacha20_dolbeau-avx2.Plo@am__quote@
|
2033
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/chacha20/dolbeau/$(DEPDIR)/libssse3_la-chacha20_dolbeau-ssse3.Plo@am__quote@
|
2034
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/chacha20/ref/$(DEPDIR)/libsodium_la-chacha20_ref.Plo@am__quote@
|
2035
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/$(DEPDIR)/libsodium_la-stream_salsa20.Plo@am__quote@
|
2036
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-salsa20_ref.Plo@am__quote@
|
2037
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6-asm.Plo@am__quote@
|
2038
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6.Plo@am__quote@
|
2039
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/xmm6int/$(DEPDIR)/libavx2_la-salsa20_xmm6int-avx2.Plo@am__quote@
|
2040
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/xmm6int/$(DEPDIR)/libsse2_la-salsa20_xmm6int-sse2.Plo@am__quote@
|
2041
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa2012/$(DEPDIR)/libsodium_la-stream_salsa2012.Plo@am__quote@
|
2042
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-stream_salsa2012_ref.Plo@am__quote@
|
2043
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa208/$(DEPDIR)/libsodium_la-stream_salsa208.Plo@am__quote@
|
2044
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-stream_salsa208_ref.Plo@am__quote@
|
2045
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/xchacha20/$(DEPDIR)/libsodium_la-stream_xchacha20.Plo@am__quote@
|
2046
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/xsalsa20/$(DEPDIR)/libsodium_la-stream_xsalsa20.Plo@am__quote@
|
2047
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/sodium/$(DEPDIR)/libsodium_la-verify.Plo@am__quote@
|
2156
2048
|
@AMDEP_TRUE@@am__include@ @am__quote@randombytes/$(DEPDIR)/libsodium_la-randombytes.Plo@am__quote@
|
2157
2049
|
@AMDEP_TRUE@@am__include@ @am__quote@randombytes/nativeclient/$(DEPDIR)/libsodium_la-randombytes_nativeclient.Plo@am__quote@
|
2158
2050
|
@AMDEP_TRUE@@am__include@ @am__quote@randombytes/salsa20/$(DEPDIR)/libsodium_la-randombytes_salsa20_random.Plo@am__quote@
|
@@ -2186,6 +2078,13 @@ distclean-compile:
|
|
2186
2078
|
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2187
2079
|
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
|
2188
2080
|
|
2081
|
+
crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo: crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S
|
2082
|
+
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo -MD -MP -MF crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6-asm.Tpo -c -o crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo `test -f 'crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S
|
2083
|
+
@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6-asm.Tpo crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6-asm.Plo
|
2084
|
+
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S' object='crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo' libtool=yes @AMDEPBACKSLASH@
|
2085
|
+
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2086
|
+
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo `test -f 'crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S
|
2087
|
+
|
2189
2088
|
crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo: crypto_scalarmult/curve25519/sandy2x/sandy2x.S
|
2190
2089
|
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo -MD -MP -MF crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-sandy2x.Tpo -c -o crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/sandy2x.S' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/sandy2x.S
|
2191
2090
|
@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-sandy2x.Tpo crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-sandy2x.Plo
|
@@ -2193,13 +2092,6 @@ crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo: crypto_scalarmult/
|
|
2193
2092
|
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2194
2093
|
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/sandy2x.S' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/sandy2x.S
|
2195
2094
|
|
2196
|
-
crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo: crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S
|
2197
|
-
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo -MD -MP -MF crypto_stream/salsa20/amd64_xmm6/$(DEPDIR)/libsodium_la-stream_salsa20_amd64_xmm6.Tpo -c -o crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo `test -f 'crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S' || echo '$(srcdir)/'`crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S
|
2198
|
-
@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa20/amd64_xmm6/$(DEPDIR)/libsodium_la-stream_salsa20_amd64_xmm6.Tpo crypto_stream/salsa20/amd64_xmm6/$(DEPDIR)/libsodium_la-stream_salsa20_amd64_xmm6.Plo
|
2199
|
-
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S' object='crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo' libtool=yes @AMDEPBACKSLASH@
|
2200
|
-
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2201
|
-
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo `test -f 'crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S' || echo '$(srcdir)/'`crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S
|
2202
|
-
|
2203
2095
|
.c.o:
|
2204
2096
|
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
2205
2097
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
@@ -2231,12 +2123,33 @@ crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo: crypto_aead/aes
|
|
2231
2123
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2232
2124
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libaesni_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo `test -f 'crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c' || echo '$(srcdir)/'`crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c
|
2233
2125
|
|
2234
|
-
crypto_generichash/
|
2235
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/
|
2236
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/
|
2237
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/
|
2126
|
+
crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo: crypto_generichash/blake2b/ref/blake2b-compress-avx2.c
|
2127
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo -MD -MP -MF crypto_generichash/blake2b/ref/$(DEPDIR)/libavx2_la-blake2b-compress-avx2.Tpo -c -o crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-avx2.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-avx2.c
|
2128
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/blake2b/ref/$(DEPDIR)/libavx2_la-blake2b-compress-avx2.Tpo crypto_generichash/blake2b/ref/$(DEPDIR)/libavx2_la-blake2b-compress-avx2.Plo
|
2129
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/blake2b/ref/blake2b-compress-avx2.c' object='crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo' libtool=yes @AMDEPBACKSLASH@
|
2130
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2131
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-avx2.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-avx2.c
|
2132
|
+
|
2133
|
+
crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo: crypto_pwhash/argon2/argon2-fill-block-avx2.c
|
2134
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo -MD -MP -MF crypto_pwhash/argon2/$(DEPDIR)/libavx2_la-argon2-fill-block-avx2.Tpo -c -o crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo `test -f 'crypto_pwhash/argon2/argon2-fill-block-avx2.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-fill-block-avx2.c
|
2135
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/argon2/$(DEPDIR)/libavx2_la-argon2-fill-block-avx2.Tpo crypto_pwhash/argon2/$(DEPDIR)/libavx2_la-argon2-fill-block-avx2.Plo
|
2136
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/argon2/argon2-fill-block-avx2.c' object='crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo' libtool=yes @AMDEPBACKSLASH@
|
2238
2137
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2239
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o
|
2138
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo `test -f 'crypto_pwhash/argon2/argon2-fill-block-avx2.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-fill-block-avx2.c
|
2139
|
+
|
2140
|
+
crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo: crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c
|
2141
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo -MD -MP -MF crypto_stream/chacha20/dolbeau/$(DEPDIR)/libavx2_la-chacha20_dolbeau-avx2.Tpo -c -o crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo `test -f 'crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c' || echo '$(srcdir)/'`crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c
|
2142
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/chacha20/dolbeau/$(DEPDIR)/libavx2_la-chacha20_dolbeau-avx2.Tpo crypto_stream/chacha20/dolbeau/$(DEPDIR)/libavx2_la-chacha20_dolbeau-avx2.Plo
|
2143
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c' object='crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo' libtool=yes @AMDEPBACKSLASH@
|
2144
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2145
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo `test -f 'crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c' || echo '$(srcdir)/'`crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c
|
2146
|
+
|
2147
|
+
crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo: crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c
|
2148
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo -MD -MP -MF crypto_stream/salsa20/xmm6int/$(DEPDIR)/libavx2_la-salsa20_xmm6int-avx2.Tpo -c -o crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo `test -f 'crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c
|
2149
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa20/xmm6int/$(DEPDIR)/libavx2_la-salsa20_xmm6int-avx2.Tpo crypto_stream/salsa20/xmm6int/$(DEPDIR)/libavx2_la-salsa20_xmm6int-avx2.Plo
|
2150
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c' object='crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo' libtool=yes @AMDEPBACKSLASH@
|
2151
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2152
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo `test -f 'crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c
|
2240
2153
|
|
2241
2154
|
crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo: crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c
|
2242
2155
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo -MD -MP -MF crypto_aead/chacha20poly1305/sodium/$(DEPDIR)/libsodium_la-aead_chacha20poly1305.Tpo -c -o crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo `test -f 'crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c' || echo '$(srcdir)/'`crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c
|
@@ -2245,6 +2158,13 @@ crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo: crypt
|
|
2245
2158
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2246
2159
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo `test -f 'crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c' || echo '$(srcdir)/'`crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c
|
2247
2160
|
|
2161
|
+
crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo: crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c
|
2162
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo -MD -MP -MF crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/libsodium_la-aead_xchacha20poly1305.Tpo -c -o crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo `test -f 'crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c
|
2163
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/libsodium_la-aead_xchacha20poly1305.Tpo crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/libsodium_la-aead_xchacha20poly1305.Plo
|
2164
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c' object='crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2165
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2166
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo `test -f 'crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c
|
2167
|
+
|
2248
2168
|
crypto_auth/libsodium_la-crypto_auth.lo: crypto_auth/crypto_auth.c
|
2249
2169
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/libsodium_la-crypto_auth.lo -MD -MP -MF crypto_auth/$(DEPDIR)/libsodium_la-crypto_auth.Tpo -c -o crypto_auth/libsodium_la-crypto_auth.lo `test -f 'crypto_auth/crypto_auth.c' || echo '$(srcdir)/'`crypto_auth/crypto_auth.c
|
2250
2170
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/$(DEPDIR)/libsodium_la-crypto_auth.Tpo crypto_auth/$(DEPDIR)/libsodium_la-crypto_auth.Plo
|
@@ -2252,68 +2172,26 @@ crypto_auth/libsodium_la-crypto_auth.lo: crypto_auth/crypto_auth.c
|
|
2252
2172
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2253
2173
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/libsodium_la-crypto_auth.lo `test -f 'crypto_auth/crypto_auth.c' || echo '$(srcdir)/'`crypto_auth/crypto_auth.c
|
2254
2174
|
|
2255
|
-
crypto_auth/hmacsha256/libsodium_la-
|
2256
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha256/libsodium_la-
|
2257
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha256/$(DEPDIR)/libsodium_la-
|
2258
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha256/
|
2175
|
+
crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo: crypto_auth/hmacsha256/auth_hmacsha256.c
|
2176
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo -MD -MP -MF crypto_auth/hmacsha256/$(DEPDIR)/libsodium_la-auth_hmacsha256.Tpo -c -o crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo `test -f 'crypto_auth/hmacsha256/auth_hmacsha256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha256/auth_hmacsha256.c
|
2177
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha256/$(DEPDIR)/libsodium_la-auth_hmacsha256.Tpo crypto_auth/hmacsha256/$(DEPDIR)/libsodium_la-auth_hmacsha256.Plo
|
2178
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha256/auth_hmacsha256.c' object='crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo' libtool=yes @AMDEPBACKSLASH@
|
2259
2179
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2260
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha256/libsodium_la-
|
2180
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo `test -f 'crypto_auth/hmacsha256/auth_hmacsha256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha256/auth_hmacsha256.c
|
2261
2181
|
|
2262
|
-
crypto_auth/
|
2263
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/
|
2264
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/
|
2265
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/
|
2182
|
+
crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo: crypto_auth/hmacsha512/auth_hmacsha512.c
|
2183
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo -MD -MP -MF crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512.Tpo -c -o crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo `test -f 'crypto_auth/hmacsha512/auth_hmacsha512.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/auth_hmacsha512.c
|
2184
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512.Tpo crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512.Plo
|
2185
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha512/auth_hmacsha512.c' object='crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo' libtool=yes @AMDEPBACKSLASH@
|
2266
2186
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2267
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/
|
2187
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo `test -f 'crypto_auth/hmacsha512/auth_hmacsha512.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/auth_hmacsha512.c
|
2268
2188
|
|
2269
|
-
crypto_auth/
|
2270
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/
|
2271
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/
|
2272
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/
|
2189
|
+
crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo: crypto_auth/hmacsha512256/auth_hmacsha512256.c
|
2190
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo -MD -MP -MF crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256.Tpo -c -o crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo `test -f 'crypto_auth/hmacsha512256/auth_hmacsha512256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/auth_hmacsha512256.c
|
2191
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256.Tpo crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256.Plo
|
2192
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha512256/auth_hmacsha512256.c' object='crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo' libtool=yes @AMDEPBACKSLASH@
|
2273
2193
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2274
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/
|
2275
|
-
|
2276
|
-
crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo: crypto_auth/hmacsha512/auth_hmacsha512_api.c
|
2277
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo -MD -MP -MF crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512_api.Tpo -c -o crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo `test -f 'crypto_auth/hmacsha512/auth_hmacsha512_api.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/auth_hmacsha512_api.c
|
2278
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512_api.Tpo crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512_api.Plo
|
2279
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha512/auth_hmacsha512_api.c' object='crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2280
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2281
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo `test -f 'crypto_auth/hmacsha512/auth_hmacsha512_api.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/auth_hmacsha512_api.c
|
2282
|
-
|
2283
|
-
crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo: crypto_auth/hmacsha512/cp/hmac_hmacsha512.c
|
2284
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo -MD -MP -MF crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512.Tpo -c -o crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo `test -f 'crypto_auth/hmacsha512/cp/hmac_hmacsha512.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/cp/hmac_hmacsha512.c
|
2285
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512.Tpo crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512.Plo
|
2286
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha512/cp/hmac_hmacsha512.c' object='crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo' libtool=yes @AMDEPBACKSLASH@
|
2287
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2288
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo `test -f 'crypto_auth/hmacsha512/cp/hmac_hmacsha512.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/cp/hmac_hmacsha512.c
|
2289
|
-
|
2290
|
-
crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo: crypto_auth/hmacsha512/cp/verify_hmacsha512.c
|
2291
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo -MD -MP -MF crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512.Tpo -c -o crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo `test -f 'crypto_auth/hmacsha512/cp/verify_hmacsha512.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/cp/verify_hmacsha512.c
|
2292
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512.Tpo crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512.Plo
|
2293
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha512/cp/verify_hmacsha512.c' object='crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo' libtool=yes @AMDEPBACKSLASH@
|
2294
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2295
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo `test -f 'crypto_auth/hmacsha512/cp/verify_hmacsha512.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/cp/verify_hmacsha512.c
|
2296
|
-
|
2297
|
-
crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo: crypto_auth/hmacsha512256/auth_hmacsha512256_api.c
|
2298
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo -MD -MP -MF crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256_api.Tpo -c -o crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo `test -f 'crypto_auth/hmacsha512256/auth_hmacsha512256_api.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/auth_hmacsha512256_api.c
|
2299
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256_api.Tpo crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256_api.Plo
|
2300
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha512256/auth_hmacsha512256_api.c' object='crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2301
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2302
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo `test -f 'crypto_auth/hmacsha512256/auth_hmacsha512256_api.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/auth_hmacsha512256_api.c
|
2303
|
-
|
2304
|
-
crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo: crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c
|
2305
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo -MD -MP -MF crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512256.Tpo -c -o crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo `test -f 'crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c
|
2306
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512256.Tpo crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512256.Plo
|
2307
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c' object='crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo' libtool=yes @AMDEPBACKSLASH@
|
2308
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2309
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo `test -f 'crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c
|
2310
|
-
|
2311
|
-
crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo: crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c
|
2312
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo -MD -MP -MF crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512256.Tpo -c -o crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo `test -f 'crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c
|
2313
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512256.Tpo crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512256.Plo
|
2314
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c' object='crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo' libtool=yes @AMDEPBACKSLASH@
|
2315
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2316
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo `test -f 'crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c
|
2194
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo `test -f 'crypto_auth/hmacsha512256/auth_hmacsha512256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/auth_hmacsha512256.c
|
2317
2195
|
|
2318
2196
|
crypto_box/libsodium_la-crypto_box.lo: crypto_box/crypto_box.c
|
2319
2197
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/libsodium_la-crypto_box.lo -MD -MP -MF crypto_box/$(DEPDIR)/libsodium_la-crypto_box.Tpo -c -o crypto_box/libsodium_la-crypto_box.lo `test -f 'crypto_box/crypto_box.c' || echo '$(srcdir)/'`crypto_box/crypto_box.c
|
@@ -2336,40 +2214,12 @@ crypto_box/libsodium_la-crypto_box_seal.lo: crypto_box/crypto_box_seal.c
|
|
2336
2214
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2337
2215
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/libsodium_la-crypto_box_seal.lo `test -f 'crypto_box/crypto_box_seal.c' || echo '$(srcdir)/'`crypto_box/crypto_box_seal.c
|
2338
2216
|
|
2339
|
-
crypto_box/curve25519xsalsa20poly1305/libsodium_la-
|
2340
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/curve25519xsalsa20poly1305/libsodium_la-
|
2341
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/libsodium_la-
|
2342
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/curve25519xsalsa20poly1305/
|
2343
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2344
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c
|
2345
|
-
|
2346
|
-
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo: crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c
|
2347
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-after_curve25519xsalsa20poly1305.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c
|
2348
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-after_curve25519xsalsa20poly1305.Tpo crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-after_curve25519xsalsa20poly1305.Plo
|
2349
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c' object='crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2350
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2351
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c
|
2352
|
-
|
2353
|
-
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo: crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c
|
2354
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-before_curve25519xsalsa20poly1305.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c
|
2355
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-before_curve25519xsalsa20poly1305.Tpo crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-before_curve25519xsalsa20poly1305.Plo
|
2356
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c' object='crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2217
|
+
crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo: crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c
|
2218
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c
|
2219
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Tpo crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Plo
|
2220
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c' object='crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2357
2221
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2358
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/curve25519xsalsa20poly1305/
|
2359
|
-
|
2360
|
-
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo: crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c
|
2361
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c
|
2362
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Tpo crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Plo
|
2363
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c' object='crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2364
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2365
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c
|
2366
|
-
|
2367
|
-
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo: crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c
|
2368
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-keypair_curve25519xsalsa20poly1305.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c
|
2369
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-keypair_curve25519xsalsa20poly1305.Tpo crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-keypair_curve25519xsalsa20poly1305.Plo
|
2370
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c' object='crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2371
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2372
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c
|
2222
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c
|
2373
2223
|
|
2374
2224
|
crypto_core/curve25519/ref10/libsodium_la-curve25519_ref10.lo: crypto_core/curve25519/ref10/curve25519_ref10.c
|
2375
2225
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/curve25519/ref10/libsodium_la-curve25519_ref10.lo -MD -MP -MF crypto_core/curve25519/ref10/$(DEPDIR)/libsodium_la-curve25519_ref10.Tpo -c -o crypto_core/curve25519/ref10/libsodium_la-curve25519_ref10.lo `test -f 'crypto_core/curve25519/ref10/curve25519_ref10.c' || echo '$(srcdir)/'`crypto_core/curve25519/ref10/curve25519_ref10.c
|
@@ -2378,33 +2228,33 @@ crypto_core/curve25519/ref10/libsodium_la-curve25519_ref10.lo: crypto_core/curve
|
|
2378
2228
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2379
2229
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/curve25519/ref10/libsodium_la-curve25519_ref10.lo `test -f 'crypto_core/curve25519/ref10/curve25519_ref10.c' || echo '$(srcdir)/'`crypto_core/curve25519/ref10/curve25519_ref10.c
|
2380
2230
|
|
2381
|
-
crypto_core/
|
2382
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/
|
2383
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/
|
2384
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/
|
2231
|
+
crypto_core/hchacha20/libsodium_la-core_hchacha20.lo: crypto_core/hchacha20/core_hchacha20.c
|
2232
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/hchacha20/libsodium_la-core_hchacha20.lo -MD -MP -MF crypto_core/hchacha20/$(DEPDIR)/libsodium_la-core_hchacha20.Tpo -c -o crypto_core/hchacha20/libsodium_la-core_hchacha20.lo `test -f 'crypto_core/hchacha20/core_hchacha20.c' || echo '$(srcdir)/'`crypto_core/hchacha20/core_hchacha20.c
|
2233
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/hchacha20/$(DEPDIR)/libsodium_la-core_hchacha20.Tpo crypto_core/hchacha20/$(DEPDIR)/libsodium_la-core_hchacha20.Plo
|
2234
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/hchacha20/core_hchacha20.c' object='crypto_core/hchacha20/libsodium_la-core_hchacha20.lo' libtool=yes @AMDEPBACKSLASH@
|
2385
2235
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2386
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/
|
2236
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/hchacha20/libsodium_la-core_hchacha20.lo `test -f 'crypto_core/hchacha20/core_hchacha20.c' || echo '$(srcdir)/'`crypto_core/hchacha20/core_hchacha20.c
|
2387
2237
|
|
2388
|
-
crypto_core/hsalsa20/libsodium_la-
|
2389
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/hsalsa20/libsodium_la-
|
2390
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/hsalsa20/$(DEPDIR)/libsodium_la-
|
2391
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/hsalsa20/
|
2238
|
+
crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo: crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c
|
2239
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo -MD -MP -MF crypto_core/hsalsa20/ref2/$(DEPDIR)/libsodium_la-core_hsalsa20_ref2.Tpo -c -o crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo `test -f 'crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c' || echo '$(srcdir)/'`crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c
|
2240
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/hsalsa20/ref2/$(DEPDIR)/libsodium_la-core_hsalsa20_ref2.Tpo crypto_core/hsalsa20/ref2/$(DEPDIR)/libsodium_la-core_hsalsa20_ref2.Plo
|
2241
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c' object='crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo' libtool=yes @AMDEPBACKSLASH@
|
2392
2242
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2393
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/hsalsa20/libsodium_la-
|
2243
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo `test -f 'crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c' || echo '$(srcdir)/'`crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c
|
2394
2244
|
|
2395
|
-
crypto_core/
|
2396
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/
|
2397
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/
|
2398
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/
|
2245
|
+
crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo: crypto_core/hsalsa20/core_hsalsa20.c
|
2246
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo -MD -MP -MF crypto_core/hsalsa20/$(DEPDIR)/libsodium_la-core_hsalsa20.Tpo -c -o crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo `test -f 'crypto_core/hsalsa20/core_hsalsa20.c' || echo '$(srcdir)/'`crypto_core/hsalsa20/core_hsalsa20.c
|
2247
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/hsalsa20/$(DEPDIR)/libsodium_la-core_hsalsa20.Tpo crypto_core/hsalsa20/$(DEPDIR)/libsodium_la-core_hsalsa20.Plo
|
2248
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/hsalsa20/core_hsalsa20.c' object='crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo' libtool=yes @AMDEPBACKSLASH@
|
2399
2249
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2400
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/
|
2250
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo `test -f 'crypto_core/hsalsa20/core_hsalsa20.c' || echo '$(srcdir)/'`crypto_core/hsalsa20/core_hsalsa20.c
|
2401
2251
|
|
2402
|
-
crypto_core/
|
2403
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/
|
2404
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/
|
2405
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/
|
2252
|
+
crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo: crypto_core/salsa/ref/core_salsa_ref.c
|
2253
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo -MD -MP -MF crypto_core/salsa/ref/$(DEPDIR)/libsodium_la-core_salsa_ref.Tpo -c -o crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo `test -f 'crypto_core/salsa/ref/core_salsa_ref.c' || echo '$(srcdir)/'`crypto_core/salsa/ref/core_salsa_ref.c
|
2254
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/salsa/ref/$(DEPDIR)/libsodium_la-core_salsa_ref.Tpo crypto_core/salsa/ref/$(DEPDIR)/libsodium_la-core_salsa_ref.Plo
|
2255
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/salsa/ref/core_salsa_ref.c' object='crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo' libtool=yes @AMDEPBACKSLASH@
|
2406
2256
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2407
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/
|
2257
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo `test -f 'crypto_core/salsa/ref/core_salsa_ref.c' || echo '$(srcdir)/'`crypto_core/salsa/ref/core_salsa_ref.c
|
2408
2258
|
|
2409
2259
|
crypto_generichash/libsodium_la-crypto_generichash.lo: crypto_generichash/crypto_generichash.c
|
2410
2260
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/libsodium_la-crypto_generichash.lo -MD -MP -MF crypto_generichash/$(DEPDIR)/libsodium_la-crypto_generichash.Tpo -c -o crypto_generichash/libsodium_la-crypto_generichash.lo `test -f 'crypto_generichash/crypto_generichash.c' || echo '$(srcdir)/'`crypto_generichash/crypto_generichash.c
|
@@ -2413,33 +2263,33 @@ crypto_generichash/libsodium_la-crypto_generichash.lo: crypto_generichash/crypto
|
|
2413
2263
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2414
2264
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/libsodium_la-crypto_generichash.lo `test -f 'crypto_generichash/crypto_generichash.c' || echo '$(srcdir)/'`crypto_generichash/crypto_generichash.c
|
2415
2265
|
|
2416
|
-
crypto_generichash/
|
2417
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/
|
2418
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/
|
2419
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/
|
2266
|
+
crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo: crypto_generichash/blake2b/generichash_blake2.c
|
2267
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo -MD -MP -MF crypto_generichash/blake2b/$(DEPDIR)/libsodium_la-generichash_blake2.Tpo -c -o crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo `test -f 'crypto_generichash/blake2b/generichash_blake2.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/generichash_blake2.c
|
2268
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/blake2b/$(DEPDIR)/libsodium_la-generichash_blake2.Tpo crypto_generichash/blake2b/$(DEPDIR)/libsodium_la-generichash_blake2.Plo
|
2269
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/blake2b/generichash_blake2.c' object='crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo' libtool=yes @AMDEPBACKSLASH@
|
2420
2270
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2421
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/
|
2271
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo `test -f 'crypto_generichash/blake2b/generichash_blake2.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/generichash_blake2.c
|
2422
2272
|
|
2423
|
-
crypto_generichash/
|
2424
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/
|
2425
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/
|
2426
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/
|
2273
|
+
crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo: crypto_generichash/blake2b/ref/blake2b-compress-ref.c
|
2274
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo -MD -MP -MF crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-compress-ref.Tpo -c -o crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-ref.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-ref.c
|
2275
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-compress-ref.Tpo crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-compress-ref.Plo
|
2276
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/blake2b/ref/blake2b-compress-ref.c' object='crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo' libtool=yes @AMDEPBACKSLASH@
|
2427
2277
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2428
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/
|
2278
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-ref.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-ref.c
|
2429
2279
|
|
2430
|
-
crypto_generichash/
|
2431
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/
|
2432
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/
|
2433
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/
|
2280
|
+
crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo: crypto_generichash/blake2b/ref/blake2b-ref.c
|
2281
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo -MD -MP -MF crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-ref.Tpo -c -o crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-ref.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-ref.c
|
2282
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-ref.Tpo crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-ref.Plo
|
2283
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/blake2b/ref/blake2b-ref.c' object='crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo' libtool=yes @AMDEPBACKSLASH@
|
2434
2284
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2435
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/
|
2285
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-ref.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-ref.c
|
2436
2286
|
|
2437
|
-
crypto_generichash/
|
2438
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/
|
2439
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/
|
2440
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/
|
2287
|
+
crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo: crypto_generichash/blake2b/ref/generichash_blake2b.c
|
2288
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo -MD -MP -MF crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-generichash_blake2b.Tpo -c -o crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo `test -f 'crypto_generichash/blake2b/ref/generichash_blake2b.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/generichash_blake2b.c
|
2289
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-generichash_blake2b.Tpo crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-generichash_blake2b.Plo
|
2290
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/blake2b/ref/generichash_blake2b.c' object='crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo' libtool=yes @AMDEPBACKSLASH@
|
2441
2291
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2442
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/
|
2292
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo `test -f 'crypto_generichash/blake2b/ref/generichash_blake2b.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/generichash_blake2b.c
|
2443
2293
|
|
2444
2294
|
crypto_hash/libsodium_la-crypto_hash.lo: crypto_hash/crypto_hash.c
|
2445
2295
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_hash/libsodium_la-crypto_hash.lo -MD -MP -MF crypto_hash/$(DEPDIR)/libsodium_la-crypto_hash.Tpo -c -o crypto_hash/libsodium_la-crypto_hash.lo `test -f 'crypto_hash/crypto_hash.c' || echo '$(srcdir)/'`crypto_hash/crypto_hash.c
|
@@ -2448,33 +2298,54 @@ crypto_hash/libsodium_la-crypto_hash.lo: crypto_hash/crypto_hash.c
|
|
2448
2298
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2449
2299
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_hash/libsodium_la-crypto_hash.lo `test -f 'crypto_hash/crypto_hash.c' || echo '$(srcdir)/'`crypto_hash/crypto_hash.c
|
2450
2300
|
|
2451
|
-
crypto_hash/sha256/libsodium_la-
|
2452
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_hash/sha256/libsodium_la-
|
2453
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_hash/sha256/$(DEPDIR)/libsodium_la-
|
2454
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_hash/sha256/
|
2301
|
+
crypto_hash/sha256/libsodium_la-hash_sha256.lo: crypto_hash/sha256/hash_sha256.c
|
2302
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_hash/sha256/libsodium_la-hash_sha256.lo -MD -MP -MF crypto_hash/sha256/$(DEPDIR)/libsodium_la-hash_sha256.Tpo -c -o crypto_hash/sha256/libsodium_la-hash_sha256.lo `test -f 'crypto_hash/sha256/hash_sha256.c' || echo '$(srcdir)/'`crypto_hash/sha256/hash_sha256.c
|
2303
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_hash/sha256/$(DEPDIR)/libsodium_la-hash_sha256.Tpo crypto_hash/sha256/$(DEPDIR)/libsodium_la-hash_sha256.Plo
|
2304
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_hash/sha256/hash_sha256.c' object='crypto_hash/sha256/libsodium_la-hash_sha256.lo' libtool=yes @AMDEPBACKSLASH@
|
2305
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2306
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_hash/sha256/libsodium_la-hash_sha256.lo `test -f 'crypto_hash/sha256/hash_sha256.c' || echo '$(srcdir)/'`crypto_hash/sha256/hash_sha256.c
|
2307
|
+
|
2308
|
+
crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo: crypto_hash/sha256/cp/hash_sha256_cp.c
|
2309
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo -MD -MP -MF crypto_hash/sha256/cp/$(DEPDIR)/libsodium_la-hash_sha256_cp.Tpo -c -o crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo `test -f 'crypto_hash/sha256/cp/hash_sha256_cp.c' || echo '$(srcdir)/'`crypto_hash/sha256/cp/hash_sha256_cp.c
|
2310
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_hash/sha256/cp/$(DEPDIR)/libsodium_la-hash_sha256_cp.Tpo crypto_hash/sha256/cp/$(DEPDIR)/libsodium_la-hash_sha256_cp.Plo
|
2311
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_hash/sha256/cp/hash_sha256_cp.c' object='crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo' libtool=yes @AMDEPBACKSLASH@
|
2455
2312
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2456
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_hash/sha256/libsodium_la-
|
2313
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo `test -f 'crypto_hash/sha256/cp/hash_sha256_cp.c' || echo '$(srcdir)/'`crypto_hash/sha256/cp/hash_sha256_cp.c
|
2457
2314
|
|
2458
|
-
crypto_hash/
|
2459
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_hash/
|
2460
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_hash/
|
2461
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_hash/
|
2315
|
+
crypto_hash/sha512/libsodium_la-hash_sha512.lo: crypto_hash/sha512/hash_sha512.c
|
2316
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_hash/sha512/libsodium_la-hash_sha512.lo -MD -MP -MF crypto_hash/sha512/$(DEPDIR)/libsodium_la-hash_sha512.Tpo -c -o crypto_hash/sha512/libsodium_la-hash_sha512.lo `test -f 'crypto_hash/sha512/hash_sha512.c' || echo '$(srcdir)/'`crypto_hash/sha512/hash_sha512.c
|
2317
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_hash/sha512/$(DEPDIR)/libsodium_la-hash_sha512.Tpo crypto_hash/sha512/$(DEPDIR)/libsodium_la-hash_sha512.Plo
|
2318
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_hash/sha512/hash_sha512.c' object='crypto_hash/sha512/libsodium_la-hash_sha512.lo' libtool=yes @AMDEPBACKSLASH@
|
2462
2319
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2463
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_hash/
|
2320
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_hash/sha512/libsodium_la-hash_sha512.lo `test -f 'crypto_hash/sha512/hash_sha512.c' || echo '$(srcdir)/'`crypto_hash/sha512/hash_sha512.c
|
2464
2321
|
|
2465
|
-
crypto_hash/sha512/libsodium_la-
|
2466
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_hash/sha512/libsodium_la-
|
2467
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_hash/sha512/$(DEPDIR)/libsodium_la-
|
2468
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_hash/sha512/
|
2322
|
+
crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo: crypto_hash/sha512/cp/hash_sha512_cp.c
|
2323
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo -MD -MP -MF crypto_hash/sha512/cp/$(DEPDIR)/libsodium_la-hash_sha512_cp.Tpo -c -o crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo `test -f 'crypto_hash/sha512/cp/hash_sha512_cp.c' || echo '$(srcdir)/'`crypto_hash/sha512/cp/hash_sha512_cp.c
|
2324
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_hash/sha512/cp/$(DEPDIR)/libsodium_la-hash_sha512_cp.Tpo crypto_hash/sha512/cp/$(DEPDIR)/libsodium_la-hash_sha512_cp.Plo
|
2325
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_hash/sha512/cp/hash_sha512_cp.c' object='crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo' libtool=yes @AMDEPBACKSLASH@
|
2469
2326
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2470
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_hash/sha512/libsodium_la-
|
2327
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo `test -f 'crypto_hash/sha512/cp/hash_sha512_cp.c' || echo '$(srcdir)/'`crypto_hash/sha512/cp/hash_sha512_cp.c
|
2471
2328
|
|
2472
|
-
|
2473
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT
|
2474
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv)
|
2475
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='
|
2329
|
+
crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo: crypto_kdf/blake2b/kdf_blake2b.c
|
2330
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo -MD -MP -MF crypto_kdf/blake2b/$(DEPDIR)/libsodium_la-kdf_blake2b.Tpo -c -o crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo `test -f 'crypto_kdf/blake2b/kdf_blake2b.c' || echo '$(srcdir)/'`crypto_kdf/blake2b/kdf_blake2b.c
|
2331
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_kdf/blake2b/$(DEPDIR)/libsodium_la-kdf_blake2b.Tpo crypto_kdf/blake2b/$(DEPDIR)/libsodium_la-kdf_blake2b.Plo
|
2332
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_kdf/blake2b/kdf_blake2b.c' object='crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo' libtool=yes @AMDEPBACKSLASH@
|
2476
2333
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2477
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o
|
2334
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo `test -f 'crypto_kdf/blake2b/kdf_blake2b.c' || echo '$(srcdir)/'`crypto_kdf/blake2b/kdf_blake2b.c
|
2335
|
+
|
2336
|
+
crypto_kdf/libsodium_la-crypto_kdf.lo: crypto_kdf/crypto_kdf.c
|
2337
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_kdf/libsodium_la-crypto_kdf.lo -MD -MP -MF crypto_kdf/$(DEPDIR)/libsodium_la-crypto_kdf.Tpo -c -o crypto_kdf/libsodium_la-crypto_kdf.lo `test -f 'crypto_kdf/crypto_kdf.c' || echo '$(srcdir)/'`crypto_kdf/crypto_kdf.c
|
2338
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_kdf/$(DEPDIR)/libsodium_la-crypto_kdf.Tpo crypto_kdf/$(DEPDIR)/libsodium_la-crypto_kdf.Plo
|
2339
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_kdf/crypto_kdf.c' object='crypto_kdf/libsodium_la-crypto_kdf.lo' libtool=yes @AMDEPBACKSLASH@
|
2340
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2341
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_kdf/libsodium_la-crypto_kdf.lo `test -f 'crypto_kdf/crypto_kdf.c' || echo '$(srcdir)/'`crypto_kdf/crypto_kdf.c
|
2342
|
+
|
2343
|
+
crypto_kx/libsodium_la-crypto_kx.lo: crypto_kx/crypto_kx.c
|
2344
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_kx/libsodium_la-crypto_kx.lo -MD -MP -MF crypto_kx/$(DEPDIR)/libsodium_la-crypto_kx.Tpo -c -o crypto_kx/libsodium_la-crypto_kx.lo `test -f 'crypto_kx/crypto_kx.c' || echo '$(srcdir)/'`crypto_kx/crypto_kx.c
|
2345
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_kx/$(DEPDIR)/libsodium_la-crypto_kx.Tpo crypto_kx/$(DEPDIR)/libsodium_la-crypto_kx.Plo
|
2346
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_kx/crypto_kx.c' object='crypto_kx/libsodium_la-crypto_kx.lo' libtool=yes @AMDEPBACKSLASH@
|
2347
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2348
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_kx/libsodium_la-crypto_kx.lo `test -f 'crypto_kx/crypto_kx.c' || echo '$(srcdir)/'`crypto_kx/crypto_kx.c
|
2478
2349
|
|
2479
2350
|
crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo: crypto_onetimeauth/crypto_onetimeauth.c
|
2480
2351
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo -MD -MP -MF crypto_onetimeauth/$(DEPDIR)/libsodium_la-crypto_onetimeauth.Tpo -c -o crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo `test -f 'crypto_onetimeauth/crypto_onetimeauth.c' || echo '$(srcdir)/'`crypto_onetimeauth/crypto_onetimeauth.c
|
@@ -2539,6 +2410,13 @@ crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo: crypto_pwhash/argon2/pwhash
|
|
2539
2410
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2540
2411
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo `test -f 'crypto_pwhash/argon2/pwhash_argon2i.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/pwhash_argon2i.c
|
2541
2412
|
|
2413
|
+
crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo: crypto_pwhash/argon2/pwhash_argon2id.c
|
2414
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo -MD -MP -MF crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-pwhash_argon2id.Tpo -c -o crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo `test -f 'crypto_pwhash/argon2/pwhash_argon2id.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/pwhash_argon2id.c
|
2415
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-pwhash_argon2id.Tpo crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-pwhash_argon2id.Plo
|
2416
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/argon2/pwhash_argon2id.c' object='crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo' libtool=yes @AMDEPBACKSLASH@
|
2417
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2418
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo `test -f 'crypto_pwhash/argon2/pwhash_argon2id.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/pwhash_argon2id.c
|
2419
|
+
|
2542
2420
|
crypto_pwhash/libsodium_la-crypto_pwhash.lo: crypto_pwhash/crypto_pwhash.c
|
2543
2421
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/libsodium_la-crypto_pwhash.lo -MD -MP -MF crypto_pwhash/$(DEPDIR)/libsodium_la-crypto_pwhash.Tpo -c -o crypto_pwhash/libsodium_la-crypto_pwhash.lo `test -f 'crypto_pwhash/crypto_pwhash.c' || echo '$(srcdir)/'`crypto_pwhash/crypto_pwhash.c
|
2544
2422
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/$(DEPDIR)/libsodium_la-crypto_pwhash.Tpo crypto_pwhash/$(DEPDIR)/libsodium_la-crypto_pwhash.Plo
|
@@ -2546,41 +2424,6 @@ crypto_pwhash/libsodium_la-crypto_pwhash.lo: crypto_pwhash/crypto_pwhash.c
|
|
2546
2424
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2547
2425
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/libsodium_la-crypto_pwhash.lo `test -f 'crypto_pwhash/crypto_pwhash.c' || echo '$(srcdir)/'`crypto_pwhash/crypto_pwhash.c
|
2548
2426
|
|
2549
|
-
crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo: crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c
|
2550
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c
|
2551
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Tpo crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Plo
|
2552
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c' object='crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo' libtool=yes @AMDEPBACKSLASH@
|
2553
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2554
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c
|
2555
|
-
|
2556
|
-
crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo: crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
|
2557
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-scrypt_platform.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
|
2558
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-scrypt_platform.Tpo crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-scrypt_platform.Plo
|
2559
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c' object='crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo' libtool=yes @AMDEPBACKSLASH@
|
2560
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2561
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
|
2562
|
-
|
2563
|
-
crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo: crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c
|
2564
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c
|
2565
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Tpo crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Plo
|
2566
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c' object='crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo' libtool=yes @AMDEPBACKSLASH@
|
2567
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2568
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c
|
2569
|
-
|
2570
|
-
crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo: crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c
|
2571
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c
|
2572
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256.Tpo crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256.Plo
|
2573
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c' object='crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo' libtool=yes @AMDEPBACKSLASH@
|
2574
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2575
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c
|
2576
|
-
|
2577
|
-
crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo: crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
|
2578
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256_nosse.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
|
2579
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256_nosse.Tpo crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256_nosse.Plo
|
2580
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c' object='crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo' libtool=yes @AMDEPBACKSLASH@
|
2581
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2582
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
|
2583
|
-
|
2584
2427
|
crypto_scalarmult/libsodium_la-crypto_scalarmult.lo: crypto_scalarmult/crypto_scalarmult.c
|
2585
2428
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_scalarmult/libsodium_la-crypto_scalarmult.lo -MD -MP -MF crypto_scalarmult/$(DEPDIR)/libsodium_la-crypto_scalarmult.Tpo -c -o crypto_scalarmult/libsodium_la-crypto_scalarmult.lo `test -f 'crypto_scalarmult/crypto_scalarmult.c' || echo '$(srcdir)/'`crypto_scalarmult/crypto_scalarmult.c
|
2586
2429
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_scalarmult/$(DEPDIR)/libsodium_la-crypto_scalarmult.Tpo crypto_scalarmult/$(DEPDIR)/libsodium_la-crypto_scalarmult.Plo
|
@@ -2609,19 +2452,12 @@ crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo: crypto_secretbox/crypto_
|
|
2609
2452
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2610
2453
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo `test -f 'crypto_secretbox/crypto_secretbox_easy.c' || echo '$(srcdir)/'`crypto_secretbox/crypto_secretbox_easy.c
|
2611
2454
|
|
2612
|
-
crypto_secretbox/xsalsa20poly1305/libsodium_la-
|
2613
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_secretbox/xsalsa20poly1305/libsodium_la-
|
2614
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/libsodium_la-
|
2615
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_secretbox/xsalsa20poly1305/
|
2616
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2617
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.lo `test -f 'crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c' || echo '$(srcdir)/'`crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c
|
2618
|
-
|
2619
|
-
crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo: crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c
|
2620
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo -MD -MP -MF crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_xsalsa20poly1305.Tpo -c -o crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo `test -f 'crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c
|
2621
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_xsalsa20poly1305.Tpo crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_xsalsa20poly1305.Plo
|
2622
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c' object='crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2455
|
+
crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo: crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c
|
2456
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo -MD -MP -MF crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/libsodium_la-secretbox_xsalsa20poly1305.Tpo -c -o crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo `test -f 'crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c
|
2457
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/libsodium_la-secretbox_xsalsa20poly1305.Tpo crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/libsodium_la-secretbox_xsalsa20poly1305.Plo
|
2458
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c' object='crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2623
2459
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2624
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_secretbox/xsalsa20poly1305/
|
2460
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo `test -f 'crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c
|
2625
2461
|
|
2626
2462
|
crypto_shorthash/libsodium_la-crypto_shorthash.lo: crypto_shorthash/crypto_shorthash.c
|
2627
2463
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_shorthash/libsodium_la-crypto_shorthash.lo -MD -MP -MF crypto_shorthash/$(DEPDIR)/libsodium_la-crypto_shorthash.Tpo -c -o crypto_shorthash/libsodium_la-crypto_shorthash.lo `test -f 'crypto_shorthash/crypto_shorthash.c' || echo '$(srcdir)/'`crypto_shorthash/crypto_shorthash.c
|
@@ -2630,19 +2466,19 @@ crypto_shorthash/libsodium_la-crypto_shorthash.lo: crypto_shorthash/crypto_short
|
|
2630
2466
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2631
2467
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_shorthash/libsodium_la-crypto_shorthash.lo `test -f 'crypto_shorthash/crypto_shorthash.c' || echo '$(srcdir)/'`crypto_shorthash/crypto_shorthash.c
|
2632
2468
|
|
2633
|
-
crypto_shorthash/siphash24/libsodium_la-
|
2634
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_shorthash/siphash24/libsodium_la-
|
2635
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-
|
2636
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_shorthash/siphash24/
|
2469
|
+
crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo: crypto_shorthash/siphash24/shorthash_siphash24.c
|
2470
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo -MD -MP -MF crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphash24.Tpo -c -o crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo `test -f 'crypto_shorthash/siphash24/shorthash_siphash24.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/shorthash_siphash24.c
|
2471
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphash24.Tpo crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphash24.Plo
|
2472
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_shorthash/siphash24/shorthash_siphash24.c' object='crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo' libtool=yes @AMDEPBACKSLASH@
|
2637
2473
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2638
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_shorthash/siphash24/libsodium_la-
|
2474
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo `test -f 'crypto_shorthash/siphash24/shorthash_siphash24.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/shorthash_siphash24.c
|
2639
2475
|
|
2640
|
-
crypto_shorthash/siphash24/ref/libsodium_la-
|
2641
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_shorthash/siphash24/ref/libsodium_la-
|
2642
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-
|
2643
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_shorthash/siphash24/ref/
|
2476
|
+
crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo: crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c
|
2477
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo -MD -MP -MF crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphash24_ref.Tpo -c -o crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo `test -f 'crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c
|
2478
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphash24_ref.Tpo crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphash24_ref.Plo
|
2479
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c' object='crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo' libtool=yes @AMDEPBACKSLASH@
|
2644
2480
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2645
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_shorthash/siphash24/ref/libsodium_la-
|
2481
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo `test -f 'crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c
|
2646
2482
|
|
2647
2483
|
crypto_sign/libsodium_la-crypto_sign.lo: crypto_sign/crypto_sign.c
|
2648
2484
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/libsodium_la-crypto_sign.lo -MD -MP -MF crypto_sign/$(DEPDIR)/libsodium_la-crypto_sign.Tpo -c -o crypto_sign/libsodium_la-crypto_sign.lo `test -f 'crypto_sign/crypto_sign.c' || echo '$(srcdir)/'`crypto_sign/crypto_sign.c
|
@@ -2651,12 +2487,12 @@ crypto_sign/libsodium_la-crypto_sign.lo: crypto_sign/crypto_sign.c
|
|
2651
2487
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2652
2488
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/libsodium_la-crypto_sign.lo `test -f 'crypto_sign/crypto_sign.c' || echo '$(srcdir)/'`crypto_sign/crypto_sign.c
|
2653
2489
|
|
2654
|
-
crypto_sign/ed25519/libsodium_la-
|
2655
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/libsodium_la-
|
2656
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/$(DEPDIR)/libsodium_la-
|
2657
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/
|
2490
|
+
crypto_sign/ed25519/libsodium_la-sign_ed25519.lo: crypto_sign/ed25519/sign_ed25519.c
|
2491
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/libsodium_la-sign_ed25519.lo -MD -MP -MF crypto_sign/ed25519/$(DEPDIR)/libsodium_la-sign_ed25519.Tpo -c -o crypto_sign/ed25519/libsodium_la-sign_ed25519.lo `test -f 'crypto_sign/ed25519/sign_ed25519.c' || echo '$(srcdir)/'`crypto_sign/ed25519/sign_ed25519.c
|
2492
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/$(DEPDIR)/libsodium_la-sign_ed25519.Tpo crypto_sign/ed25519/$(DEPDIR)/libsodium_la-sign_ed25519.Plo
|
2493
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/sign_ed25519.c' object='crypto_sign/ed25519/libsodium_la-sign_ed25519.lo' libtool=yes @AMDEPBACKSLASH@
|
2658
2494
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2659
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/libsodium_la-
|
2495
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/libsodium_la-sign_ed25519.lo `test -f 'crypto_sign/ed25519/sign_ed25519.c' || echo '$(srcdir)/'`crypto_sign/ed25519/sign_ed25519.c
|
2660
2496
|
|
2661
2497
|
crypto_sign/ed25519/ref10/libsodium_la-keypair.lo: crypto_sign/ed25519/ref10/keypair.c
|
2662
2498
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-keypair.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-keypair.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-keypair.lo `test -f 'crypto_sign/ed25519/ref10/keypair.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/keypair.c
|
@@ -2686,12 +2522,12 @@ crypto_stream/chacha20/libsodium_la-stream_chacha20.lo: crypto_stream/chacha20/s
|
|
2686
2522
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2687
2523
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/chacha20/libsodium_la-stream_chacha20.lo `test -f 'crypto_stream/chacha20/stream_chacha20.c' || echo '$(srcdir)/'`crypto_stream/chacha20/stream_chacha20.c
|
2688
2524
|
|
2689
|
-
crypto_stream/chacha20/ref/libsodium_la-
|
2690
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/chacha20/ref/libsodium_la-
|
2691
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/chacha20/ref/$(DEPDIR)/libsodium_la-
|
2692
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/chacha20/ref/
|
2525
|
+
crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo: crypto_stream/chacha20/ref/chacha20_ref.c
|
2526
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo -MD -MP -MF crypto_stream/chacha20/ref/$(DEPDIR)/libsodium_la-chacha20_ref.Tpo -c -o crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo `test -f 'crypto_stream/chacha20/ref/chacha20_ref.c' || echo '$(srcdir)/'`crypto_stream/chacha20/ref/chacha20_ref.c
|
2527
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/chacha20/ref/$(DEPDIR)/libsodium_la-chacha20_ref.Tpo crypto_stream/chacha20/ref/$(DEPDIR)/libsodium_la-chacha20_ref.Plo
|
2528
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/chacha20/ref/chacha20_ref.c' object='crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo' libtool=yes @AMDEPBACKSLASH@
|
2693
2529
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2694
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/chacha20/ref/libsodium_la-
|
2530
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo `test -f 'crypto_stream/chacha20/ref/chacha20_ref.c' || echo '$(srcdir)/'`crypto_stream/chacha20/ref/chacha20_ref.c
|
2695
2531
|
|
2696
2532
|
crypto_stream/libsodium_la-crypto_stream.lo: crypto_stream/crypto_stream.c
|
2697
2533
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/libsodium_la-crypto_stream.lo -MD -MP -MF crypto_stream/$(DEPDIR)/libsodium_la-crypto_stream.Tpo -c -o crypto_stream/libsodium_la-crypto_stream.lo `test -f 'crypto_stream/crypto_stream.c' || echo '$(srcdir)/'`crypto_stream/crypto_stream.c
|
@@ -2700,75 +2536,26 @@ crypto_stream/libsodium_la-crypto_stream.lo: crypto_stream/crypto_stream.c
|
|
2700
2536
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2701
2537
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/libsodium_la-crypto_stream.lo `test -f 'crypto_stream/crypto_stream.c' || echo '$(srcdir)/'`crypto_stream/crypto_stream.c
|
2702
2538
|
|
2703
|
-
crypto_stream/salsa20/libsodium_la-
|
2704
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa20/libsodium_la-
|
2705
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa20/$(DEPDIR)/libsodium_la-
|
2706
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa20/
|
2539
|
+
crypto_stream/salsa20/libsodium_la-stream_salsa20.lo: crypto_stream/salsa20/stream_salsa20.c
|
2540
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa20/libsodium_la-stream_salsa20.lo -MD -MP -MF crypto_stream/salsa20/$(DEPDIR)/libsodium_la-stream_salsa20.Tpo -c -o crypto_stream/salsa20/libsodium_la-stream_salsa20.lo `test -f 'crypto_stream/salsa20/stream_salsa20.c' || echo '$(srcdir)/'`crypto_stream/salsa20/stream_salsa20.c
|
2541
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa20/$(DEPDIR)/libsodium_la-stream_salsa20.Tpo crypto_stream/salsa20/$(DEPDIR)/libsodium_la-stream_salsa20.Plo
|
2542
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa20/stream_salsa20.c' object='crypto_stream/salsa20/libsodium_la-stream_salsa20.lo' libtool=yes @AMDEPBACKSLASH@
|
2707
2543
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2708
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa20/libsodium_la-
|
2544
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa20/libsodium_la-stream_salsa20.lo `test -f 'crypto_stream/salsa20/stream_salsa20.c' || echo '$(srcdir)/'`crypto_stream/salsa20/stream_salsa20.c
|
2709
2545
|
|
2710
|
-
crypto_stream/xsalsa20/libsodium_la-
|
2711
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/xsalsa20/libsodium_la-
|
2712
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/xsalsa20/$(DEPDIR)/libsodium_la-
|
2713
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/xsalsa20/
|
2546
|
+
crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo: crypto_stream/xsalsa20/stream_xsalsa20.c
|
2547
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo -MD -MP -MF crypto_stream/xsalsa20/$(DEPDIR)/libsodium_la-stream_xsalsa20.Tpo -c -o crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo `test -f 'crypto_stream/xsalsa20/stream_xsalsa20.c' || echo '$(srcdir)/'`crypto_stream/xsalsa20/stream_xsalsa20.c
|
2548
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/xsalsa20/$(DEPDIR)/libsodium_la-stream_xsalsa20.Tpo crypto_stream/xsalsa20/$(DEPDIR)/libsodium_la-stream_xsalsa20.Plo
|
2549
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/xsalsa20/stream_xsalsa20.c' object='crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo' libtool=yes @AMDEPBACKSLASH@
|
2714
2550
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2715
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/xsalsa20/libsodium_la-
|
2551
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo `test -f 'crypto_stream/xsalsa20/stream_xsalsa20.c' || echo '$(srcdir)/'`crypto_stream/xsalsa20/stream_xsalsa20.c
|
2716
2552
|
|
2717
|
-
|
2718
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT
|
2719
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv)
|
2720
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='
|
2553
|
+
crypto_verify/sodium/libsodium_la-verify.lo: crypto_verify/sodium/verify.c
|
2554
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_verify/sodium/libsodium_la-verify.lo -MD -MP -MF crypto_verify/sodium/$(DEPDIR)/libsodium_la-verify.Tpo -c -o crypto_verify/sodium/libsodium_la-verify.lo `test -f 'crypto_verify/sodium/verify.c' || echo '$(srcdir)/'`crypto_verify/sodium/verify.c
|
2555
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_verify/sodium/$(DEPDIR)/libsodium_la-verify.Tpo crypto_verify/sodium/$(DEPDIR)/libsodium_la-verify.Plo
|
2556
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_verify/sodium/verify.c' object='crypto_verify/sodium/libsodium_la-verify.lo' libtool=yes @AMDEPBACKSLASH@
|
2721
2557
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2722
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o
|
2723
|
-
|
2724
|
-
crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo: crypto_stream/xsalsa20/ref/xor_xsalsa20.c
|
2725
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo -MD -MP -MF crypto_stream/xsalsa20/ref/$(DEPDIR)/libsodium_la-xor_xsalsa20.Tpo -c -o crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo `test -f 'crypto_stream/xsalsa20/ref/xor_xsalsa20.c' || echo '$(srcdir)/'`crypto_stream/xsalsa20/ref/xor_xsalsa20.c
|
2726
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/xsalsa20/ref/$(DEPDIR)/libsodium_la-xor_xsalsa20.Tpo crypto_stream/xsalsa20/ref/$(DEPDIR)/libsodium_la-xor_xsalsa20.Plo
|
2727
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/xsalsa20/ref/xor_xsalsa20.c' object='crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo' libtool=yes @AMDEPBACKSLASH@
|
2728
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2729
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo `test -f 'crypto_stream/xsalsa20/ref/xor_xsalsa20.c' || echo '$(srcdir)/'`crypto_stream/xsalsa20/ref/xor_xsalsa20.c
|
2730
|
-
|
2731
|
-
crypto_verify/16/libsodium_la-verify_16_api.lo: crypto_verify/16/verify_16_api.c
|
2732
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_verify/16/libsodium_la-verify_16_api.lo -MD -MP -MF crypto_verify/16/$(DEPDIR)/libsodium_la-verify_16_api.Tpo -c -o crypto_verify/16/libsodium_la-verify_16_api.lo `test -f 'crypto_verify/16/verify_16_api.c' || echo '$(srcdir)/'`crypto_verify/16/verify_16_api.c
|
2733
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_verify/16/$(DEPDIR)/libsodium_la-verify_16_api.Tpo crypto_verify/16/$(DEPDIR)/libsodium_la-verify_16_api.Plo
|
2734
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_verify/16/verify_16_api.c' object='crypto_verify/16/libsodium_la-verify_16_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2735
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2736
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_verify/16/libsodium_la-verify_16_api.lo `test -f 'crypto_verify/16/verify_16_api.c' || echo '$(srcdir)/'`crypto_verify/16/verify_16_api.c
|
2737
|
-
|
2738
|
-
crypto_verify/16/ref/libsodium_la-verify_16.lo: crypto_verify/16/ref/verify_16.c
|
2739
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_verify/16/ref/libsodium_la-verify_16.lo -MD -MP -MF crypto_verify/16/ref/$(DEPDIR)/libsodium_la-verify_16.Tpo -c -o crypto_verify/16/ref/libsodium_la-verify_16.lo `test -f 'crypto_verify/16/ref/verify_16.c' || echo '$(srcdir)/'`crypto_verify/16/ref/verify_16.c
|
2740
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_verify/16/ref/$(DEPDIR)/libsodium_la-verify_16.Tpo crypto_verify/16/ref/$(DEPDIR)/libsodium_la-verify_16.Plo
|
2741
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_verify/16/ref/verify_16.c' object='crypto_verify/16/ref/libsodium_la-verify_16.lo' libtool=yes @AMDEPBACKSLASH@
|
2742
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2743
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_verify/16/ref/libsodium_la-verify_16.lo `test -f 'crypto_verify/16/ref/verify_16.c' || echo '$(srcdir)/'`crypto_verify/16/ref/verify_16.c
|
2744
|
-
|
2745
|
-
crypto_verify/32/libsodium_la-verify_32_api.lo: crypto_verify/32/verify_32_api.c
|
2746
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_verify/32/libsodium_la-verify_32_api.lo -MD -MP -MF crypto_verify/32/$(DEPDIR)/libsodium_la-verify_32_api.Tpo -c -o crypto_verify/32/libsodium_la-verify_32_api.lo `test -f 'crypto_verify/32/verify_32_api.c' || echo '$(srcdir)/'`crypto_verify/32/verify_32_api.c
|
2747
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_verify/32/$(DEPDIR)/libsodium_la-verify_32_api.Tpo crypto_verify/32/$(DEPDIR)/libsodium_la-verify_32_api.Plo
|
2748
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_verify/32/verify_32_api.c' object='crypto_verify/32/libsodium_la-verify_32_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2749
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2750
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_verify/32/libsodium_la-verify_32_api.lo `test -f 'crypto_verify/32/verify_32_api.c' || echo '$(srcdir)/'`crypto_verify/32/verify_32_api.c
|
2751
|
-
|
2752
|
-
crypto_verify/32/ref/libsodium_la-verify_32.lo: crypto_verify/32/ref/verify_32.c
|
2753
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_verify/32/ref/libsodium_la-verify_32.lo -MD -MP -MF crypto_verify/32/ref/$(DEPDIR)/libsodium_la-verify_32.Tpo -c -o crypto_verify/32/ref/libsodium_la-verify_32.lo `test -f 'crypto_verify/32/ref/verify_32.c' || echo '$(srcdir)/'`crypto_verify/32/ref/verify_32.c
|
2754
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_verify/32/ref/$(DEPDIR)/libsodium_la-verify_32.Tpo crypto_verify/32/ref/$(DEPDIR)/libsodium_la-verify_32.Plo
|
2755
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_verify/32/ref/verify_32.c' object='crypto_verify/32/ref/libsodium_la-verify_32.lo' libtool=yes @AMDEPBACKSLASH@
|
2756
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2757
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_verify/32/ref/libsodium_la-verify_32.lo `test -f 'crypto_verify/32/ref/verify_32.c' || echo '$(srcdir)/'`crypto_verify/32/ref/verify_32.c
|
2758
|
-
|
2759
|
-
crypto_verify/64/libsodium_la-verify_64_api.lo: crypto_verify/64/verify_64_api.c
|
2760
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_verify/64/libsodium_la-verify_64_api.lo -MD -MP -MF crypto_verify/64/$(DEPDIR)/libsodium_la-verify_64_api.Tpo -c -o crypto_verify/64/libsodium_la-verify_64_api.lo `test -f 'crypto_verify/64/verify_64_api.c' || echo '$(srcdir)/'`crypto_verify/64/verify_64_api.c
|
2761
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_verify/64/$(DEPDIR)/libsodium_la-verify_64_api.Tpo crypto_verify/64/$(DEPDIR)/libsodium_la-verify_64_api.Plo
|
2762
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_verify/64/verify_64_api.c' object='crypto_verify/64/libsodium_la-verify_64_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2763
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2764
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_verify/64/libsodium_la-verify_64_api.lo `test -f 'crypto_verify/64/verify_64_api.c' || echo '$(srcdir)/'`crypto_verify/64/verify_64_api.c
|
2765
|
-
|
2766
|
-
crypto_verify/64/ref/libsodium_la-verify_64.lo: crypto_verify/64/ref/verify_64.c
|
2767
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_verify/64/ref/libsodium_la-verify_64.lo -MD -MP -MF crypto_verify/64/ref/$(DEPDIR)/libsodium_la-verify_64.Tpo -c -o crypto_verify/64/ref/libsodium_la-verify_64.lo `test -f 'crypto_verify/64/ref/verify_64.c' || echo '$(srcdir)/'`crypto_verify/64/ref/verify_64.c
|
2768
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_verify/64/ref/$(DEPDIR)/libsodium_la-verify_64.Tpo crypto_verify/64/ref/$(DEPDIR)/libsodium_la-verify_64.Plo
|
2769
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_verify/64/ref/verify_64.c' object='crypto_verify/64/ref/libsodium_la-verify_64.lo' libtool=yes @AMDEPBACKSLASH@
|
2770
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2771
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_verify/64/ref/libsodium_la-verify_64.lo `test -f 'crypto_verify/64/ref/verify_64.c' || echo '$(srcdir)/'`crypto_verify/64/ref/verify_64.c
|
2558
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_verify/sodium/libsodium_la-verify.lo `test -f 'crypto_verify/sodium/verify.c' || echo '$(srcdir)/'`crypto_verify/sodium/verify.c
|
2772
2559
|
|
2773
2560
|
randombytes/libsodium_la-randombytes.lo: randombytes/randombytes.c
|
2774
2561
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT randombytes/libsodium_la-randombytes.lo -MD -MP -MF randombytes/$(DEPDIR)/libsodium_la-randombytes.Tpo -c -o randombytes/libsodium_la-randombytes.lo `test -f 'randombytes/randombytes.c' || echo '$(srcdir)/'`randombytes/randombytes.c
|
@@ -2840,6 +2627,20 @@ crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo: crypto_scalarmu
|
|
2840
2627
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2841
2628
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo `test -f 'crypto_scalarmult/curve25519/ref10/x25519_ref10.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/ref10/x25519_ref10.c
|
2842
2629
|
|
2630
|
+
crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo: crypto_stream/salsa20/xmm6/salsa20_xmm6.c
|
2631
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo -MD -MP -MF crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6.Tpo -c -o crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo `test -f 'crypto_stream/salsa20/xmm6/salsa20_xmm6.c' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6/salsa20_xmm6.c
|
2632
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6.Tpo crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6.Plo
|
2633
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa20/xmm6/salsa20_xmm6.c' object='crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo' libtool=yes @AMDEPBACKSLASH@
|
2634
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2635
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo `test -f 'crypto_stream/salsa20/xmm6/salsa20_xmm6.c' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6/salsa20_xmm6.c
|
2636
|
+
|
2637
|
+
crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo: crypto_stream/salsa20/ref/salsa20_ref.c
|
2638
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo -MD -MP -MF crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-salsa20_ref.Tpo -c -o crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo `test -f 'crypto_stream/salsa20/ref/salsa20_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa20/ref/salsa20_ref.c
|
2639
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-salsa20_ref.Tpo crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-salsa20_ref.Plo
|
2640
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa20/ref/salsa20_ref.c' object='crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo' libtool=yes @AMDEPBACKSLASH@
|
2641
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2642
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo `test -f 'crypto_stream/salsa20/ref/salsa20_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa20/ref/salsa20_ref.c
|
2643
|
+
|
2843
2644
|
crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo: crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c
|
2844
2645
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo -MD -MP -MF crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-curve25519_sandy2x.Tpo -c -o crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c
|
2845
2646
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-curve25519_sandy2x.Tpo crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-curve25519_sandy2x.Plo
|
@@ -2861,54 +2662,75 @@ crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo: crypt
|
|
2861
2662
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2862
2663
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c
|
2863
2664
|
|
2864
|
-
|
2865
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT
|
2866
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv)
|
2867
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='
|
2665
|
+
crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo: crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c
|
2666
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo -MD -MP -MF crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xchacha20poly1305.Tpo -c -o crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo `test -f 'crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c
|
2667
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xchacha20poly1305.Tpo crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xchacha20poly1305.Plo
|
2668
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c' object='crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2868
2669
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2869
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o
|
2670
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo `test -f 'crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c
|
2870
2671
|
|
2871
|
-
|
2872
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT
|
2873
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv)
|
2874
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='
|
2672
|
+
crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo: crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c
|
2673
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo -MD -MP -MF crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_seal_curve25519xchacha20poly1305.Tpo -c -o crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo `test -f 'crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c
|
2674
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_seal_curve25519xchacha20poly1305.Tpo crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_seal_curve25519xchacha20poly1305.Plo
|
2675
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c' object='crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2875
2676
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2876
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o
|
2677
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo `test -f 'crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c
|
2877
2678
|
|
2878
|
-
|
2879
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT
|
2880
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv)
|
2881
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='
|
2679
|
+
crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo: crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c
|
2680
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c
|
2681
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Tpo crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Plo
|
2682
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c' object='crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo' libtool=yes @AMDEPBACKSLASH@
|
2882
2683
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2883
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o
|
2684
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c
|
2884
2685
|
|
2885
|
-
|
2886
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT
|
2887
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv)
|
2888
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='
|
2686
|
+
crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo: crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
|
2687
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-scrypt_platform.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
|
2688
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-scrypt_platform.Tpo crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-scrypt_platform.Plo
|
2689
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c' object='crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo' libtool=yes @AMDEPBACKSLASH@
|
2889
2690
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2890
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o
|
2691
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
|
2891
2692
|
|
2892
|
-
|
2893
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT
|
2894
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv)
|
2895
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='
|
2693
|
+
crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo: crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c
|
2694
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c
|
2695
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Tpo crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Plo
|
2696
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c' object='crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo' libtool=yes @AMDEPBACKSLASH@
|
2896
2697
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2897
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o
|
2698
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c
|
2898
2699
|
|
2899
|
-
|
2900
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT
|
2901
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv)
|
2902
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='
|
2700
|
+
crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo: crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c
|
2701
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c
|
2702
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256.Tpo crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256.Plo
|
2703
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c' object='crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo' libtool=yes @AMDEPBACKSLASH@
|
2903
2704
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2904
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o
|
2705
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c
|
2905
2706
|
|
2906
|
-
|
2907
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT
|
2908
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv)
|
2909
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='
|
2707
|
+
crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo: crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
|
2708
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256_nosse.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
|
2709
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256_nosse.Tpo crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256_nosse.Plo
|
2710
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c' object='crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo' libtool=yes @AMDEPBACKSLASH@
|
2711
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2712
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
|
2713
|
+
|
2714
|
+
crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo: crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c
|
2715
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo -MD -MP -MF crypto_secretbox/xchacha20poly1305/$(DEPDIR)/libsodium_la-secretbox_xchacha20poly1305.Tpo -c -o crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo `test -f 'crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c
|
2716
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_secretbox/xchacha20poly1305/$(DEPDIR)/libsodium_la-secretbox_xchacha20poly1305.Tpo crypto_secretbox/xchacha20poly1305/$(DEPDIR)/libsodium_la-secretbox_xchacha20poly1305.Plo
|
2717
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c' object='crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2718
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2719
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo `test -f 'crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c
|
2720
|
+
|
2721
|
+
crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo: crypto_shorthash/siphash24/shorthash_siphashx24.c
|
2722
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo -MD -MP -MF crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphashx24.Tpo -c -o crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo `test -f 'crypto_shorthash/siphash24/shorthash_siphashx24.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/shorthash_siphashx24.c
|
2723
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphashx24.Tpo crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphashx24.Plo
|
2724
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_shorthash/siphash24/shorthash_siphashx24.c' object='crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo' libtool=yes @AMDEPBACKSLASH@
|
2725
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2726
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo `test -f 'crypto_shorthash/siphash24/shorthash_siphashx24.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/shorthash_siphashx24.c
|
2727
|
+
|
2728
|
+
crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo: crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c
|
2729
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo -MD -MP -MF crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphashx24_ref.Tpo -c -o crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo `test -f 'crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c
|
2730
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphashx24_ref.Tpo crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphashx24_ref.Plo
|
2731
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c' object='crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo' libtool=yes @AMDEPBACKSLASH@
|
2910
2732
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2911
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o
|
2733
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo `test -f 'crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c
|
2912
2734
|
|
2913
2735
|
crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo: crypto_sign/ed25519/ref10/obsolete.c
|
2914
2736
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-obsolete.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo `test -f 'crypto_sign/ed25519/ref10/obsolete.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/obsolete.c
|
@@ -2917,96 +2739,96 @@ crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo: crypto_sign/ed25519/ref10/ob
|
|
2917
2739
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2918
2740
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo `test -f 'crypto_sign/ed25519/ref10/obsolete.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/obsolete.c
|
2919
2741
|
|
2920
|
-
crypto_stream/aes128ctr/
|
2921
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/
|
2922
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/
|
2923
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/
|
2742
|
+
crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo: crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c
|
2743
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-afternm_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c
|
2744
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-afternm_aes128ctr.Tpo crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-afternm_aes128ctr.Plo
|
2745
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c' object='crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2924
2746
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2925
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/
|
2747
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c
|
2926
2748
|
|
2927
|
-
crypto_stream/aes128ctr/libsodium_la-
|
2928
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/libsodium_la-
|
2929
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/$(DEPDIR)/libsodium_la-
|
2930
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/
|
2749
|
+
crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo: crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c
|
2750
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-beforenm_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c
|
2751
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-beforenm_aes128ctr.Tpo crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-beforenm_aes128ctr.Plo
|
2752
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c' object='crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2931
2753
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2932
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/libsodium_la-
|
2754
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c
|
2933
2755
|
|
2934
|
-
crypto_stream/aes128ctr/
|
2935
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/
|
2936
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/
|
2937
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/
|
2756
|
+
crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo: crypto_stream/aes128ctr/nacl/consts_aes128ctr.c
|
2757
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-consts_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/consts_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/consts_aes128ctr.c
|
2758
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-consts_aes128ctr.Tpo crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-consts_aes128ctr.Plo
|
2759
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/nacl/consts_aes128ctr.c' object='crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2938
2760
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2939
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/
|
2761
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/consts_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/consts_aes128ctr.c
|
2940
2762
|
|
2941
|
-
crypto_stream/aes128ctr/
|
2942
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/
|
2943
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/
|
2944
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/
|
2763
|
+
crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo: crypto_stream/aes128ctr/nacl/int128_aes128ctr.c
|
2764
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-int128_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/int128_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/int128_aes128ctr.c
|
2765
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-int128_aes128ctr.Tpo crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-int128_aes128ctr.Plo
|
2766
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/nacl/int128_aes128ctr.c' object='crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2945
2767
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2946
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/
|
2768
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/int128_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/int128_aes128ctr.c
|
2947
2769
|
|
2948
|
-
crypto_stream/aes128ctr/
|
2949
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/
|
2950
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/
|
2951
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/
|
2770
|
+
crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo: crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c
|
2771
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo -MD -MP -MF crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-stream_aes128ctr_nacl.Tpo -c -o crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo `test -f 'crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c
|
2772
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-stream_aes128ctr_nacl.Tpo crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-stream_aes128ctr_nacl.Plo
|
2773
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c' object='crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo' libtool=yes @AMDEPBACKSLASH@
|
2952
2774
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2953
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/
|
2775
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo `test -f 'crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c
|
2954
2776
|
|
2955
|
-
crypto_stream/aes128ctr/
|
2956
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/
|
2957
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/
|
2958
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/
|
2777
|
+
crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo: crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c
|
2778
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-xor_afternm_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c
|
2779
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-xor_afternm_aes128ctr.Tpo crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-xor_afternm_aes128ctr.Plo
|
2780
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c' object='crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2959
2781
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2960
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/
|
2782
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c
|
2961
2783
|
|
2962
|
-
crypto_stream/aes128ctr/
|
2963
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/
|
2964
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr
|
2965
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/
|
2784
|
+
crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo: crypto_stream/aes128ctr/stream_aes128ctr.c
|
2785
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/$(DEPDIR)/libsodium_la-stream_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/stream_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/stream_aes128ctr.c
|
2786
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/$(DEPDIR)/libsodium_la-stream_aes128ctr.Tpo crypto_stream/aes128ctr/$(DEPDIR)/libsodium_la-stream_aes128ctr.Plo
|
2787
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/stream_aes128ctr.c' object='crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2966
2788
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2967
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/
|
2789
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/stream_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/stream_aes128ctr.c
|
2968
2790
|
|
2969
|
-
crypto_stream/salsa2012/libsodium_la-
|
2970
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa2012/libsodium_la-
|
2971
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa2012/$(DEPDIR)/libsodium_la-
|
2972
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa2012/
|
2791
|
+
crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo: crypto_stream/salsa2012/ref/stream_salsa2012_ref.c
|
2792
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo -MD -MP -MF crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-stream_salsa2012_ref.Tpo -c -o crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo `test -f 'crypto_stream/salsa2012/ref/stream_salsa2012_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa2012/ref/stream_salsa2012_ref.c
|
2793
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-stream_salsa2012_ref.Tpo crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-stream_salsa2012_ref.Plo
|
2794
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa2012/ref/stream_salsa2012_ref.c' object='crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo' libtool=yes @AMDEPBACKSLASH@
|
2973
2795
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2974
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa2012/libsodium_la-
|
2796
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo `test -f 'crypto_stream/salsa2012/ref/stream_salsa2012_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa2012/ref/stream_salsa2012_ref.c
|
2975
2797
|
|
2976
|
-
crypto_stream/salsa2012/
|
2977
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa2012/
|
2978
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa2012
|
2979
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa2012/
|
2798
|
+
crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo: crypto_stream/salsa2012/stream_salsa2012.c
|
2799
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo -MD -MP -MF crypto_stream/salsa2012/$(DEPDIR)/libsodium_la-stream_salsa2012.Tpo -c -o crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo `test -f 'crypto_stream/salsa2012/stream_salsa2012.c' || echo '$(srcdir)/'`crypto_stream/salsa2012/stream_salsa2012.c
|
2800
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa2012/$(DEPDIR)/libsodium_la-stream_salsa2012.Tpo crypto_stream/salsa2012/$(DEPDIR)/libsodium_la-stream_salsa2012.Plo
|
2801
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa2012/stream_salsa2012.c' object='crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo' libtool=yes @AMDEPBACKSLASH@
|
2980
2802
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2981
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa2012/
|
2803
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo `test -f 'crypto_stream/salsa2012/stream_salsa2012.c' || echo '$(srcdir)/'`crypto_stream/salsa2012/stream_salsa2012.c
|
2982
2804
|
|
2983
|
-
crypto_stream/
|
2984
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/
|
2985
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/
|
2986
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/
|
2805
|
+
crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo: crypto_stream/salsa208/ref/stream_salsa208_ref.c
|
2806
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo -MD -MP -MF crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-stream_salsa208_ref.Tpo -c -o crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo `test -f 'crypto_stream/salsa208/ref/stream_salsa208_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa208/ref/stream_salsa208_ref.c
|
2807
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-stream_salsa208_ref.Tpo crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-stream_salsa208_ref.Plo
|
2808
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa208/ref/stream_salsa208_ref.c' object='crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo' libtool=yes @AMDEPBACKSLASH@
|
2987
2809
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2988
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/
|
2810
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo `test -f 'crypto_stream/salsa208/ref/stream_salsa208_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa208/ref/stream_salsa208_ref.c
|
2989
2811
|
|
2990
|
-
crypto_stream/salsa208/libsodium_la-
|
2991
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa208/libsodium_la-
|
2992
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa208/$(DEPDIR)/libsodium_la-
|
2993
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa208/
|
2812
|
+
crypto_stream/salsa208/libsodium_la-stream_salsa208.lo: crypto_stream/salsa208/stream_salsa208.c
|
2813
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa208/libsodium_la-stream_salsa208.lo -MD -MP -MF crypto_stream/salsa208/$(DEPDIR)/libsodium_la-stream_salsa208.Tpo -c -o crypto_stream/salsa208/libsodium_la-stream_salsa208.lo `test -f 'crypto_stream/salsa208/stream_salsa208.c' || echo '$(srcdir)/'`crypto_stream/salsa208/stream_salsa208.c
|
2814
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa208/$(DEPDIR)/libsodium_la-stream_salsa208.Tpo crypto_stream/salsa208/$(DEPDIR)/libsodium_la-stream_salsa208.Plo
|
2815
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa208/stream_salsa208.c' object='crypto_stream/salsa208/libsodium_la-stream_salsa208.lo' libtool=yes @AMDEPBACKSLASH@
|
2994
2816
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2995
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa208/libsodium_la-
|
2817
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa208/libsodium_la-stream_salsa208.lo `test -f 'crypto_stream/salsa208/stream_salsa208.c' || echo '$(srcdir)/'`crypto_stream/salsa208/stream_salsa208.c
|
2996
2818
|
|
2997
|
-
crypto_stream/
|
2998
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/
|
2999
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/
|
3000
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/
|
2819
|
+
crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo: crypto_stream/xchacha20/stream_xchacha20.c
|
2820
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo -MD -MP -MF crypto_stream/xchacha20/$(DEPDIR)/libsodium_la-stream_xchacha20.Tpo -c -o crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo `test -f 'crypto_stream/xchacha20/stream_xchacha20.c' || echo '$(srcdir)/'`crypto_stream/xchacha20/stream_xchacha20.c
|
2821
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/xchacha20/$(DEPDIR)/libsodium_la-stream_xchacha20.Tpo crypto_stream/xchacha20/$(DEPDIR)/libsodium_la-stream_xchacha20.Plo
|
2822
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/xchacha20/stream_xchacha20.c' object='crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo' libtool=yes @AMDEPBACKSLASH@
|
3001
2823
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3002
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/
|
2824
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo `test -f 'crypto_stream/xchacha20/stream_xchacha20.c' || echo '$(srcdir)/'`crypto_stream/xchacha20/stream_xchacha20.c
|
3003
2825
|
|
3004
|
-
|
3005
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(
|
3006
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv)
|
3007
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='
|
2826
|
+
crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo: crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c
|
2827
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo -MD -MP -MF crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/libsse2_la-poly1305_sse2.Tpo -c -o crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo `test -f 'crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c
|
2828
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/libsse2_la-poly1305_sse2.Tpo crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/libsse2_la-poly1305_sse2.Plo
|
2829
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c' object='crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo' libtool=yes @AMDEPBACKSLASH@
|
3008
2830
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3009
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(
|
2831
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo `test -f 'crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c
|
3010
2832
|
|
3011
2833
|
crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo: crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c
|
3012
2834
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/libsse2_la-pwhash_scryptsalsa208sha256_sse.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c
|
@@ -3015,26 +2837,26 @@ crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_ss
|
|
3015
2837
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3016
2838
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c
|
3017
2839
|
|
3018
|
-
|
3019
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT
|
3020
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv)
|
3021
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='
|
2840
|
+
crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo: crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c
|
2841
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo -MD -MP -MF crypto_stream/salsa20/xmm6int/$(DEPDIR)/libsse2_la-salsa20_xmm6int-sse2.Tpo -c -o crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo `test -f 'crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c
|
2842
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa20/xmm6int/$(DEPDIR)/libsse2_la-salsa20_xmm6int-sse2.Tpo crypto_stream/salsa20/xmm6int/$(DEPDIR)/libsse2_la-salsa20_xmm6int-sse2.Plo
|
2843
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c' object='crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo' libtool=yes @AMDEPBACKSLASH@
|
3022
2844
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3023
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o
|
2845
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo `test -f 'crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c
|
3024
2846
|
|
3025
|
-
crypto_generichash/
|
3026
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse41_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/
|
3027
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/
|
3028
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/
|
2847
|
+
crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo: crypto_generichash/blake2b/ref/blake2b-compress-sse41.c
|
2848
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse41_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo -MD -MP -MF crypto_generichash/blake2b/ref/$(DEPDIR)/libsse41_la-blake2b-compress-sse41.Tpo -c -o crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-sse41.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-sse41.c
|
2849
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/blake2b/ref/$(DEPDIR)/libsse41_la-blake2b-compress-sse41.Tpo crypto_generichash/blake2b/ref/$(DEPDIR)/libsse41_la-blake2b-compress-sse41.Plo
|
2850
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/blake2b/ref/blake2b-compress-sse41.c' object='crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo' libtool=yes @AMDEPBACKSLASH@
|
3029
2851
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3030
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse41_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/
|
2852
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse41_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-sse41.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-sse41.c
|
3031
2853
|
|
3032
|
-
crypto_generichash/
|
3033
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/
|
3034
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/
|
3035
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/
|
2854
|
+
crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo: crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c
|
2855
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo -MD -MP -MF crypto_generichash/blake2b/ref/$(DEPDIR)/libssse3_la-blake2b-compress-ssse3.Tpo -c -o crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c
|
2856
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/blake2b/ref/$(DEPDIR)/libssse3_la-blake2b-compress-ssse3.Tpo crypto_generichash/blake2b/ref/$(DEPDIR)/libssse3_la-blake2b-compress-ssse3.Plo
|
2857
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c' object='crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo' libtool=yes @AMDEPBACKSLASH@
|
3036
2858
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3037
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/
|
2859
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c
|
3038
2860
|
|
3039
2861
|
crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo: crypto_pwhash/argon2/argon2-fill-block-ssse3.c
|
3040
2862
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo -MD -MP -MF crypto_pwhash/argon2/$(DEPDIR)/libssse3_la-argon2-fill-block-ssse3.Tpo -c -o crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo `test -f 'crypto_pwhash/argon2/argon2-fill-block-ssse3.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-fill-block-ssse3.c
|
@@ -3043,12 +2865,12 @@ crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo: crypto_pwhash/argon
|
|
3043
2865
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3044
2866
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo `test -f 'crypto_pwhash/argon2/argon2-fill-block-ssse3.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-fill-block-ssse3.c
|
3045
2867
|
|
3046
|
-
crypto_stream/chacha20/
|
3047
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/chacha20/
|
3048
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/chacha20/
|
3049
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/chacha20/
|
2868
|
+
crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo: crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c
|
2869
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo -MD -MP -MF crypto_stream/chacha20/dolbeau/$(DEPDIR)/libssse3_la-chacha20_dolbeau-ssse3.Tpo -c -o crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo `test -f 'crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c' || echo '$(srcdir)/'`crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c
|
2870
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/chacha20/dolbeau/$(DEPDIR)/libssse3_la-chacha20_dolbeau-ssse3.Tpo crypto_stream/chacha20/dolbeau/$(DEPDIR)/libssse3_la-chacha20_dolbeau-ssse3.Plo
|
2871
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c' object='crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo' libtool=yes @AMDEPBACKSLASH@
|
3050
2872
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3051
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/chacha20/
|
2873
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo `test -f 'crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c' || echo '$(srcdir)/'`crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c
|
3052
2874
|
|
3053
2875
|
mostlyclean-libtool:
|
3054
2876
|
-rm -f *.lo
|
@@ -3057,34 +2879,30 @@ clean-libtool:
|
|
3057
2879
|
-rm -rf .libs _libs
|
3058
2880
|
-rm -rf crypto_aead/aes256gcm/aesni/.libs crypto_aead/aes256gcm/aesni/_libs
|
3059
2881
|
-rm -rf crypto_aead/chacha20poly1305/sodium/.libs crypto_aead/chacha20poly1305/sodium/_libs
|
2882
|
+
-rm -rf crypto_aead/xchacha20poly1305/sodium/.libs crypto_aead/xchacha20poly1305/sodium/_libs
|
3060
2883
|
-rm -rf crypto_auth/.libs crypto_auth/_libs
|
3061
2884
|
-rm -rf crypto_auth/hmacsha256/.libs crypto_auth/hmacsha256/_libs
|
3062
|
-
-rm -rf crypto_auth/hmacsha256/cp/.libs crypto_auth/hmacsha256/cp/_libs
|
3063
2885
|
-rm -rf crypto_auth/hmacsha512/.libs crypto_auth/hmacsha512/_libs
|
3064
|
-
-rm -rf crypto_auth/hmacsha512/cp/.libs crypto_auth/hmacsha512/cp/_libs
|
3065
2886
|
-rm -rf crypto_auth/hmacsha512256/.libs crypto_auth/hmacsha512256/_libs
|
3066
|
-
-rm -rf crypto_auth/hmacsha512256/cp/.libs crypto_auth/hmacsha512256/cp/_libs
|
3067
2887
|
-rm -rf crypto_box/.libs crypto_box/_libs
|
2888
|
+
-rm -rf crypto_box/curve25519xchacha20poly1305/.libs crypto_box/curve25519xchacha20poly1305/_libs
|
3068
2889
|
-rm -rf crypto_box/curve25519xsalsa20poly1305/.libs crypto_box/curve25519xsalsa20poly1305/_libs
|
3069
|
-
-rm -rf crypto_box/curve25519xsalsa20poly1305/ref/.libs crypto_box/curve25519xsalsa20poly1305/ref/_libs
|
3070
2890
|
-rm -rf crypto_core/curve25519/ref10/.libs crypto_core/curve25519/ref10/_libs
|
3071
2891
|
-rm -rf crypto_core/hchacha20/.libs crypto_core/hchacha20/_libs
|
3072
2892
|
-rm -rf crypto_core/hsalsa20/.libs crypto_core/hsalsa20/_libs
|
3073
2893
|
-rm -rf crypto_core/hsalsa20/ref2/.libs crypto_core/hsalsa20/ref2/_libs
|
3074
|
-
-rm -rf crypto_core/
|
3075
|
-
-rm -rf crypto_core/salsa20/ref/.libs crypto_core/salsa20/ref/_libs
|
3076
|
-
-rm -rf crypto_core/salsa2012/.libs crypto_core/salsa2012/_libs
|
3077
|
-
-rm -rf crypto_core/salsa2012/ref/.libs crypto_core/salsa2012/ref/_libs
|
3078
|
-
-rm -rf crypto_core/salsa208/.libs crypto_core/salsa208/_libs
|
3079
|
-
-rm -rf crypto_core/salsa208/ref/.libs crypto_core/salsa208/ref/_libs
|
2894
|
+
-rm -rf crypto_core/salsa/ref/.libs crypto_core/salsa/ref/_libs
|
3080
2895
|
-rm -rf crypto_generichash/.libs crypto_generichash/_libs
|
3081
|
-
-rm -rf crypto_generichash/
|
3082
|
-
-rm -rf crypto_generichash/
|
2896
|
+
-rm -rf crypto_generichash/blake2b/.libs crypto_generichash/blake2b/_libs
|
2897
|
+
-rm -rf crypto_generichash/blake2b/ref/.libs crypto_generichash/blake2b/ref/_libs
|
3083
2898
|
-rm -rf crypto_hash/.libs crypto_hash/_libs
|
3084
2899
|
-rm -rf crypto_hash/sha256/.libs crypto_hash/sha256/_libs
|
3085
2900
|
-rm -rf crypto_hash/sha256/cp/.libs crypto_hash/sha256/cp/_libs
|
3086
2901
|
-rm -rf crypto_hash/sha512/.libs crypto_hash/sha512/_libs
|
3087
2902
|
-rm -rf crypto_hash/sha512/cp/.libs crypto_hash/sha512/cp/_libs
|
2903
|
+
-rm -rf crypto_kdf/.libs crypto_kdf/_libs
|
2904
|
+
-rm -rf crypto_kdf/blake2b/.libs crypto_kdf/blake2b/_libs
|
2905
|
+
-rm -rf crypto_kx/.libs crypto_kx/_libs
|
3088
2906
|
-rm -rf crypto_onetimeauth/.libs crypto_onetimeauth/_libs
|
3089
2907
|
-rm -rf crypto_onetimeauth/poly1305/.libs crypto_onetimeauth/poly1305/_libs
|
3090
2908
|
-rm -rf crypto_onetimeauth/poly1305/donna/.libs crypto_onetimeauth/poly1305/donna/_libs
|
@@ -3100,8 +2918,8 @@ clean-libtool:
|
|
3100
2918
|
-rm -rf crypto_scalarmult/curve25519/ref10/.libs crypto_scalarmult/curve25519/ref10/_libs
|
3101
2919
|
-rm -rf crypto_scalarmult/curve25519/sandy2x/.libs crypto_scalarmult/curve25519/sandy2x/_libs
|
3102
2920
|
-rm -rf crypto_secretbox/.libs crypto_secretbox/_libs
|
2921
|
+
-rm -rf crypto_secretbox/xchacha20poly1305/.libs crypto_secretbox/xchacha20poly1305/_libs
|
3103
2922
|
-rm -rf crypto_secretbox/xsalsa20poly1305/.libs crypto_secretbox/xsalsa20poly1305/_libs
|
3104
|
-
-rm -rf crypto_secretbox/xsalsa20poly1305/ref/.libs crypto_secretbox/xsalsa20poly1305/ref/_libs
|
3105
2923
|
-rm -rf crypto_shorthash/.libs crypto_shorthash/_libs
|
3106
2924
|
-rm -rf crypto_shorthash/siphash24/.libs crypto_shorthash/siphash24/_libs
|
3107
2925
|
-rm -rf crypto_shorthash/siphash24/ref/.libs crypto_shorthash/siphash24/ref/_libs
|
@@ -3110,25 +2928,21 @@ clean-libtool:
|
|
3110
2928
|
-rm -rf crypto_sign/ed25519/ref10/.libs crypto_sign/ed25519/ref10/_libs
|
3111
2929
|
-rm -rf crypto_stream/.libs crypto_stream/_libs
|
3112
2930
|
-rm -rf crypto_stream/aes128ctr/.libs crypto_stream/aes128ctr/_libs
|
3113
|
-
-rm -rf crypto_stream/aes128ctr/
|
2931
|
+
-rm -rf crypto_stream/aes128ctr/nacl/.libs crypto_stream/aes128ctr/nacl/_libs
|
3114
2932
|
-rm -rf crypto_stream/chacha20/.libs crypto_stream/chacha20/_libs
|
2933
|
+
-rm -rf crypto_stream/chacha20/dolbeau/.libs crypto_stream/chacha20/dolbeau/_libs
|
3115
2934
|
-rm -rf crypto_stream/chacha20/ref/.libs crypto_stream/chacha20/ref/_libs
|
3116
|
-
-rm -rf crypto_stream/chacha20/vec/.libs crypto_stream/chacha20/vec/_libs
|
3117
2935
|
-rm -rf crypto_stream/salsa20/.libs crypto_stream/salsa20/_libs
|
3118
|
-
-rm -rf crypto_stream/salsa20/amd64_xmm6/.libs crypto_stream/salsa20/amd64_xmm6/_libs
|
3119
2936
|
-rm -rf crypto_stream/salsa20/ref/.libs crypto_stream/salsa20/ref/_libs
|
2937
|
+
-rm -rf crypto_stream/salsa20/xmm6/.libs crypto_stream/salsa20/xmm6/_libs
|
2938
|
+
-rm -rf crypto_stream/salsa20/xmm6int/.libs crypto_stream/salsa20/xmm6int/_libs
|
3120
2939
|
-rm -rf crypto_stream/salsa2012/.libs crypto_stream/salsa2012/_libs
|
3121
2940
|
-rm -rf crypto_stream/salsa2012/ref/.libs crypto_stream/salsa2012/ref/_libs
|
3122
2941
|
-rm -rf crypto_stream/salsa208/.libs crypto_stream/salsa208/_libs
|
3123
2942
|
-rm -rf crypto_stream/salsa208/ref/.libs crypto_stream/salsa208/ref/_libs
|
2943
|
+
-rm -rf crypto_stream/xchacha20/.libs crypto_stream/xchacha20/_libs
|
3124
2944
|
-rm -rf crypto_stream/xsalsa20/.libs crypto_stream/xsalsa20/_libs
|
3125
|
-
-rm -rf
|
3126
|
-
-rm -rf crypto_verify/16/.libs crypto_verify/16/_libs
|
3127
|
-
-rm -rf crypto_verify/16/ref/.libs crypto_verify/16/ref/_libs
|
3128
|
-
-rm -rf crypto_verify/32/.libs crypto_verify/32/_libs
|
3129
|
-
-rm -rf crypto_verify/32/ref/.libs crypto_verify/32/ref/_libs
|
3130
|
-
-rm -rf crypto_verify/64/.libs crypto_verify/64/_libs
|
3131
|
-
-rm -rf crypto_verify/64/ref/.libs crypto_verify/64/ref/_libs
|
2945
|
+
-rm -rf crypto_verify/sodium/.libs crypto_verify/sodium/_libs
|
3132
2946
|
-rm -rf randombytes/.libs randombytes/_libs
|
3133
2947
|
-rm -rf randombytes/nativeclient/.libs randombytes/nativeclient/_libs
|
3134
2948
|
-rm -rf randombytes/salsa20/.libs randombytes/salsa20/_libs
|
@@ -3349,26 +3163,22 @@ distclean-generic:
|
|
3349
3163
|
-rm -f crypto_aead/aes256gcm/aesni/$(am__dirstamp)
|
3350
3164
|
-rm -f crypto_aead/chacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp)
|
3351
3165
|
-rm -f crypto_aead/chacha20poly1305/sodium/$(am__dirstamp)
|
3166
|
+
-rm -f crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp)
|
3167
|
+
-rm -f crypto_aead/xchacha20poly1305/sodium/$(am__dirstamp)
|
3352
3168
|
-rm -f crypto_auth/$(DEPDIR)/$(am__dirstamp)
|
3353
3169
|
-rm -f crypto_auth/$(am__dirstamp)
|
3354
3170
|
-rm -f crypto_auth/hmacsha256/$(DEPDIR)/$(am__dirstamp)
|
3355
3171
|
-rm -f crypto_auth/hmacsha256/$(am__dirstamp)
|
3356
|
-
-rm -f crypto_auth/hmacsha256/cp/$(DEPDIR)/$(am__dirstamp)
|
3357
|
-
-rm -f crypto_auth/hmacsha256/cp/$(am__dirstamp)
|
3358
3172
|
-rm -f crypto_auth/hmacsha512/$(DEPDIR)/$(am__dirstamp)
|
3359
3173
|
-rm -f crypto_auth/hmacsha512/$(am__dirstamp)
|
3360
|
-
-rm -f crypto_auth/hmacsha512/cp/$(DEPDIR)/$(am__dirstamp)
|
3361
|
-
-rm -f crypto_auth/hmacsha512/cp/$(am__dirstamp)
|
3362
3174
|
-rm -f crypto_auth/hmacsha512256/$(DEPDIR)/$(am__dirstamp)
|
3363
3175
|
-rm -f crypto_auth/hmacsha512256/$(am__dirstamp)
|
3364
|
-
-rm -f crypto_auth/hmacsha512256/cp/$(DEPDIR)/$(am__dirstamp)
|
3365
|
-
-rm -f crypto_auth/hmacsha512256/cp/$(am__dirstamp)
|
3366
3176
|
-rm -f crypto_box/$(DEPDIR)/$(am__dirstamp)
|
3367
3177
|
-rm -f crypto_box/$(am__dirstamp)
|
3178
|
+
-rm -f crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
|
3179
|
+
-rm -f crypto_box/curve25519xchacha20poly1305/$(am__dirstamp)
|
3368
3180
|
-rm -f crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
|
3369
3181
|
-rm -f crypto_box/curve25519xsalsa20poly1305/$(am__dirstamp)
|
3370
|
-
-rm -f crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
3371
|
-
-rm -f crypto_box/curve25519xsalsa20poly1305/ref/$(am__dirstamp)
|
3372
3182
|
-rm -f crypto_core/curve25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
3373
3183
|
-rm -f crypto_core/curve25519/ref10/$(am__dirstamp)
|
3374
3184
|
-rm -f crypto_core/hchacha20/$(DEPDIR)/$(am__dirstamp)
|
@@ -3377,24 +3187,14 @@ distclean-generic:
|
|
3377
3187
|
-rm -f crypto_core/hsalsa20/$(am__dirstamp)
|
3378
3188
|
-rm -f crypto_core/hsalsa20/ref2/$(DEPDIR)/$(am__dirstamp)
|
3379
3189
|
-rm -f crypto_core/hsalsa20/ref2/$(am__dirstamp)
|
3380
|
-
-rm -f crypto_core/
|
3381
|
-
-rm -f crypto_core/
|
3382
|
-
-rm -f crypto_core/salsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
3383
|
-
-rm -f crypto_core/salsa20/ref/$(am__dirstamp)
|
3384
|
-
-rm -f crypto_core/salsa2012/$(DEPDIR)/$(am__dirstamp)
|
3385
|
-
-rm -f crypto_core/salsa2012/$(am__dirstamp)
|
3386
|
-
-rm -f crypto_core/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
|
3387
|
-
-rm -f crypto_core/salsa2012/ref/$(am__dirstamp)
|
3388
|
-
-rm -f crypto_core/salsa208/$(DEPDIR)/$(am__dirstamp)
|
3389
|
-
-rm -f crypto_core/salsa208/$(am__dirstamp)
|
3390
|
-
-rm -f crypto_core/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
|
3391
|
-
-rm -f crypto_core/salsa208/ref/$(am__dirstamp)
|
3190
|
+
-rm -f crypto_core/salsa/ref/$(DEPDIR)/$(am__dirstamp)
|
3191
|
+
-rm -f crypto_core/salsa/ref/$(am__dirstamp)
|
3392
3192
|
-rm -f crypto_generichash/$(DEPDIR)/$(am__dirstamp)
|
3393
3193
|
-rm -f crypto_generichash/$(am__dirstamp)
|
3394
|
-
-rm -f crypto_generichash/
|
3395
|
-
-rm -f crypto_generichash/
|
3396
|
-
-rm -f crypto_generichash/
|
3397
|
-
-rm -f crypto_generichash/
|
3194
|
+
-rm -f crypto_generichash/blake2b/$(DEPDIR)/$(am__dirstamp)
|
3195
|
+
-rm -f crypto_generichash/blake2b/$(am__dirstamp)
|
3196
|
+
-rm -f crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
|
3197
|
+
-rm -f crypto_generichash/blake2b/ref/$(am__dirstamp)
|
3398
3198
|
-rm -f crypto_hash/$(DEPDIR)/$(am__dirstamp)
|
3399
3199
|
-rm -f crypto_hash/$(am__dirstamp)
|
3400
3200
|
-rm -f crypto_hash/sha256/$(DEPDIR)/$(am__dirstamp)
|
@@ -3405,6 +3205,12 @@ distclean-generic:
|
|
3405
3205
|
-rm -f crypto_hash/sha512/$(am__dirstamp)
|
3406
3206
|
-rm -f crypto_hash/sha512/cp/$(DEPDIR)/$(am__dirstamp)
|
3407
3207
|
-rm -f crypto_hash/sha512/cp/$(am__dirstamp)
|
3208
|
+
-rm -f crypto_kdf/$(DEPDIR)/$(am__dirstamp)
|
3209
|
+
-rm -f crypto_kdf/$(am__dirstamp)
|
3210
|
+
-rm -f crypto_kdf/blake2b/$(DEPDIR)/$(am__dirstamp)
|
3211
|
+
-rm -f crypto_kdf/blake2b/$(am__dirstamp)
|
3212
|
+
-rm -f crypto_kx/$(DEPDIR)/$(am__dirstamp)
|
3213
|
+
-rm -f crypto_kx/$(am__dirstamp)
|
3408
3214
|
-rm -f crypto_onetimeauth/$(DEPDIR)/$(am__dirstamp)
|
3409
3215
|
-rm -f crypto_onetimeauth/$(am__dirstamp)
|
3410
3216
|
-rm -f crypto_onetimeauth/poly1305/$(DEPDIR)/$(am__dirstamp)
|
@@ -3435,10 +3241,10 @@ distclean-generic:
|
|
3435
3241
|
-rm -f crypto_scalarmult/curve25519/sandy2x/$(am__dirstamp)
|
3436
3242
|
-rm -f crypto_secretbox/$(DEPDIR)/$(am__dirstamp)
|
3437
3243
|
-rm -f crypto_secretbox/$(am__dirstamp)
|
3244
|
+
-rm -f crypto_secretbox/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
|
3245
|
+
-rm -f crypto_secretbox/xchacha20poly1305/$(am__dirstamp)
|
3438
3246
|
-rm -f crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
|
3439
3247
|
-rm -f crypto_secretbox/xsalsa20poly1305/$(am__dirstamp)
|
3440
|
-
-rm -f crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
3441
|
-
-rm -f crypto_secretbox/xsalsa20poly1305/ref/$(am__dirstamp)
|
3442
3248
|
-rm -f crypto_shorthash/$(DEPDIR)/$(am__dirstamp)
|
3443
3249
|
-rm -f crypto_shorthash/$(am__dirstamp)
|
3444
3250
|
-rm -f crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp)
|
@@ -3455,20 +3261,22 @@ distclean-generic:
|
|
3455
3261
|
-rm -f crypto_stream/$(am__dirstamp)
|
3456
3262
|
-rm -f crypto_stream/aes128ctr/$(DEPDIR)/$(am__dirstamp)
|
3457
3263
|
-rm -f crypto_stream/aes128ctr/$(am__dirstamp)
|
3458
|
-
-rm -f crypto_stream/aes128ctr/
|
3459
|
-
-rm -f crypto_stream/aes128ctr/
|
3264
|
+
-rm -f crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
3265
|
+
-rm -f crypto_stream/aes128ctr/nacl/$(am__dirstamp)
|
3460
3266
|
-rm -f crypto_stream/chacha20/$(DEPDIR)/$(am__dirstamp)
|
3461
3267
|
-rm -f crypto_stream/chacha20/$(am__dirstamp)
|
3268
|
+
-rm -f crypto_stream/chacha20/dolbeau/$(DEPDIR)/$(am__dirstamp)
|
3269
|
+
-rm -f crypto_stream/chacha20/dolbeau/$(am__dirstamp)
|
3462
3270
|
-rm -f crypto_stream/chacha20/ref/$(DEPDIR)/$(am__dirstamp)
|
3463
3271
|
-rm -f crypto_stream/chacha20/ref/$(am__dirstamp)
|
3464
|
-
-rm -f crypto_stream/chacha20/vec/$(DEPDIR)/$(am__dirstamp)
|
3465
|
-
-rm -f crypto_stream/chacha20/vec/$(am__dirstamp)
|
3466
3272
|
-rm -f crypto_stream/salsa20/$(DEPDIR)/$(am__dirstamp)
|
3467
3273
|
-rm -f crypto_stream/salsa20/$(am__dirstamp)
|
3468
|
-
-rm -f crypto_stream/salsa20/amd64_xmm6/$(DEPDIR)/$(am__dirstamp)
|
3469
|
-
-rm -f crypto_stream/salsa20/amd64_xmm6/$(am__dirstamp)
|
3470
3274
|
-rm -f crypto_stream/salsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
3471
3275
|
-rm -f crypto_stream/salsa20/ref/$(am__dirstamp)
|
3276
|
+
-rm -f crypto_stream/salsa20/xmm6/$(DEPDIR)/$(am__dirstamp)
|
3277
|
+
-rm -f crypto_stream/salsa20/xmm6/$(am__dirstamp)
|
3278
|
+
-rm -f crypto_stream/salsa20/xmm6int/$(DEPDIR)/$(am__dirstamp)
|
3279
|
+
-rm -f crypto_stream/salsa20/xmm6int/$(am__dirstamp)
|
3472
3280
|
-rm -f crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp)
|
3473
3281
|
-rm -f crypto_stream/salsa2012/$(am__dirstamp)
|
3474
3282
|
-rm -f crypto_stream/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
|
@@ -3477,22 +3285,12 @@ distclean-generic:
|
|
3477
3285
|
-rm -f crypto_stream/salsa208/$(am__dirstamp)
|
3478
3286
|
-rm -f crypto_stream/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
|
3479
3287
|
-rm -f crypto_stream/salsa208/ref/$(am__dirstamp)
|
3288
|
+
-rm -f crypto_stream/xchacha20/$(DEPDIR)/$(am__dirstamp)
|
3289
|
+
-rm -f crypto_stream/xchacha20/$(am__dirstamp)
|
3480
3290
|
-rm -f crypto_stream/xsalsa20/$(DEPDIR)/$(am__dirstamp)
|
3481
3291
|
-rm -f crypto_stream/xsalsa20/$(am__dirstamp)
|
3482
|
-
-rm -f
|
3483
|
-
-rm -f
|
3484
|
-
-rm -f crypto_verify/16/$(DEPDIR)/$(am__dirstamp)
|
3485
|
-
-rm -f crypto_verify/16/$(am__dirstamp)
|
3486
|
-
-rm -f crypto_verify/16/ref/$(DEPDIR)/$(am__dirstamp)
|
3487
|
-
-rm -f crypto_verify/16/ref/$(am__dirstamp)
|
3488
|
-
-rm -f crypto_verify/32/$(DEPDIR)/$(am__dirstamp)
|
3489
|
-
-rm -f crypto_verify/32/$(am__dirstamp)
|
3490
|
-
-rm -f crypto_verify/32/ref/$(DEPDIR)/$(am__dirstamp)
|
3491
|
-
-rm -f crypto_verify/32/ref/$(am__dirstamp)
|
3492
|
-
-rm -f crypto_verify/64/$(DEPDIR)/$(am__dirstamp)
|
3493
|
-
-rm -f crypto_verify/64/$(am__dirstamp)
|
3494
|
-
-rm -f crypto_verify/64/ref/$(DEPDIR)/$(am__dirstamp)
|
3495
|
-
-rm -f crypto_verify/64/ref/$(am__dirstamp)
|
3292
|
+
-rm -f crypto_verify/sodium/$(DEPDIR)/$(am__dirstamp)
|
3293
|
+
-rm -f crypto_verify/sodium/$(am__dirstamp)
|
3496
3294
|
-rm -f randombytes/$(DEPDIR)/$(am__dirstamp)
|
3497
3295
|
-rm -f randombytes/$(am__dirstamp)
|
3498
3296
|
-rm -f randombytes/nativeclient/$(DEPDIR)/$(am__dirstamp)
|
@@ -3513,7 +3311,7 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
|
|
3513
3311
|
clean-noinstLTLIBRARIES mostlyclean-am
|
3514
3312
|
|
3515
3313
|
distclean: distclean-recursive
|
3516
|
-
-rm -rf crypto_aead/aes256gcm/aesni/$(DEPDIR) crypto_aead/chacha20poly1305/sodium/$(DEPDIR)
|
3314
|
+
-rm -rf crypto_aead/aes256gcm/aesni/$(DEPDIR) crypto_aead/chacha20poly1305/sodium/$(DEPDIR) crypto_aead/xchacha20poly1305/sodium/$(DEPDIR) crypto_auth/$(DEPDIR) crypto_auth/hmacsha256/$(DEPDIR) crypto_auth/hmacsha512/$(DEPDIR) crypto_auth/hmacsha512256/$(DEPDIR) crypto_box/$(DEPDIR) crypto_box/curve25519xchacha20poly1305/$(DEPDIR) crypto_box/curve25519xsalsa20poly1305/$(DEPDIR) crypto_core/curve25519/ref10/$(DEPDIR) crypto_core/hchacha20/$(DEPDIR) crypto_core/hsalsa20/$(DEPDIR) crypto_core/hsalsa20/ref2/$(DEPDIR) crypto_core/salsa/ref/$(DEPDIR) crypto_generichash/$(DEPDIR) crypto_generichash/blake2b/$(DEPDIR) crypto_generichash/blake2b/ref/$(DEPDIR) crypto_hash/$(DEPDIR) crypto_hash/sha256/$(DEPDIR) crypto_hash/sha256/cp/$(DEPDIR) crypto_hash/sha512/$(DEPDIR) crypto_hash/sha512/cp/$(DEPDIR) crypto_kdf/$(DEPDIR) crypto_kdf/blake2b/$(DEPDIR) crypto_kx/$(DEPDIR) crypto_onetimeauth/$(DEPDIR) crypto_onetimeauth/poly1305/$(DEPDIR) crypto_onetimeauth/poly1305/donna/$(DEPDIR) crypto_onetimeauth/poly1305/sse2/$(DEPDIR) crypto_pwhash/$(DEPDIR) crypto_pwhash/argon2/$(DEPDIR) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR) crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR) crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR) crypto_scalarmult/$(DEPDIR) crypto_scalarmult/curve25519/$(DEPDIR) crypto_scalarmult/curve25519/donna_c64/$(DEPDIR) crypto_scalarmult/curve25519/ref10/$(DEPDIR) crypto_scalarmult/curve25519/sandy2x/$(DEPDIR) crypto_secretbox/$(DEPDIR) crypto_secretbox/xchacha20poly1305/$(DEPDIR) crypto_secretbox/xsalsa20poly1305/$(DEPDIR) crypto_shorthash/$(DEPDIR) crypto_shorthash/siphash24/$(DEPDIR) crypto_shorthash/siphash24/ref/$(DEPDIR) crypto_sign/$(DEPDIR) crypto_sign/ed25519/$(DEPDIR) crypto_sign/ed25519/ref10/$(DEPDIR) crypto_stream/$(DEPDIR) crypto_stream/aes128ctr/$(DEPDIR) crypto_stream/aes128ctr/nacl/$(DEPDIR) crypto_stream/chacha20/$(DEPDIR) crypto_stream/chacha20/dolbeau/$(DEPDIR) crypto_stream/chacha20/ref/$(DEPDIR) crypto_stream/salsa20/$(DEPDIR) crypto_stream/salsa20/ref/$(DEPDIR) crypto_stream/salsa20/xmm6/$(DEPDIR) crypto_stream/salsa20/xmm6int/$(DEPDIR) crypto_stream/salsa2012/$(DEPDIR) crypto_stream/salsa2012/ref/$(DEPDIR) crypto_stream/salsa208/$(DEPDIR) crypto_stream/salsa208/ref/$(DEPDIR) crypto_stream/xchacha20/$(DEPDIR) crypto_stream/xsalsa20/$(DEPDIR) crypto_verify/sodium/$(DEPDIR) randombytes/$(DEPDIR) randombytes/nativeclient/$(DEPDIR) randombytes/salsa20/$(DEPDIR) randombytes/sysrandom/$(DEPDIR) sodium/$(DEPDIR)
|
3517
3315
|
-rm -f Makefile
|
3518
3316
|
distclean-am: clean-am distclean-compile distclean-generic \
|
3519
3317
|
distclean-tags
|
@@ -3559,7 +3357,7 @@ install-ps-am:
|
|
3559
3357
|
installcheck-am:
|
3560
3358
|
|
3561
3359
|
maintainer-clean: maintainer-clean-recursive
|
3562
|
-
-rm -rf crypto_aead/aes256gcm/aesni/$(DEPDIR) crypto_aead/chacha20poly1305/sodium/$(DEPDIR)
|
3360
|
+
-rm -rf crypto_aead/aes256gcm/aesni/$(DEPDIR) crypto_aead/chacha20poly1305/sodium/$(DEPDIR) crypto_aead/xchacha20poly1305/sodium/$(DEPDIR) crypto_auth/$(DEPDIR) crypto_auth/hmacsha256/$(DEPDIR) crypto_auth/hmacsha512/$(DEPDIR) crypto_auth/hmacsha512256/$(DEPDIR) crypto_box/$(DEPDIR) crypto_box/curve25519xchacha20poly1305/$(DEPDIR) crypto_box/curve25519xsalsa20poly1305/$(DEPDIR) crypto_core/curve25519/ref10/$(DEPDIR) crypto_core/hchacha20/$(DEPDIR) crypto_core/hsalsa20/$(DEPDIR) crypto_core/hsalsa20/ref2/$(DEPDIR) crypto_core/salsa/ref/$(DEPDIR) crypto_generichash/$(DEPDIR) crypto_generichash/blake2b/$(DEPDIR) crypto_generichash/blake2b/ref/$(DEPDIR) crypto_hash/$(DEPDIR) crypto_hash/sha256/$(DEPDIR) crypto_hash/sha256/cp/$(DEPDIR) crypto_hash/sha512/$(DEPDIR) crypto_hash/sha512/cp/$(DEPDIR) crypto_kdf/$(DEPDIR) crypto_kdf/blake2b/$(DEPDIR) crypto_kx/$(DEPDIR) crypto_onetimeauth/$(DEPDIR) crypto_onetimeauth/poly1305/$(DEPDIR) crypto_onetimeauth/poly1305/donna/$(DEPDIR) crypto_onetimeauth/poly1305/sse2/$(DEPDIR) crypto_pwhash/$(DEPDIR) crypto_pwhash/argon2/$(DEPDIR) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR) crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR) crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR) crypto_scalarmult/$(DEPDIR) crypto_scalarmult/curve25519/$(DEPDIR) crypto_scalarmult/curve25519/donna_c64/$(DEPDIR) crypto_scalarmult/curve25519/ref10/$(DEPDIR) crypto_scalarmult/curve25519/sandy2x/$(DEPDIR) crypto_secretbox/$(DEPDIR) crypto_secretbox/xchacha20poly1305/$(DEPDIR) crypto_secretbox/xsalsa20poly1305/$(DEPDIR) crypto_shorthash/$(DEPDIR) crypto_shorthash/siphash24/$(DEPDIR) crypto_shorthash/siphash24/ref/$(DEPDIR) crypto_sign/$(DEPDIR) crypto_sign/ed25519/$(DEPDIR) crypto_sign/ed25519/ref10/$(DEPDIR) crypto_stream/$(DEPDIR) crypto_stream/aes128ctr/$(DEPDIR) crypto_stream/aes128ctr/nacl/$(DEPDIR) crypto_stream/chacha20/$(DEPDIR) crypto_stream/chacha20/dolbeau/$(DEPDIR) crypto_stream/chacha20/ref/$(DEPDIR) crypto_stream/salsa20/$(DEPDIR) crypto_stream/salsa20/ref/$(DEPDIR) crypto_stream/salsa20/xmm6/$(DEPDIR) crypto_stream/salsa20/xmm6int/$(DEPDIR) crypto_stream/salsa2012/$(DEPDIR) crypto_stream/salsa2012/ref/$(DEPDIR) crypto_stream/salsa208/$(DEPDIR) crypto_stream/salsa208/ref/$(DEPDIR) crypto_stream/xchacha20/$(DEPDIR) crypto_stream/xsalsa20/$(DEPDIR) crypto_verify/sodium/$(DEPDIR) randombytes/$(DEPDIR) randombytes/nativeclient/$(DEPDIR) randombytes/salsa20/$(DEPDIR) randombytes/sysrandom/$(DEPDIR) sodium/$(DEPDIR)
|
3563
3361
|
-rm -f Makefile
|
3564
3362
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
3565
3363
|
|