Files
pcas/src/makeBaseApp/top/exampleApp/Makefile
2000-06-02 15:00:18 +00:00

9 lines
180 B
Makefile

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