security/nss/coreconf/tree.mk

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/coreconf/tree.mk	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,52 @@
     1.4 +#
     1.5 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.8 +
     1.9 +#######################################################################
    1.10 +# Master "Core Components" file system "release" prefixes             #
    1.11 +#######################################################################
    1.12 +
    1.13 +# Windows platforms override this.  See WIN32.mk.
    1.14 +ifndef RELEASE_TREE
    1.15 +    ifdef BUILD_SHIP
    1.16 +	ifdef USE_SHIPS 
    1.17 +	    RELEASE_TREE = $(BUILD_SHIP)
    1.18 +	else
    1.19 +	    RELEASE_TREE = /share/builds/components
    1.20 +	endif
    1.21 +    else
    1.22 +	RELEASE_TREE = /share/builds/components
    1.23 +    endif
    1.24 +endif
    1.25 +
    1.26 +#
    1.27 +# NOTE:  export control policy enforced for XP and MD files
    1.28 +#        released to the binary release tree
    1.29 +#
    1.30 +
    1.31 +ifeq ($(POLICY), domestic)
    1.32 +    RELEASE_XP_DIR = domestic
    1.33 +    RELEASE_MD_DIR = domestic/$(PLATFORM)
    1.34 +else
    1.35 +    ifeq ($(POLICY), export)
    1.36 +	RELEASE_XP_DIR = export
    1.37 +	RELEASE_MD_DIR = export/$(PLATFORM)
    1.38 +    else
    1.39 +	ifeq ($(POLICY), france)
    1.40 +	    RELEASE_XP_DIR = france
    1.41 +	    RELEASE_MD_DIR = france/$(PLATFORM)
    1.42 +	else
    1.43 +	    RELEASE_XP_DIR = 
    1.44 +	    RELEASE_MD_DIR = $(PLATFORM)
    1.45 +	endif
    1.46 +    endif
    1.47 +endif
    1.48 +
    1.49 +
    1.50 +REPORTER_TREE = $(subst \,\\,$(RELEASE_TREE))
    1.51 +
    1.52 +IMPORT_XP_DIR = 
    1.53 +IMPORT_MD_DIR = $(PLATFORM)
    1.54 +
    1.55 +MK_TREE = included

mercurial