comparison libtommath/Makefile.in @ 1889:fc4c9ef61856

Split CPPFLAGS and CFLAGS more carefully This has no change to the build, but makes it easier to try other build tools that only want CPPFLAGS
author Matt Johnston <matt@ucc.asn.au>
date Tue, 22 Mar 2022 16:17:05 +0800
parents 1051e4eea25a
children
comparison
equal deleted inserted replaced
1875:bfa92efd814b 1889:fc4c9ef61856
6 srcdir=@srcdir@ 6 srcdir=@srcdir@
7 7
8 # So that libtommath can include Dropbear headers for options and m_burn() 8 # So that libtommath can include Dropbear headers for options and m_burn()
9 CFLAGS += -I$(srcdir) -I../libtomcrypt/src/headers/ -I$(srcdir)/../libtomcrypt/src/headers/ -I../ -I$(srcdir)/../ 9 CFLAGS += -I$(srcdir) -I../libtomcrypt/src/headers/ -I$(srcdir)/../libtomcrypt/src/headers/ -I../ -I$(srcdir)/../
10 CFLAGS += -Wno-deprecated 10 CFLAGS += -Wno-deprecated
11 CFLAGS += $(CPPFLAGS)
11 12
12 V = 1 13 V = 1
13 14
14 ifeq ($V,1) 15 ifeq ($V,1)
15 silent= 16 silent=