Mercurial > dropbear
comparison libtommath/Makefile.in @ 1282:a3bb15115816
Fix missing paths from m_burn commit
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 17 Mar 2016 06:40:31 +0800 |
parents | 4d9511f98462 |
children | 24e563b90f12 |
comparison
equal
deleted
inserted
replaced
1281:eebff2079bdc | 1282:a3bb15115816 |
---|---|
6 VERSION=0.40 | 6 VERSION=0.40 |
7 | 7 |
8 VPATH=@srcdir@ | 8 VPATH=@srcdir@ |
9 srcdir=@srcdir@ | 9 srcdir=@srcdir@ |
10 | 10 |
11 # Dropbear takes flags from the toplevel makefile | 11 # So that libtommath can include Dropbear headers for options and m_burn() |
12 CFLAGS += -I$(srcdir) | 12 CFLAGS += -I$(srcdir)/../libtomcrypt/src/headers/ -I$(srcdir)/../ |
13 | |
14 #CFLAGS += -I./ -Wall -W -Wshadow -Wsign-compare | |
15 | 13 |
16 ifndef IGNORE_SPEED | 14 ifndef IGNORE_SPEED |
17 | 15 |
18 #for speed | 16 #for speed |
19 #CFLAGS += -O3 -funroll-all-loops | 17 #CFLAGS += -O3 -funroll-all-loops |