xref: /freebsd/lib/libsdp/Makefile (revision 0986ab12e44caea472245845f9a89ced4f137d73)
10986ab12SMaksim Yevmenkin# $Id: Makefile,v 1.2 2003/09/07 20:34:19 max Exp $
20986ab12SMaksim Yevmenkin# $FreeBSD$
30986ab12SMaksim Yevmenkin
40986ab12SMaksim YevmenkinLIB=		sdp
50986ab12SMaksim YevmenkinMAN=		sdp.3
60986ab12SMaksim Yevmenkin
70986ab12SMaksim YevmenkinWARNS?=		2
80986ab12SMaksim YevmenkinCFLAGS+=	-I${.CURDIR} -I${.CURDIR}/../../sys
90986ab12SMaksim Yevmenkin
100986ab12SMaksim YevmenkinSHLIB_MAJOR=	1
110986ab12SMaksim Yevmenkin
120986ab12SMaksim YevmenkinSRCS=		search.c session.c util.c
130986ab12SMaksim YevmenkinINCS=		sdp.h
140986ab12SMaksim Yevmenkin
150986ab12SMaksim YevmenkinMLINKS+=	sdp.3 SDP_GET8.3
160986ab12SMaksim YevmenkinMLINKS+=	sdp.3 SDP_GET16.3
170986ab12SMaksim YevmenkinMLINKS+=	sdp.3 SDP_GET32.3
180986ab12SMaksim YevmenkinMLINKS+=	sdp.3 SDP_GET64.3
190986ab12SMaksim YevmenkinMLINKS+=	sdp.3 SDP_GET128.3
200986ab12SMaksim YevmenkinMLINKS+=	sdp.3 SDP_PUT8.3
210986ab12SMaksim YevmenkinMLINKS+=	sdp.3 SDP_PUT16.3
220986ab12SMaksim YevmenkinMLINKS+=	sdp.3 SDP_PUT32.3
230986ab12SMaksim YevmenkinMLINKS+=	sdp.3 SDP_PUT64.3
240986ab12SMaksim YevmenkinMLINKS+=	sdp.3 SDP_PUT128.3
250986ab12SMaksim YevmenkinMLINKS+=	sdp.3 sdp_open.3
260986ab12SMaksim YevmenkinMLINKS+=	sdp.3 sdp_open_local.3
270986ab12SMaksim YevmenkinMLINKS+=	sdp.3 sdp_close.3
280986ab12SMaksim YevmenkinMLINKS+=	sdp.3 sdp_error.3
290986ab12SMaksim YevmenkinMLINKS+=	sdp.3 sdp_search.3
300986ab12SMaksim YevmenkinMLINKS+=	sdp.3 sdp_attr2desc.3
310986ab12SMaksim YevmenkinMLINKS+=	sdp.3 sdp_uuid2desc.3
320986ab12SMaksim Yevmenkin
330986ab12SMaksim Yevmenkin.include <bsd.lib.mk>
34