avr-crypto-lib/mkfiles/cast6.mk

14 lines
449 B
Makefile
Raw Normal View History

2009-04-02 19:54:45 +00:00
# Makefile for CAST6 (a.k.a. CAST-256)
ALGO_NAME := CAST6
# comment out the following line for removement of CAST6 from the build process
BLOCK_CIPHERS += $(ALGO_NAME)
2009-08-06 20:11:02 +00:00
$(ALGO_NAME)_DIR := cast6/
2010-09-25 12:04:19 +00:00
$(ALGO_NAME)_INCDIR := bcal/
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_OBJ := cast6.o cast6-sbox.o
$(ALGO_NAME)_TESTBIN := main-cast6-test.o bcal_cast6.o $(CLI_STD) $(BCAL_STD)
2009-04-02 19:54:45 +00:00
$(ALGO_NAME)_NESSIE_TEST := test nessie
$(ALGO_NAME)_PERFORMANCE_TEST := performance