freebsd-dev/lib/libgpib/Makefile

29 lines
594 B
Makefile
Raw Normal View History

# $FreeBSD$
2006-04-13 08:12:31 +00:00
LIB= gpib
SHLIB_MAJOR= 3
2006-04-13 08:12:31 +00:00
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>