From 19bb952d603437273309639f92c0cb03bd483dce Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 7 Jul 1999 20:46:32 +0000 Subject: [PATCH] dont build bitbus support. It is now unbundled --- src/drv/old/Makefile.Vx | 25 +++++++++++++++---------- src/drv/old/README | 22 ++++++++++++++++++++++ src/vxWorks/drv/old/README | 22 ++++++++++++++++++++++ 3 files changed, 59 insertions(+), 10 deletions(-) create mode 100644 src/drv/old/README create mode 100644 src/vxWorks/drv/old/README diff --git a/src/drv/old/Makefile.Vx b/src/drv/old/Makefile.Vx index 62aaccf44..47cacffef 100644 --- a/src/drv/old/Makefile.Vx +++ b/src/drv/old/Makefile.Vx @@ -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 diff --git a/src/drv/old/README b/src/drv/old/README new file mode 100644 index 000000000..c44f40197 --- /dev/null +++ b/src/drv/old/README @@ -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 diff --git a/src/vxWorks/drv/old/README b/src/vxWorks/drv/old/README new file mode 100644 index 000000000..c44f40197 --- /dev/null +++ b/src/vxWorks/drv/old/README @@ -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