X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fcast5.mk;h=60a406959e5a62db5b39fc980b65615d34518ebc;hb=1f6be6ce98d01772fbb1f4d5205a13bea896a1f1;hp=b2b671b561b05794801c1f5cff9b48a6cac7f23f;hpb=e048ac1e57d345b12b4019447ddfddfdd3dc52fc;p=avr-crypto-lib.git diff --git a/mkfiles/cast5.mk b/mkfiles/cast5.mk index b2b671b..60a4069 100644 --- a/mkfiles/cast5.mk +++ b/mkfiles/cast5.mk @@ -4,9 +4,10 @@ ALGO_NAME := CAST5 # comment out the following line for removement of CAST5 from the build process BLOCK_CIPHERS += $(ALGO_NAME) -$(ALGO_NAME)_OBJ := cast5.o -$(ALGO_NAME)_TEST_BIN := main-cast5-test.o debug.o uart.o serial-tools.o cli.o\ - cast5.o nessie_bc_test.o nessie_common.o performance_test.o +$(ALGO_NAME)_DIR := cast5/ +$(ALGO_NAME)_INCDIR := bcal/ +$(ALGO_NAME)_OBJ := cast5.o cast5-sbox.o +$(ALGO_NAME)_TESTBIN := main-cast5-test.o bcal_cast5.o $(CLI_STD) $(BCAL_STD) $(ALGO_NAME)_NESSIE_TEST := "nessie" -$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance"