summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libheimbase/Makefile
blob: d3aa0eec7f2e8da3968c63a92241ef79efb58a7a (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$

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

INCS=	heimbase.h

SRCS= \
	array.c \
	baselocl.h \
	bool.c \
	dict.c \
	heimbase.c \
	heimbasepriv.h \
	heimqueue.h \
	null.c \
	number.c \
	string.c

CFLAGS+=	-I${KRB5DIR}/include

.include <bsd.lib.mk>

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