1LIB= heimbase 2LDFLAGS+= -Wl,--no-undefined 3LIBADD= pthread 4VERSION_MAP= ${KRB5DIR}/base/version-script.map 5 6INCS= heimbase.h 7 8SRCS= \ 9 array.c \ 10 bool.c \ 11 dict.c \ 12 heimbase.c \ 13 null.c \ 14 number.c \ 15 string.c 16 17CFLAGS+= -I${KRB5DIR}/include 18 19.include <bsd.lib.mk> 20 21.PATH: ${KRB5DIR}/base 22