Updated versions and comments in RELEASE

This commit is contained in:
kpetersn
2019-04-17 17:04:40 -05:00
parent 91c0b96a72
commit 888dce8a0a
+19 -21
View File
@@ -12,36 +12,34 @@
SUPPORT=
-include $(TOP)/../configure/SUPPORT.$(EPICS_HOST_ARCH)
# If any motor controller communication mechanism besides the VME backplane is
# required, then ASYN must be defined.
# Recommended ASYN release: R4-23
ASYN=$(SUPPORT)/asyn/R4-23
# If any motor controller communication mechanism besides
# the VME backplane is required, then ASYN must be defined.
# Recommended ASYN release: R4-35
ASYN=$(SUPPORT)/asyn-R4-35
# Need the sequencer and the busy record for the MM4005 and XPS trajectory scanning
# Recommended SNCSEQ release: R2.1.16
SNCSEQ=$(SUPPORT)/seq/seq-2-1-16
# Recommended BUSY release: R1-6
BUSY=$(SUPPORT)/busy/R1-6
# Need the sequencer and the busy record for trajectory scanning
# Recommended SNCSEQ release: R2.2.6
SNCSEQ=$(SUPPORT)/seq-2-2-6
# Recommended BUSY release: R1-7-1
BUSY=$(SUPPORT)/busy-R1-7-1
# Recommended EPICS release: R3.14.12.4
# Recommended EPICS release: R3.15.6
EPICS_BASE=
-include $(TOP)/../configure/EPICS_BASE.$(EPICS_HOST_ARCH)
# The following must be defined for the MXmotor device driver.
# The following must be defined for motorMXmotor
#!MX=$(SUPPORT)/mx/mx
# The following support modules are required for the Hytec driver and for the examples in
# <motor>/motorExApp. To build examples, the top Makefile,
# <motor>/Makefile must also be edited.
# IPAC is required to build motorHytec
# Recommended IPAC release: R2-15
IPAC=$(SUPPORT)/ipac-R2-15
# Recommended IPAC release: R2-12
IPAC=$(SUPPORT)/ipac/R2-12
# Script module needed to build motorScriptMotor
#!LUA=$(SUPPORT)/lua-R1-3
# Script module needed to build ScriptMotorController
#!LUA=$(SUPPORT)/lua
# Modbus module needed to build AMCI example IOC
#!MODBUS=$(SUPPORT)/modbus
# Modbus module needed to build motorAMCI's example IOC
# Required MODBUS release: R2-11 or later
#!MODBUS=$(SUPPORT)/modbus-R2-11
# The following is only needed for the motor examples in iocBoot.
#!MOTOR=$(TOP)