X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Fshacal1enc.mk;h=5d33b20a1e0fe3c68e321fcc3594d21c0ceab94c;hp=728116eafff06b74fdaba0898a696dd33dd2cf41;hb=eb0cafe05ab4cdf60878dbd81e4ff3712d5150f2;hpb=56a151edecefbaeab43dac22c89a3bb9fe4f470e diff --git a/mkfiles/shacal1enc.mk b/mkfiles/shacal1enc.mk index 728116e..5d33b20 100644 --- a/mkfiles/shacal1enc.mk +++ b/mkfiles/shacal1enc.mk @@ -1,13 +1,14 @@ -# Makefile for present +# Makefile for shacal1 ALGO_NAME := SHACAL1ENC -# comment out the following line for removement of present from the build process +# comment out the following line for removement of shacal1 from the build process BLOCK_CIPHERS += $(ALGO_NAME) - +$(ALGO_NAME)_DIR := shacal1/ +$(ALGO_NAME)_INCDIR := sha1/ bcal/ $(ALGO_NAME)_OBJ := shacal1_enc.o sha1-asm.o -$(ALGO_NAME)_TEST_BIN := main-shacal1_enc-test.o debug.o uart.o hexdigit_tab.o \ - nessie_bc_test.o dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o +$(ALGO_NAME)_TESTBIN := main-shacal1_enc-test.o $(CLI_STD) \ + nessie_bc_test.o nessie_common.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"