]> git.cryptolib.org Git - avr-crypto-lib.git/commitdiff
added md5_c.mk
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 29 Jul 2009 10:34:15 +0000 (10:34 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 29 Jul 2009 10:34:15 +0000 (10:34 +0000)
mkfiles/md5_c.mk [new file with mode: 0644]

diff --git a/mkfiles/md5_c.mk b/mkfiles/md5_c.mk
new file mode 100644 (file)
index 0000000..7b6bb1a
--- /dev/null
@@ -0,0 +1,11 @@
+# Makefile for MD5
+ALGO_NAME := MD5_C
+
+# comment out the following line for removement of MD5 from the build process
+HASHES += $(ALGO_NAME)
+
+$(ALGO_NAME)_OBJ      := md5.o
+$(ALGO_NAME)_TEST_BIN := main-md5-test.o hfal_md5.o $(CLI_STD) $(HFAL_STD)
+$(ALGO_NAME)_NESSIE_TEST      := "nessie"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
+