avr-crypto-lib/mkfiles/hmac-md5.mk

15 lines
477 B
Makefile
Raw Normal View History

# Makefile for HMAC-MD5
2009-02-26 14:44:17 +00:00
ALGO_NAME := HMAC-MD5
# comment out the following line for removement of HMAC-MD5 from the build process
MACS += $(ALGO_NAME)
2009-08-06 20:11:02 +00:00
$(ALGO_NAME)_DIR := hmac-md5/
2010-09-25 12:04:19 +00:00
$(ALGO_NAME)_INCDIR := md5/ mfal/
2009-02-26 14:44:17 +00:00
$(ALGO_NAME)_OBJ := hmac-md5.o md5-asm.o
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := main-hmac-md5-test.o $(CLI_STD) \
2009-08-06 20:11:02 +00:00
nessie_mac_test.o nessie_common.o
2009-02-26 14:44:17 +00:00
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PERFORMANCE_TEST := "performance"