comparison libtommath/Makefile.in @ 1300:4fb9261ef02a

Merge pull request #29 from hno/patch-out-of-tree Support out-of-tree builds usign bundled libtom
author Matt Johnston <matt@ucc.asn.au>
date Thu, 12 May 2016 23:47:35 +0800
parents 24e563b90f12
children 60fc6476e044
comparison
equal deleted inserted replaced
1297:5abbecdecba4 1300:4fb9261ef02a
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