Files
motorDSM/dsmApp/src/Makefile

23 lines
386 B
Makefile
Raw Normal View History

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