added md5_c.mk

This commit is contained in:
bg 2009-07-29 10:34:15 +00:00
parent 5ef100e38a
commit cccb1d3e00
1 changed files with 11 additions and 0 deletions

11
mkfiles/md5_c.mk Normal file
View File

@ -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"