63 lines
2.1 KiB
Makefile
63 lines
2.1 KiB
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
TEMPLATES_DIR = makeBaseApp
|
|
|
|
TEMPLATES += top/Makefile
|
|
TEMPLATES += top/configure/CONFIG
|
|
TEMPLATES += top/configure/CONFIG_APP
|
|
TEMPLATES += top/configure/Makefile
|
|
TEMPLATES += top/configure/RELEASE
|
|
TEMPLATES += top/configure/RULES
|
|
TEMPLATES += top/configure/RULES.Db
|
|
TEMPLATES += top/configure/RULES.ioc
|
|
TEMPLATES += top/configure/RULES.iocBoot
|
|
TEMPLATES += top/configure/RULES.registerRecordDeviceDriver
|
|
TEMPLATES += top/configure/RULES_DIRS
|
|
TEMPLATES += top/configure/RULES_TOP
|
|
TEMPLATES += top/configure/makeDbDepends.pl
|
|
TEMPLATES += top/configure/makeIocCdCommands.pl
|
|
|
|
TEMPLATES += top/exampleApp/Makefile
|
|
TEMPLATES += top/exampleApp/Db/Makefile
|
|
TEMPLATES += top/exampleApp/Db/dbExample1.db
|
|
TEMPLATES += top/exampleApp/Db/dbExample2.db
|
|
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
|
|
TEMPLATES += top/exampleBoot/ioc/Makefile
|
|
TEMPLATES += top/exampleBoot/ioc/st.cmd
|
|
|
|
TEMPLATES += top/simpleApp/Makefile
|
|
TEMPLATES += top/simpleApp/Db/Makefile
|
|
TEMPLATES += top/simpleApp/src/Makefile
|
|
|
|
TEMPLATES += top/simpleBoot/Makefile
|
|
TEMPLATES += top/simpleBoot/nfsCommands
|
|
TEMPLATES += top/simpleBoot/ioc/Makefile
|
|
TEMPLATES += top/simpleBoot/ioc/st.cmd
|
|
|
|
SCRIPTS += makeBaseApp.pl
|
|
|
|
include $(TOP)/configure/RULES
|
|
|