jdk/make/gensrc/GensrcProperties.gmk
author lana
Thu, 26 Dec 2013 12:04:16 -0800
changeset 23010 6dadb192ad81
parent 21805 c7d7946239de
child 23236 7c5997f59e20
permissions -rw-r--r--
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     1
#
23010
6dadb192ad81 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
lana
parents: 21805
diff changeset
     2
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     4
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    10
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    15
# accompanied this code).
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    16
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    20
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    23
# questions.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    24
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    25
15126
bceb690ccf35 8005540: build-infra: Improve incremental build speed on windows by caching find results
erikj
parents: 14231
diff changeset
    26
# Prepare the find cache. This is only used on windows.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    27
$(eval $(call FillCacheFind, $(JDK_TOPDIR)/src/share/classes $(JDK_TOPDIR)/src/windows/classes))
15126
bceb690ccf35 8005540: build-infra: Improve incremental build speed on windows by caching find results
erikj
parents: 14231
diff changeset
    28
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    29
# All .properties files to be compiled are appended to this variable.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    30
ALL_COMPILED_PROPSOURCES :=
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    31
# All generated .java files from compilation are appended to this variable.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    32
ALL_COMPILED_PROPJAVAS :=
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    33
# The (very long) command line for compilation, stored in a file, prior to use.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    34
COMPILE_PROPCMDLINE :=
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    35
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    36
# All .properties files to be cleaned are appended to this variable.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    37
ALL_CLEANED_PROPSOURCES :=
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    38
# All generated cleaned .properties files from cleaning are appended to this variable.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    39
ALL_CLEANED_PROPOUTPUT :=
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    40
# The (very long) command line for cleaning, stored in a file, prior to use.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    41
CLEAN_PROPCMDLINE :=
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    42
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    43
define add_properties_to_compile
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    44
  # $1 is the name of the properties group
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    45
  # $2 is the files belonging to this group
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    46
  # $3 is the super class for the generated java file.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    47
  # $4 is a from pattern for translating stripped name from source to target
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    48
  # $5 is the to pattern replacing $3 in the target
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    49
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    50
  # Strip away prefix and suffix,
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    51
  # leaving for example: sun/util/resources/CurrencyNames_sv
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    52
  $1_PROPPATHS := $$(patsubst $(JDK_TOPDIR)/src/windows/classes/%.properties, %, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    53
      $$(patsubst $(JDK_TOPDIR)/src/macosx/classes/%.properties, %, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    54
      $$(patsubst $(JDK_TOPDIR)/src/share/classes/%.properties, %, $2)))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    55
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    56
  # Apply optional name transformation, example: hz_TW -> hz_HK
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    57
  $(if $4, $1_PROPPATHS := $$(patsubst $4, $5, $$($1_PROPPATHS)))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    58
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    59
  # Accumulate all found properties files.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    60
  ALL_COMPILED_PROPSOURCES += $2
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    61
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    62
  # Generate the list of to be created java files.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    63
  ALL_COMPILED_PROPJAVAS += $$(patsubst %, $(JDK_OUTPUTDIR)/gensrc/%.java, $$($1_PROPPATHS))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    64
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    65
  # Now generate a sequence of "-compile ...CurrencyNames_sv.properties ...CurrencyNames_sv.java ListResourceBundle"
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    66
  # suitable to be fed into the CompileProperties command.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    67
  COMPILE_PROPCMDLINE += $$(subst _SPACE_,$(SPACE),$$(join $$(addprefix -compile_SPACE_, $2), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    68
      $$(addsuffix _SPACE_$(strip $3), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    69
      $$(addprefix _SPACE_$(JDK_OUTPUTDIR)/gensrc/, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    70
      $$(addsuffix .java, $$($1_PROPPATHS))))))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    71
