comparison libtomcrypt/Makefile.in @ 1455:4afde04f0607 fuzz

merge up to date
author Matt Johnston <matt@ucc.asn.au>
date Tue, 23 Jan 2018 22:46:07 +0800
parents ef310db5ccec
children 6dba84798cd5
comparison
equal deleted inserted replaced
1450:5b25d86b865b 1455:4afde04f0607
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