comparison libtomcrypt/Makefile.in @ 1454:ef310db5ccec

fix updates to libtomcrypt/libtommath for out of tree builds
author Matt Johnston <matt@ucc.asn.au>
date Tue, 23 Jan 2018 22:44:18 +0800
parents f849a5ca2efc
children 6dba84798cd5
comparison
equal deleted inserted replaced
1453:336cae2238ca 1454:ef310db5ccec
7 VERSION=1.17 7 VERSION=1.17
8 8
9 PLATFORM := $(shell uname | sed -e 's/_.*//') 9 PLATFORM := $(shell uname | sed -e 's/_.*//')
10 10
11 11
12 srcdir=. 12 VPATH=@srcdir@
13 srcdir=@srcdir@
13 14
14 # Compiler and Linker Names 15 # Compiler and Linker Names
15 #CC=gcc 16 #CC=gcc
16 #LD=ld 17 #LD=ld
17 18