endef
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    72
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    73
define add_properties_to_clean
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    74
  # $1 is the name of the properties group
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    75
  # $2 is the files belonging to this group
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    76
  # $3 is a from pattern for translating stripped name from source to target
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    77
  # $4 is the to pattern replacing $3 in the target
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    78
  # $5 optional name of extra directory to put properties files in (ex: resources)
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    79
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    80
  # Strip away prefix and suffix,
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    81
  # leaving for example: sun/util/resources/CurrencyNames_sv
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    82
  $1_PROPPATHS := $$(patsubst $(JDK_TOPDIR)/src/$(OPENJDK_TARGET_OS_API_DIR)/classes/%.properties, %, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    83
      $$(patsubst $(JDK_TOPDIR)/src/share/classes/%.properties, %, $2))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    84
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    85
  # Apply optional name transformation, example: hz_TW -> hz_HK
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    86
  $(if $3, $1_PROPPATHS := $$(patsubst $3, $4, $$($1_PROPPATHS)))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    87
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    88
  # Accumulate all found properties files.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    89
  ALL_CLEANED_PROPSOURCES += $2
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    90
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    91
  # Generate the list of to be created java files.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    92
  $1_PROPOUTPUT := $$(patsubst %, $(JDK_OUTPUTDIR)/classes/%.properties, $$($1_PROPPATHS))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    93
  # If the properties target file isn't in a "resources" dir, add one.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    94
  ifneq ($5, )
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    95
    $1_PROPOUTPUT := $$(foreach p, $$($1_PROPOUTPUT), $$(dir $$p)$5/$$(notdir $$p))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    96
  endif
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    97
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
    98
  ALL_CLEANED_PROPOUTPUT += $$($1_PROPOUTPUT)
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    99
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   100
  # Now generate a sequence of "-clean ...[src]...CurrencyNames_sv.properties ...[build]...CurrencyNames_sv.properties"
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   101
  # suitable to be fed into the StripProperties command.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   102
  CLEAN_PROPCMDLINE += $$(subst _SPACE_,$(SPACE),$$(join $$(addprefix -clean_SPACE_,$2), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   103
      $$(addprefix _SPACE_, $$($1_PROPOUTPUT))))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   104
endef
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   105
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   106
# Some packages contain pregenerated java files instead of properties files.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   107
# But unfortunately not all properties should be converted, some should be
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   108
# copied....argggghhh.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   109
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   110
# For example:
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   111
#    sun/applet/resources
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   112
#    sun/misc/resources
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   113
#    sun/text/resources
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   114
#    sun/tools/jconsole/resources
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   115
#    sun/tools/native2ascii/resources
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   116
#    sun/util/resources
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   117
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   118
# Some packages have properties that need to be converted to java source files.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   119
13702
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents: 13583
diff changeset
   120
#com/apple/laf/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   121
ifeq ($(OPENJDK_TARGET_OS), macosx)
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   122
  $(eval $(call add_properties_to_compile,COM_APPLE_LAF, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   123
      $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   124
      $(call CacheFind, $(JDK_TOPDIR)/src/macosx/classes/com/apple/laf/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   125
      ListResourceBundle))
13702
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents: 13583
diff changeset
   126
endif
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents: 13583
diff changeset
   127
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   128
#com/sun/accessibility/internal/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   129
$(eval $(call add_properties_to_compile,COM_SUN_ACCESSIBILITY, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   130
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   131
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/accessibility/internal/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   132
    ListResourceBundle))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   133
$(eval $(call add_properties_to_compile,COM_SUN_ACCESSIBILITY_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   134
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   135
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/accessibility/internal/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   136
    ListResourceBundle, %zh_TW, %zh_HK))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   137
#com/sun/imageio/plugins/common
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   138
$(eval $(call add_properties_to_clean,COM_SUN_IMAGEIO, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   139
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   140
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/imageio))))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   141
#com/sun/java/swing/plaf/gtk/resources
13164
72c5d01a857d 7181504: Update of latest build-infra Makefiles
erikj
parents: 12892
diff changeset
   142
