Files
pvDatabase/exampleLink/iocBoot/Makefile
Marty Kraimer 94bd84211b move all examples to separate top level build areas.
Documentation needs updating.
2014-02-05 11:57:35 -05:00

8 lines
164 B
Makefile

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