configure: Fix for compiler-specific includes

Need to search the include/compiler/<cmplr> dirs for all external
modules listed in the RELEASE file as well.
This commit is contained in:
Andrew Johnson
2011-09-11 00:58:49 -05:00
parent dfb8c8ed2b
commit 36962da06c

View File

@@ -12,6 +12,7 @@ define RELEASE_FLAGS_template
$(1)_BIN = $$(wildcard $$(strip $$($(1)))/bin/$$(T_A))
$(1)_LIB = $$(wildcard $$(strip $$($(1)))/lib/$$(T_A))
SHRLIB_SEARCH_DIRS += $$($(1)_LIB)
RELEASE_INCLUDES += $$(addprefix -I,$$(wildcard $$(strip $$($(1)))/include/compiler/$$(CMPLR_CLASS)))
RELEASE_INCLUDES += $$(addprefix -I,$$(wildcard $$(strip $$($(1)))/include/os/$$(OS_CLASS)))
RELEASE_INCLUDES += $$(addprefix -I,$$(wildcard $$(strip $$($(1)))/include))
RELEASE_DBDFLAGS += $$(addprefix -I,$$(wildcard $$(strip $$($(1)))/dbd))