Blame nss/coreconf/tree.mk

Packit 40b132
#
Packit 40b132
# This Source Code Form is subject to the terms of the Mozilla Public
Packit 40b132
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 40b132
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 40b132
Packit 40b132
#######################################################################
Packit 40b132
# Master "Core Components" file system "release" prefixes             #
Packit 40b132
#######################################################################
Packit 40b132
Packit 40b132
# Windows platforms override this.  See WIN32.mk.
Packit 40b132
ifndef RELEASE_TREE
Packit 40b132
    ifdef BUILD_SHIP
Packit 40b132
	ifdef USE_SHIPS 
Packit 40b132
	    RELEASE_TREE = $(BUILD_SHIP)
Packit 40b132
	else
Packit 40b132
	    RELEASE_TREE = /share/builds/components
Packit 40b132
	endif
Packit 40b132
    else
Packit 40b132
	RELEASE_TREE = /share/builds/components
Packit 40b132
    endif
Packit 40b132
endif
Packit 40b132
Packit 40b132
#
Packit 40b132
# NOTE:  export control policy enforced for XP and MD files
Packit 40b132
#        released to the binary release tree
Packit 40b132
#
Packit 40b132
Packit 40b132
ifeq ($(POLICY), domestic)
Packit 40b132
    RELEASE_XP_DIR = domestic
Packit 40b132
    RELEASE_MD_DIR = domestic/$(PLATFORM)
Packit 40b132
else
Packit 40b132
    ifeq ($(POLICY), export)
Packit 40b132
	RELEASE_XP_DIR = export
Packit 40b132
	RELEASE_MD_DIR = export/$(PLATFORM)
Packit 40b132
    else
Packit 40b132
	ifeq ($(POLICY), france)
Packit 40b132
	    RELEASE_XP_DIR = france
Packit 40b132
	    RELEASE_MD_DIR = france/$(PLATFORM)
Packit 40b132
	else
Packit 40b132
	    RELEASE_XP_DIR = 
Packit 40b132
	    RELEASE_MD_DIR = $(PLATFORM)
Packit 40b132
	endif
Packit 40b132
    endif
Packit 40b132
endif
Packit 40b132
Packit 40b132
Packit 40b132
REPORTER_TREE = $(subst \,\\,$(RELEASE_TREE))
Packit 40b132
Packit 40b132
IMPORT_XP_DIR = 
Packit 40b132
IMPORT_MD_DIR = $(PLATFORM)
Packit 40b132
Packit 40b132
MK_TREE = included