xref: /freebsd/kerberos5/lib/libheimntlm/Makefile (revision 7e97c6adffde3bd6f60f042ed2603335c005c6a7)
1LIB=	heimntlm
2LDFLAGS+=	-Wl,--no-undefined
3LIBADD=	crypto com_err krb5 roken
4SRCS=	ntlm.c ntlm_err.c ntlm_err.h
5INCS=	heimntlm.h heimntlm-protos.h ntlm_err.h
6CFLAGS+=-I${KRB5DIR}/lib/ntlm -I${KRB5DIR}/lib/roken \
7	-I${SRCTOP}/contrib/com_err
8CFLAGS+=-DOPENSSL_API_COMPAT=0x10100000L
9VERSION_MAP= ${KRB5DIR}/lib/ntlm/version-script.map
10
11MAN=	ntlm_buf.3 \
12	ntlm_core.3 \
13	ntlm_type1.3 \
14	ntlm_type2.3 \
15	ntlm_type3.3
16
17MLINKS=	ntlm_core.3 heim_ntlm_build_ntlm1_master.3 \
18	ntlm_core.3 heim_ntlm_build_ntlm2_master.3 \
19	ntlm_core.3 heim_ntlm_calculate_lm2.3 \
20	ntlm_core.3 heim_ntlm_calculate_ntlm1.3 \
21	ntlm_core.3 heim_ntlm_calculate_ntlm2.3 \
22	ntlm_core.3 heim_ntlm_decode_targetinfo.3 \
23	ntlm_core.3 heim_ntlm_encode_targetinfo.3 \
24	ntlm_core.3 heim_ntlm_encode_type1.3 \
25	ntlm_core.3 heim_ntlm_encode_type2.3 \
26	ntlm_core.3 heim_ntlm_encode_type3.3 \
27	ntlm_core.3 heim_ntlm_free_buf.3 \
28	ntlm_core.3 heim_ntlm_free_targetinfo.3 \
29	ntlm_core.3 heim_ntlm_free_type1.3 \
30	ntlm_core.3 heim_ntlm_free_type2.3 \
31	ntlm_core.3 heim_ntlm_free_type3.3 \
32	ntlm_core.3 heim_ntlm_keyex_unwrap.3 \
33	ntlm_core.3 heim_ntlm_nt_key.3 \
34	ntlm_core.3 heim_ntlm_ntlmv2_key.3 \
35	ntlm_core.3 heim_ntlm_verify_ntlm2.3
36
37.include <bsd.lib.mk>
38
39.PATH: ${KRB5DIR}/lib/ntlm ${KRB5DIR}/doc/doxyout/ntlm/man/man3
40