]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/libcrypto/examples/benchmark/Makefile
Update
[l4.git] / l4 / pkg / libcrypto / examples / benchmark / Makefile
index 6beddc324475e79a911873c9d711ed63ad1d8451..cd71dd3dc4b4ddf2557712f1d245d78b16443f39 100644 (file)
@@ -1,15 +1,13 @@
-PKGDIR         ?= ../../
-L4DIR          ?= $(PKGDIR)/../..
+PKGDIR ?= ../../
+L4DIR  ?= $(PKGDIR)/../..
 
-TARGET         = crypto_bench_linux1 \
-                  crypto_bench_linux2 \
-                  crypto_bench_linux3 \
-                 crypto_bench_openssl
-SRC_C          = bench.c modes/cbc.c
+TARGET  = crypto_bench_linux1 \
+          crypto_bench_linux2 \
+          crypto_bench_linux3 \
+          crypto_bench_openssl
+SRC_C   = bench.c modes/cbc.c
+MODE    = host
 
-MODE           = host
-
-# list additional library paths and libraries here
 SRC_C_crypto_bench_linux1  = sha1_linux/sha1.c \
                              aes_linux/aes.c
 SRC_C_crypto_bench_linux2  = sha1_linux_new/sha1.c \
@@ -27,7 +25,7 @@ SRC_C_crypto_bench_openssl = sha1_openssl/glue.c \
 SRC_S_crypto_bench_openssl = aes_openssl/ax86-elf.S \
                              sha1_openssl/sx86-elf.S
 
-DEFINES        += -DBUILD_FOR_L4_LIBCRYPTO=1
+DEFINES += -DBUILD_FOR_L4_LIBCRYPTO=1
 
 PRIVATE_INCDIR = $(PKGDIR)/include