comparison libtommath/Makefile.in @ 1317:19358268ea45

merge github
author Matt Johnston <matt@ucc.asn.au>
date Fri, 22 Jul 2016 00:04:47 +0800
parents 24e563b90f12
children 60fc6476e044
comparison
equal deleted inserted replaced
1316:2c9dac2d6707 1317:19358268ea45
7 7
8 VPATH=@srcdir@ 8 VPATH=@srcdir@
9 srcdir=@srcdir@ 9 srcdir=@srcdir@
10 10
11 # So that libtommath can include Dropbear headers for options and m_burn() 11 # So that libtommath can include Dropbear headers for options and m_burn()
12 CFLAGS += -I$(srcdir)/../libtomcrypt/src/headers/ -I$(srcdir)/../ 12 CFLAGS += -I. -I$(srcdir) -I../libtomcrypt/src/headers/ -I$(srcdir)/../libtomcrypt/src/headers/ -I../ -I$(srcdir)/../
13 13
14 ifndef IGNORE_SPEED 14 ifndef IGNORE_SPEED
15 15
16 #for speed 16 #for speed
17 #CFLAGS += -O3 -funroll-all-loops 17 #CFLAGS += -O3 -funroll-all-loops