Files
motorBase/configure/RELEASE
T
Peter Denison 785307839c Added new asyn interface for atomic status callbacks, and converted
devMotorAsyn.c and drvMotorAsyn.c to use it
Added STATUS_* reason codes to get at individual bits of status
Fix SET_{LOW,HIGH}_LIMIT command when MRES negative
2006-07-01 20:08:56 +00:00

37 lines
1017 B
Plaintext

# RELEASE - Location of external products
#
# Note: This file will be scanned to automatically generate
# include path definitions etc.
# The order of the following declarations will be retained
# within those definitions.
#
# Note that "#!" marks lines that can be uncommented.
#
# Add your declarations here
#!GATEWAY=
#!SUPPORT=
# If any motor controller communication mechanism besides the VME backplane is
# required, then ASYN must be defined.
# Required ASYN release: R4-6
ASYN=$(SUPPORT)/asyn/4-6
# Need the sequencer for the MM4005 and XPS trajectory scanning
SNCSEQ=$(SUPPORT)/seq/2-0-11
# Recommended EPICS release: R3.14.8.2
EPICS_BASE=$(SUPPORT)/../base-3.14.8.2
# The following must be defined if the "WithMPF" example in motorExApp is to
# be built.
# Recommended IPAC release: R2-8
#!IPAC=$(SUPPORT)/ipacR2-8
# The following must be defined for the MXmotor device driver.
#!MX=$(SUPPORT)/mx/mx
# The following is only needed for the motor examples in iocBoot.
#!MOTOR=$(TOP)