ifneq ($(OPENJDK_TARGET_OS), windows)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   143
  # Only compile GTK resource bundles on Solaris/Linux
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   144
  $(eval $(call add_properties_to_compile,COM_SUN_SWING_PLAF_GTK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   145
      $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   146
      $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/java/swing/plaf/gtk/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   147
      ListResourceBundle))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   148
  $(eval $(call add_properties_to_compile,COM_SUN_SWING_PLAF_GTK_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   149
      $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   150
      $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/java/swing/plaf/gtk/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   151
      ListResourceBundle, %zh_TW, %zh_HK))
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   152
endif
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   153
#com/sun/java/swing/plaf/motif/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   154
$(eval $(call add_properties_to_compile,COM_SUN_SWING_PLAF_MOTIF, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   155
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   156
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/java/swing/plaf/motif/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   157
    ListResourceBundle))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   158
$(eval $(call add_properties_to_compile,COM_SUN_SWING_PLAF_MOTIF_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   159
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   160
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/java/swing/plaf/motif/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   161
    ListResourceBundle, %zh_TW, %zh_HK))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   162
#com/sun/java/swing/plaf/windows/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   163
$(eval $(call add_properties_to_compile,COM_SUN_SWING_PLAF_WINDOWS, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   164
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   165
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/java/swing/plaf/windows/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   166
    ListResourceBundle))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   167
$(eval $(call add_properties_to_compile,COM_SUN_SWING_PLAF_WINDOWS_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   168
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   169
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/java/swing/plaf/windows/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   170
    ListResourceBundle, %zh_TW, %zh_HK))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   171
#com/sun/java/util/jar/pack
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   172
$(eval $(call add_properties_to_clean,JNDI_COSNAMING, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   173
    $(JDK_TOPDIR)/src/share/classes/com/sun/java/util/jar/pack/intrinsic.properties))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   174
#com/sun/jndi/cosnaming
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   175
$(eval $(call add_properties_to_clean,JNDI_COSNAMING, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   176
    $(JDK_TOPDIR)/src/share/classes/com/sun/jndi/cosnaming/jndiprovider.properties))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   177
#com/sun/jndi/ldap
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   178
$(eval $(call add_properties_to_clean,JNDI_COSNAMING, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   179
    $(JDK_TOPDIR)/src/share/classes/com/sun/jndi/ldap/jndiprovider.properties))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   180
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   181
#com/sun/org/apache/xml/internal/security/resource
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   182
#FIXME: The "xmlsecurity*.properties" pattern is not ideal; we might want to find
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   183
#a better way to select the properties files that are needed.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   184
$(eval $(call add_properties_to_clean,XML_SECURITY, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   185
    $(filter $(JDK_TOPDIR)/src/share/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity%.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   186
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/org/apache/xml/internal/security/resource))))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   187
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   188
#com/sun/rowset
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   189
$(eval $(call add_properties_to_clean,COM_SUN_ROWSET, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   190
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   191
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/rowset))))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   192
$(eval $(call add_properties_to_clean,COM_SUN_ROWSET_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   193
    $(filter %zh_TW.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   194
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/rowset)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   195
    %zh_TW, %zh_HK))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   196
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   197
#com/sun/swing/internal/plaf/basic/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   198
$(eval $(call add_properties_to_compile,COM_SUN_SWING_PLAF_BASIC, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   199
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   200
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/swing/internal/plaf/basic/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   201
    ListResourceBundle))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   202
$(eval $(call add_properties_to_compile,COM_SUN_SWING_PLAF_BASIC_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   203
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   204
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/swing/internal/plaf/basic/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   205
    ListResourceBundle, %zh_TW, %zh_HK))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   206
#com/sun/swing/internal/plaf/metal/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   207
$(eval $(call add_properties_to_compile,COM_SUN_SWING_PLAF_METAL, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   208
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   209
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/swing/internal/plaf/metal/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   210
    ListResourceBundle))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   211
