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