Files
epics-base/src/makeBaseApp/top/exampleBoot/ioc/Makefile@vxWorks
Andrew Johnson 6bd55da631 Modifications to support architecture-specific template files.
vxWorks-specific and Common files for host IOCs
2001-05-19 02:42:59 +00:00

9 lines
179 B
Plaintext

TOP = ../..
include $(TOP)/configure/CONFIG
ARCH = _ARCH_
# vxWorks architecture needs a cdCommands file to be built
buildInstall: cdCommands
include $(TOP)/configure/RULES.ioc