From 0d12ed33ca2a7c3cab899f2fe4803a52ed7c91e2 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 13 Oct 2004 14:40:45 +0000 Subject: [PATCH] The Include.dbd file is no longer needed. --- src/makeBaseApp/Makefile | 1 - src/makeBaseApp/top/iocApp/src/Makefile | 3 +++ src/makeBaseApp/top/iocApp/src/_APPNAME_Include.dbd | 3 --- 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 src/makeBaseApp/top/iocApp/src/_APPNAME_Include.dbd diff --git a/src/makeBaseApp/Makefile b/src/makeBaseApp/Makefile index d44ea5032..02079a1e1 100644 --- a/src/makeBaseApp/Makefile +++ b/src/makeBaseApp/Makefile @@ -23,7 +23,6 @@ TEMPLATES += top/iocApp/Makefile TEMPLATES += top/iocApp/Db/Makefile TEMPLATES += top/iocApp/src/Makefile TEMPLATES += top/iocApp/src/_APPNAME_Main.cpp -TEMPLATES += top/iocApp/src/_APPNAME_Include.dbd TEMPLATES += top/iocApp/src/sncExample.stt TEMPLATES += top/exampleApp/Makefile diff --git a/src/makeBaseApp/top/iocApp/src/Makefile b/src/makeBaseApp/top/iocApp/src/Makefile index bb471dc10..17069481d 100644 --- a/src/makeBaseApp/top/iocApp/src/Makefile +++ b/src/makeBaseApp/top/iocApp/src/Makefile @@ -12,6 +12,9 @@ PROD_IOC = _APPNAME_ # .dbd will be created from Include.dbd DBD += _APPNAME_.dbd +# _APPNAME_.dbd will be made up from these files: +_APPNAME__DBD += base.dbd +_APPNAME__DBD += xxxSupport.dbd # _registerRecordDeviceDriver.cpp will be created from .dbd _APPNAME__SRCS += _APPNAME__registerRecordDeviceDriver.cpp diff --git a/src/makeBaseApp/top/iocApp/src/_APPNAME_Include.dbd b/src/makeBaseApp/top/iocApp/src/_APPNAME_Include.dbd deleted file mode 100644 index 84bf7b53d..000000000 --- a/src/makeBaseApp/top/iocApp/src/_APPNAME_Include.dbd +++ /dev/null @@ -1,3 +0,0 @@ -include "base.dbd" -#include definitions for any other support applications needed -#include "xxx.dbd"