comparison Makefile @ 2418:8abdd95139d6

Build system cleanups: reordering, more comments.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 Jan 2020 03:01:00 +0200
parents 69a5af2eb1ea
children 71f04d8e791e
comparison
equal deleted inserted replaced
2417:9b4958ef4af2 2418:8abdd95139d6
1 # 1 ###
2 # Generic UNIX targets 2 ### Generic UNIX targets
3 # 3 ###
4 DMLIB ?= ./ 4 DMLIB ?= ./
5 BINPATH ?= ./ 5 BINPATH ?= ./
6 OBJPATH ?= ./obj/unix/ 6 OBJPATH ?= ./obj/unix/
7 PREFIX ?= /usr/local 7 PREFIX ?= /usr/local
8 INSTALL ?= install 8 INSTALL ?= install