make/tools/Makefile

Print this page
rev 5615 : 6336885: RFE: Locale Data Deployment Enhancements
4609153: Provide locale data for Indic locales
5104387: Support for gl_ES locale (galician language)
6337471: desktop/system locale preferences support
7056139: (cal) SPI support for locale-dependent Calendar parameters
7058206: Provide CalendarData SPI for week params and display field value names
7073852: Support multiple scripts for digits and decimal symbols per locale
7079560: [Fmt-Da] Context dependent month names support in SimpleDateFormat
7171324: getAvailableLocales() of locale sensitive services should return the actual availability of locales
7151414: (cal) Support calendar type identification
7168528: LocaleServiceProvider needs to be aware of Locale extensions
7171372: (cal) locale's default Calendar should be created if unknown calendar is specified
Summary: JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data (part 1 w/o Jigsaw. by Naoto Sato and Masayoshi Okutsu)


  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 #
  27 # Create all the build tools
  28 #
  29 
  30 BUILDDIR = ..
  31 
  32 SUBDIRS_MAKEFLAGS += JAVAC_MAX_WARNINGS=true JAVAC_WARNINGS_FATAL=true
  33 include $(BUILDDIR)/common/Defs.gmk
  34 
  35 # Note: freetypecheck is built by Sanity.gmk if needed
  36 SUBDIRS =                   \
  37   addjsum                   \
  38   buildmetaindex            \

  39   commentchecker            \
  40   compile_font_config       \
  41   compile_properties        \
  42   dir_diff                  \
  43   dtdbuilder                \
  44   generate_break_iterator   \
  45   GenerateCharacter         \
  46   generatecurrencydata      \
  47   hasher_classes            \
  48   jarreorder                \
  49   jarsplit                  \
  50   javazic                   \
  51   jdwpgen                   \
  52   makeclasslist             \
  53   strip_properties          \
  54   spp                       \
  55   CharsetMapping
  56 
  57 ifndef DISABLE_NIMBUS
  58   SUBDIRS += generate_nimbus


  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 #
  27 # Create all the build tools
  28 #
  29 
  30 BUILDDIR = ..
  31 
  32 SUBDIRS_MAKEFLAGS += JAVAC_MAX_WARNINGS=true JAVAC_WARNINGS_FATAL=true
  33 include $(BUILDDIR)/common/Defs.gmk
  34 
  35 # Note: freetypecheck is built by Sanity.gmk if needed
  36 SUBDIRS =                   \
  37   addjsum                   \
  38   buildmetaindex            \
  39   cldrconverter             \
  40   commentchecker            \
  41   compile_font_config       \
  42   compile_properties        \
  43   dir_diff                  \
  44   dtdbuilder                \
  45   generate_break_iterator   \
  46   GenerateCharacter         \
  47   generatecurrencydata      \
  48   hasher_classes            \
  49   jarreorder                \
  50   jarsplit                  \
  51   javazic                   \
  52   jdwpgen                   \
  53   makeclasslist             \
  54   strip_properties          \
  55   spp                       \
  56   CharsetMapping
  57 
  58 ifndef DISABLE_NIMBUS
  59   SUBDIRS += generate_nimbus