arm-crypto-lib/mkfiles/cast6.mk

14 lines
435 B
Makefile
Raw Permalink Normal View History

2011-02-02 01:25:44 +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)
$(ALGO_NAME)_DIR := cast6/
$(ALGO_NAME)_OBJ := cast6.o
$(ALGO_NAME)_INCDIR := bcal/
2011-08-19 00:36:30 +00:00
$(ALGO_NAME)_TESTBIN := main-cast6-test.o bcal_cast6.o $(CLI_STD) $(BCAL_STD)
2011-02-02 01:25:44 +00:00
$(ALGO_NAME)_NESSIE_TEST := test nessie
$(ALGO_NAME)_PERFORMANCE_TEST := performance