forked from epics_driver_modules/motorBase
37 lines
1018 B
Plaintext
37 lines
1018 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.
|
|
# Recommended ASYN release: R4-9
|
|
ASYN=$(SUPPORT)/asyn/4-9
|
|
|
|
# Need the sequencer for the MM4005 and XPS trajectory scanning
|
|
SNCSEQ=$(SUPPORT)/seq/2-0-11
|
|
|
|
# Recommended EPICS release: R3.14.10
|
|
EPICS_BASE=$(SUPPORT)/../base-3.14.10
|
|
|
|
# The following must be defined if the "WithMPF" example in motorExApp is to
|
|
# be built.
|
|
# Recommended IPAC release: R2-9
|
|
#!IPAC=$(SUPPORT)/ipacR2-9
|
|
|
|
# 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)
|
|
|