forked from epics_driver_modules/motorBase
29 lines
854 B
Plaintext
29 lines
854 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.
|
|
#
|
|
# Add your declarations here
|
|
|
|
# If any motor controller communication mechanism besides the VME backplane is
|
|
# required, then ASYN must be defined.
|
|
ASYN=$(SUPPORT)/asyn/2-2beta
|
|
|
|
# Recommended EPICS release: R3.14.5
|
|
EPICS_BASE=$(SUPPORT)/../base-3.14.5
|
|
|
|
# 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
|
|
|