comparison libtommath/Makefile.in @ 1301:e742c0e9b941

merge
author Matt Johnston <matt@ucc.asn.au>
date Tue, 21 Jun 2016 22:04:30 +0800
parents 24e563b90f12
children 60fc6476e044
comparison
equal deleted inserted replaced
1298:251c5f7a6e96 1301:e742c0e9b941
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