forked from epics_driver_modules/motorBase
34 lines
926 B
Plaintext
34 lines
926 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-4
|
|
ASYN=$(SUPPORT)/asynR4-4
|
|
|
|
# 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)
|
|
|