From 50a696dd833ce61848bc4b4585aafef552d1ad3c Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 21 Mar 2000 18:49:23 +0000 Subject: [PATCH] change example for iocCore on host --- src/makeBaseApp/Makefile | 27 ++++++++++++++-------- src/makeBaseApp/top/exampleApp/Makefile | 5 ++-- src/makeBaseApp/top/exampleBoot/ioc/st.cmd | 2 +- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/src/makeBaseApp/Makefile b/src/makeBaseApp/Makefile index 774ac8ffe..adff7f052 100644 --- a/src/makeBaseApp/Makefile +++ b/src/makeBaseApp/Makefile @@ -23,15 +23,24 @@ TEMPLATES += top/exampleApp/Makefile TEMPLATES += top/exampleApp/Db/Makefile TEMPLATES += top/exampleApp/Db/dbExample1.db TEMPLATES += top/exampleApp/Db/dbExample2.db -TEMPLATES += top/exampleApp/src/Makefile -TEMPLATES += top/exampleApp/src/base.dbd -TEMPLATES += top/exampleApp/src/baseLIBOBJS -TEMPLATES += top/exampleApp/src/caExample.c -TEMPLATES += top/exampleApp/src/devXxxSoft.c -TEMPLATES += top/exampleApp/src/exampleInclude.dbd -TEMPLATES += top/exampleApp/src/sncExample.st -TEMPLATES += top/exampleApp/src/xxxRecord.c -TEMPLATES += top/exampleApp/src/xxxRecord.dbd +TEMPLATES += top/exampleApp/hostSrc/Makefile +TEMPLATES += top/exampleApp/hostSrc/base.dbd +TEMPLATES += top/exampleApp/hostSrc/caExample.c +TEMPLATES += top/exampleApp/hostSrc/exampleInclude.dbd +TEMPLATES += top/exampleApp/hostSrc/xxxRecord.dbd +TEMPLATES += top/exampleApp/iocHostSrc/Makefile +TEMPLATES += top/exampleApp/iocHostSrc/baseLIBOBJS +TEMPLATES += top/exampleApp/iocHostSrc/caExample.c +TEMPLATES += top/exampleApp/iocHostSrc/devXxxSoft.c +TEMPLATES += top/exampleApp/iocHostSrc/exampleMain.c +TEMPLATES += top/exampleApp/iocHostSrc/sncExample.st +TEMPLATES += top/exampleApp/iocHostSrc/xxxRecord.c +TEMPLATES += top/exampleApp/vxSrc/Makefile +TEMPLATES += top/exampleApp/vxSrc/baseLIBOBJS +TEMPLATES += top/exampleApp/vxSrc/caExample.c +TEMPLATES += top/exampleApp/vxSrc/devXxxSoft.c +TEMPLATES += top/exampleApp/vxSrc/sncExample.st +TEMPLATES += top/exampleApp/vxSrc/xxxRecord.c TEMPLATES += top/exampleBoot/Makefile TEMPLATES += top/exampleBoot/nfsCommands diff --git a/src/makeBaseApp/top/exampleApp/Makefile b/src/makeBaseApp/top/exampleApp/Makefile index 60f5ad48e..772da438f 100644 --- a/src/makeBaseApp/top/exampleApp/Makefile +++ b/src/makeBaseApp/top/exampleApp/Makefile @@ -1,7 +1,8 @@ TOP = .. include $(TOP)/configure/CONFIG -DIRS += $(wildcard *src*) -DIRS += $(wildcard *Src*) +DIRS += hostSrc +DIRS += iocHostSrc +DIRS += vxSrc DIRS += $(wildcard *db*) DIRS += $(wildcard *Db*) include $(TOP)/configure/RULES_DIRS diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd index 6b0a49be0..ed0358635 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd @@ -8,7 +8,7 @@ #< ../nfsCommands cd topbin -ld < exampleLibrary +ld < exampleLibrary.munch threadInit() TSinit()