comparison Makefile.unix @ 676:cfbc5ddf74e5

Possibly fix external build things and llvm static analyzer runs.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Oct 2017 18:23:32 +0300
parents dd3083a3383d
children f1df1cf69a38
comparison
equal deleted inserted replaced
675:534b5d90255b 676:cfbc5ddf74e5
1 ## 1 ##
2 ## Common UNIX style Makefile stuff 2 ## Common UNIX style Makefile stuff
3 ## 3 ##
4 PREFIX ?= /usr/local 4 PREFIX ?= /usr/local
5 CC ?= cc
6 AR ?= ar
7 RANLIB ?= ranlib
8 INSTALL ?= install
9 DOC ?= README 5 DOC ?= README
10 6
11 CFLAGS += -DHAVE_CONFIG_H 7 CFLAGS += -DHAVE_CONFIG_H
12 8
13 9