From ec3b568f03e650352d20c89181ffecdb9557bc2f Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 19 Jul 2004 19:13:37 +0000 Subject: [PATCH] Default to no device drivers built. --- motorExApp/NoAsyn/Makefile | 9 ++++++--- motorExApp/NoAsyn/NoAsynInclude.dbd | 2 +- motorExApp/NoAsyn/NoAsynVxInclude.dbd | 5 ++--- motorExApp/NoAsyn/NoMPFInclude.dbd | 2 +- motorExApp/NoAsyn/NoMPFVxInclude.dbd | 5 ++--- motorExApp/NoMPF/Makefile | 9 ++++++--- motorExApp/NoMPF/NoMPFInclude.dbd | 2 +- motorExApp/NoMPF/NoMPFVxInclude.dbd | 5 ++--- 8 files changed, 21 insertions(+), 18 deletions(-) diff --git a/motorExApp/NoAsyn/Makefile b/motorExApp/NoAsyn/Makefile index a07f6fa8..ec2adf22 100644 --- a/motorExApp/NoAsyn/Makefile +++ b/motorExApp/NoAsyn/Makefile @@ -13,12 +13,15 @@ PROD_IOC_vxWorks = NoMPFVx NoMPF_SRCS += NoMPF_registerRecordDeviceDriver.cpp NoMPF_SRCS_DEFAULT += NoMPFMain.cpp -#NoMPF_LIBS += MXmotor -NoMPF_LIBS += softMotor motor +#!NoMPF_LIBS += MXmotor +#!NoMPF_LIBS += softMotor +NoMPF_LIBS += motor NoMPF_LIBS += $(EPICS_BASE_IOC_LIBS) NoMPFVx_SRCS += NoMPFVx_registerRecordDeviceDriver.cpp -NoMPFVx_LIBS += oms softMotor motor +#!NoMPFVx_LIBS += softMotor +#!NoMPFVx_LIBS += oms +NoMPFVx_LIBS += motor NoMPFVx_OBJS += $(EPICS_BASE_BIN)/vxComLibrary NoMPFVx_LIBS += $(EPICS_BASE_IOC_LIBS) diff --git a/motorExApp/NoAsyn/NoAsynInclude.dbd b/motorExApp/NoAsyn/NoAsynInclude.dbd index 9d5862bf..0c6ed51c 100644 --- a/motorExApp/NoAsyn/NoAsynInclude.dbd +++ b/motorExApp/NoAsyn/NoAsynInclude.dbd @@ -1,4 +1,4 @@ include "base.dbd" include "motorRecord.dbd" -include "devSoftMotor.dbd" +#include "devSoftMotor.dbd" #include "devMXmotor.dbd" diff --git a/motorExApp/NoAsyn/NoAsynVxInclude.dbd b/motorExApp/NoAsyn/NoAsynVxInclude.dbd index c48e4dc4..f8e30809 100644 --- a/motorExApp/NoAsyn/NoAsynVxInclude.dbd +++ b/motorExApp/NoAsyn/NoAsynVxInclude.dbd @@ -1,5 +1,4 @@ include "base.dbd" include "motorRecord.dbd" -include "devSoftMotor.dbd" -include "devOms.dbd" - +#!include "devOms.dbd" +#!include "devSoftMotor.dbd" diff --git a/motorExApp/NoAsyn/NoMPFInclude.dbd b/motorExApp/NoAsyn/NoMPFInclude.dbd index 9d5862bf..0c6ed51c 100644 --- a/motorExApp/NoAsyn/NoMPFInclude.dbd +++ b/motorExApp/NoAsyn/NoMPFInclude.dbd @@ -1,4 +1,4 @@ include "base.dbd" include "motorRecord.dbd" -include "devSoftMotor.dbd" +#include "devSoftMotor.dbd" #include "devMXmotor.dbd" diff --git a/motorExApp/NoAsyn/NoMPFVxInclude.dbd b/motorExApp/NoAsyn/NoMPFVxInclude.dbd index c48e4dc4..f8e30809 100644 --- a/motorExApp/NoAsyn/NoMPFVxInclude.dbd +++ b/motorExApp/NoAsyn/NoMPFVxInclude.dbd @@ -1,5 +1,4 @@ include "base.dbd" include "motorRecord.dbd" -include "devSoftMotor.dbd" -include "devOms.dbd" - +#!include "devOms.dbd" +#!include "devSoftMotor.dbd" diff --git a/motorExApp/NoMPF/Makefile b/motorExApp/NoMPF/Makefile index a07f6fa8..ec2adf22 100644 --- a/motorExApp/NoMPF/Makefile +++ b/motorExApp/NoMPF/Makefile @@ -13,12 +13,15 @@ PROD_IOC_vxWorks = NoMPFVx NoMPF_SRCS += NoMPF_registerRecordDeviceDriver.cpp NoMPF_SRCS_DEFAULT += NoMPFMain.cpp -#NoMPF_LIBS += MXmotor -NoMPF_LIBS += softMotor motor +#!NoMPF_LIBS += MXmotor +#!NoMPF_LIBS += softMotor +NoMPF_LIBS += motor NoMPF_LIBS += $(EPICS_BASE_IOC_LIBS) NoMPFVx_SRCS += NoMPFVx_registerRecordDeviceDriver.cpp -NoMPFVx_LIBS += oms softMotor motor +#!NoMPFVx_LIBS += softMotor +#!NoMPFVx_LIBS += oms +NoMPFVx_LIBS += motor NoMPFVx_OBJS += $(EPICS_BASE_BIN)/vxComLibrary NoMPFVx_LIBS += $(EPICS_BASE_IOC_LIBS) diff --git a/motorExApp/NoMPF/NoMPFInclude.dbd b/motorExApp/NoMPF/NoMPFInclude.dbd index 9d5862bf..0c6ed51c 100644 --- a/motorExApp/NoMPF/NoMPFInclude.dbd +++ b/motorExApp/NoMPF/NoMPFInclude.dbd @@ -1,4 +1,4 @@ include "base.dbd" include "motorRecord.dbd" -include "devSoftMotor.dbd" +#include "devSoftMotor.dbd" #include "devMXmotor.dbd" diff --git a/motorExApp/NoMPF/NoMPFVxInclude.dbd b/motorExApp/NoMPF/NoMPFVxInclude.dbd index c48e4dc4..f8e30809 100644 --- a/motorExApp/NoMPF/NoMPFVxInclude.dbd +++ b/motorExApp/NoMPF/NoMPFVxInclude.dbd @@ -1,5 +1,4 @@ include "base.dbd" include "motorRecord.dbd" -include "devSoftMotor.dbd" -include "devOms.dbd" - +#!include "devOms.dbd" +#!include "devSoftMotor.dbd"