summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libheimbase/Makefile
blob: b6a61d0e9e0d9c0252321f9437ea03d6ace00b0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#$FreeBSD$

LIB=	heimbase
LDFLAGS=	-Wl,--no-undefined
LDADD=	-lpthread
VERSION_MAP= ${KRB5DIR}/base/version-script.map

INCS=	heimbase.h

SRCS= \
	array.c \
	bool.c \
	dict.c \
	heimbase.c \
	null.c \
	number.c \
	string.c

CFLAGS+=	-I${KRB5DIR}/include

.include <bsd.lib.mk>

.PATH: ${KRB5DIR}/base
OpenPOWER on IntegriCloud