From a7bc964a3b25d50b38e7faa8fbece6bb95279105 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 12 Jan 2001 23:25:11 +0000 Subject: [PATCH] Renames RECTYPES, DBDNAME, registerRecordDeviceDriver.cpp --- src/makeBaseApp/top/exampleApp/src/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/makeBaseApp/top/exampleApp/src/Makefile b/src/makeBaseApp/top/exampleApp/src/Makefile index cb6fe867c..6bf51a04e 100644 --- a/src/makeBaseApp/top/exampleApp/src/Makefile +++ b/src/makeBaseApp/top/exampleApp/src/Makefile @@ -17,9 +17,11 @@ Com_DIR = $(EPICS_BASE_LIB) #============================= -RECTYPES += xxxRecord.h -DBDEXPAND = exampleInclude.dbd -DBDNAME = exampleApp.dbd +# xxxRecord.h will be created from xxxRecord.dbd +DBDINC += xxxRecord + +# .dbd will be created from Include.dbd +DBD += example.dbd #============================= @@ -53,7 +55,8 @@ example_SRCS += xxxRecord.c example_SRCS += devXxxSoft.c example_SRCS += caMonitor.c -example_SRCS_DEFAULT += registerRecordDeviceDriver.cpp +# _registerRecordDeviceDriver.cpp will be created from .dbd +example_SRCS_DEFAULT += example_registerRecordDeviceDriver.cpp example_SRCS_DEFAULT += exampleMain.c example_SRCS_vxWorks += -nil- #example_SRCS_vxWorks += sncExample.c