arm-crypto-lib/mkfiles/echo_c.mk

14 lines
477 B
Makefile
Raw Normal View History

2010-05-08 01:17:34 +00:00
# Makefile for ECHO
ALGO_NAME := ECHO_C
# comment out the following line for removement of ECHO from the build process
HASHES += $(ALGO_NAME)
$(ALGO_NAME)_DIR := echo/
2010-09-26 16:22:40 +00:00
$(ALGO_NAME)_INCDIR := memxor/ aes/ gf256mul/ hfal/
2010-05-08 01:17:34 +00:00
$(ALGO_NAME)_OBJ := echo.o memxor.o aes_enc_round.o aes_sbox.o gf256mul.o
2011-08-19 00:36:30 +00:00
$(ALGO_NAME)_TESTBIN := main-echo-test.o hfal_echo.o $(CLI_STD) $(HFAL_STD)
2010-05-08 01:17:34 +00:00
$(ALGO_NAME)_NESSIE_TEST := test nessie
$(ALGO_NAME)_PERFORMANCE_TEST := performance