]> git.cryptolib.org Git - arm-crypto-lib.git/blob - mkfiles/bigint_c.mk
added basic library creation support
[arm-crypto-lib.git] / mkfiles / bigint_c.mk
1 # Makefile for BigInt
2 ALGO_NAME := BIGINT_C
3
4 # comment out the following line for removement of BigInt from the build process
5 AUX += $(ALGO_NAME)
6
7 $(ALGO_NAME)_DIR      := bigint/
8 $(ALGO_NAME)_INCDIR   := memxor/ noekeon/
9 $(ALGO_NAME)_OBJ      := bigint.o bigint_io.o  
10 $(ALGO_NAME)_TESTBIN := main-bigint-test.o $(CLI_STD)  \
11                          performance_test.o noekeon.o noekeon_prng.o memxor.o
12                          
13 $(ALGO_NAME)_PERFORMANCE_TEST := performance
14