Files
motorDSM/dsmApp/src/Makefile
Daniel Sissom 417802a9b4 Substituted string "mcb4b" with "md90".
The following case replacements were applied (in order):
	mcb4b -> md90
	MCB4B -> MD90
	mcb-4b -> md-90
	MCB-4B -> MD-90
	MCB -> MD-90
2024-05-22 11:38:43 -05:00

23 lines
383 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 += devMD90.c drvMD90.c
SRCS += MD90Driver.cpp
dsm_LIBS += motor asyn
dsm_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES