You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
616 B
Plaintext
15 lines
616 B
Plaintext
# vim:ft=automake
|
|
# All paths should be given relative to the root
|
|
|
|
if BUILD_WOLFCRYPT_TESTS
|
|
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
|
|
noinst_HEADERS += wolfcrypt/benchmark/benchmark.h
|
|
endif
|
|
EXTRA_DIST += wolfcrypt/benchmark/benchmark.sln
|
|
EXTRA_DIST += wolfcrypt/benchmark/benchmark.vcproj
|
|
EXTRA_DIST += wolfcrypt/benchmark/README.md
|
|
DISTCLEANFILES+= wolfcrypt/benchmark/.libs/benchmark
|