]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libbluetooth/Makefile
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / lib / libbluetooth / Makefile
1 # $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $
2 # $FreeBSD$
3
4 PACKAGE=        lib${LIB}
5 LIB=            bluetooth
6 MAN=            bluetooth.3
7
8 WARNS?=         2
9 CFLAGS+=        -I${.CURDIR} -I${SRCTOP}/sys
10
11 SHLIB_MAJOR=    4
12
13 SRCS=           bluetooth.c dev.c hci.c
14 INCS=           bluetooth.h
15
16 MLINKS+=        bluetooth.3 bt_gethostbyname.3
17 MLINKS+=        bluetooth.3 bt_gethostbyaddr.3
18 MLINKS+=        bluetooth.3 bt_gethostent.3
19 MLINKS+=        bluetooth.3 bt_sethostent.3
20 MLINKS+=        bluetooth.3 bt_endhostent.3
21
22 MLINKS+=        bluetooth.3 bt_getprotobyname.3
23 MLINKS+=        bluetooth.3 bt_getprotobynumber.3
24 MLINKS+=        bluetooth.3 bt_getprotoent.3
25 MLINKS+=        bluetooth.3 bt_setprotoent.3
26 MLINKS+=        bluetooth.3 bt_endprotoent.3
27
28 MLINKS+=        bluetooth.3 bt_ntoa.3
29 MLINKS+=        bluetooth.3 bt_aton.3
30
31 MLINKS+=        bluetooth.3 bt_devaddr.3
32 MLINKS+=        bluetooth.3 bt_devname.3
33
34 MLINKS+=        bluetooth.3 bt_devinfo.3
35 MLINKS+=        bluetooth.3 bt_devenum.3
36
37 MLINKS+=        bluetooth.3 bt_devopen.3
38 MLINKS+=        bluetooth.3 bt_devclose.3
39 MLINKS+=        bluetooth.3 bt_devsend.3
40 MLINKS+=        bluetooth.3 bt_devreq.3
41 MLINKS+=        bluetooth.3 bt_devfilter.3
42 MLINKS+=        bluetooth.3 bt_devfilter_pkt_set.3
43 MLINKS+=        bluetooth.3 bt_devfilter_pkt_clr.3
44 MLINKS+=        bluetooth.3 bt_devfilter_pkt_tst.3
45 MLINKS+=        bluetooth.3 bt_devfilter_evt_set.3
46 MLINKS+=        bluetooth.3 bt_devfilter_evt_clr.3
47 MLINKS+=        bluetooth.3 bt_devfilter_evt_tst.3
48 MLINKS+=        bluetooth.3 bt_devinquiry.3
49
50 MLINKS+=        bluetooth.3 bdaddr_same.3
51 MLINKS+=        bluetooth.3 bdaddr_any.3
52 MLINKS+=        bluetooth.3 bdaddr_copy.3
53
54 .include <bsd.lib.mk>