xref: /freebsd/lib/libbluetooth/Makefile (revision 426891e0f8f1cfae0263ba81ea55f46c547d7762)
10986ab12SMaksim Yevmenkin# $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $
20986ab12SMaksim Yevmenkin
3df347c8aSEmmanuel VadotPACKAGE=	bluetooth
4*426891e0SLexi WinterLIB_PACKAGE=
5*426891e0SLexi Winter
6c8e70555SBrad DavisCONFS=		hosts protocols
7c8e70555SBrad DavisCONFSDIR=	/etc/bluetooth
8c8e70555SBrad DavisCONFSMODE_protocols=	444
90986ab12SMaksim YevmenkinLIB=		bluetooth
100986ab12SMaksim YevmenkinMAN=		bluetooth.3
110986ab12SMaksim Yevmenkin
120986ab12SMaksim YevmenkinWARNS?=		2
13b78d94bdSEnji CooperCFLAGS+=	-I${.CURDIR} -I${SRCTOP}/sys
140986ab12SMaksim Yevmenkin
153ca3047aSKen SmithSHLIB_MAJOR=	4
160986ab12SMaksim Yevmenkin
17baeef614SMaksim YevmenkinSRCS=		bluetooth.c dev.c hci.c
180986ab12SMaksim YevmenkinINCS=		bluetooth.h
190986ab12SMaksim Yevmenkin
200986ab12SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_gethostbyname.3
210986ab12SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_gethostbyaddr.3
220986ab12SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_gethostent.3
230986ab12SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_sethostent.3
240986ab12SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_endhostent.3
250986ab12SMaksim Yevmenkin
260986ab12SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_getprotobyname.3
270986ab12SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_getprotobynumber.3
280986ab12SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_getprotoent.3
290986ab12SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_setprotoent.3
300986ab12SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_endprotoent.3
310986ab12SMaksim Yevmenkin
320986ab12SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_ntoa.3
330986ab12SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_aton.3
340986ab12SMaksim Yevmenkin
35baeef614SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devaddr.3
36baeef614SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devname.3
37baeef614SMaksim Yevmenkin
38baeef614SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devinfo.3
39baeef614SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devenum.3
40baeef614SMaksim Yevmenkin
4178b96635SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devopen.3
4278b96635SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devclose.3
4378b96635SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devsend.3
4478b96635SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devreq.3
4578b96635SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devfilter.3
4678b96635SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devfilter_pkt_set.3
4778b96635SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devfilter_pkt_clr.3
4878b96635SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devfilter_pkt_tst.3
4978b96635SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devfilter_evt_set.3
5078b96635SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devfilter_evt_clr.3
5178b96635SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devfilter_evt_tst.3
5278b96635SMaksim YevmenkinMLINKS+=	bluetooth.3 bt_devinquiry.3
5378b96635SMaksim Yevmenkin
5455034c7dSMaksim YevmenkinMLINKS+=	bluetooth.3 bdaddr_same.3
5555034c7dSMaksim YevmenkinMLINKS+=	bluetooth.3 bdaddr_any.3
5655034c7dSMaksim YevmenkinMLINKS+=	bluetooth.3 bdaddr_copy.3
5755034c7dSMaksim Yevmenkin
580986ab12SMaksim Yevmenkin.include <bsd.lib.mk>
59