jdk/makefiles/ProfileNames.gmk
author ihse
Thu, 10 Oct 2013 15:06:21 +0200
changeset 20547 453837141fac
parent 16478 52ea0de470fd
permissions -rw-r--r--
8001931: The new build system whitespace cleanup Reviewed-by: tbell, simonis, erikj
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15681
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
     1
#
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
     2
# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
     4
#
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    10
#
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    15
# accompanied this code).
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    16
#
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    20
#
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    23
# questions.
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    24
#
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    25
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    26
# This was split out from Profiles.gmk to allow GenSrcMisc.gmk to include it
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    27
# without attempting to generate lists for output files that don't exist yet
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    28
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    29
# These are the external names of each profile
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    30
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    31
PROFILE_NAMES := compact1 compact2 compact3
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    32
16478
52ea0de470fd 8009429: Miscellaneous profiles cleanup
dholmes
parents: 15681
diff changeset
    33
# The include files use 1,2,3 for simplicity and conciseness. Internally we
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 16478
diff changeset
    34
# use profile_1, profile_2 and profile_3.
15681
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    35
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    36
ALL_PROFILES := profile_1 profile_2 profile_3
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    37
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    38
# This defines targets to generate per-profile Version.java/class files into
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    39
# distinct locations
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    40
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    41
VERSION_JAVA_DIR := sun/misc
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    42
VERSION_JAVA_FILE := Version.java
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    43
VERSION_JAVA_PATH := $(VERSION_JAVA_DIR)/$(VERSION_JAVA_FILE)
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    44
VERSION_CLASS_PATH := $(VERSION_JAVA_PATH:.java=.class)
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    45
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    46
PROFILE_VERSION_JAVA_TARGETS := $(foreach i, $(ALL_PROFILES), $(subst XXX,$i, $(JDK_OUTPUTDIR)/gen_XXX/$(VERSION_JAVA_PATH)))
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    47
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    48
PROFILE_VERSION_CLASS_TARGETS := $(foreach i, $(PROFILE_VERSION_JAVA_TARGETS), $(i:.java=.class))
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    49
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    50
# Function to map from profile designator, profile_1 etc, to its number
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 16478
diff changeset
    51
profile_number = $(if $(patsubst profile_%,%, $(1)), $(patsubst profile_%,%, $(1)), $(words $(PROFILE_NAMES) extra))
15681
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    52
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    53
# Function to map from profile number, 1, 2 etc, to the corresponding name
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    54
# An invalid number maps to an empty name
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    55
profile_name = $(word $(1), $(PROFILE_NAMES))
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    56
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    57
# Function to isolate a profile number from a Version.java target
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    58
# Evaluates to the arg if the arg is not a profile version target
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    59
profile_version_number = $(patsubst $(JDK_OUTPUTDIR)/gen_profile_%/$(VERSION_JAVA_PATH), %, $(1))
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    60
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 16478
diff changeset
    61
# Function to go from a profile Version.java target to profile name. If not
15681
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    62
# a profile version target then we need a number that maps to an empty name
8ca785029fe2 8004265: Add build support for Compact Profiles
dholmes
parents:
diff changeset
    63
profile_version_name = $(word $(if $(filter-out $(call profile_version_number, $(1)), $(1)), $(call profile_version_number, $(1)), $(words $(PROFILE_NAMES) extra)), $(PROFILE_NAMES))