Files
motorDSM/dsmApp/src/Makefile
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

23 lines
386 B
Makefile

# Makefile
TOP = ../..
include $(TOP)/configure/CONFIG
# The following are used for debugging messages.
USR_CXXFLAGS += -DDEBUG
DBD += devDsmMotor.dbd
LIBRARY_IOC = dsm
SRCS += dsmRegister.cc
# Advanced Control Systems driver support.
SRCS += devMCB4B.c drvMCB4B.c
SRCS += MCB4BDriver.cpp
dsm_LIBS += motor asyn
dsm_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES