From 831e11e9bd72c73c08ca6b5fbd6af8d3f0123de8 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 22 May 2003 19:52:30 +0000 Subject: [PATCH] Converted to R3.14 --- motorApp/NewportSrc/Makefile | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/motorApp/NewportSrc/Makefile b/motorApp/NewportSrc/Makefile index 0380f4bf..4b3cd59a 100644 --- a/motorApp/NewportSrc/Makefile +++ b/motorApp/NewportSrc/Makefile @@ -1,3 +1,30 @@ -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 += devNewport.dbd + +LIBRARY_IOC = Newport + +SRCS += NewportRegister.cc + +# MM3000 (i.e., MM3000) device driver. +SRCS += devMM3000.cc drvMM3000.cc + +# MM4000/5 (i.e., MM4000) device driver. +SRCS += devMM4000.cc drvMM4000.cc + +# PM500 device driver. +#!SRCS += devPM500.cc drvPM500.cc + +# ESP300 device driver. +#!SRCS += devESP300.cc drvESP300.cc + +Newport_LIBS += motor motorCOM_mpf +Newport_LIBS += $(EPICS_BASE_IOC_LIBS) + +include $(TOP)/configure/RULES +