From 32a4874abfbaff8cb4ee2d31fe71bcc3499e52dc Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 27 Nov 2019 20:34:58 +0100 Subject: Reorganize files, implement proper main. --- pyecsca/codegen/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pyecsca/codegen/Makefile') diff --git a/pyecsca/codegen/Makefile b/pyecsca/codegen/Makefile index 13122d0..d0dab03 100644 --- a/pyecsca/codegen/Makefile +++ b/pyecsca/codegen/Makefile @@ -1,12 +1,12 @@ TARGET = pyecsca-codegen -SRC += main.c bn.c ecdh.c ecdsa.c asn1.c hash/hash.c mult/mult.c prng/prng.c +SRC += main.c bn/bn.c asn1/asn1.c hash/hash.c mult/mult.c prng/prng.c -CDEFS += -DHASH=HASH_SHA224 +CDEFS += -DHASH=HASH_SHA224 -DMOD_RAND=MOD_RAND_SAMPLE -MKDIR_LIST += hash prng mult +MKDIR_LIST += hash prng mult asn1 bn -EXTRAINCDIRS += hash prng mult ../../ext/libtommath/ +EXTRAINCDIRS += hash prng mult asn1 bn ../../ext/libtommath/ LDFLAGS += ../../ext/libtommath/libtommath.a -- cgit v1.3