make/tools/Makefile

Print this page




  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
  60 endif
  61 
  62 ifeq ($(PLATFORM), solaris)
  63   # temporary tools to work around gobjcopy bugs
  64   SUBDIRS += add_gnu_debuglink fix_empty_sec_hdr_flags
  65 endif
  66 
  67 include $(BUILDDIR)/common/Subdirs.gmk
  68 
  69 all build clean clobber::
  70         $(SUBDIRS-loop)
  71 
  72 clean clobber::
  73         $(RM) -r $(BUILDTOOLCLASSDIR)
  74         $(RM) -r $(BUILDTOOLJARDIR)
  75         $(RM) -r $(BUILDTOOLBINDIR)


  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   tzdb                      \
  57   CharsetMapping
  58 
  59 ifndef DISABLE_NIMBUS
  60   SUBDIRS += generate_nimbus
  61 endif
  62 
  63 ifeq ($(PLATFORM), solaris)
  64   # temporary tools to work around gobjcopy bugs
  65   SUBDIRS += add_gnu_debuglink fix_empty_sec_hdr_flags
  66 endif
  67 
  68 include $(BUILDDIR)/common/Subdirs.gmk
  69 
  70 all build clean clobber::
  71         $(SUBDIRS-loop)
  72 
  73 clean clobber::
  74         $(RM) -r $(BUILDTOOLCLASSDIR)
  75         $(RM) -r $(BUILDTOOLJARDIR)
  76         $(RM) -r $(BUILDTOOLBINDIR)