summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglen.beasley%sun.com <devnull@localhost>2002-12-09 18:04:10 +0000
committerglen.beasley%sun.com <devnull@localhost>2002-12-09 18:04:10 +0000
commitae11c4d20ce6bfc8f7e501a17d0a9af9b69741b6 (patch)
tree17774b0a38470f1bdebb510fb934907c5c2fc187
parent7be58be753e046cae0481853b39169a2ece09bfb (diff)
downloadnss-hg-ae11c4d20ce6bfc8f7e501a17d0a9af9b69741b6.tar.gz
solairs package
-rw-r--r--security/coreconf/source.mk49
1 files changed, 26 insertions, 23 deletions
diff --git a/security/coreconf/source.mk b/security/coreconf/source.mk
index 170d7dc25..165697786 100644
--- a/security/coreconf/source.mk
+++ b/security/coreconf/source.mk
@@ -40,11 +40,11 @@
#
ifndef SOURCE_PREFIX
-ifndef BUILD_TREE
-SOURCE_PREFIX = $(CORE_DEPTH)/../dist
-else
-SOURCE_PREFIX = $(BUILD_TREE)/dist
-endif
+ ifndef BUILD_TREE
+ SOURCE_PREFIX = $(CORE_DEPTH)/../dist
+ else
+ SOURCE_PREFIX = $(BUILD_TREE)/dist
+ endif
endif
#
@@ -52,7 +52,7 @@ endif
#
ifndef SOURCE_XP_DIR
-SOURCE_XP_DIR = $(SOURCE_PREFIX)
+ SOURCE_XP_DIR = $(SOURCE_PREFIX)
endif
#
@@ -65,9 +65,9 @@ SOURCE_XPHEADERS_DIR = $(SOURCE_XP_DIR)/public/$(MODULE)
SOURCE_XPPRIVATE_DIR = $(SOURCE_XP_DIR)/private/$(MODULE)
ifdef BUILD_OPT
- IMPORT_XPCLASS_DIR = $(SOURCE_CLASSES_DIR)
+ IMPORT_XPCLASS_DIR = $(SOURCE_CLASSES_DIR)
else
- IMPORT_XPCLASS_DIR = $(SOURCE_CLASSES_DBG_DIR)
+ IMPORT_XPCLASS_DIR = $(SOURCE_CLASSES_DBG_DIR)
endif
#
@@ -75,7 +75,7 @@ endif
#
ifndef SOURCE_MD_DIR
-SOURCE_MD_DIR = $(SOURCE_PREFIX)/$(PLATFORM)
+ SOURCE_MD_DIR = $(SOURCE_PREFIX)/$(PLATFORM)
endif
#
@@ -84,17 +84,17 @@ endif
#This is where we install built executables and (for Windows only) DLLs.
ifndef SOURCE_BIN_DIR
-SOURCE_BIN_DIR = $(SOURCE_MD_DIR)/bin
+ SOURCE_BIN_DIR = $(SOURCE_MD_DIR)/bin
endif
#This is where we install built libraries (.a, .so, .lib).
ifndef SOURCE_LIB_DIR
-SOURCE_LIB_DIR = $(SOURCE_MD_DIR)/lib
+ SOURCE_LIB_DIR = $(SOURCE_MD_DIR)/lib
endif
# This is where NSPR header files are found.
ifndef SOURCE_MDHEADERS_DIR
-SOURCE_MDHEADERS_DIR = $(SOURCE_MD_DIR)/include
+ SOURCE_MDHEADERS_DIR = $(SOURCE_MD_DIR)/include
endif
#######################################################################
@@ -108,14 +108,14 @@ endif
#
ifeq ($(POLICY), domestic)
- SOURCE_RELEASE_PREFIX = $(SOURCE_PREFIX)/release/domestic
+ SOURCE_RELEASE_PREFIX = $(SOURCE_PREFIX)/release/domestic
else
- ifeq ($(POLICY), export)
- SOURCE_RELEASE_PREFIX = $(SOURCE_PREFIX)/release/export
+ ifeq ($(POLICY), export)
+ SOURCE_RELEASE_PREFIX = $(SOURCE_PREFIX)/release/export
+ else
+ ifeq ($(POLICY), france)
+ SOURCE_RELEASE_PREFIX = $(SOURCE_PREFIX)/release/france
else
- ifeq ($(POLICY), france)
- SOURCE_RELEASE_PREFIX = $(SOURCE_PREFIX)/release/france
- else
#We shouldn't have to put another directory under here, but without it the perl
#script for releasing doesn't find the directory. It thinks it doesn't exist.
#So we're adding this no-policy directory so that the script for releasing works
@@ -123,9 +123,9 @@ else
#files land, only where they are placed in the local tree when building the jar
#files. When there is no policy, the jar files will still land in
#<dist>/<module>/<date>/<platform> like they used to.
- SOURCE_RELEASE_PREFIX = $(SOURCE_PREFIX)/release/no-policy
- endif
+ SOURCE_RELEASE_PREFIX = $(SOURCE_PREFIX)/release/no-policy
endif
+ endif
endif
#
@@ -151,9 +151,11 @@ XPCLASS_DBG_JAR = xpclass_dbg.jar
XPHEADER_JAR = xpheader.jar
ifdef BUILD_OPT
- IMPORT_XPCLASS_JAR = $(XPCLASS_JAR)
+ SOURCE_RELEASE_XP_CLASSES_DIR = $(SOURCE_RELEASE_CLASSES_DIR)
+ IMPORT_XPCLASS_JAR = $(XPCLASS_JAR)
else
- IMPORT_XPCLASS_JAR = $(XPCLASS_DBG_JAR)
+ SOURCE_RELEASE_XP_CLASSES_DIR = $(SOURCE_RELEASE_CLASSES_DBG_DIR)
+ IMPORT_XPCLASS_JAR = $(XPCLASS_DBG_JAR)
endif
#
@@ -182,6 +184,7 @@ MDHEADER_JAR = mdheader.jar
# Where to put the results
ifneq ($(RESULTS_DIR),)
- RESULTS_DIR = $(RELEASE_TREE)/sectools/results
+ RESULTS_DIR = $(RELEASE_TREE)/sectools/results
endif
+MK_SOURCE = included