NetBSD/lib/libbluetooth/Makefile

32 lines
732 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/07/26 11:11:04 tron Exp $
LIB= bluetooth
SRCS= bluetooth.c devaddr.c
MAN= bluetooth.3
CPPFLAGS+= -I${.CURDIR}
INCS= bluetooth.h
INCSDIR= /usr/include
MLINKS+= bluetooth.3 bt_gethostbyname.3
MLINKS+= bluetooth.3 bt_gethostbyaddr.3
MLINKS+= bluetooth.3 bt_gethostent.3
MLINKS+= bluetooth.3 bt_sethostent.3
MLINKS+= bluetooth.3 bt_endhostent.3
MLINKS+= bluetooth.3 bt_getprotobyname.3
MLINKS+= bluetooth.3 bt_getprotobynumber.3
MLINKS+= bluetooth.3 bt_getprotoent.3
MLINKS+= bluetooth.3 bt_setprotoent.3
MLINKS+= bluetooth.3 bt_endprotoent.3
MLINKS+= bluetooth.3 bt_ntoa.3
MLINKS+= bluetooth.3 bt_aton.3
MLINKS+= bluetooth.3 bt_devaddr.3
MLINKS+= bluetooth.3 bt_devname.3
.include <bsd.lib.mk>