Skip to content

Commit

Permalink
Renamed AcsMotion.dbd to AcsMotionSupport.dbd to avoid conflicts with…
Browse files Browse the repository at this point in the history
… the dbd file created by the build of the example IOC
  • Loading branch information
kmpeters committed Aug 5, 2020
1 parent 215308f commit 0540c45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion acsMotionApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include $(TOP)/configure/CONFIG
# The following are used for debugging messages.
#USR_CXXFLAGS += -DDEBUG

DBD += AcsMotion.dbd
DBD += AcsMotionSupport.dbd

LIBRARY_IOC = AcsMotion

Expand Down
14 changes: 7 additions & 7 deletions iocs/acsMotionIOC/acsMotionApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ include $(TOP)/configure/CONFIG
# Build the IOC application

PROD_IOC = acsMotion
# acsMotionIOC.dbd will be created and installed
DBD += acsMotionIOC.dbd
# acsMotion.dbd will be created and installed
DBD += acsMotion.dbd

# acsMotion.dbd will be made up from these files:
acsMotionIOC_DBD += base.dbd
acsMotion_DBD += base.dbd

# Include dbd files from all support applications:
#ifdef ASYN
acsMotionIOC_DBD += asyn.dbd
acsMotionIOC_DBD += drvAsynIPPort.dbd
acsMotion_DBD += asyn.dbd
acsMotion_DBD += drvAsynIPPort.dbd
#endif
acsMotionIOC_DBD += motorSupport.dbd
acsMotionIOC_DBD += AcsMotion.dbd
acsMotion_DBD += motorSupport.dbd
acsMotion_DBD += AcsMotionSupport.dbd

# Add all the support libraries needed by this IOC
acsMotion_LIBS += AcsMotion
Expand Down

0 comments on commit 0540c45

Please sign in to comment.