#Makefile at top of application tree TOP = . include $(TOP)/configure/CONFIG DIRS += configure DIRS += $(wildcard *App) DIRS += $(wildcard *app) DIRS += $(wildcard iocBoot) DIRS += $(wildcard iocboot) include $(TOP)/configure/RULES_TOP