comparison libtomcrypt/Makefile.in @ 758:1c607a62d235 ecc

Set LTC_SOURCE for proper ltm_desc etc
author Matt Johnston <matt@ucc.asn.au>
date Fri, 29 Mar 2013 00:26:46 +0800
parents 0cbe8f6dbf9e
children ac2158e3e403
comparison
equal deleted inserted replaced
757:230666086711 758:1c607a62d235
17 #AR=ar 17 #AR=ar
18 #ARFLAGS=r 18 #ARFLAGS=r
19 19
20 # Compilation flags. Note the += does not write over the user's CFLAGS! 20 # Compilation flags. Note the += does not write over the user's CFLAGS!
21 # The rest of the flags come from the parent Dropbear makefile 21 # The rest of the flags come from the parent Dropbear makefile
22 CFLAGS += -c -I$(srcdir)/src/headers/ -I$(srcdir)/../ 22 CFLAGS += -c -I$(srcdir)/src/headers/ -I$(srcdir)/../ -DLTC_SOURCE
23 23
24 # additional warnings (newer GCC 3.4 and higher) 24 # additional warnings (newer GCC 3.4 and higher)
25 ifdef GCC_34 25 ifdef GCC_34
26 CFLAGS += -Wsystem-headers -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wmissing-prototypes \ 26 CFLAGS += -Wsystem-headers -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wmissing-prototypes \
27 -Wmissing-declarations -Wpointer-arith 27 -Wmissing-declarations -Wpointer-arith