avr-crypto-lib/mkfiles/ubi_c.mk

16 lines
578 B
Makefile
Raw Normal View History

2010-02-06 00:31:24 +00:00
# Makefile for UBI
ALGO_NAME := UBI_C
# comment out the following line for removement of ubi from the build process
AUX += $(ALGO_NAME)
$(ALGO_NAME)_DIR := skein/
2010-09-25 12:04:19 +00:00
$(ALGO_NAME)_INCDIR := memxor/ bcal/
2010-02-06 00:31:24 +00:00
$(ALGO_NAME)_OBJ := threefish256_enc.o threefish512_enc.o threefish1024_enc.o threefish_mix_c.o\
ubi256.o ubi512.o ubi1024.o memxor.o
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := main-ubi-test.o $(CLI_STD) \
2010-02-06 00:31:24 +00:00
nessie_common.o performance_test.o
$(ALGO_NAME)_NESSIE_TEST := test nessie
$(ALGO_NAME)_PERFORMANCE_TEST := performance