mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
10 lines
473 B
Text
10 lines
473 B
Text
# 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
|
|
wolfcrypt_benchmark_benchmark_DEPENDENCIES = src/libwolfssl.la
|
|
EXTRA_DIST += wolfcrypt/benchmark/benchmark.sln
|
|
EXTRA_DIST += wolfcrypt/benchmark/benchmark.vcproj
|
|
DISTCLEANFILES+= wolfcrypt/benchmark/.libs/benchmark
|