d65af1e7b1
libraries
24 lines
300 B
Makefile
24 lines
300 B
Makefile
#$FreeBSD$
|
|
|
|
LIB= heimbase
|
|
LDFLAGS= -Wl,--no-undefined
|
|
LIBADD= pthread
|
|
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
|