From 0b0f6f74feebea500a79f909e03662956c543308 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 27 May 2003 14:05:46 +0000 Subject: [PATCH] R3.14.x compatible. --- acsApp/src/Makefile | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/acsApp/src/Makefile b/acsApp/src/Makefile index 0380f4b..d5f9962 100644 --- a/acsApp/src/Makefile +++ b/acsApp/src/Makefile @@ -1,3 +1,21 @@ -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 += devAcsMotor.dbd + +LIBRARY_IOC = Acs + +SRCS += AcsRegister.cc + +# Advanced Control Systems driver support. +SRCS += devMCB4B.c drvMCB4B.c + +Acs_LIBS += motor motorCOM_mpf +Acs_LIBS += $(EPICS_BASE_IOC_LIBS) + +include $(TOP)/configure/RULES +