Files
motorBase/motorApp/ImsSrc/Makefile
T
2003-05-19 17:07:10 +00:00

25 lines
477 B
Makefile

# Makefile
TOP = ../..
include $(TOP)/configure/CONFIG
# The following are used for debugging messages.
#USR_CXXFLAGS += -DDEBUG
DBD += devImsMotor.dbd
LIBRARY_IOC = Ims
# Intelligent Motion Systems driver support.
SRCS += devIM483SM.cc drvIM483SM.cc
SRCS += devIM483PL.cc drvIM483PL.cc
SRCS += devMDrive.cc drvMDrive.cc
OBJS_DEFAULT += ImsRegister
OBJS_vxWorks += -nil-
Ims_LIBS += motor motorCOM_mpf
Ims_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES