X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Fcast6.mk;h=b792a51544e5ee209f3f78e8c6bc9bd717c0a6da;hp=3f8539f66b748f613b4dfd896d93128894fb7d09;hb=e9e07569721b9e005d6b602e26a03e930e796577;hpb=52ec168ece9d61bd9cb652235dfe8faee6232a11 diff --git a/mkfiles/cast6.mk b/mkfiles/cast6.mk index 3f8539f..b792a51 100644 --- a/mkfiles/cast6.mk +++ b/mkfiles/cast6.mk @@ -4,10 +4,10 @@ ALGO_NAME := CAST6 # comment out the following line for removement of CAST6 from the build process BLOCK_CIPHERS += $(ALGO_NAME) - -$(ALGO_NAME)_OBJ := cast6.o -$(ALGO_NAME)_TEST_BIN := main-cast6-test.o $(CLI_STD) \ - nessie_bc_test.o nessie_common.o performance_test.o +$(ALGO_NAME)_DIR := cast6/ +$(ALGO_NAME)_INCDIR := bcal/ +$(ALGO_NAME)_OBJ := cast6.o cast6-sbox.o +$(ALGO_NAME)_TESTBIN := main-cast6-test.o bcal_cast6.o $(CLI_STD) $(BCAL_STD) $(ALGO_NAME)_NESSIE_TEST := test nessie $(ALGO_NAME)_PERFORMANCE_TEST := performance