comparison Makefile @ 1166:f29fa5b6b748

Add dmMemset().
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Mar 2015 07:36:51 +0200
parents 622a469932b1
children acae5f8ebc67
comparison
equal deleted inserted replaced
1165:737ae4718c8f 1166:f29fa5b6b748
1 # 1 #
2 # Generic UNIX targets 2 # Generic UNIX targets
3 # 3 #
4 DM_CFLAGS += -DDM_HAVE_MEMSET=1
5
4 DMLIB ?= ./ 6 DMLIB ?= ./
5 BINPATH ?= ./ 7 BINPATH ?= ./
6 OBJPATH ?= ./obj/unix/ 8 OBJPATH ?= ./obj/unix/
7 PREFIX ?= /usr/local 9 PREFIX ?= /usr/local
8 INSTALL ?= install 10 INSTALL ?= install