forked from epics_driver_modules/motorBase
R3.14 compatible.
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
TOP=../..
|
||||
include $(TOP)/config/CONFIG_APP
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
# 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.c drvIM483SM.c
|
||||
SRCS += devIM483PL.c drvIM483PL.c
|
||||
|
||||
OBJS_DEFAULT += ImsRegister
|
||||
OBJS_vxWorks += -nil-
|
||||
|
||||
Ims_LIBS += motor motorCOM_mpf
|
||||
Ims_LIBS += $(EPICS_BASE_IOC_LIBS)
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user