diff --git a/motorExApp/NoAsyn/Makefile b/motorExApp/NoAsyn/Makefile index 39c8397f..1e777bf7 100644 --- a/motorExApp/NoAsyn/Makefile +++ b/motorExApp/NoAsyn/Makefile @@ -17,6 +17,7 @@ NoMPF_SRCS_DEFAULT += NoMPFMain.cpp #!NoMPF_LIBS += softMotor #!NoMPF_LIBS += oms NoMPF_LIBS += motor +NoMPF_LIBS += asyn NoMPF_LIBS += $(EPICS_BASE_IOC_LIBS) NoMPFVx_SRCS += NoMPFVx_registerRecordDeviceDriver.cpp @@ -24,6 +25,8 @@ NoMPFVx_SRCS += NoMPFVx_registerRecordDeviceDriver.cpp #!NoMPFVx_LIBS += oms #!NoMPFVx_LIBS += DeltaTau NoMPFVx_LIBS += motor +NoMPFVx_LIBS += asyn + 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 0823a61a..b30d332a 100644 --- a/motorExApp/NoAsyn/NoAsynInclude.dbd +++ b/motorExApp/NoAsyn/NoAsynInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" +include "asyn.dbd" include "motorSupport.dbd" #!include "devSoftMotor.dbd" #!include "devOms.dbd" diff --git a/motorExApp/NoAsyn/NoAsynVxInclude.dbd b/motorExApp/NoAsyn/NoAsynVxInclude.dbd index 2e7b98bd..00a33324 100644 --- a/motorExApp/NoAsyn/NoAsynVxInclude.dbd +++ b/motorExApp/NoAsyn/NoAsynVxInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" +include "asyn.dbd" include "motorSupport.dbd" #!include "devOms.dbd" #!include "devDeltaTau.dbd" diff --git a/motorExApp/NoAsyn/NoMPFInclude.dbd b/motorExApp/NoAsyn/NoMPFInclude.dbd index 0823a61a..b30d332a 100644 --- a/motorExApp/NoAsyn/NoMPFInclude.dbd +++ b/motorExApp/NoAsyn/NoMPFInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" +include "asyn.dbd" include "motorSupport.dbd" #!include "devSoftMotor.dbd" #!include "devOms.dbd" diff --git a/motorExApp/NoAsyn/NoMPFVxInclude.dbd b/motorExApp/NoAsyn/NoMPFVxInclude.dbd index 2e7b98bd..00a33324 100644 --- a/motorExApp/NoAsyn/NoMPFVxInclude.dbd +++ b/motorExApp/NoAsyn/NoMPFVxInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" +include "asyn.dbd" include "motorSupport.dbd" #!include "devOms.dbd" #!include "devDeltaTau.dbd" diff --git a/motorExApp/NoMPF/Makefile b/motorExApp/NoMPF/Makefile index 39c8397f..1e777bf7 100644 --- a/motorExApp/NoMPF/Makefile +++ b/motorExApp/NoMPF/Makefile @@ -17,6 +17,7 @@ NoMPF_SRCS_DEFAULT += NoMPFMain.cpp #!NoMPF_LIBS += softMotor #!NoMPF_LIBS += oms NoMPF_LIBS += motor +NoMPF_LIBS += asyn NoMPF_LIBS += $(EPICS_BASE_IOC_LIBS) NoMPFVx_SRCS += NoMPFVx_registerRecordDeviceDriver.cpp @@ -24,6 +25,8 @@ NoMPFVx_SRCS += NoMPFVx_registerRecordDeviceDriver.cpp #!NoMPFVx_LIBS += oms #!NoMPFVx_LIBS += DeltaTau NoMPFVx_LIBS += motor +NoMPFVx_LIBS += asyn + 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 0823a61a..b30d332a 100644 --- a/motorExApp/NoMPF/NoMPFInclude.dbd +++ b/motorExApp/NoMPF/NoMPFInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" +include "asyn.dbd" include "motorSupport.dbd" #!include "devSoftMotor.dbd" #!include "devOms.dbd" diff --git a/motorExApp/NoMPF/NoMPFVxInclude.dbd b/motorExApp/NoMPF/NoMPFVxInclude.dbd index 2e7b98bd..00a33324 100644 --- a/motorExApp/NoMPF/NoMPFVxInclude.dbd +++ b/motorExApp/NoMPF/NoMPFVxInclude.dbd @@ -1,4 +1,5 @@ include "base.dbd" +include "asyn.dbd" include "motorSupport.dbd" #!include "devOms.dbd" #!include "devDeltaTau.dbd"