Mercurial > dropbear
comparison libtomcrypt/makefile.unix @ 1733:d529a52b2f7c coverity coverity
merge coverity from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 26 Jun 2020 21:07:34 +0800 |
parents | e9dba7abd939 |
children |
comparison
equal
deleted
inserted
replaced
1643:b59623a64678 | 1733:d529a52b2f7c |
---|---|
37 EXTRALIBS = ../libtommath/libtommath.a | 37 EXTRALIBS = ../libtommath/libtommath.a |
38 | 38 |
39 #Compilation flags | 39 #Compilation flags |
40 LTC_CFLAGS = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS) | 40 LTC_CFLAGS = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS) |
41 LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS) | 41 LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS) |
42 VERSION=1.18.1 | 42 VERSION=1.18.2 |
43 | 43 |
44 #Libraries to be created (this makefile builds only static libraries) | 44 #Libraries to be created (this makefile builds only static libraries) |
45 LIBMAIN_S =libtomcrypt.a | 45 LIBMAIN_S =libtomcrypt.a |
46 | 46 |
47 #List of objects to compile (all goes to libtomcrypt.a) | 47 #List of objects to compile (all goes to libtomcrypt.a) |