Files
pcas/src/makeBaseApp/top/exampleApp/Makefile
1999-09-13 20:20:05 +00:00

8 lines
179 B
Makefile

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