Files
pcas/src/makeBaseApp/top/Makefile
1997-10-10 13:44:04 +00:00

7 lines
151 B
Makefile

#Makefile at top of application tree
TOP = .
include $(TOP)/config/CONFIG_APP
DIRS += $(wildcard *App)
DIRS += iocBoot
include $(TOP)/config/RULES_TOP