summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libheimntlm/Makefile
blob: 2f0415d9b42e017d8297750e9269ba83cb8131ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# $FreeBSD$

LIB=	heimntlm
LDFLAGS=	-Wl,--no-undefined
LDADD=	-lcrypto -lcom_err -lkrb5 -lroken
DPADD=	${LIBCRYPTO} ${LIBCOM_ERR} ${LIBKRB5} ${LIBROKEN}
SRCS=	ntlm.c ntlm_err.c
INCS=	heimntlm.h heimntlm-protos.h ntlm_err.h
CFLAGS+=-I${KRB5DIR}/lib/ntlm -I${KRB5DIR}/lib/roken
VERSION_MAP= ${KRB5DIR}/lib/ntlm/version-script.map

MAN=	ntlm_buf.3 \
	ntlm_core.3 \
	ntlm_type1.3 \
	ntlm_type2.3 \
	ntlm_type3.3

MLINKS=	ntlm_core.3 heim_ntlm_build_ntlm1_master.3 \
	ntlm_core.3 heim_ntlm_build_ntlm2_master.3 \
	ntlm_core.3 heim_ntlm_calculate_lm2.3 \
	ntlm_core.3 heim_ntlm_calculate_ntlm1.3 \
	ntlm_core.3 heim_ntlm_calculate_ntlm2.3 \
	ntlm_core.3 heim_ntlm_decode_targetinfo.3 \
	ntlm_core.3 heim_ntlm_encode_targetinfo.3 \
	ntlm_core.3 heim_ntlm_encode_type1.3 \
	ntlm_core.3 heim_ntlm_encode_type2.3 \
	ntlm_core.3 heim_ntlm_encode_type3.3 \
	ntlm_core.3 heim_ntlm_free_buf.3 \
	ntlm_core.3 heim_ntlm_free_targetinfo.3 \
	ntlm_core.3 heim_ntlm_free_type1.3 \
	ntlm_core.3 heim_ntlm_free_type2.3 \
	ntlm_core.3 heim_ntlm_free_type3.3 \
	ntlm_core.3 heim_ntlm_keyex_unwrap.3 \
	ntlm_core.3 heim_ntlm_nt_key.3 \
	ntlm_core.3 heim_ntlm_ntlmv2_key.3 \
	ntlm_core.3 heim_ntlm_verify_ntlm2.3

.include <bsd.lib.mk>

.PATH: ${KRB5DIR}/lib/ntlm ${KRB5DIR}/doc/doxyout/ntlm/man/man3
OpenPOWER on IntegriCloud