2003-05-27 14:05:46 +00:00
|
|
|
# Makefile
|
|
|
|
TOP = ../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
|
|
|
|
# The following are used for debugging messages.
|
|
|
|
USR_CXXFLAGS += -DDEBUG
|
|
|
|
|
2024-05-22 10:55:22 -05:00
|
|
|
DBD += devDsmMotor.dbd
|
2003-05-27 14:05:46 +00:00
|
|
|
|
2024-05-22 10:55:22 -05:00
|
|
|
LIBRARY_IOC = dsm
|
2003-05-27 14:05:46 +00:00
|
|
|
|
2024-05-22 10:55:22 -05:00
|
|
|
SRCS += dsmRegister.cc
|
2003-05-27 14:05:46 +00:00
|
|
|
|
|
|
|
# Advanced Control Systems driver support.
|
|
|
|
SRCS += devMCB4B.c drvMCB4B.c
|
2012-03-02 00:13:42 +00:00
|
|
|
SRCS += MCB4BDriver.cpp
|
2003-05-27 14:05:46 +00:00
|
|
|
|
2024-05-22 10:55:22 -05:00
|
|
|
dsm_LIBS += motor asyn
|
|
|
|
dsm_LIBS += $(EPICS_BASE_IOC_LIBS)
|
2003-05-27 14:05:46 +00:00
|
|
|
|
|
|
|
include $(TOP)/configure/RULES
|
|
|
|
|