summaryrefslogtreecommitdiffstats
path: root/lib/libgpib/Makefile
blob: 80e890bd35ba8a4d3d94b70d04afec55b1800910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $FreeBSD$

LIB=		gpib
SHLIB_MAJOR=	3
INCS=		gpib.h
INCSDIR=	${INCLUDEDIR}/gpib
SRCS=		ibfoo.c

MAN=		gpib.3

# MLINKS are only provided for functions that are actually
# implemented; update this if missing pieces have been filled in.
MLINKS+=	gpib.3 ibclr.3
MLINKS+=	gpib.3 ibdev.3
MLINKS+=	gpib.3 ibdma.3
MLINKS+=	gpib.3 ibeos.3
MLINKS+=	gpib.3 ibeot.3
MLINKS+=	gpib.3 ibloc.3
MLINKS+=	gpib.3 ibonl.3
MLINKS+=	gpib.3 ibpad.3
MLINKS+=	gpib.3 ibrd.3
MLINKS+=	gpib.3 ibsad.3
MLINKS+=	gpib.3 ibsic.3
MLINKS+=	gpib.3 ibtmo.3
MLINKS+=	gpib.3 ibtrg.3
MLINKS+=	gpib.3 ibwrt.3

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud