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

CC = c99

CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
CFLAGS   =
LDFLAGS  =

G = -g

DEFAULT_SUPPORT = true
# Set to "true" to enable all algorithms that are not explicitly disabled.
# Set to "false" to disable all algorithms that are not explicitly enabled.