Merge branch 'vendor/BINUTILS220'
[dragonfly.git] / lib / libbluetooth / Makefile
1 # $NetBSD: Makefile,v 1.3 2007/05/28 12:06:18 tls Exp $
2
3 SYSDIR= ${.CURDIR}/../../sys/
4
5 LIB=            bluetooth
6 SHLIB_MAJOR=    3
7 SRCS=           bluetooth.c devaddr.c
8 MAN=            bluetooth.3
9
10 CFLAGS+=        -I${.CURDIR} -I${SYSDIR}
11
12 INCS=           bluetooth.h
13 INCSDIR=        /usr/include
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 CFLAGS+=        -I${.CURDIR} -I${SYSDIR}
34
35 .include <bsd.lib.mk>