9 lines
424 B
Plaintext
9 lines
424 B
Plaintext
# RELEASE - Location of external support modules
|
|
|
|
# Use motor/module's generated release file when buidling inside motor
|
|
-include $(TOP)/../../../RELEASE.$(EPICS_HOST_ARCH).local
|
|
# Use motorMotorSim's release file when building inside motorMotorSim, but outside motor
|
|
-include $(TOP)/../../configure/RELEASE.local
|
|
# Use motorSimIOC's RELEASE.local when building outside motorMotorSim
|
|
-include $(TOP)/configure/RELEASE.local
|