Mercurial > dropbear
comparison libtomcrypt/Makefile.in @ 1483:190b7af3bdac
pass CFLAGS to LTC_CFLAGS
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 10 Feb 2018 00:12:31 +0800 |
parents | d398809812e6 |
children | f68ee671bf6d |
comparison
equal
deleted
inserted
replaced
1482:6e09cb3d1230 | 1483:190b7af3bdac |
---|---|
38 RANLIB = ranlib | 38 RANLIB = ranlib |
39 #CFLAGS = -O2 -DUSE_LTM -DLTM_DESC -I../libtommath | 39 #CFLAGS = -O2 -DUSE_LTM -DLTM_DESC -I../libtommath |
40 EXTRALIBS = ../libtommath/libtommath.a | 40 EXTRALIBS = ../libtommath/libtommath.a |
41 | 41 |
42 #Compilation flags | 42 #Compilation flags |
43 LTC_CFLAGS = -Isrc/headers/ -I$(srcdir)/src/headers/ -I../ -I$(srcdir)/../ -DLTC_SOURCE -I../libtommath/ -I$(srcdir)/../libtommath/ | 43 LTC_CFLAGS = -Isrc/headers/ -I$(srcdir)/src/headers/ -I../ -I$(srcdir)/../ -DLTC_SOURCE -I../libtommath/ -I$(srcdir)/../libtommath/ $(CFLAGS) |
44 LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS) | 44 LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS) |
45 VERSION=1.18.1 | 45 VERSION=1.18.1 |
46 | 46 |
47 #Libraries to be created (this makefile builds only static libraries) | 47 #Libraries to be created (this makefile builds only static libraries) |
48 LIBMAIN_S =libtomcrypt.a | 48 LIBMAIN_S =libtomcrypt.a |