forked from epics_driver_modules/motorBase
10 lines
231 B
Makefile
10 lines
231 B
Makefile
#Makefile at top of application tree
|
|
TOP = .
|
|
include $(TOP)/config/CONFIG_APP
|
|
DIRS += config
|
|
DIRS += $(wildcard *App)
|
|
DIRS += $(wildcard *app)
|
|
DIRS += $(wildcard iocBoot)
|
|
DIRS += $(wildcard iocboot)
|
|
include $(TOP)/config/RULES_TOP
|