$(eval $(call add_properties_to_compile,COM_SUN_SWING_PLAF_METAL_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   212
    $(filter %.properties, $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/swing/internal/plaf/metal/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   213
    ListResourceBundle, %zh_TW, %zh_HK))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   214
#com/sun/swing/internal/plaf/synth/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   215
$(eval $(call add_properties_to_compile,COM_SUN_SWING_PLAF_SYNTH, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   216
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   217
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/swing/internal/plaf/synth/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   218
    ListResourceBundle))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   219
$(eval $(call add_properties_to_compile,COM_SUN_SWING_PLAF_SYNTH_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   220
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   221
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/swing/internal/plaf/synth/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   222
    ListResourceBundle, %zh_TW, %zh_HK))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   223
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   224
#com/sun/tools/jdi/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   225
$(eval $(call add_properties_to_compile,COM_SUN_TOOLS_JDI, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   226
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   227
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/com/sun/tools/jdi/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   228
    ListResourceBundle))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   229
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   230
#com/sun/tools/script/shell
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   231
#java/util
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   232
#javax/sql/rowset
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   233
$(eval $(call add_properties_to_clean,JAVAX_SQL_ROWSET, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   234
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   235
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/javax/sql/rowset))))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   236
#sun/awt/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   237
$(eval $(call add_properties_to_compile,SUN_AWT, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   238
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   239
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/awt/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   240
    ListResourceBundle))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   241
$(eval $(call add_properties_to_compile,SUN_AWT_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   242
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   243
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/awt/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   244
    ListResourceBundle, %zh_TW, %zh_HK))
13702
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents: 13583
diff changeset
   245
