Files
motorBase/motorApp/SmartMotorSrc/Makefile
T
Ron Sluiter cb10b6ffb4 Start
2007-05-08 14:45:17 +00:00

20 lines
382 B
Makefile

# Makefile
TOP = ../..
include $(TOP)/configure/CONFIG
# The following are used for debugging messages.
#!USR_CXXFLAGS += -DDEBUG
DBD += devSmartMotorMotor.dbd
LIBRARY_IOC = SmartMotor
# Intelligent Motion Systems driver support.
SRCS += devSmartMotor.cc drvSmartMotor.cc
SmartMotor_LIBS += motor asyn
SmartMotor_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES