From 29e4a0512331a36c1cde22ed26c6ae059fa20757 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 8 Aug 2013 09:23:03 +0200 Subject: Adding libtommath, libtomcrypt and lcrypt, mainly for the bignum support. --- lcrypt/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lcrypt/Makefile (limited to 'lcrypt/Makefile') diff --git a/lcrypt/Makefile b/lcrypt/Makefile new file mode 100644 index 0000000..ea1ac3b --- /dev/null +++ b/lcrypt/Makefile @@ -0,0 +1,7 @@ +CFLAGS += -O3 -Wall -DLITTLE_ENDIAN -DLTM_DESC -DLTC_SOURCE -DUSE_LTM -fPIC -I$(TOMCRYPT)/src/headers -I$(LUA)/src -I../src + +lcrypt.o: lcrypt.c lcrypt_ciphers.c lcrypt_hashes.c lcrypt_math.c lcrypt_bits.c + $(CC) $(CFLAGS) -c lcrypt.c -o $@ + +clean: + rm -f lcrypt.o lcrypt.so -- cgit v1.2.3