From a5b1d376d9b39162bf1079bad47dc911f45483d3 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Fri, 5 Aug 2011 15:19:41 +0000 Subject: [PATCH] Added busy record, needed for trajectory scan and profile moves; added -include for SUPPORT and EPICS_BASE; new versions of IPAC, ASYN, BASE --- configure/RELEASE | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/configure/RELEASE b/configure/RELEASE index b6132560..e67262b5 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -10,29 +10,32 @@ # Add your declarations here #!GATEWAY= -#!SUPPORT= +SUPPORT=/corvette/home/epics/devel +-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-13 -ASYN=$(SUPPORT)/asyn/4-13 +# Recommended ASYN release: R4-17 +ASYN=$(SUPPORT)/asyn-4-17 -# Need the sequencer for the MM4005 and XPS trajectory scanning +# Need the sequencer and the bust record for the MM4005 and XPS trajectory scanning # Recommended SNCSEQ release: R2-0-12 -SNCSEQ=$(SUPPORT)/seq/2-0-12 +SNCSEQ=$(SUPPORT)/seq-2-0-12 +BUSY=$(SUPPORT)/busy-1-3 # Recommended EPICS release: R3.14.11 -EPICS_BASE=$(SUPPORT)/../base-3.14.11 +EPICS_BASE=/corvette/usr/local/epics/base-3.14.12.1 +-include $(TOP)/../configure/EPICS_BASE.$(EPICS_HOST_ARCH) # The following must be defined for the MXmotor device driver. #!MX=$(SUPPORT)/mx/mx -# The following support modules are required ONLY if the examples in -# /motorExApp are built. To build examples, the top Makefile, +# The following support modules are required for the Hytec driver and for the examples in +# /motorExApp. To build examples, the top Makefile, # /Makefile must also be edited. # Recommended IPAC release: R2-10 -#!IPAC=$(SUPPORT)/ipacR2-10 +IPAC=$(SUPPORT)/ipac-2-11 # The following is only needed for the motor examples in iocBoot. #!MOTOR=$(TOP)