]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libgpib/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libgpib / Makefile
1 # $FreeBSD$
2
3 LIB=            gpib
4 SHLIB_MAJOR=    3
5 INCS=           gpib.h
6 INCSDIR=        ${INCLUDEDIR}/gpib
7 SRCS=           ibfoo.c
8
9 MAN=            gpib.3
10
11 # MLINKS are only provided for functions that are actually
12 # implemented; update this if missing pieces have been filled in.
13 MLINKS+=        gpib.3 ibclr.3
14 MLINKS+=        gpib.3 ibdev.3
15 MLINKS+=        gpib.3 ibdma.3
16 MLINKS+=        gpib.3 ibeos.3
17 MLINKS+=        gpib.3 ibeot.3
18 MLINKS+=        gpib.3 ibloc.3
19 MLINKS+=        gpib.3 ibonl.3
20 MLINKS+=        gpib.3 ibpad.3
21 MLINKS+=        gpib.3 ibrd.3
22 MLINKS+=        gpib.3 ibsad.3
23 MLINKS+=        gpib.3 ibsic.3
24 MLINKS+=        gpib.3 ibtmo.3
25 MLINKS+=        gpib.3 ibtrg.3
26 MLINKS+=        gpib.3 ibwrt.3
27
28 .include <bsd.lib.mk>