Added os/posix directory.

This commit is contained in:
Janet B. Anderson
2000-01-26 19:22:43 +00:00
parent 9f4b60bc2a
commit dbb02bd57e

View File

@@ -64,12 +64,13 @@ INSTALL_LIBRARY = $(INSTALL)
#-------------------------------------------------------
# vpath directories
OS_SRC_DIRS += $(foreach dir, $(SRC_DIRS) .., \
$(dir)/os/$(OS_CLASS) $(dir) )
$(dir)/os//posix $(dir)/os/$(OS_CLASS) $(dir) )
#-------------------------------------------------------
# compile line include directories
SRC_INCLUDES += $(addprefix -I,$(OS_SRC_DIRS))
INSTALL_INCLUDES += \
-I$(INSTALL_INCLUDE)/os/posix \
-I$(INSTALL_INCLUDE)/os/$(OS_CLASS) \
-I$(INSTALL_INCLUDE)
@@ -321,9 +322,11 @@ INSTALL_INC += $(foreach inc,$(INC), \
$(foreach dir,$(SRC_DIRS), \
$(subst $(dir)/, , \
$(wildcard \
$(dir)/os/posix/$(inc) \
$(dir)/os/$(OS_CLASS)/$(inc) \
$(dir)/$(inc)))) \
$(subst ../, ,$(wildcard ../os/$(OS_CLASS)/$(inc) ../$(inc) )) \
$(subst ../, ,$(wildcard ../os/posix/$(inc) \
../os/$(OS_CLASS)/$(inc) ../$(inc) )) \
$(inc))))