forked from epics_driver_modules/motorBase
23 lines
476 B
Makefile
23 lines
476 B
Makefile
# Makefile
|
|
TOP = ../..
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
# Both the following line, and a line in the *.dbd file,
|
|
# must be uncommented to use diagnostic debugging messages.
|
|
#USR_CXXFLAGS += -DDEBUG
|
|
|
|
DBD += devMclennanMotor.dbd
|
|
|
|
LIBRARY_IOC = Mclennan
|
|
|
|
# Intelligent Motion Systems driver support.
|
|
SRCS += MclennanRegister.cc
|
|
SRCS += devPM304.cc drvPM304.cc
|
|
|
|
Mclennan_LIBS += motor
|
|
Mclennan_LIBS += asyn
|
|
Mclennan_LIBS += $(EPICS_BASE_IOC_LIBS)
|
|
|
|
include $(TOP)/configure/RULES
|
|
|