forked from epics_driver_modules/motorBase
ef56405411
that resulted in a recursive loop when building driver modules outside of the motor module. Fixes #135
52 lines
1.6 KiB
Plaintext
52 lines
1.6 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
|
|
|
|
SUPPORT=
|
|
-include $(TOP)/../configure/SUPPORT.$(EPICS_HOST_ARCH)
|
|
|
|
# If any motor controller communication mechanism besides
|
|
# the VME backplane is required, then ASYN must be defined.
|
|
# Recommended ASYN release: R4-35
|
|
ASYN=$(SUPPORT)/asyn-R4-35
|
|
|
|
# Need the sequencer and the busy record for trajectory scanning
|
|
# Recommended SNCSEQ release: R2.2.6
|
|
SNCSEQ=$(SUPPORT)/seq-2-2-6
|
|
# Recommended BUSY release: R1-7-1
|
|
BUSY=$(SUPPORT)/busy-R1-7-1
|
|
|
|
# Recommended EPICS release: R3.15.6
|
|
EPICS_BASE=
|
|
-include $(TOP)/../configure/EPICS_BASE.$(EPICS_HOST_ARCH)
|
|
|
|
# The following must be defined for motorMXmotor
|
|
#!MX=$(SUPPORT)/mx/mx
|
|
|
|
# IPAC is required to build motorHytec
|
|
# Recommended IPAC release: R2-15
|
|
IPAC=$(SUPPORT)/ipac-R2-15
|
|
|
|
# Script module needed to build motorScriptMotor
|
|
#!LUA=$(SUPPORT)/lua-R1-3
|
|
|
|
# Modbus module needed to build motorAMCI's example IOC
|
|
# Required MODBUS release: R2-11 or later
|
|
#!MODBUS=$(SUPPORT)/modbus-R2-11
|
|
|
|
# The following is only needed for the motor examples in iocBoot.
|
|
#!MOTOR=$(TOP)
|
|
|
|
# These lines allow developers to override these RELEASE settings
|
|
# without having to modify this file directly.
|
|
-include $(or $(MOTOR),$(TOP))/../RELEASE.local
|
|
-include $(or $(MOTOR),$(TOP))/../RELEASE.$(EPICS_HOST_ARCH).local
|
|
-include $(or $(MOTOR),$(TOP))/configure/RELEASE.local
|