Files
motorBase/motorApp/MclennanSrc/Makefile
T
2003-05-28 14:54:47 +00:00

21 lines
399 B
Makefile

# Makefile
TOP = ../..
include $(TOP)/configure/CONFIG
# The following are used for 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 motorCOM_mpf
Mclennan_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES