Support for IPAC R2.6 and above.

This commit is contained in:
Ron Sluiter
2004-03-16 15:35:28 +00:00
parent d581657cfd
commit 370fe22968
5 changed files with 23 additions and 0 deletions
+4
View File
@@ -19,6 +19,10 @@ NoMPF_LIBS += $(EPICS_BASE_IOC_LIBS)
NoMPFVx_SRCS += NoMPFVx_registerRecordDeviceDriver.cpp
NoMPFVx_LIBS += oms softMotor motor
# Support from IPAC R2.6 and above.
NoMPFVx_LIBS += Ipac TyGSOctal
NoMPFVx_OBJS += $(EPICS_BASE_BIN)/vxComLibrary
NoMPFVx_LIBS += $(EPICS_BASE_IOC_LIBS)
+5
View File
@@ -2,3 +2,8 @@ include "base.dbd"
include "motorRecord.dbd"
include "devSoftMotor.dbd"
include "devOms.dbd"
# Only for IPAC R2.6 and above.
driver(drvIpac)
registrar(vipc616Registrar)
registrar(tyGSOctalRegistrar)
+5
View File
@@ -2,3 +2,8 @@ include "base.dbd"
include "motorRecord.dbd"
include "devSoftMotor.dbd"
include "devOms.dbd"
# Only for IPAC R2.6 and above.
driver(drvIpac)
registrar(vipc616Registrar)
registrar(tyGSOctalRegistrar)
+4
View File
@@ -19,6 +19,10 @@ NoMPF_LIBS += $(EPICS_BASE_IOC_LIBS)
NoMPFVx_SRCS += NoMPFVx_registerRecordDeviceDriver.cpp
NoMPFVx_LIBS += oms softMotor motor
# Support from IPAC R2.6 and above.
NoMPFVx_LIBS += Ipac TyGSOctal
NoMPFVx_OBJS += $(EPICS_BASE_BIN)/vxComLibrary
NoMPFVx_LIBS += $(EPICS_BASE_IOC_LIBS)
+5
View File
@@ -2,3 +2,8 @@ include "base.dbd"
include "motorRecord.dbd"
include "devSoftMotor.dbd"
include "devOms.dbd"
# Only for IPAC R2.6 and above.
driver(drvIpac)
registrar(vipc616Registrar)
registrar(tyGSOctalRegistrar)