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