Deleted Added
full compact
Makefile (181698) Makefile (189462)
1# $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $
1# $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $
2# $FreeBSD: head/lib/libbluetooth/Makefile 181698 2008-08-13 19:35:31Z emax $
2# $FreeBSD: head/lib/libbluetooth/Makefile 189462 2009-03-06 23:30:07Z emax $
3
4LIB= bluetooth
5MAN= bluetooth.3
6
7WARNS?= 2
8CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
9
10SHLIB_MAJOR= 3
11
3
4LIB= bluetooth
5MAN= bluetooth.3
6
7WARNS?= 2
8CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
9
10SHLIB_MAJOR= 3
11
12SRCS= bluetooth.c
12SRCS= bluetooth.c dev.c hci.c
13INCS= bluetooth.h
14
15MLINKS+= bluetooth.3 bt_gethostbyname.3
16MLINKS+= bluetooth.3 bt_gethostbyaddr.3
17MLINKS+= bluetooth.3 bt_gethostent.3
18MLINKS+= bluetooth.3 bt_sethostent.3
19MLINKS+= bluetooth.3 bt_endhostent.3
20
21MLINKS+= bluetooth.3 bt_getprotobyname.3
22MLINKS+= bluetooth.3 bt_getprotobynumber.3
23MLINKS+= bluetooth.3 bt_getprotoent.3
24MLINKS+= bluetooth.3 bt_setprotoent.3
25MLINKS+= bluetooth.3 bt_endprotoent.3
26
27MLINKS+= bluetooth.3 bt_ntoa.3
28MLINKS+= bluetooth.3 bt_aton.3
29
13INCS= bluetooth.h
14
15MLINKS+= bluetooth.3 bt_gethostbyname.3
16MLINKS+= bluetooth.3 bt_gethostbyaddr.3
17MLINKS+= bluetooth.3 bt_gethostent.3
18MLINKS+= bluetooth.3 bt_sethostent.3
19MLINKS+= bluetooth.3 bt_endhostent.3
20
21MLINKS+= bluetooth.3 bt_getprotobyname.3
22MLINKS+= bluetooth.3 bt_getprotobynumber.3
23MLINKS+= bluetooth.3 bt_getprotoent.3
24MLINKS+= bluetooth.3 bt_setprotoent.3
25MLINKS+= bluetooth.3 bt_endprotoent.3
26
27MLINKS+= bluetooth.3 bt_ntoa.3
28MLINKS+= bluetooth.3 bt_aton.3
29
30MLINKS+= bluetooth.3 bt_devaddr.3
31MLINKS+= bluetooth.3 bt_devname.3
32
33MLINKS+= bluetooth.3 bt_devinfo.3
34MLINKS+= bluetooth.3 bt_devenum.3
35
30MLINKS+= bluetooth.3 bdaddr_same.3
31MLINKS+= bluetooth.3 bdaddr_any.3
32MLINKS+= bluetooth.3 bdaddr_copy.3
33
34.include <bsd.lib.mk>
36MLINKS+= bluetooth.3 bdaddr_same.3
37MLINKS+= bluetooth.3 bdaddr_any.3
38MLINKS+= bluetooth.3 bdaddr_copy.3
39
40.include <bsd.lib.mk>