Merge pull request #2593 from Akury83/master
[RRG-proxmark3.git] / client / deps / amiitool / Makefile
blobf72a675d8c3053a684c668ce2b8bbf6230b79204
1 MYSRCPATHS =
2 MYINCLUDES = -I. -I.. -I../../../common -I../../../common/mbedtls -I../../../include -I../../src -I../../../include -I../jansson
3 MYCFLAGS =
4 MYDEFS =
5 MYSRCS = \
6 amiibo.c \
7 drbg.c \
8 keygen.c
10 LIB_A = libamiibo.a
12 # Transition: remove old directories and objects
13 MYCLEANOLDPATH = ../../amiitool
15 include ../../../Makefile.host
17 # just for testing amiitool before complete migration into a lib:
19 amiitool:
20 gcc $(CFLAGS) \
21 amiitool.c $(MYSRCS) ../../../common/commonutil.c ../ui.c -lreadline -lm ../../../common/mbedtls/libmbedtls.a \
22 -o amiitool