R3.14 compatible.

This commit is contained in:
Ron Sluiter
2003-05-14 20:21:52 +00:00
parent da4bddaf97
commit e450bd8213
+23 -3
View File
@@ -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