ca5f71b814
MFC after: 3 days
29 lines
594 B
Makefile
29 lines
594 B
Makefile
# $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>
|