mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 08:42:19 +01:00
add user-crypto makefile update README for IPP crypto place user crypto in wolfcrypt and use autotools adjust distributed files move openssl compatibility consumption auto use IPP RSA -- IPP directory containing shared libraries local return value of wolfSSL_BN and formating of debug openssh testing make sure IPP not built when fips is ipp init to select correct optimizations -- static libraries on linux -- fast-rsa disabled by default try to only set library once only use static IPP if fast rsa is enabled make print out for user crypto more pretty
11 lines
491 B
Plaintext
11 lines
491 B
Plaintext
# vim:ft=automake
|
|
# All paths should be given relative to the root
|
|
|
|
noinst_PROGRAMS += wolfcrypt/benchmark/benchmark
|
|
wolfcrypt_benchmark_benchmark_SOURCES = wolfcrypt/benchmark/benchmark.c
|
|
wolfcrypt_benchmark_benchmark_LDADD = src/libwolfssl.la $(LIB_STATIC_ADD)
|
|
wolfcrypt_benchmark_benchmark_DEPENDENCIES = src/libwolfssl.la
|
|
EXTRA_DIST += wolfcrypt/benchmark/benchmark.sln
|
|
EXTRA_DIST += wolfcrypt/benchmark/benchmark.vcproj
|
|
DISTCLEANFILES+= wolfcrypt/benchmark/.libs/benchmark
|