#sun/awt/windows/
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   246
ifeq ($(OPENJDK_TARGET_OS), windows)
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   247
  $(eval $(call add_properties_to_compile,SUN_AWT, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   248
      $(filter $(JDK_TOPDIR)/src/windows/classes/sun/awt/windows/awtLocalization%.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   249
      $(call CacheFind, $(JDK_TOPDIR)/src/windows/classes/sun/awt/windows)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   250
      ListResourceBundle))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   251
  $(eval $(call add_properties_to_compile,SUN_AWT_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   252
      $(filter $(JDK_TOPDIR)/src/windows/classes/sun/awt/windows/awtLocalization%.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   253
      $(call CacheFind, $(JDK_TOPDIR)/src/windows/classes/sun/awt/windows)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   254
      ListResourceBundle, %zh_TW, %zh_HK))
13702
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents: 13583
diff changeset
   255
endif
20147
78e51d8fcb92 7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol
leonidr
parents: 16507
diff changeset
   256
# os x specific awt properties
78e51d8fcb92 7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol
leonidr
parents: 16507
diff changeset
   257
ifeq ($(OPENJDK_TARGET_OS),macosx)
78e51d8fcb92 7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol
leonidr
parents: 16507
diff changeset
   258
$(eval $(call add_properties_to_compile,SUN_AWT,\
78e51d8fcb92 7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol
leonidr
parents: 16507
diff changeset
   259
	$(filter $(JDK_TOPDIR)/src/macosx/classes/sun/awt/resources/%.properties,\
78e51d8fcb92 7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol
leonidr
parents: 16507
diff changeset
   260
	$(call CacheFind,$(JDK_TOPDIR)/src/macosx/classes/sun/awt/resources)),\
78e51d8fcb92 7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol
leonidr
parents: 16507
diff changeset
   261
	ListResourceBundle))
78e51d8fcb92 7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol
leonidr
parents: 16507
diff changeset
   262
endif
13702
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents: 13583
diff changeset
   263
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   264
#sun/launcher/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   265
$(eval $(call add_properties_to_compile,SUN_LAUNCHER, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   266
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   267
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/launcher/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   268
    ListResourceBundle))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   269
$(eval $(call add_properties_to_compile,SUN_LAUNCHER_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   270
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   271
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/launcher/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   272
    ListResourceBundle, %zh_TW, %zh_HK))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   273
#sun/management/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   274
$(eval $(call add_properties_to_compile,SUN_MANAGEMENT, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   275
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   276
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/management/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   277
    ListResourceBundle))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   278
$(eval $(call add_properties_to_compile,SUN_MANAGEMENT_KH, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   279
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   280
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/management/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   281
    ListResourceBundle, %zh_TW, %zh_HK))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   282
#sun/print
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   283
#sun/print/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   284
$(eval $(call add_properties_to_compile,SUN_PRINT, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   285
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   286
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/print/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   287
    ListResourceBundle))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   288
$(eval $(call add_properties_to_compile,SUN_PRINT_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   289
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   290
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/print/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   291
    ListResourceBundle, %zh_TW, %zh_HK))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   292
#sun/rmi/registry/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   293
$(eval $(call add_properties_to_clean,SUN_RMI_REGISTRY, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   294
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   295
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/rmi/registry/resources))))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   296
$(eval $(call add_properties_to_clean,SUN_RMI_REGISTRY_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   297
    $(filter %zh_TW.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   298
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/rmi/registry/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   299
    %zh_TW, %zh_HK))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   300
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   301
#sun/rmi/rmic/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   302
$(eval $(call add_properties_to_clean,SUN_RMI_RMIC, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   303
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   304
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/rmi/rmic/resources))))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   305
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   306
#sun/rmi/server/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   307
$(eval $(call add_properties_to_clean,SUN_RMI_SERVER, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   308
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   309
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/rmi/server/resources))))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   310
$(eval $(call add_properties_to_clean,SUN_RMI_SERVER_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   311
    $(filter %zh_TW.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   312
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/rmi/server/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   313
    %zh_TW, %zh_HK))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   314
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   315
# sun/tools/jar/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   316
$(eval $(call add_properties_to_compile,SUN_TOOLS_JAR, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   317
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   318
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/tools/jar/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   319
    ListResourceBundle))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   320
$(eval $(call add_properties_to_compile,SUN_TOOLS_JAR_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   321
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   322
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/tools/jar/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   323
    ListResourceBundle, %zh_TW, %zh_HK))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   324
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   325
#sun/tools/javac/resources
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   326
# It's unclear if the other localized property files here are supposed to be copied or not
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   327
# but the old build system didn't copy them.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   328
$(eval $(call add_properties_to_clean,SUN_TOOLS_SERIALVER, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   329
    $(filter %javac.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   330
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/tools/javac/resources))))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   331
13164
72c5d01a857d 7181504: Update of latest build-infra Makefiles
erikj
parents: 12892
diff changeset
   332
#sun/tools/jconsole/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   333
$(eval $(call add_properties_to_clean,SUN_TOOLS_JCONSOLE, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   334
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   335
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/tools/jconsole/resources))))
13164
72c5d01a857d 7181504: Update of latest build-infra Makefiles
erikj
parents: 12892
diff changeset
   336
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   337
#sun/tools/serialver
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   338
$(eval $(call add_properties_to_clean,SUN_TOOLS_SERIALVER, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   339
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   340
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/tools/serialver)), , ,resources))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   341
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   342
#sun/util/logging/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   343
$(eval $(call add_properties_to_compile,SUN_UTIL_LOGGING, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   344
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   345
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/util/logging/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   346
    ListResourceBundle))
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   347
$(eval $(call add_properties_to_compile,SUN_UTIL_LOGGING_HK, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   348
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   349
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/util/logging/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   350
    ListResourceBundle, %zh_TW, %zh_HK))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   351
