X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fshacal2enc.mk;h=8d400faf4d634f8f81b008bf590fd8ebbf90a72c;hb=e542ff92d053ecf40b42364a44bc887431cecae2;hp=e8a91a21dac33b1bc625716253a2ee38ef385427;hpb=52ec168ece9d61bd9cb652235dfe8faee6232a11;p=avr-crypto-lib.git diff --git a/mkfiles/shacal2enc.mk b/mkfiles/shacal2enc.mk index e8a91a2..8d400fa 100644 --- a/mkfiles/shacal2enc.mk +++ b/mkfiles/shacal2enc.mk @@ -1,12 +1,13 @@ -# Makefile for present +# Makefile for shacal2 ALGO_NAME := SHACAL2ENC -# comment out the following line for removement of present from the build process +# comment out the following line for removement of shacal2 from the build process BLOCK_CIPHERS += $(ALGO_NAME) - +$(ALGO_NAME)_DIR := shacal2/ +$(ALGO_NAME)_INCDIR := sha256/ bcal/ $(ALGO_NAME)_OBJ := shacal2_enc.o sha256-asm.o -$(ALGO_NAME)_TEST_BIN := main-shacal2_enc-test.o $(CLI_STD) \ +$(ALGO_NAME)_TESTBIN := main-shacal2_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"