Mercurial > dropbear
comparison libtomcrypt/Makefile.in @ 1471:6dba84798cd5
Update to libtomcrypt 1.18.1, merged with Dropbear changes
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 09 Feb 2018 21:44:05 +0800 |
parents | ef310db5ccec |
children | cc94e83f01e2 |
comparison
equal
deleted
inserted
replaced
1470:8bba51a55704 | 1471:6dba84798cd5 |
---|---|
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 VPATH=@srcdir@ | 12 srcdir=. |
13 srcdir=@srcdir@ | |
14 | 13 |
15 # Compiler and Linker Names | 14 # Compiler and Linker Names |
16 #CC=gcc | 15 #CC=gcc |
17 #LD=ld | 16 #LD=ld |
18 | 17 |