forked from epics_driver_modules/motorBase
e398cd38ce
- Added SUPPORT=. - Added; "#!" marks lines that can be uncommented.
34 lines
956 B
Plaintext
34 lines
956 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
|
|
|
|
#!SUPPORT=
|
|
|
|
# If any motor controller communication mechanism besides the VME backplane is
|
|
# required, then ASYN must be defined.
|
|
# Recommended ASYN release: R3-2
|
|
#!ASYN=$(SUPPORT)/asyn3-2
|
|
|
|
# Recommended EPICS release: R3.14.6
|
|
EPICS_BASE=$(SUPPORT)/../base-3.14.6
|
|
|
|
# The following must be defined if motorExApp is to be built.
|
|
#!TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
|
|
#!MSI=
|
|
|
|
# The following must be defined if the "WithMPF" example in motorExApp is to
|
|
# be built.
|
|
# Recommended IPAC release: R2.7a
|
|
#!IPAC=$(SUPPORT)/ipac2-7a
|
|
|
|
# The following must be defined for the MXmotor device driver.
|
|
#!MX=$(SUPPORT)/mx/mx
|
|
|