Files
epics-base/src/template/base/Makefile
2020-05-24 21:37:11 -05:00

20 lines
455 B
Makefile

TOP=../../..
include $(TOP)/configure/CONFIG
TEMPLATES_DIR = makeBaseApp
TEMPLATES += top/Makefile
TEMPLATES += top/configure/CONFIG
TEMPLATES += top/configure/CONFIG_SITE
TEMPLATES += top/configure/Makefile
TEMPLATES += top/configure/RELEASE
TEMPLATES += top/configure/RULES
TEMPLATES += top/configure/RULES.ioc
TEMPLATES += top/configure/RULES_DIRS
TEMPLATES += top/configure/RULES_TOP
SCRIPTS_HOST += makeBaseApp.pl
include $(TOP)/configure/RULES