X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Fshabal.mk;h=35fbdd52b9eaf0627dccfdf5b7d2ad206f8d7ce7;hp=bc120417b6de148e716ac93599282c177d39fa68;hb=e9e07569721b9e005d6b602e26a03e930e796577;hpb=600e82c981df8a6e446c6469e7e6be627ec027de diff --git a/mkfiles/shabal.mk b/mkfiles/shabal.mk index bc12041..35fbdd5 100644 --- a/mkfiles/shabal.mk +++ b/mkfiles/shabal.mk @@ -1,15 +1,14 @@ -# Makefile for Skein +# Makefile for Shabal ALGO_NAME := SHABAL -# comment out the following line for removement of Skein from the build process +# comment out the following line for removement of Shabal from the build process HASHES += $(ALGO_NAME) - +$(ALGO_NAME)_DIR := shabal/ +$(ALGO_NAME)_INCDIR := hfal/ $(ALGO_NAME)_OBJ := shabal-asm.o shabal192-asm.o shabal224-asm.o \ shabal256-asm.o shabal384-asm.o shabal512-asm.o -$(ALGO_NAME)_TEST_BIN := main-shabal-test.o debug.o uart.o hexdigit_tab.o \ - dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o \ - nessie_hash_test.o hfal-basic.o hfal_shabal.o shavs.o +$(ALGO_NAME)_TESTBIN := main-shabal-test.o hfal_shabal.o $(CLI_STD) $(HFAL_STD) $(ALGO_NAME)_NESSIE_TEST := test nessie $(ALGO_NAME)_PERFORMANCE_TEST := performance