8 lines
278 B
Plaintext
8 lines
278 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.local when building outside motor
|
|
-include $(TOP)/configure/RELEASE.local
|
|
|