Files
epics-base/src/template/Makefile
2017-09-19 17:02:36 +02:00

12 lines
225 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
TEMPLATES_DIR = makeBaseApp
TEMPLATES += top/caClientApp/Makefile
TEMPLATES += top/caClientApp/caExample.c
TEMPLATES += top/caClientApp/caMonitor.c
include $(TOP)/configure/RULES