1#$FreeBSD$ 2 3LIB= wind 4LDFLAGS= -Wl,--no-undefined 5VERSION_MAP= ${KRB5DIR}/lib/wind/version-script.map 6LDADD= -lcom_err -lroken 7DPADD= ${LIBCOM_ERR} ${LIBROKEN} 8 9INCS= wind.h \ 10 wind_err.h 11 12SRCS= bidi.c \ 13 bidi_table.c \ 14 combining.c \ 15 combining_table.c \ 16 doxygen.c \ 17 errorlist.c \ 18 errorlist_table.c \ 19 ldap.c \ 20 map.c \ 21 map_table.c \ 22 normalize.c \ 23 normalize_table.c \ 24 punycode.c \ 25 stringprep.c \ 26 utf8.c 27 28SRCS+= wind_err.c \ 29 wind_err.h 30 31CFLAGS+=-I${KRB5DIR}/lib/roken -I. 32 33.include <bsd.lib.mk> 34 35.PATH: ${KRB5DIR}/lib/wind 36