Files
epics-base/src/makeBaseApp/top/simpleApp/Makefile
T
1998-05-29 18:34:53 +00:00

8 lines
177 B
Makefile

TOP = ..
include $(TOP)/config/CONFIG_APP
DIRS += $(wildcard *src*)
DIRS += $(wildcard *Src*)
DIRS += $(wildcard *db*)
DIRS += $(wildcard *Db*)
include $(TOP)/config/RULES_DIRS