From c3ca13f40c5949a6e8c7f6ee4d3eace60c91e7b7 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 17 Oct 2002 17:34:25 +0000 Subject: [PATCH] R3.14.x compatible. --- motorApp/MotorSrc/Makefile | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/motorApp/MotorSrc/Makefile b/motorApp/MotorSrc/Makefile index 0380f4bf..648b8b42 100644 --- a/motorApp/MotorSrc/Makefile +++ b/motorApp/MotorSrc/Makefile @@ -1,3 +1,23 @@ -TOP=../.. -include $(TOP)/config/CONFIG_APP -include $(TOP)/config/RULES_ARCHS +# Makefile +TOP = ../.. +include $(TOP)/configure/CONFIG +#---------------------------------------- +# ADD MACRO DEFINITIONS AFTER THIS LINE + +# The following are used for debugging messages. +#USR_CFLAGS += -DDEBUG +#USR_CXXFLAGS += -DDEBUG + +DBDINC += motorRecord.h + +INC += motor.h motordevCom.h motordrvCom.h +INC += motordrvComCode.h + +LIBRARY_IOC += motor + +# The following are required for all motor record configurations. +motor_SRCS += motorRecord.cc motordevCom.cc motordrvCom.cc + +include $(TOP)/configure/RULES +#---------------------------------------- +# ADD RULES AFTER THIS LINE