dont build bitbus support. It is now unbundled

This commit is contained in:
Marty Kraimer
1999-07-07 20:46:32 +00:00
parent 23467b753b
commit 19bb952d60
3 changed files with 59 additions and 10 deletions

View File

@@ -12,27 +12,34 @@ else
USR_CFLAGS = -fshared-data -fvolatile
endif
INC += drvBB232.h
INC += drvBitBus.h
INC += drvBitBusErr.h
#The following have been unbundled. DONT USE THESE
#INC += drvBB232.h
#INC += drvBitBus.h
#INC += drvBitBusErr.h
#INC += drvMsg.h
#drvBitBusInterface APPEARS HERE AND IN UNBUNDLED - BIG PROBLEM
INC += drvBitBusInterface.h
#SRCS.c += ../drvBB232.c
#SRCS.c += ../drvBitBus.c
#SRCS.c += ../drvMsg.c
#SRCS.c += ../drvTranServ.c
#The following have not been used
#INC += drvRs232.h
#INC += drvTy232.h
INC += drvGpib.h
INC += drvGpibErr.h
INC += drvGpibInterface.h
INC += drvHiDEOSGpib.h
INC += drvJgvtr1.h
INC += drvMsg.h
INC += drvOms.h
INC += drvRs232.h
INC += drvTy232.h
INC += steppermotor.h
SRCS.c += ../module_types.c
SRCS.c += ../drvBB232.c
SRCS.c += ../drvBb902.c
SRCS.c += ../drvBb910.c
SRCS.c += ../drvBitBus.c
SRCS.c += ../drvComet.c
SRCS.c += ../drvCompuSm.c
SRCS.c += ../drvDvx.c
@@ -40,9 +47,7 @@ SRCS.c += ../drvFp.c
SRCS.c += ../drvFpm.c
SRCS.c += ../drvGpib.c
SRCS.c += ../drvJgvtr1.c
SRCS.c += ../drvMsg.c
SRCS.c += ../drvOms.c
#SRCS.c += ../drvTranServ.c
SRCS.c += ../drvVmi4100.c
SRCS.c += ../drvXy010.c
SRCS.c += ../drvXy210.c

22
src/drv/old/README Normal file
View File

@@ -0,0 +1,22 @@
The following are unbundled
drvBB232.c
drvBB232.h
drvBitBus.c
drvBitBus.h
drvBitBusErr.h
drvBitBusInterface.h
drvMsg.h
drvMsg.c
drvRs232.h
The following should not be used
drvTy232.h
drvRs232.c
The following is a BIG PROBLEM because drvGpib.c include and uses it.
For now it is both here are in the unbundled version
drvBitBusInterface.h

View File

@@ -0,0 +1,22 @@
The following are unbundled
drvBB232.c
drvBB232.h
drvBitBus.c
drvBitBus.h
drvBitBusErr.h
drvBitBusInterface.h
drvMsg.h
drvMsg.c
drvRs232.h
The following should not be used
drvTy232.h
drvRs232.c
The following is a BIG PROBLEM because drvGpib.c include and uses it.
For now it is both here are in the unbundled version
drvBitBusInterface.h