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

CC = c99

CPPFLAGS = -D_POSIX_C_SOURCE=199309L
CFLAGS   =
LDFLAGS  = -s

CLOCK_HEADER_FILE != \
	if test -r /usr/include/bits/time.h; then \
		printf '%s\n' /usr/include/bits/time.h; \
	else \
		printf '%s\n' /usr/include/linux/time.h; \
	fi