8 lines
162 B
Makefile
8 lines
162 B
Makefile
TOP = ..
|
|
include $(TOP)/configure/CONFIG
|
|
DIRS += $(wildcard *ioc*)
|
|
DIRS += $(wildcard as*)
|
|
DIRS += $(wildcard power*)
|
|
include $(EPICS_BASE)/configure/RULES_DIRS
|
|
|