aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
blob: e337158830fad53d8d0facd3b8ff223f22856283 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man

# For class of preserved CLUT
PKGNAME = coopgammad
COMMAND = coopgammad

# The makefile uses $(CC) and therefore expects it to be a single command name.
# If you need a specific language mode, set it via CFLAGS.
CC = cc -std=c11

CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DUSE_VALGRIND
CFLAGS   = -Wall
LDFLAGS  = -lgamma