]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - kerberos5/lib/libwind/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / kerberos5 / lib / libwind / Makefile
1 #$FreeBSD$
2
3 LIB=    wind
4 LDFLAGS=        -Wl,--no-undefined
5 VERSION_MAP= ${KRB5DIR}/lib/wind/version-script.map
6 LDADD=  -lcom_err -lroken
7 DPADD=  ${LIBCOM_ERR} ${LIBROKEN}
8
9 INCS=   wind.h \
10         wind_err.h
11
12 SRCS=   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
28 SRCS+=  wind_err.c \
29         wind_err.h
30
31 CFLAGS+=-I${KRB5DIR}/lib/roken -I.
32
33 .include <bsd.lib.mk>
34
35 .PATH: ${KRB5DIR}/lib/wind