Fixes for Private Modules Headers. Allow 'this' modules private headers

to be included on source PATH


git-svn-id: svn://10.0.0.236/trunk@1504 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider 1998-05-13 00:44:47 +00:00
parent e7b5397b7e
commit dad0f00a2a
3 changed files with 4 additions and 9 deletions

View File

@ -29,10 +29,7 @@ INCLUDES += -I$(SOURCE_XPHEADERS_DIR)
endif
#
# Only append source-side private cross-platform include paths for
# sectools
# Only append private for this module
#
ifeq ($(MODULE), sectools)
INCLUDES += -I$(SOURCE_XPPRIVATE_DIR)
endif
INCLUDES += -I$(SOURCE_XPPRIVATE_DIR)

View File

@ -23,7 +23,7 @@
# Double-Colon rules for utilizing the binary release model. #
#######################################################################
all:: export libs program install
all:: export private_export libs program install
ifeq ($(AUTOCLEAN),1)
autobuild:: clean export private_export libs program install

View File

@ -35,9 +35,7 @@ SOURCE_XP_DIR = $(SOURCE_PREFIX)
SOURCE_CLASSES_DIR = $(SOURCE_XP_DIR)/classes
SOURCE_XPHEADERS_DIR = $(SOURCE_XP_DIR)/public/$(MODULE)
ifeq ($(MODULE), sectools)
SOURCE_XPPRIVATE_DIR = $(SOURCE_XP_DIR)/private/$(MODULE)
endif
SOURCE_XPPRIVATE_DIR = $(SOURCE_XP_DIR)/private/$(MODULE)
#
# <user_source_tree> machine-dependent (md) master import/export directory