< prev index next >

make/CompileToolsJdk.gmk

Print this page
rev 55760 : [mq]: 8212970


  24 #
  25 
  26 default: all
  27 
  28 include $(SPEC)
  29 include MakeBase.gmk
  30 include JavaCompilation.gmk
  31 include SetupJavaCompilers.gmk
  32 include TextFileProcessing.gmk
  33 
  34 ################################################################################
  35 
  36 $(eval $(call IncludeCustomExtension, CompileTools.gmk))
  37 
  38 ################################################################################
  39 
  40 # Use += to be able to add to this from a custom extension
  41 BUILD_TOOLS_SRC_DIRS += \
  42     $(TOPDIR)/make/jdk/src/classes \
  43     $(BUILDTOOLS_OUTPUTDIR)/interim_cldrconverter_classes \

  44     #
  45 
  46 $(eval $(call SetupJavaCompilation,BUILD_TOOLS_JDK, \
  47     SETUP := GENERATE_OLDBYTECODE, \
  48     SRC := $(BUILD_TOOLS_SRC_DIRS), \
  49     EXCLUDES := \
  50         build/tools/classlist \
  51         build/tools/deps \
  52         build/tools/docs \
  53         build/tools/jigsaw \
  54         build/tools/depend \
  55         , \
  56     BIN := $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes, \
  57     ADD_JAVAC_FLAGS := \
  58         --add-exports java.desktop/sun.awt=ALL-UNNAMED \
  59         --add-exports java.base/sun.text=ALL-UNNAMED \
  60         , \
  61 ))
  62 
  63 TARGETS += $(BUILD_TOOLS_JDK)




  24 #
  25 
  26 default: all
  27 
  28 include $(SPEC)
  29 include MakeBase.gmk
  30 include JavaCompilation.gmk
  31 include SetupJavaCompilers.gmk
  32 include TextFileProcessing.gmk
  33 
  34 ################################################################################
  35 
  36 $(eval $(call IncludeCustomExtension, CompileTools.gmk))
  37 
  38 ################################################################################
  39 
  40 # Use += to be able to add to this from a custom extension
  41 BUILD_TOOLS_SRC_DIRS += \
  42     $(TOPDIR)/make/jdk/src/classes \
  43     $(BUILDTOOLS_OUTPUTDIR)/interim_cldrconverter_classes \
  44     $(BUILDTOOLS_OUTPUTDIR)/interim_tzdb_classes \
  45     #
  46 
  47 $(eval $(call SetupJavaCompilation,BUILD_TOOLS_JDK, \
  48     SETUP := GENERATE_OLDBYTECODE, \
  49     SRC := $(BUILD_TOOLS_SRC_DIRS), \
  50     EXCLUDES := \
  51         build/tools/classlist \
  52         build/tools/deps \
  53         build/tools/docs \
  54         build/tools/jigsaw \
  55         build/tools/depend \
  56         , \
  57     BIN := $(BUILDTOOLS_OUTPUTDIR)/jdk_tools_classes, \
  58     ADD_JAVAC_FLAGS := \
  59         --add-exports java.desktop/sun.awt=ALL-UNNAMED \
  60         --add-exports java.base/sun.text=ALL-UNNAMED \
  61         , \
  62 ))
  63 
  64 TARGETS += $(BUILD_TOOLS_JDK)


< prev index next >