From e450bd8213fca3be7da5d80dd738974fcd9657ec Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Wed, 14 May 2003 20:21:52 +0000 Subject: [PATCH] R3.14 compatible. --- motorApp/ImsSrc/Makefile | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/motorApp/ImsSrc/Makefile b/motorApp/ImsSrc/Makefile index 0380f4bf..1bcda583 100644 --- a/motorApp/ImsSrc/Makefile +++ b/motorApp/ImsSrc/Makefile @@ -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 +