Clean up top-level Makefiles, fix dependencies

This commit is contained in:
Andrew Johnson
2014-04-10 15:57:38 -05:00
parent 2d450bdd5b
commit 144da546ea
6 changed files with 34 additions and 22 deletions

View File

@@ -1,6 +1,8 @@
#Makefile at top of application tree
# Makefile at top of application tree
TOP = .
include $(TOP)/configure/CONFIG
DIRS += configure
DIRS += src
@@ -10,6 +12,7 @@ DIRS += ioc
ioc_DEPEND_DIRS = src
DIRS += iocBoot
iocBoot_DEPEND_DIRS = src
include $(TOP)/configure/RULES_TOP