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.
|
2024-05-22 11:38:43 -05:00
|
|
|
SRCS += devMD90.c drvMD90.c
|
|
|
|
SRCS += MD90Driver.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
|
|
|
|
|