Mercurial > dropbear
comparison libtomcrypt/makefile.unix @ 1739:13d834efc376 fuzz
merge from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 15 Oct 2020 19:55:15 +0800 |
parents | e9dba7abd939 |
children |
comparison
equal
deleted
inserted
replaced
1562:768ebf737aa0 | 1739:13d834efc376 |
---|---|
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) |