summaryrefslogtreecommitdiffstats
path: root/usr.bin/localedef/Makefile
blob: 8ce5c4aa592da4bf14aa95dd6750df9586e4feca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$

PROG=	localedef
SRCS=	charmap.c \
	collate.c \
	ctype.c \
	localedef.c \
	messages.c \
	monetary.c \
	numeric.c \
	parser.y \
	scanner.c \
	time.c \
	wide.c

WARNS=	3
${SRCS:M*.c}: parser.h
parser.h: parser.y

IGNORE_PRAGMA=	yes

CFLAGS+=	-I. -I${.CURDIR}
CFLAGS+=	-I${.CURDIR}/../../lib/libc/locale
CFLAGS+=	-I${.CURDIR}/../../lib/libc/stdtime

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud