diff --git a/motorExApp/WithAsyn/Makefile b/motorExApp/WithAsyn/Makefile index 15a59ef8..5fa5c1ac 100644 --- a/motorExApp/WithAsyn/Makefile +++ b/motorExApp/WithAsyn/Makefile @@ -35,6 +35,8 @@ WithMPF_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary #!WithMPF_LIBS += Newport #!WithMPF_LIBS += softMotor #!WithMPF_LIBS += motorSimSupport +#!WithMPF_LIBS += SmartMotor +#!WithMPF_LIBS += KohzuMotor WithMPF_LIBS += motor WithMPF_LIBS += asyn # Needed for Newport SNL programs @@ -51,6 +53,8 @@ WithMPF_LIBS += $(EPICS_BASE_IOC_LIBS) #!WithMPFVx_LIBS += Newport #!WithMPFVx_LIBS += softMotor #!WithMPFVx_LIBS += motorSimSupport +#!WithMPFVx_LIBS += SmartMotor +#!WithMPFVx_LIBS += KohzuMotor WithMPFVx_LIBS += motor # Support from IPAC R2.6 and above. diff --git a/motorExApp/WithAsyn/WithAsynInclude.dbd b/motorExApp/WithAsyn/WithAsynInclude.dbd index 92cdeb35..812d4f80 100644 --- a/motorExApp/WithAsyn/WithAsynInclude.dbd +++ b/motorExApp/WithAsyn/WithAsynInclude.dbd @@ -11,4 +11,5 @@ include "drvAsynSerialPort.dbd" #include "devOms.dbd" #include "devSoftMotor.dbd" #include "motorSimSupport.dbd" - +#include "devSmartMotorMotor.dbd" +#include "devKohzuMotor.dbd" diff --git a/motorExApp/WithAsyn/WithAsynVxInclude.dbd b/motorExApp/WithAsyn/WithAsynVxInclude.dbd index 0190b591..937467e4 100644 --- a/motorExApp/WithAsyn/WithAsynVxInclude.dbd +++ b/motorExApp/WithAsyn/WithAsynVxInclude.dbd @@ -10,6 +10,8 @@ include "motorSupport.dbd" #include "devOms.dbd" #include "devSoftMotor.dbd" #include "motorSimSupport.dbd" +#include "devSmartMotorMotor.dbd" +#include "devKohzuMotor.dbd" #include "drvAsynSerialPort.dbd" #include "drvGsIP488.dbd" diff --git a/motorExApp/WithAsyn/WithMPFInclude.dbd b/motorExApp/WithAsyn/WithMPFInclude.dbd index 92cdeb35..812d4f80 100644 --- a/motorExApp/WithAsyn/WithMPFInclude.dbd +++ b/motorExApp/WithAsyn/WithMPFInclude.dbd @@ -11,4 +11,5 @@ include "drvAsynSerialPort.dbd" #include "devOms.dbd" #include "devSoftMotor.dbd" #include "motorSimSupport.dbd" - +#include "devSmartMotorMotor.dbd" +#include "devKohzuMotor.dbd" diff --git a/motorExApp/WithAsyn/WithMPFVxInclude.dbd b/motorExApp/WithAsyn/WithMPFVxInclude.dbd index 0190b591..937467e4 100644 --- a/motorExApp/WithAsyn/WithMPFVxInclude.dbd +++ b/motorExApp/WithAsyn/WithMPFVxInclude.dbd @@ -10,6 +10,8 @@ include "motorSupport.dbd" #include "devOms.dbd" #include "devSoftMotor.dbd" #include "motorSimSupport.dbd" +#include "devSmartMotorMotor.dbd" +#include "devKohzuMotor.dbd" #include "drvAsynSerialPort.dbd" #include "drvGsIP488.dbd" diff --git a/motorExApp/WithMPF/Makefile b/motorExApp/WithMPF/Makefile index 15a59ef8..5fa5c1ac 100644 --- a/motorExApp/WithMPF/Makefile +++ b/motorExApp/WithMPF/Makefile @@ -35,6 +35,8 @@ WithMPF_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary #!WithMPF_LIBS += Newport #!WithMPF_LIBS += softMotor #!WithMPF_LIBS += motorSimSupport +#!WithMPF_LIBS += SmartMotor +#!WithMPF_LIBS += KohzuMotor WithMPF_LIBS += motor WithMPF_LIBS += asyn # Needed for Newport SNL programs @@ -51,6 +53,8 @@ WithMPF_LIBS += $(EPICS_BASE_IOC_LIBS) #!WithMPFVx_LIBS += Newport #!WithMPFVx_LIBS += softMotor #!WithMPFVx_LIBS += motorSimSupport +#!WithMPFVx_LIBS += SmartMotor +#!WithMPFVx_LIBS += KohzuMotor WithMPFVx_LIBS += motor # Support from IPAC R2.6 and above. diff --git a/motorExApp/WithMPF/WithMPFInclude.dbd b/motorExApp/WithMPF/WithMPFInclude.dbd index 92cdeb35..812d4f80 100644 --- a/motorExApp/WithMPF/WithMPFInclude.dbd +++ b/motorExApp/WithMPF/WithMPFInclude.dbd @@ -11,4 +11,5 @@ include "drvAsynSerialPort.dbd" #include "devOms.dbd" #include "devSoftMotor.dbd" #include "motorSimSupport.dbd" - +#include "devSmartMotorMotor.dbd" +#include "devKohzuMotor.dbd" diff --git a/motorExApp/WithMPF/WithMPFVxInclude.dbd b/motorExApp/WithMPF/WithMPFVxInclude.dbd index 0190b591..937467e4 100644 --- a/motorExApp/WithMPF/WithMPFVxInclude.dbd +++ b/motorExApp/WithMPF/WithMPFVxInclude.dbd @@ -10,6 +10,8 @@ include "motorSupport.dbd" #include "devOms.dbd" #include "devSoftMotor.dbd" #include "motorSimSupport.dbd" +#include "devSmartMotorMotor.dbd" +#include "devKohzuMotor.dbd" #include "drvAsynSerialPort.dbd" #include "drvGsIP488.dbd"