comparison libtomcrypt/makefile.unix @ 1711:e9dba7abd939

Merge libtomcrypt v1.18.2
author Matt Johnston <matt@ucc.asn.au>
date Wed, 10 Jun 2020 23:16:13 +0800
parents 6dba84798cd5
children
comparison
equal deleted inserted replaced
1710:1ff2a1034c52 1711:e9dba7abd939
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)