Simplified SHRLIB_SEARCH_FULLPATHDIRS definiton.

This commit is contained in:
Janet B. Anderson
2004-08-11 19:30:11 +00:00
parent 48b47b519d
commit 2a02939267

View File

@@ -17,12 +17,9 @@ VALID_BUILDS = Host Ioc
GNU_DIR = /usr/local
#-------------------------------------------------------
FULLPATHTOP= $(shell perl $(TOOLS)/fullPathName.pl $(TOP))
# Get fullpathname of modules relative to TOP
SHRLIB_SEARCH_FULLPATHTOP = $(SHRLIB_SEARCH_DIRS:$(TOP)/%=$(FULLPATHTOP)/%)
# Get fullpathname of other relative dirs
SHRLIB_SEARCH_FULLPATHDIRS = $(SHRLIB_SEARCH_FULLPATHTOP:.%= \
$(shell perl $(TOOLS)/fullPathName.pl .%)
# Get fullpathname of relative dirs
SHRLIB_SEARCH_FULLPATHDIRS = $(foreach dir,$(SHRLIB_SEARCH_DIRS), \
$(shell perl $(TOOLS)/fullPathName.pl $(dir)))
#-------------------------------------------------------
# Unix prefix and suffix definitions