Files
epics-base/src/makeBaseApp/top/Makefile
1999-09-13 20:20:05 +00:00

10 lines
233 B
Makefile

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