From 34dca338191c071c252eb04b620677095b7177ee Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 24 Apr 2006 20:18:40 +0000 Subject: [PATCH] Include OMS for PC68/78 controller. --- motorExApp/WithAsyn/Makefile | 2 ++ motorExApp/WithAsyn/WithAsynInclude.dbd | 1 + motorExApp/WithAsyn/WithAsynVxInclude.dbd | 1 + motorExApp/WithAsyn/WithMPFInclude.dbd | 1 + motorExApp/WithAsyn/WithMPFVxInclude.dbd | 1 + motorExApp/WithMPF/Makefile | 2 ++ motorExApp/WithMPF/WithMPFInclude.dbd | 1 + motorExApp/WithMPF/WithMPFVxInclude.dbd | 1 + 8 files changed, 10 insertions(+) diff --git a/motorExApp/WithAsyn/Makefile b/motorExApp/WithAsyn/Makefile index a7ce7a6b..3fa78242 100644 --- a/motorExApp/WithAsyn/Makefile +++ b/motorExApp/WithAsyn/Makefile @@ -33,6 +33,7 @@ WithMPF_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary #!WithMPFVx_LDOBJS_vxWorks += $(IPAC_BIN)/ipacLib #!WithMPFVx_OBJS_vxWorks += $(IPAC_BIN)/tyGSOctal +#!WithMPF_LIBS += oms #!WithMPF_LIBS += Mclennan #!WithMPF_LIBS += Micos #!WithMPF_LIBS += MicroMo @@ -48,6 +49,7 @@ WithMPF_LIBS += asyn #!WithMPF_LIBS += seq pv WithMPF_LIBS += $(EPICS_BASE_IOC_LIBS) +#!WithMPFVx_LIBS += oms #!WithMPFVx_LIBS += Mclennan #!WithMPFVx_LIBS += Micos #!WithMPFVx_LIBS += MicroMo diff --git a/motorExApp/WithAsyn/WithAsynInclude.dbd b/motorExApp/WithAsyn/WithAsynInclude.dbd index c82fc5cf..92cdeb35 100644 --- a/motorExApp/WithAsyn/WithAsynInclude.dbd +++ b/motorExApp/WithAsyn/WithAsynInclude.dbd @@ -8,6 +8,7 @@ include "drvAsynSerialPort.dbd" #include "devMicroMo.dbd" #include "devNewport.dbd" #include "devPIMotor.dbd" +#include "devOms.dbd" #include "devSoftMotor.dbd" #include "motorSimSupport.dbd" diff --git a/motorExApp/WithAsyn/WithAsynVxInclude.dbd b/motorExApp/WithAsyn/WithAsynVxInclude.dbd index dd2b2da3..a81927ef 100644 --- a/motorExApp/WithAsyn/WithAsynVxInclude.dbd +++ b/motorExApp/WithAsyn/WithAsynVxInclude.dbd @@ -8,6 +8,7 @@ include "drvAsynSerialPort.dbd" #include "devMicroMo.dbd" #include "devNewport.dbd" #include "devPIMotor.dbd" +#include "devOms.dbd" #include "devSoftMotor.dbd" #include "motorSimSupport.dbd" # Only for IPAC R2.7 and above. diff --git a/motorExApp/WithAsyn/WithMPFInclude.dbd b/motorExApp/WithAsyn/WithMPFInclude.dbd index c82fc5cf..92cdeb35 100644 --- a/motorExApp/WithAsyn/WithMPFInclude.dbd +++ b/motorExApp/WithAsyn/WithMPFInclude.dbd @@ -8,6 +8,7 @@ include "drvAsynSerialPort.dbd" #include "devMicroMo.dbd" #include "devNewport.dbd" #include "devPIMotor.dbd" +#include "devOms.dbd" #include "devSoftMotor.dbd" #include "motorSimSupport.dbd" diff --git a/motorExApp/WithAsyn/WithMPFVxInclude.dbd b/motorExApp/WithAsyn/WithMPFVxInclude.dbd index dd2b2da3..a81927ef 100644 --- a/motorExApp/WithAsyn/WithMPFVxInclude.dbd +++ b/motorExApp/WithAsyn/WithMPFVxInclude.dbd @@ -8,6 +8,7 @@ include "drvAsynSerialPort.dbd" #include "devMicroMo.dbd" #include "devNewport.dbd" #include "devPIMotor.dbd" +#include "devOms.dbd" #include "devSoftMotor.dbd" #include "motorSimSupport.dbd" # Only for IPAC R2.7 and above. diff --git a/motorExApp/WithMPF/Makefile b/motorExApp/WithMPF/Makefile index a7ce7a6b..3fa78242 100644 --- a/motorExApp/WithMPF/Makefile +++ b/motorExApp/WithMPF/Makefile @@ -33,6 +33,7 @@ WithMPF_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary #!WithMPFVx_LDOBJS_vxWorks += $(IPAC_BIN)/ipacLib #!WithMPFVx_OBJS_vxWorks += $(IPAC_BIN)/tyGSOctal +#!WithMPF_LIBS += oms #!WithMPF_LIBS += Mclennan #!WithMPF_LIBS += Micos #!WithMPF_LIBS += MicroMo @@ -48,6 +49,7 @@ WithMPF_LIBS += asyn #!WithMPF_LIBS += seq pv WithMPF_LIBS += $(EPICS_BASE_IOC_LIBS) +#!WithMPFVx_LIBS += oms #!WithMPFVx_LIBS += Mclennan #!WithMPFVx_LIBS += Micos #!WithMPFVx_LIBS += MicroMo diff --git a/motorExApp/WithMPF/WithMPFInclude.dbd b/motorExApp/WithMPF/WithMPFInclude.dbd index c82fc5cf..92cdeb35 100644 --- a/motorExApp/WithMPF/WithMPFInclude.dbd +++ b/motorExApp/WithMPF/WithMPFInclude.dbd @@ -8,6 +8,7 @@ include "drvAsynSerialPort.dbd" #include "devMicroMo.dbd" #include "devNewport.dbd" #include "devPIMotor.dbd" +#include "devOms.dbd" #include "devSoftMotor.dbd" #include "motorSimSupport.dbd" diff --git a/motorExApp/WithMPF/WithMPFVxInclude.dbd b/motorExApp/WithMPF/WithMPFVxInclude.dbd index dd2b2da3..a81927ef 100644 --- a/motorExApp/WithMPF/WithMPFVxInclude.dbd +++ b/motorExApp/WithMPF/WithMPFVxInclude.dbd @@ -8,6 +8,7 @@ include "drvAsynSerialPort.dbd" #include "devMicroMo.dbd" #include "devNewport.dbd" #include "devPIMotor.dbd" +#include "devOms.dbd" #include "devSoftMotor.dbd" #include "motorSimSupport.dbd" # Only for IPAC R2.7 and above.