comparison libtommath/Makefile.in @ 1299:24e563b90f12

Support out-of-tree builds usign bundled libtom When building out-of-tree we need both source and generated folders in include paths to find both distributed and generated headers.
author Henrik Nordström <henrik@knc.nu>
date Wed, 11 May 2016 12:35:06 +0200
parents a3bb15115816
children 60fc6476e044
comparison
equal deleted inserted replaced
1297:5abbecdecba4 1299:24e563b90f12
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