diff options
| author | auth12 <[email protected]> | 2020-07-21 13:07:42 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-21 13:07:42 -0700 |
| commit | f09669dd5846d95b063712571ccb7519910a0d6e (patch) | |
| tree | 902f5ad201651f2d96ccf619e90b76cfa06a7b9b /client/wolfssl/wolfcrypt/benchmark/include.am | |
| parent | Syscalls. (diff) | |
| download | loader-f09669dd5846d95b063712571ccb7519910a0d6e.tar.xz loader-f09669dd5846d95b063712571ccb7519910a0d6e.zip | |
Added game selection.
Started process wrapper.
Removed asmjit.
Diffstat (limited to 'client/wolfssl/wolfcrypt/benchmark/include.am')
| -rw-r--r-- | client/wolfssl/wolfcrypt/benchmark/include.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/client/wolfssl/wolfcrypt/benchmark/include.am b/client/wolfssl/wolfcrypt/benchmark/include.am deleted file mode 100644 index d91a701..0000000 --- a/client/wolfssl/wolfcrypt/benchmark/include.am +++ /dev/null @@ -1,14 +0,0 @@ -# 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 |