Files
pcas/src/makeBaseApp/Makefile
Marty Kraimer be0f79c2cd vxSrc => iocSrc
2000-03-29 14:57:30 +00:00

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/iocSrc/Makefile
TEMPLATES += top/exampleApp/iocSrc/baseLIBOBJS
TEMPLATES += top/exampleApp/iocSrc/caExample.c
TEMPLATES += top/exampleApp/iocSrc/devXxxSoft.c
TEMPLATES += top/exampleApp/iocSrc/sncExample.st
TEMPLATES += top/exampleApp/iocSrc/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