Files
motorDSM/configure/RELEASE
Daniel Sissom a92fda6560 Substituted string "acs" with "dsm".
The following case replacements were applied (in order):
	AcsRegister -> dsmRegister
	Acs_LIBS -> dsm_LIBS
	' Acs' -> ' dsm'
	acs -> dsm
	Acs -> Dsm
	ACS -> DSM
2024-05-22 11:01:27 -05:00

8 lines
273 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 motorDsm's RELEASE.local when building outside motor
-include $(TOP)/configure/RELEASE.local