Files
pvDatabase/exampleServer/iocBoot/Makefile
2015-02-09 11:44:02 -06:00

8 lines
150 B
Makefile

TOP = ..
include $(TOP)/configure/CONFIG
DIRS += $(wildcard *ioc*)
DIRS += $(wildcard as*)
DIRS += $(wildcard example*)
include $(CONFIG)/RULES_DIRS