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