Files
pcas/src/makeBaseApp/top/Makefile
Janet B. Anderson 5883622f59 changes for 3.14
1999-09-20 19:43:29 +00:00

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