avr-crypto-lib/mkfiles/jh_simple_small_c.mk

14 lines
458 B
Makefile
Raw Normal View History

2011-02-04 03:48:33 +00:00
# Makefile for JH
2010-12-17 00:17:21 +00:00
ALGO_NAME := JH_SIMPLE_SMALL_C
2011-02-04 03:48:33 +00:00
# comment out the following line for removement of JH from the build process
2010-12-17 00:17:21 +00:00
HASHES += $(ALGO_NAME)
$(ALGO_NAME)_DIR := jh/
$(ALGO_NAME)_INCDIR := hfal/ memxor/
$(ALGO_NAME)_OBJ := jh_simple_small_core.o jh_simple_aux.o memxor.o
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := hfal_jh.o main-jh-test.o $(CLI_STD) $(HFAL_STD)
2010-12-17 00:17:21 +00:00
$(ALGO_NAME)_NESSIE_TEST := test nessie
$(ALGO_NAME)_PERFORMANCE_TEST := performance