freebsd-dev/kerberos5/lib/libheimbase/Makefile
David E. O'Brien 614304eccc * Remove headers from SRCS that are not generated
(and are in /usr/src/crypto/heimdal/).

* Avoid race conditions with 'make -j<N>'.
2012-05-30 22:21:25 +00:00

24 lines
301 B
Makefile

#$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