Makefile revision 189462
1121054Semax# $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $
2121054Semax# $FreeBSD: head/lib/libbluetooth/Makefile 189462 2009-03-06 23:30:07Z emax $
3121054Semax
4121054SemaxLIB=		bluetooth
5121054SemaxMAN=		bluetooth.3
6121054Semax
7121054SemaxWARNS?=		2
8121054SemaxCFLAGS+=	-I${.CURDIR} -I${.CURDIR}/../../sys
9121054Semax
10169807SdeischenSHLIB_MAJOR=	3
11121054Semax
12189462SemaxSRCS=		bluetooth.c dev.c hci.c
13121054SemaxINCS=		bluetooth.h
14121054Semax
15121054SemaxMLINKS+=	bluetooth.3 bt_gethostbyname.3
16121054SemaxMLINKS+=	bluetooth.3 bt_gethostbyaddr.3
17121054SemaxMLINKS+=	bluetooth.3 bt_gethostent.3
18121054SemaxMLINKS+=	bluetooth.3 bt_sethostent.3
19121054SemaxMLINKS+=	bluetooth.3 bt_endhostent.3
20121054Semax
21121054SemaxMLINKS+=	bluetooth.3 bt_getprotobyname.3
22121054SemaxMLINKS+=	bluetooth.3 bt_getprotobynumber.3
23121054SemaxMLINKS+=	bluetooth.3 bt_getprotoent.3
24121054SemaxMLINKS+=	bluetooth.3 bt_setprotoent.3
25121054SemaxMLINKS+=	bluetooth.3 bt_endprotoent.3
26121054Semax
27121054SemaxMLINKS+=	bluetooth.3 bt_ntoa.3
28121054SemaxMLINKS+=	bluetooth.3 bt_aton.3
29121054Semax
30189462SemaxMLINKS+=	bluetooth.3 bt_devaddr.3
31189462SemaxMLINKS+=	bluetooth.3 bt_devname.3
32189462Semax
33189462SemaxMLINKS+=	bluetooth.3 bt_devinfo.3
34189462SemaxMLINKS+=	bluetooth.3 bt_devenum.3
35189462Semax
36181698SemaxMLINKS+=	bluetooth.3 bdaddr_same.3
37181698SemaxMLINKS+=	bluetooth.3 bdaddr_any.3
38181698SemaxMLINKS+=	bluetooth.3 bdaddr_copy.3
39181698Semax
40121054Semax.include <bsd.lib.mk>
41