# sun/util/resources
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   352
$(eval $(call add_properties_to_compile,SUN_UTIL, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   353
    $(filter %.properties, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   354
    $(call CacheFind, $(JDK_TOPDIR)/src/share/classes/sun/util/resources)), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   355
    sun.util.resources.LocaleNamesBundle))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   356
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   357
# Now setup the rule for the generation of the resource bundles.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   358
$(JDK_OUTPUTDIR)/gensrc/_the.compiled_properties: $(ALL_COMPILED_PROPSOURCES) $(BUILD_TOOLS)
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   359
        # Generate all output directories in advance since the build tool does not do that...
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   360
	$(MKDIR) -p $(sort $(dir $(ALL_COMPILED_PROPJAVAS)))
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   361
	$(ECHO) Compiling $(words $(ALL_COMPILED_PROPSOURCES)) properties into resource bundles
14231
a0c23c1c010f 8000992: Update new build-infra makefiles
ohair
parents: 13702
diff changeset
   362
	$(call ListPathsSafely,COMPILE_PROPCMDLINE,\n, >> $(JDK_OUTPUTDIR)/gensrc/_the.cmdline)
a0c23c1c010f 8000992: Update new build-infra makefiles
ohair
parents: 13702
diff changeset
   363
	$(TOOL_COMPILEPROPERTIES) -quiet @$(JDK_OUTPUTDIR)/gensrc/_the.cmdline
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   364
	$(TOUCH) $@
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   365
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   366
# Now setup the rule for the generation of the cleaned properties.
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   367
# FIXME: We currently don't handle removed properties incrementally.
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   368
$(JDK_OUTPUTDIR)/classes/_the.cleaned_properties: $(ALL_CLEANED_PROPSOURCES) $(BUILD_TOOLS)
13702
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents: 13583
diff changeset
   369
	$(RM) $(JDK_OUTPUTDIR)/classes/_the.cleaned_properties.cmdline
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   370
        # Generate all output directories in advance since the build tool does not do that...
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   371
	$(MKDIR) -p $(sort $(dir $(ALL_CLEANED_PROPOUTPUT)))
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   372
	$(ECHO) Copying and cleaning $(words $(ALL_CLEANED_PROPSOURCES)) properties
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   373
	$(call ListPathsSafely,CLEAN_PROPCMDLINE,\n, >> $(JDK_OUTPUTDIR)/classes/_the.cleaned_properties.cmdline)
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   374
	$(TOOL_STRIPPROPERTIES) @$(JDK_OUTPUTDIR)/classes/_the.cleaned_properties.cmdline
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   375
	$(TOUCH) $@
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   376
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   377
$(ALL_COMPILED_PROPJAVAS): $(JDK_OUTPUTDIR)/gensrc/_the.compiled_properties
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   378
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   379
$(ALL_CLEANED_PROPOUTPUT): $(JDK_OUTPUTDIR)/classes/_the.cleaned_properties
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   380
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   381
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   382
# Some zh_HK resources are just copied of zh_TW
14231
a0c23c1c010f 8000992: Update new build-infra makefiles
ohair
parents: 13702
diff changeset
   383
$(JDK_OUTPUTDIR)/gensrc/%_zh_HK.java: $(JDK_TOPDIR)/src/share/classes/%_zh_TW.java
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   384
	$(MKDIR) -p $(@D)
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   385
	$(CAT) $< | $(SED) -e '/class/s/_zh_TW/_zh_HK/' > $@
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   386
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   387
ZH_HK_JAVA := sun/applet/resources/MsgAppletViewer_zh_HK.java \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   388
    sun/misc/resources/Messages_zh_HK.java \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   389
    sun/security/util/AuthResources_zh_HK.java \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   390
    sun/security/util/Resources_zh_HK.java
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   391
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   392
ZH_HK_JAVA_FILES := $(addprefix $(JDK_OUTPUTDIR)/gensrc/, $(ZH_HK_JAVA))
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   393
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   394
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20147
diff changeset
   395
GENSRC_PROPERTIES := $(ALL_COMPILED_PROPJAVAS) $(ALL_CLEANED_PROPOUTPUT) $(ZH_HK_JAVA_FILES)