Renamed "*acs*" files to "*dsm*".

This commit is contained in:
2024-05-20 14:51:50 -05:00
parent eec0a1d8f0
commit b03cda55ac
33 changed files with 0 additions and 0 deletions

22
dsmApp/src/Makefile Normal file
View File

@@ -0,0 +1,22 @@
# Makefile
TOP = ../..
include $(TOP)/configure/CONFIG
# The following are used for debugging messages.
USR_CXXFLAGS += -DDEBUG
DBD += devAcsMotor.dbd
LIBRARY_IOC = Acs
SRCS += AcsRegister.cc
# Advanced Control Systems driver support.
SRCS += devMCB4B.c drvMCB4B.c
SRCS += MCB4BDriver.cpp
Acs_LIBS += motor asyn
Acs_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES