mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-05 14:15:39 -05:00
The following case replacements were applied (in order): AcsRegister -> dsmRegister Acs_LIBS -> dsm_LIBS ' Acs' -> ' dsm' acs -> dsm Acs -> Dsm ACS -> DSM
9 lines
404 B
Plaintext
9 lines
404 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 file when building inside motorDsm, but outside motor
|
|
-include $(TOP)/../../configure/RELEASE.local
|
|
# Use dsmIOC's RELEASE.local when building outside motorDsm
|
|
-include $(TOP)/configure/RELEASE.local
|