mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
update makefiles
This commit is contained in:
parent
e77ad636e7
commit
305a589d64
5 changed files with 64 additions and 24 deletions
|
|
@ -2582,6 +2582,10 @@
|
|||
RelativePath="src\stream\chacha\chacha_keystream.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stream\chacha\chacha_memory.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stream\chacha\chacha_setup.c"
|
||||
>
|
||||
|
|
@ -2598,6 +2602,10 @@
|
|||
RelativePath="src\stream\rabbit\rabbit.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stream\rabbit\rabbit_memory.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="rc4"
|
||||
|
|
@ -2606,6 +2614,10 @@
|
|||
RelativePath="src\stream\rc4\rc4_stream.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stream\rc4\rc4_stream_memory.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stream\rc4\rc4_test.c"
|
||||
>
|
||||
|
|
@ -2630,6 +2642,10 @@
|
|||
RelativePath="src\stream\salsa20\salsa20_keystream.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stream\salsa20\salsa20_memory.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stream\salsa20\salsa20_setup.c"
|
||||
>
|
||||
|
|
@ -2638,6 +2654,10 @@
|
|||
RelativePath="src\stream\salsa20\salsa20_test.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stream\salsa20\xsalsa20_memory.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stream\salsa20\xsalsa20_setup.c"
|
||||
>
|
||||
|
|
@ -2654,6 +2674,10 @@
|
|||
RelativePath="src\stream\sober128\sober128_stream.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stream\sober128\sober128_stream_memory.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stream\sober128\sober128_test.c"
|
||||
>
|
||||
|
|
@ -2710,6 +2734,10 @@
|
|||
RelativePath="src\stream\sosemanuk\sosemanuk.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stream\sosemanuk\sosemanuk_memory.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="src\stream\sosemanuk\sosemanuk_test.c"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -199,14 +199,17 @@ src/pk/rsa/rsa_sign_saltlen_get.o src/pk/rsa/rsa_verify_hash.o src/prngs/chacha2
|
|||
src/prngs/rc4.o src/prngs/rng_get_bytes.o src/prngs/rng_make_prng.o src/prngs/sober128.o \
|
||||
src/prngs/sprng.o src/prngs/yarrow.o src/stream/chacha/chacha_crypt.o src/stream/chacha/chacha_done.o \
|
||||
src/stream/chacha/chacha_ivctr32.o src/stream/chacha/chacha_ivctr64.o \
|
||||
src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o \
|
||||
src/stream/rabbit/rabbit.o src/stream/rc4/rc4_stream.o src/stream/rc4/rc4_test.o \
|
||||
src/stream/salsa20/salsa20_crypt.o src/stream/salsa20/salsa20_done.o \
|
||||
src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_memory.o \
|
||||
src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o src/stream/rabbit/rabbit.o \
|
||||
src/stream/rabbit/rabbit_memory.o src/stream/rc4/rc4_stream.o src/stream/rc4/rc4_stream_memory.o \
|
||||
src/stream/rc4/rc4_test.o src/stream/salsa20/salsa20_crypt.o src/stream/salsa20/salsa20_done.o \
|
||||
src/stream/salsa20/salsa20_ivctr64.o src/stream/salsa20/salsa20_keystream.o \
|
||||
src/stream/salsa20/salsa20_setup.o src/stream/salsa20/salsa20_test.o \
|
||||
src/stream/salsa20/salsa20_memory.o src/stream/salsa20/salsa20_setup.o \
|
||||
src/stream/salsa20/salsa20_test.o src/stream/salsa20/xsalsa20_memory.o \
|
||||
src/stream/salsa20/xsalsa20_setup.o src/stream/salsa20/xsalsa20_test.o \
|
||||
src/stream/sober128/sober128_stream.o src/stream/sober128/sober128_test.o \
|
||||
src/stream/sosemanuk/sosemanuk.o src/stream/sosemanuk/sosemanuk_test.o
|
||||
src/stream/sober128/sober128_stream.o src/stream/sober128/sober128_stream_memory.o \
|
||||
src/stream/sober128/sober128_test.o src/stream/sosemanuk/sosemanuk.o \
|
||||
src/stream/sosemanuk/sosemanuk_memory.o src/stream/sosemanuk/sosemanuk_test.o
|
||||
|
||||
#List of test objects to compile
|
||||
TOBJECTS=tests/base16_test.o tests/base32_test.o tests/base64_test.o tests/cipher_hash_test.o \
|
||||
|
|
|
|||
|
|
@ -192,14 +192,17 @@ src/pk/rsa/rsa_sign_saltlen_get.obj src/pk/rsa/rsa_verify_hash.obj src/prngs/cha
|
|||
src/prngs/rc4.obj src/prngs/rng_get_bytes.obj src/prngs/rng_make_prng.obj src/prngs/sober128.obj \
|
||||
src/prngs/sprng.obj src/prngs/yarrow.obj src/stream/chacha/chacha_crypt.obj src/stream/chacha/chacha_done.obj \
|
||||
src/stream/chacha/chacha_ivctr32.obj src/stream/chacha/chacha_ivctr64.obj \
|
||||
src/stream/chacha/chacha_keystream.obj src/stream/chacha/chacha_setup.obj src/stream/chacha/chacha_test.obj \
|
||||
src/stream/rabbit/rabbit.obj src/stream/rc4/rc4_stream.obj src/stream/rc4/rc4_test.obj \
|
||||
src/stream/salsa20/salsa20_crypt.obj src/stream/salsa20/salsa20_done.obj \
|
||||
src/stream/chacha/chacha_keystream.obj src/stream/chacha/chacha_memory.obj \
|
||||
src/stream/chacha/chacha_setup.obj src/stream/chacha/chacha_test.obj src/stream/rabbit/rabbit.obj \
|
||||
src/stream/rabbit/rabbit_memory.obj src/stream/rc4/rc4_stream.obj src/stream/rc4/rc4_stream_memory.obj \
|
||||
src/stream/rc4/rc4_test.obj src/stream/salsa20/salsa20_crypt.obj src/stream/salsa20/salsa20_done.obj \
|
||||
src/stream/salsa20/salsa20_ivctr64.obj src/stream/salsa20/salsa20_keystream.obj \
|
||||
src/stream/salsa20/salsa20_setup.obj src/stream/salsa20/salsa20_test.obj \
|
||||
src/stream/salsa20/salsa20_memory.obj src/stream/salsa20/salsa20_setup.obj \
|
||||
src/stream/salsa20/salsa20_test.obj src/stream/salsa20/xsalsa20_memory.obj \
|
||||
src/stream/salsa20/xsalsa20_setup.obj src/stream/salsa20/xsalsa20_test.obj \
|
||||
src/stream/sober128/sober128_stream.obj src/stream/sober128/sober128_test.obj \
|
||||
src/stream/sosemanuk/sosemanuk.obj src/stream/sosemanuk/sosemanuk_test.obj
|
||||
src/stream/sober128/sober128_stream.obj src/stream/sober128/sober128_stream_memory.obj \
|
||||
src/stream/sober128/sober128_test.obj src/stream/sosemanuk/sosemanuk.obj \
|
||||
src/stream/sosemanuk/sosemanuk_memory.obj src/stream/sosemanuk/sosemanuk_test.obj
|
||||
|
||||
#List of test objects to compile
|
||||
TOBJECTS=tests/base16_test.obj tests/base32_test.obj tests/base64_test.obj tests/cipher_hash_test.obj \
|
||||
|
|
|
|||
|
|
@ -209,14 +209,17 @@ src/pk/rsa/rsa_sign_saltlen_get.o src/pk/rsa/rsa_verify_hash.o src/prngs/chacha2
|
|||
src/prngs/rc4.o src/prngs/rng_get_bytes.o src/prngs/rng_make_prng.o src/prngs/sober128.o \
|
||||
src/prngs/sprng.o src/prngs/yarrow.o src/stream/chacha/chacha_crypt.o src/stream/chacha/chacha_done.o \
|
||||
src/stream/chacha/chacha_ivctr32.o src/stream/chacha/chacha_ivctr64.o \
|
||||
src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o \
|
||||
src/stream/rabbit/rabbit.o src/stream/rc4/rc4_stream.o src/stream/rc4/rc4_test.o \
|
||||
src/stream/salsa20/salsa20_crypt.o src/stream/salsa20/salsa20_done.o \
|
||||
src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_memory.o \
|
||||
src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o src/stream/rabbit/rabbit.o \
|
||||
src/stream/rabbit/rabbit_memory.o src/stream/rc4/rc4_stream.o src/stream/rc4/rc4_stream_memory.o \
|
||||
src/stream/rc4/rc4_test.o src/stream/salsa20/salsa20_crypt.o src/stream/salsa20/salsa20_done.o \
|
||||
src/stream/salsa20/salsa20_ivctr64.o src/stream/salsa20/salsa20_keystream.o \
|
||||
src/stream/salsa20/salsa20_setup.o src/stream/salsa20/salsa20_test.o \
|
||||
src/stream/salsa20/salsa20_memory.o src/stream/salsa20/salsa20_setup.o \
|
||||
src/stream/salsa20/salsa20_test.o src/stream/salsa20/xsalsa20_memory.o \
|
||||
src/stream/salsa20/xsalsa20_setup.o src/stream/salsa20/xsalsa20_test.o \
|
||||
src/stream/sober128/sober128_stream.o src/stream/sober128/sober128_test.o \
|
||||
src/stream/sosemanuk/sosemanuk.o src/stream/sosemanuk/sosemanuk_test.o
|
||||
src/stream/sober128/sober128_stream.o src/stream/sober128/sober128_stream_memory.o \
|
||||
src/stream/sober128/sober128_test.o src/stream/sosemanuk/sosemanuk.o \
|
||||
src/stream/sosemanuk/sosemanuk_memory.o src/stream/sosemanuk/sosemanuk_test.o
|
||||
|
||||
#List of test objects to compile (all goes to libtomcrypt_prof.a)
|
||||
TOBJECTS=tests/base16_test.o tests/base32_test.o tests/base64_test.o tests/cipher_hash_test.o \
|
||||
|
|
|
|||
|
|
@ -369,14 +369,17 @@ src/pk/rsa/rsa_sign_saltlen_get.o src/pk/rsa/rsa_verify_hash.o src/prngs/chacha2
|
|||
src/prngs/rc4.o src/prngs/rng_get_bytes.o src/prngs/rng_make_prng.o src/prngs/sober128.o \
|
||||
src/prngs/sprng.o src/prngs/yarrow.o src/stream/chacha/chacha_crypt.o src/stream/chacha/chacha_done.o \
|
||||
src/stream/chacha/chacha_ivctr32.o src/stream/chacha/chacha_ivctr64.o \
|
||||
src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o \
|
||||
src/stream/rabbit/rabbit.o src/stream/rc4/rc4_stream.o src/stream/rc4/rc4_test.o \
|
||||
src/stream/salsa20/salsa20_crypt.o src/stream/salsa20/salsa20_done.o \
|
||||
src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_memory.o \
|
||||
src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o src/stream/rabbit/rabbit.o \
|
||||
src/stream/rabbit/rabbit_memory.o src/stream/rc4/rc4_stream.o src/stream/rc4/rc4_stream_memory.o \
|
||||
src/stream/rc4/rc4_test.o src/stream/salsa20/salsa20_crypt.o src/stream/salsa20/salsa20_done.o \
|
||||
src/stream/salsa20/salsa20_ivctr64.o src/stream/salsa20/salsa20_keystream.o \
|
||||
src/stream/salsa20/salsa20_setup.o src/stream/salsa20/salsa20_test.o \
|
||||
src/stream/salsa20/salsa20_memory.o src/stream/salsa20/salsa20_setup.o \
|
||||
src/stream/salsa20/salsa20_test.o src/stream/salsa20/xsalsa20_memory.o \
|
||||
src/stream/salsa20/xsalsa20_setup.o src/stream/salsa20/xsalsa20_test.o \
|
||||
src/stream/sober128/sober128_stream.o src/stream/sober128/sober128_test.o \
|
||||
src/stream/sosemanuk/sosemanuk.o src/stream/sosemanuk/sosemanuk_test.o
|
||||
src/stream/sober128/sober128_stream.o src/stream/sober128/sober128_stream_memory.o \
|
||||
src/stream/sober128/sober128_test.o src/stream/sosemanuk/sosemanuk.o \
|
||||
src/stream/sosemanuk/sosemanuk_memory.o src/stream/sosemanuk/sosemanuk_test.o
|
||||
|
||||
# List of test objects to compile (all goes to libtomcrypt_prof.a)
|
||||
TOBJECTS=tests/base16_test.o tests/base32_test.o tests/base64_test.o tests/cipher_hash_test.o \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue