mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05:00
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
This commit is contained in:
@@ -37,8 +37,8 @@ CHECK_RELEASE = YES
|
||||
|
||||
# Include motor's CONFIG_SITE.local when building inside motor
|
||||
-include $(TOP)/../../../../configure/CONFIG_SITE.local
|
||||
# Include motorAcs's CONFIG_SITE.local when building inside motorAcs
|
||||
# Include motorDsm's CONFIG_SITE.local when building inside motorDsm
|
||||
-include $(TOP)/../../configure/CONFIG_SITE.local
|
||||
# Use acsIOC's CONFIG_SITE.local
|
||||
# Use dsmIOC's CONFIG_SITE.local
|
||||
-include $(TOP)/configure/CONFIG_SITE.local
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# Use the following lines if motorAcs was built inside motor
|
||||
# Use the following lines if motorDsm was built inside motor
|
||||
MOTOR=
|
||||
-include $(MOTOR)/configure/RELEASE
|
||||
# Use the following lines if motorAcs was built outside motor
|
||||
#!MOTOR_ACS=
|
||||
#!-include $(MOTOR_ACS)/configure/RELEASE.local
|
||||
# Use the following lines if motorDsm was built outside motor
|
||||
#!MOTOR_DSM=
|
||||
#!-include $(MOTOR_DSM)/configure/RELEASE.local
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
# Use motor/module's generated release file when buidling inside motor
|
||||
-include $(TOP)/../../../RELEASE.$(EPICS_HOST_ARCH).local
|
||||
# Use motorAcs's release file when building inside motorAcs, but outside motor
|
||||
# Use motorDsm's release file when building inside motorDsm, but outside motor
|
||||
-include $(TOP)/../../configure/RELEASE.local
|
||||
# Use acsIOC's RELEASE.local when building outside motorAcs
|
||||
# Use dsmIOC's RELEASE.local when building outside motorDsm
|
||||
-include $(TOP)/configure/RELEASE.local
|
||||
|
Reference in New Issue
Block a user