10 lines
236 B
Makefile
10 lines
236 B
Makefile
#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
|