avr-crypto-lib/mkfiles/cast5.mk

14 lines
430 B
Makefile
Raw Permalink Normal View History

2008-04-05 17:57:46 +00:00
# Makefile for CAST5
ALGO_NAME := CAST5
# comment out the following line for removement of CAST5 from the build process
BLOCK_CIPHERS += $(ALGO_NAME)
2008-04-05 17:57:46 +00:00
2009-08-06 20:11:02 +00:00
$(ALGO_NAME)_DIR := cast5/
2010-09-25 12:04:19 +00:00
$(ALGO_NAME)_INCDIR := bcal/
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_OBJ := cast5.o cast5-sbox.o
$(ALGO_NAME)_TESTBIN := main-cast5-test.o bcal_cast5.o $(CLI_STD) $(BCAL_STD)
2008-04-05 17:57:46 +00:00
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
2008-04-05 17:57:46 +00:00