forked from epics_driver_modules/motorBase
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
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-13
|
|
ASYN=$(SUPPORT)/asyn/4-13
|
|
|
|
# Need the sequencer for the MM4005 and XPS trajectory scanning
|
|
# Recommended SNCSEQ release: R2-0-12
|
|
SNCSEQ=$(SUPPORT)/seq/2-0-12
|
|
|
|
# Recommended EPICS release: R3.14.11
|
|
EPICS_BASE=$(SUPPORT)/../base-3.14.11
|
|
|
|
# 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
|
|
# <motor>/motorExApp are built. To build examples, the top Makefile,
|
|
# <motor>/Makefile must also be edited.
|
|
|
|
# Recommended IPAC release: R2-10
|
|
#!IPAC=$(SUPPORT)/ipacR2-10
|
|
|
|
# The following is only needed for the motor examples in iocBoot.
|
|
#!MOTOR=$(TOP)
|
|
|