]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/shabal_c.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / shabal_c.mk
index 7d1d66b452bb6d10d9da3d8f8521f2c918dff6cc..a9a5f9b866d30d2206d9a95d59023ececa916126 100644 (file)
@@ -1,15 +1,13 @@
-# Makefile for Skein
+# Makefile for Shabal
 ALGO_NAME := SHABAL_C
 
-# 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.o shabal192.o shabal224.o shabal256.o shabal384.o shabal512.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 \
-                        hfal-nessie.o hfal-performance.o hfal-test.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