make/CompileJavaModules.gmk
author duke
Wed, 05 Jul 2017 21:09:59 +0200
changeset 34764 f9bcdce2df26
parent 34494 3b756754f957
child 35024 25bc9069e077
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
     1
#
29313
36f48966bc7a 8072734: Turn on doclint checking in the build of modules in the jdk repo
darcy
parents: 29169
diff changeset
     2
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
     4
#
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    10
#
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    15
# accompanied this code).
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    16
#
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    20
#
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    23
# questions.
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    24
#
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    25
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    26
# This must be the first rule
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    27
default: all
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    28
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    29
include $(SPEC)
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    30
include MakeBase.gmk
26116
f051bd253364 8055095: Improve "do nothing" incremental build performance after modularized source code integration
erikj
parents: 26115
diff changeset
    31
include Modules.gmk
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    32
include JavaCompilation.gmk
26115
7a9dc384f3c8 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25854
diff changeset
    33
include SetupJavaCompilers.gmk
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    34
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    35
# Hook to include the corresponding custom file, if present.
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    36
$(eval $(call IncludeCustomExtension, , CompileJavaModules.gmk))
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    37
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    38
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    39
# Module specific build settings
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    40
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    41
java.activation_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    42
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    43
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    44
29313
36f48966bc7a 8072734: Turn on doclint checking in the build of modules in the jdk repo
darcy
parents: 29169
diff changeset
    45
java.base_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
27240
a2a7d337e3b7 8048124: Read hijra-config-umalqura.properties as a resource
rriggs
parents: 27137
diff changeset
    46
java.base_COPY := .icu .dat .spp content-types.properties hijrah-config-islamic-umalqura.properties
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    47
java.base_CLEAN := intrinsic.properties
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    48
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    49
java.base_EXCLUDES += java/lang/doc-files
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    50
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    51
# Exclude BreakIterator classes that are just used in compile process to generate
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    52
# data files and shouldn't go in the product
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    53
java.base_EXCLUDE_FILES += sun/text/resources/BreakIteratorRules.java
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    54
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    55
ifeq ($(OPENJDK_TARGET_OS), macosx)
30095
0034766ccb09 8079344: Allow custom or platform specific java source to automatically override shared source
erikj
parents: 29863
diff changeset
    56
  java.base_EXCLUDE_FILES += sun/nio/fs/GnomeFileTypeDetector.java
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    57
endif
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    58
34108
671dd84efa14 8142872: Remove support for sun.nio.ch.PollSelectorProvider from 9
robm
parents: 34102
diff changeset
    59
ifneq ($(filter solaris macosx linux windows,$(OPENJDK_TARGET_OS)), )
671dd84efa14 8142872: Remove support for sun.nio.ch.PollSelectorProvider from 9
robm
parents: 34102
diff changeset
    60
  java.base_EXCLUDE_FILES += \
671dd84efa14 8142872: Remove support for sun.nio.ch.PollSelectorProvider from 9
robm
parents: 34102
diff changeset
    61
      sun/nio/ch/AbstractPollSelectorImpl.java \
671dd84efa14 8142872: Remove support for sun.nio.ch.PollSelectorProvider from 9
robm
parents: 34102
diff changeset
    62
      sun/nio/ch/PollSelectorImpl.java \
671dd84efa14 8142872: Remove support for sun.nio.ch.PollSelectorProvider from 9
robm
parents: 34102
diff changeset
    63
      sun/nio/ch/PollSelectorProvider.java \
671dd84efa14 8142872: Remove support for sun.nio.ch.PollSelectorProvider from 9
robm
parents: 34102
diff changeset
    64
      #
671dd84efa14 8142872: Remove support for sun.nio.ch.PollSelectorProvider from 9
robm
parents: 34102
diff changeset
    65
endif
671dd84efa14 8142872: Remove support for sun.nio.ch.PollSelectorProvider from 9
robm
parents: 34102
diff changeset
    66
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    67
ifneq ($(OPENJDK_TARGET_OS), solaris)
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    68
  java.base_EXCLUDE_FILES += \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    69
      SolarisLoginModule.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    70
      SolarisSystem.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    71
      #
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    72
endif
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    73
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    74
ifeq ($(filter $(OPENJDK_TARGET_OS), solaris macosx aix), )
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    75
  #
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    76
  # only solaris, macosx and aix
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    77
  #
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    78
  java.base_EXCLUDE_FILES += sun/nio/fs/PollingWatchService.java
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    79
endif
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    80
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    81
ifeq ($(OPENJDK_TARGET_OS), windows)
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    82
  java.base_EXCLUDE_FILES += \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    83
      sun/nio/ch/SimpleAsynchronousFileChannelImpl.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    84
      #
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    85
endif
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    86
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    87
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
    88
29437
807b7c4a4e62 8075035: Turn on doclint checking of modules in the langtools repo
darcy
parents: 29313
diff changeset
    89
java.compiler_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
807b7c4a4e62 8075035: Turn on doclint checking of modules in the langtools repo
darcy
parents: 29313
diff changeset
    90
807b7c4a4e62 8075035: Turn on doclint checking of modules in the langtools repo
darcy
parents: 29313
diff changeset
    91
################################################################################
807b7c4a4e62 8075035: Turn on doclint checking of modules in the langtools repo
darcy
parents: 29313
diff changeset
    92
29313
36f48966bc7a 8072734: Turn on doclint checking in the build of modules in the jdk repo
darcy
parents: 29169
diff changeset
    93
java.datatransfer_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
28903
2bf89d675e57 8056298: Separate java.awt.datatransfer from the desktop module
serb
parents: 27602
diff changeset
    94
java.datatransfer_COPY := flavormap.properties
2bf89d675e57 8056298: Separate java.awt.datatransfer from the desktop module
serb
parents: 27602
diff changeset
    95
2bf89d675e57 8056298: Separate java.awt.datatransfer from the desktop module
serb
parents: 27602
diff changeset
    96
################################################################################
2bf89d675e57 8056298: Separate java.awt.datatransfer from the desktop module
serb
parents: 27602
diff changeset
    97
30426
3595be2840ac 8075771: Enable "missing" doclint check in build of the java.desktop module
darcy
parents: 30425
diff changeset
    98
java.desktop_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
28903
2bf89d675e57 8056298: Separate java.awt.datatransfer from the desktop module
serb
parents: 27602
diff changeset
    99
java.desktop_COPY := .gif .png .wav .txt .xml .css .pf
29169
9a91cf20c223 8039269: images/cursors should not be in ${java.home}/lib
serb
parents: 28903
diff changeset
   100
java.desktop_CLEAN := iio-plugin.properties cursors.properties
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   101
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   102
java.desktop_EXCLUDES += \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   103
    java/awt/doc-files \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   104
    javax/swing/doc-files \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   105
    javax/swing/text/doc-files \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   106
    javax/swing/plaf/synth/doc-files \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   107
    javax/swing/undo/doc-files \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   108
    sun/awt/X11/doc-files \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   109
    #
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   110
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   111
# The exception handling of swing beaninfo
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   112
# These resources violates the convention of having code and resources together under
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   113
# $(JDK_TOPDIR)/src/.../classes directories
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   114
$(eval $(call SetupCopyFiles,COPY_BEANINFO, \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   115
    SRC := $(JDK_TOPDIR)/make/data/swingbeaninfo/images, \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   116
    DEST := $(JDK_OUTPUTDIR)/modules/java.desktop/javax/swing/beaninfo/images, \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   117
    FILES := $(wildcard $(JDK_TOPDIR)/make/data/swingbeaninfo/images/*.gif)))
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   118
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   119
java.desktop_COPY_EXTRA += $(COPY_BEANINFO)
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   120
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   121
java.desktop_EXCLUDE_FILES += \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   122
    javax/swing/plaf/nimbus/InternalFrameTitlePanePainter.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   123
    javax/swing/plaf/nimbus/OptionPaneMessageAreaPainter.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   124
    javax/swing/plaf/nimbus/ScrollBarPainter.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   125
    javax/swing/plaf/nimbus/SliderPainter.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   126
    javax/swing/plaf/nimbus/SpinnerPainter.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   127
    javax/swing/plaf/nimbus/SplitPanePainter.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   128
    javax/swing/plaf/nimbus/TabbedPanePainter.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   129
    sun/awt/resources/security-icon-bw16.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   130
    sun/awt/resources/security-icon-bw24.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   131
    sun/awt/resources/security-icon-bw32.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   132
    sun/awt/resources/security-icon-bw48.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   133
    sun/awt/resources/security-icon-interim16.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   134
    sun/awt/resources/security-icon-interim24.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   135
    sun/awt/resources/security-icon-interim32.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   136
    sun/awt/resources/security-icon-interim48.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   137
    sun/awt/resources/security-icon-yellow16.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   138
    sun/awt/resources/security-icon-yellow24.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   139
    sun/awt/resources/security-icon-yellow32.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   140
    sun/awt/resources/security-icon-yellow48.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   141
    sun/awt/X11/java-icon16.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   142
    sun/awt/X11/java-icon24.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   143
    sun/awt/X11/java-icon32.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   144
    sun/awt/X11/java-icon48.png \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   145
    .template \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   146
    #
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   147
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   148
ifeq ($(OPENJDK_TARGET_OS), macosx)
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   149
  # exclude all X11 on Mac.
29671
2f05f44dfe01 8075277: JDK is still building X11 related Java files on OSX
prr
parents: 29169
diff changeset
   150
  java.desktop_EXCLUDES += \
2f05f44dfe01 8075277: JDK is still building X11 related Java files on OSX
prr
parents: 29169
diff changeset
   151
      sun/awt/X11 \
2f05f44dfe01 8075277: JDK is still building X11 related Java files on OSX
prr
parents: 29169
diff changeset
   152
      sun/java2d/x11 \
2f05f44dfe01 8075277: JDK is still building X11 related Java files on OSX
prr
parents: 29169
diff changeset
   153
      sun/java2d/jules \
2f05f44dfe01 8075277: JDK is still building X11 related Java files on OSX
prr
parents: 29169
diff changeset
   154
      sun/java2d/xr \
2f05f44dfe01 8075277: JDK is still building X11 related Java files on OSX
prr
parents: 29169
diff changeset
   155
      com/sun/java/swing/plaf/gtk \
2f05f44dfe01 8075277: JDK is still building X11 related Java files on OSX
prr
parents: 29169
diff changeset
   156
      #
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   157
  java.desktop_EXCLUDE_FILES += \
29671
2f05f44dfe01 8075277: JDK is still building X11 related Java files on OSX
prr
parents: 29169
diff changeset
   158
      $(wildcard $(JDK_TOPDIR)/src/java.desktop/unix/classes/sun/java2d/*.java) \
2f05f44dfe01 8075277: JDK is still building X11 related Java files on OSX
prr
parents: 29169
diff changeset
   159
      $(wildcard $(JDK_TOPDIR)/src/java.desktop/unix/classes/sun/java2d/opengl/*.java) \
2f05f44dfe01 8075277: JDK is still building X11 related Java files on OSX
prr
parents: 29169
diff changeset
   160
      $(wildcard $(JDK_TOPDIR)/src/java.desktop/unix/classes/sun/awt/*.java) \
2f05f44dfe01 8075277: JDK is still building X11 related Java files on OSX
prr
parents: 29169
diff changeset
   161
      $(wildcard $(JDK_TOPDIR)/src/java.desktop/unix/classes/sun/font/*.java) \
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   162
      #
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   163
else
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   164
  # TBD: figure out how to eliminate this long list
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   165
  java.desktop_EXCLUDE_FILES += \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   166
      sun/awt/X11/ScreenFormat.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   167
      sun/awt/X11/XArc.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   168
      sun/awt/X11/XChar2b.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   169
      sun/awt/X11/XCharStruct.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   170
      sun/awt/X11/XClassHint.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   171
      sun/awt/X11/XComposeStatus.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   172
      sun/awt/X11/XExtCodes.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   173
      sun/awt/X11/XFontProp.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   174
      sun/awt/X11/XFontSetExtents.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   175
      sun/awt/X11/XFontStruct.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   176
      sun/awt/X11/XGCValues.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   177
      sun/awt/X11/XHostAddress.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   178
      sun/awt/X11/XIMCallback.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   179
      sun/awt/X11/XIMHotKeyTrigger.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   180
      sun/awt/X11/XIMHotKeyTriggers.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   181
      sun/awt/X11/XIMPreeditCaretCallbackStruct.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   182
      sun/awt/X11/XIMPreeditDrawCallbackStruct.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   183
      sun/awt/X11/XIMPreeditStateNotifyCallbackStruct.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   184
      sun/awt/X11/XIMStatusDrawCallbackStruct.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   185
      sun/awt/X11/XIMStringConversionCallbackStruct.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   186
      sun/awt/X11/XIMStringConversionText.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   187
      sun/awt/X11/XIMStyles.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   188
      sun/awt/X11/XIMText.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   189
      sun/awt/X11/XIMValuesList.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   190
      sun/awt/X11/XImage.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   191
      sun/awt/X11/XKeyboardControl.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   192
      sun/awt/X11/XKeyboardState.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   193
      sun/awt/X11/XOMCharSetList.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   194
      sun/awt/X11/XOMFontInfo.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   195
      sun/awt/X11/XOMOrientation.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   196
      sun/awt/X11/XPoint.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   197
      sun/awt/X11/XRectangle.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   198
      sun/awt/X11/XSegment.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   199
      sun/awt/X11/XStandardColormap.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   200
      sun/awt/X11/XTextItem.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   201
      sun/awt/X11/XTextItem16.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   202
      sun/awt/X11/XTextProperty.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   203
      sun/awt/X11/XTimeCoord.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   204
      sun/awt/X11/XWindowChanges.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   205
      sun/awt/X11/XdbeSwapInfo.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   206
      sun/awt/X11/XmbTextItem.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   207
      sun/awt/X11/XwcTextItem.java
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   208
endif
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   209
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   210
ifeq ($(OPENJDK_TARGET_OS), windows)
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   211
  java.desktop_EXCLUDES += com/sun/java/swing/plaf/gtk
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   212
endif
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   213
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   214
ifdef BUILD_HEADLESS_ONLY
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   215
  java.desktop_EXCLUDES += sun/applet
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   216
endif
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   217
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   218
# Why is this in the open source tree?
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   219
ifdef OPENJDK
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   220
  java.desktop_EXCLUDES += sun/dc
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   221
endif
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   222
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   223
# Used on windows and macosx
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   224
ifeq ($(filter $(OPENJDK_TARGET_OS), windows macosx), )
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   225
  java.desktop_EXCLUDE_FILES += sun/awt/AWTCharset.java
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   226
endif
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   227
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   228
# These files do not appear in the build result of the old build. This
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   229
# is because they are generated sources, but the AUTO_JAVA_FILES won't
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   230
# pick them up since they aren't generated when the source dirs are
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   231
# searched and they aren't referenced by any other classes so they won't
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   232
# be picked up by implicit compilation. On a rebuild, they are picked up
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   233
# and compiled. Exclude them here to produce the same rt.jar as the old
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   234
# build does when building just once.
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   235
java.desktop_EXCLUDE_FILES += \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   236
    javax/swing/plaf/nimbus/InternalFrameTitlePanePainter.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   237
    javax/swing/plaf/nimbus/OptionPaneMessageAreaPainter.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   238
    javax/swing/plaf/nimbus/ScrollBarPainter.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   239
    javax/swing/plaf/nimbus/SliderPainter.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   240
    javax/swing/plaf/nimbus/SpinnerPainter.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   241
    javax/swing/plaf/nimbus/SplitPanePainter.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   242
    javax/swing/plaf/nimbus/TabbedPanePainter.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   243
    #
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   244
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   245
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   246
29313
36f48966bc7a 8072734: Turn on doclint checking in the build of modules in the jdk repo
darcy
parents: 29169
diff changeset
   247
java.scripting_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
27560
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 27397
diff changeset
   248
java.scripting_COPY := .js
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 27397
diff changeset
   249
java.scripting_CLEAN := .properties
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 27397
diff changeset
   250
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 27397
diff changeset
   251
################################################################################
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 27397
diff changeset
   252
29863
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   253
java.instrument_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   254
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   255
################################################################################
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   256
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   257
java.logging_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   258
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   259
################################################################################
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   260
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   261
java.management_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   262
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   263
################################################################################
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   264
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   265
java.prefs_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   266
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   267
################################################################################
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   268
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   269
java.transaction_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   270
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   271
################################################################################
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   272
29313
36f48966bc7a 8072734: Turn on doclint checking in the build of modules in the jdk repo
darcy
parents: 29169
diff changeset
   273
java.sql_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   274
java.sql_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   275
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   276
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   277
29313
36f48966bc7a 8072734: Turn on doclint checking in the build of modules in the jdk repo
darcy
parents: 29169
diff changeset
   278
java.sql.rowset_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   279
java.sql.rowset_CLEAN_FILES := $(wildcard \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   280
    $(JDK_TOPDIR)/src/java.sql.rowset/share/classes/com/sun/rowset/*.properties \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   281
    $(JDK_TOPDIR)/src/java.sql.rowset/share/classes/javax/sql/rowset/*.properties)
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   282
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   283
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   284
29313
36f48966bc7a 8072734: Turn on doclint checking in the build of modules in the jdk repo
darcy
parents: 29169
diff changeset
   285
java.rmi_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   286
java.rmi_CLEAN_FILES := $(wildcard \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   287
    $(JDK_TOPDIR)/src/java.rmi/share/classes/sun/rmi/registry/resources/*.properties \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   288
    $(JDK_TOPDIR)/src/java.rmi/share/classes/sun/rmi/server/resources/*.properties)
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   289
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   290
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   291
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   292
java.corba_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   293
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   294
java.corba_COPY := .prp
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   295
java.corba_CLEAN := .properties
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   296
27397
25afb1340d37 8064372: CompileJavaModules overwrites settings from custom
rriggs
parents: 27240
diff changeset
   297
java.corba_EXCLUDES += \
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   298
    com/sun/corba/se/PortableActivationIDL \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   299
    com/sun/tools/corba/se/logutil \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   300
    #
27397
25afb1340d37 8064372: CompileJavaModules overwrites settings from custom
rriggs
parents: 27240
diff changeset
   301
java.corba_EXCLUDE_FILES += \
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   302
    com/sun/corba/se/impl/presentation/rmi/JNDIStateFactoryImpl.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   303
    com/sun/corba/se/spi/presentation/rmi/StubWrapper.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   304
    com/sun/org/omg/CORBA/IDLTypeOperations.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   305
    com/sun/org/omg/CORBA/IRObjectOperations.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   306
    org/omg/PortableInterceptor/UNKNOWN.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   307
    com/sun/tools/corba/se/idl/ResourceBundleUtil.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   308
    com/sun/corba/se/impl/presentation/rmi/jndi.properties \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   309
    #
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   310
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   311
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   312
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   313
java.xml_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   314
java.xml_CLEAN := .properties
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   315
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   316
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   317
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   318
java.xml.bind_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   319
java.xml.bind_CLEAN := .properties
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   320
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   321
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   322
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   323
java.xml.soap_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   324
java.xml.soap_CLEAN := .properties
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   325
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   326
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   327
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   328
java.xml.ws_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   329
java.xml.ws_COPY := .xml
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   330
java.xml.ws_CLEAN := .properties
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   331
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   332
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   333
29313
36f48966bc7a 8072734: Turn on doclint checking in the build of modules in the jdk repo
darcy
parents: 29169
diff changeset
   334
java.naming_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   335
java.naming_CLEAN := jndiprovider.properties
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   336
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   337
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   338
29313
36f48966bc7a 8072734: Turn on doclint checking in the build of modules in the jdk repo
darcy
parents: 29169
diff changeset
   339
java.security.saaj_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   340
java.security.saaj_CLEAN := .properties
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   341
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   342
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   343
29863
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   344
java.security.jgss_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   345
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   346
################################################################################
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   347
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   348
java.smartcardio_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   349
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   350
################################################################################
403c1f8ca4a4 8077912: Turn on doclint checking for more modules
darcy
parents: 29672
diff changeset
   351
29313
36f48966bc7a 8072734: Turn on doclint checking in the build of modules in the jdk repo
darcy
parents: 29169
diff changeset
   352
java.xml.crypto_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   353
java.xml.crypto_COPY := .dtd .xml
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   354
java.xml.crypto_CLEAN := .properties
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   355
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   356
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   357
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   358
jdk.charsets_COPY := .dat
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   359
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   360
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   361
29437
807b7c4a4e62 8075035: Turn on doclint checking of modules in the langtools repo
darcy
parents: 29313
diff changeset
   362
jdk.compiler_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:-com.sun.tools.*'
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   363
jdk.compiler_COPY := javax.tools.JavaCompilerTool
27560
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 27397
diff changeset
   364
jdk.compiler_CLEAN_FILES := $(wildcard \
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 27397
diff changeset
   365
    $(patsubst %, $(JDK_TOPDIR)/src/jdk.compiler/share/classes/%/*.properties, \
adc258b13e2c 8049367: Modular Run-Time Images
chegar
parents: 27397
diff changeset
   366
        sun/tools/serialver/resources))
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   367
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   368
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   369
34116
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   370
jdk.hotspot.agent_SRC += \
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   371
    $(SUPPORT_OUTPUTDIR)/gensrc/jdk.hotspot.agent \
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   372
    $(HOTSPOT_TOPDIR)/agent/src/share/classes \
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   373
    #
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   374
jdk.hotspot.agent_ADD_JAVAC_FLAGS := $(DISABLE_WARNINGS),-overrides
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   375
jdk.hotspot.agent_COPY := .png sa.js .properties
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   376
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   377
ifeq ($(MODULE), jdk.hotspot.agent)
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   378
  ### Copy gif files
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   379
  # Special handling to copy gif files in images/toolbarButtonGraphics \
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   380
  #   -> classes/toolbarButtonGraphics.
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   381
  # These can't be handled by COPY to SetupJavaCompilation since they chop off
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   382
  # one directory level.
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   383
  $(eval $(call SetupCopyFiles, COPY_SA_IMAGES, \
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   384
      SRC := $(HOTSPOT_TOPDIR)/agent/src/share/classes/images, \
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   385
      DEST := $(JDK_OUTPUTDIR)/modules/$(MODULE), \
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   386
      FILES := $(wildcard $(HOTSPOT_TOPDIR)/agent/src/share/classes/images/*/*/*.gif), \
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   387
  ))
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   388
  jdk.hotspot.agent: $(COPY_SA_IMAGES)
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   389
endif
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   390
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   391
################################################################################
b746e382da18 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33723
diff changeset
   392
31512
756e4c77cd2d 8080679: Include jline in JDK for Java and JavaScript REPLs
jlahoda
parents: 31310
diff changeset
   393
jdk.internal.le_COPY := .properties
756e4c77cd2d 8080679: Include jline in JDK for Java and JavaScript REPLs
jlahoda
parents: 31310
diff changeset
   394
756e4c77cd2d 8080679: Include jline in JDK for Java and JavaScript REPLs
jlahoda
parents: 31310
diff changeset
   395
################################################################################
756e4c77cd2d 8080679: Include jline in JDK for Java and JavaScript REPLs
jlahoda
parents: 31310
diff changeset
   396
27595
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 27586
diff changeset
   397
jdk.jcmd_COPY := _options
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   398
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   399
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   400
34099
64da21aa58f6 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 33723
diff changeset
   401
jdk.dynalink_CLEAN := .properties
64da21aa58f6 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 33723
diff changeset
   402
64da21aa58f6 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 33723
diff changeset
   403
################################################################################
64da21aa58f6 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 33723
diff changeset
   404
33723
b09ccef0313a 8142367: Allow files with .png extension to be copied for javadoc
bpatel
parents: 33045
diff changeset
   405
jdk.javadoc_COPY := .xml .css .js .png
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   406
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   407
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   408
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   409
jdk.rmic_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   410
jdk.rmic_CLEAN := .properties
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   411
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   412
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   413
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   414
# No SCTP implementation on Mac OS X or AIX. These classes should be excluded.
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   415
SCTP_IMPL_CLASSES = \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   416
    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/AssociationChange.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   417
    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/AssociationImpl.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   418
    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/PeerAddrChange.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   419
    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/ResultContainer.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   420
    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpChannelImpl.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   421
    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpMultiChannelImpl.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   422
    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpNet.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   423
    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpNotification.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   424
    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpServerChannelImpl.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   425
    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SendFailed.java \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   426
    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/Shutdown.java
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   427
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   428
ifeq ($(OPENJDK_TARGET_OS), macosx)
27397
25afb1340d37 8064372: CompileJavaModules overwrites settings from custom
rriggs
parents: 27240
diff changeset
   429
  jdk.sctp_EXCLUDE_FILES += $(SCTP_IMPL_CLASSES)
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   430
endif
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   431
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   432
ifeq ($(OPENJDK_TARGET_OS),aix)
27397
25afb1340d37 8064372: CompileJavaModules overwrites settings from custom
rriggs
parents: 27240
diff changeset
   433
  jdk.sctp_EXCLUDE_FILES += $(SCTP_IMPL_CLASSES)
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   434
endif
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   435
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   436
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   437
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   438
jdk.jconsole_COPY := .gif .png
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   439
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   440
jdk.jconsole_CLEAN_FILES := $(wildcard \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   441
    $(JDK_TOPDIR)/src/jdk.jconsole/share/classes/sun/tools/jconsole/resources/*.properties)
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   442
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   443
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   444
30742
679fecf08dd2 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents: 30426
diff changeset
   445
jdk.jdeps_CLEAN_FILES := $(wildcard \
679fecf08dd2 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents: 30426
diff changeset
   446
    $(JDK_TOPDIR)/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/*.properties \
679fecf08dd2 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents: 30426
diff changeset
   447
    $(JDK_TOPDIR)/src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/*.properties)
679fecf08dd2 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents: 30426
diff changeset
   448
679fecf08dd2 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents: 30426
diff changeset
   449
################################################################################
679fecf08dd2 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents: 30426
diff changeset
   450
27397
25afb1340d37 8064372: CompileJavaModules overwrites settings from custom
rriggs
parents: 27240
diff changeset
   451
jdk.jdi_EXCLUDES += \
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   452
    com/sun/tools/example/debug/bdi \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   453
    com/sun/tools/example/debug/event \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   454
    com/sun/tools/example/debug/gui \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   455
    com/sun/jdi/doc-files \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   456
    #
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   457
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   458
jdk.jdi_EXCLUDE_FILES += jdi-overview.html
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   459
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   460
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   461
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   462
jdk.dev_CLEAN_FILES := $(wildcard \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   463
    $(patsubst %, $(JDK_TOPDIR)/src/jdk.dev/share/classes/%/*.properties, \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   464
        com/sun/tools/script/shell))
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   465
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   466
jdk.dev_COPY := .js oqlhelp.html .txt
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   467
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   468
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   469
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   470
jdk.jvmstat_COPY := aliasmap
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   471
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   472
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   473
33045
00f484891bcf 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32559
diff changeset
   474
jdk.vm.ci_EXCLUDE_FILES += \
00f484891bcf 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32559
diff changeset
   475
    jdk/vm/ci/options/processor/OptionProcessor.java \
00f484891bcf 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32559
diff changeset
   476
    jdk/vm/ci/service/processor/ServiceProviderProcessor.java \
00f484891bcf 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32559
diff changeset
   477
    #
00f484891bcf 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32559
diff changeset
   478
00f484891bcf 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32559
diff changeset
   479
jdk.vm.ci_EXCLUDES += \
00f484891bcf 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32559
diff changeset
   480
    META-INF/jvmci.options \
00f484891bcf 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32559
diff changeset
   481
    META-INF/jvmci.providers \
00f484891bcf 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32559
diff changeset
   482
    #
00f484891bcf 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32559
diff changeset
   483
00f484891bcf 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32559
diff changeset
   484
################################################################################
00f484891bcf 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32559
diff changeset
   485
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   486
jdk.xml.bind_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   487
jdk.xml.bind_CLEAN := .properties
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   488
jdk.xml.bind_COPY := .xsd JAXBContextFactory.java ZeroOneBooleanAdapter.java
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   489
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   490
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   491
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   492
jdk.xml.ws_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   493
jdk.xml.ws_CLEAN := .properties
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   494
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   495
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   496
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   497
sun.charsets_COPY := .dat
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   498
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   499
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   500
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   501
jdk.localedata_COPY := _dict _th
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   502
# Exclude BreakIterator classes that are just used in compile process to generate
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   503
# data files and shouldn't go in the product
27397
25afb1340d37 8064372: CompileJavaModules overwrites settings from custom
rriggs
parents: 27240
diff changeset
   504
jdk.localedata_EXCLUDE_FILES += sun/text/resources/th/BreakIteratorRules_th.java
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   505
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   506
################################################################################
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   507
# Setup the compilation for the module
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   508
#
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   509
# Order src dirs in order of override with the most important first. Generated
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   510
# source before static source and platform specific source before shared.
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   511
#
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   512
GENERATED_SRC_DIRS += \
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   513
    $(SUPPORT_OUTPUTDIR)/gensrc/$(MODULE) \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   514
    $(SUPPORT_OUTPUTDIR)/gensrc_no_docs/$(MODULE) \
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   515
    #
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   516
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   517
OS_SRC_DIRS += $(JDK_TOPDIR)/src/$(MODULE)/$(OPENJDK_TARGET_OS)/classes
27586
e7cfdc266a70 8058631: Rename posix to unix in build system to match file name changes
ihse
parents: 27397
diff changeset
   518
ifneq ($(OPENJDK_TARGET_OS), $(OPENJDK_TARGET_OS_TYPE))
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   519
  OS_TYPE_SRC_DIRS += $(JDK_TOPDIR)/src/$(MODULE)/$(OPENJDK_TARGET_OS_TYPE)/classes
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   520
endif
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   521
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   522
SHARE_SRC_DIRS += \
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   523
    $(HOTSPOT_TOPDIR)/src/$(MODULE)/share/classes \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   524
    $(JDK_TOPDIR)/src/$(MODULE)/share/classes \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   525
    $(LANGTOOLS_TOPDIR)/src/$(MODULE)/share/classes \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   526
    $(CORBA_TOPDIR)/src/$(MODULE)/share/classes \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   527
    $(JAXP_TOPDIR)/src/$(MODULE)/share/classes \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   528
    $(JAXWS_TOPDIR)/src/$(MODULE)/share/classes \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   529
    $(NASHORN_TOPDIR)/src/$(MODULE)/share/classes \
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   530
    #
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   531
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   532
ALL_SRC_DIRS = \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   533
    $(GENERATED_SRC_DIRS) \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   534
    $(OS_SRC_DIRS) \
27586
e7cfdc266a70 8058631: Rename posix to unix in build system to match file name changes
ihse
parents: 27397
diff changeset
   535
    $(OS_TYPE_SRC_DIRS) \
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   536
    $(SHARE_SRC_DIRS) \
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   537
    #
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   538
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   539
# The JDK_USER_DEFINED_FILTER is a poor man's incremental build: by specifying
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   540
# JDK_FILTER at the make command line, only a subset of the JDK java files will
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   541
# be recompiled. If multiple paths are separated by comma, convert that into a
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   542
# space separated list.
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   543
JDK_USER_DEFINED_FILTER := $(strip $(subst $(COMMA),$(SPACE), $(JDK_FILTER)))
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   544
31014
a3b1e5a584bd 8054717: SJavac should track changes in the public apis of classpath classes!
alundblad
parents: 30742
diff changeset
   545
# Create an empty directory to set the bootclasspath to.
32066
9df3d0e44e64 8129562: JDK 9 build using boot-jdk classes instead of newly compiled classes
jlahoda
parents: 31512
diff changeset
   546
EMPTY_DIR := $(SUPPORT_OUTPUTDIR)/empty-dir
9df3d0e44e64 8129562: JDK 9 build using boot-jdk classes instead of newly compiled classes
jlahoda
parents: 31512
diff changeset
   547
$(call MakeDir, $(EMPTY_DIR))
31014
a3b1e5a584bd 8054717: SJavac should track changes in the public apis of classpath classes!
alundblad
parents: 30742
diff changeset
   548
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   549
# Find the module dependencies by parsing modules.list file
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   550
DEPS := $(call FindDepsForModule, $(MODULE))
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   551
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   552
CLASSPATH := $(foreach d, $(DEPS), $(if $($d_BIN), $($d_BIN), \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   553
    $(JDK_OUTPUTDIR)/modules/$d))
27595
cff167b3bfa2 8065914: Various improvements and cleanup of build system
ihse
parents: 27586
diff changeset
   554
  # When crypto classes are prebuilt, need to look for classes already in
27135
cc1917dc458c 8060766: build of jdk9-b33 seems broken due to how security zip files are interfaced
erikj
parents: 26284
diff changeset
   555
  # output dir.
cc1917dc458c 8060766: build of jdk9-b33 seems broken due to how security zip files are interfaced
erikj
parents: 26284
diff changeset
   556
  ifneq ($(BUILD_CRYPTO), true)
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   557
  CLASSPATH += $(JDK_OUTPUTDIR)/modules/$(MODULE)
27135
cc1917dc458c 8060766: build of jdk9-b33 seems broken due to how security zip files are interfaced
erikj
parents: 26284
diff changeset
   558
  endif
34494
3b756754f957 8145115: make JAVAC_FLAGS=-g no longer works
erikj
parents: 34118
diff changeset
   559
JAVAC_FLAGS_BOOTCLASSPATH := -bootclasspath $(EMPTY_DIR) -extdirs $(EMPTY_DIR) \
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   560
    -endorseddirs $(EMPTY_DIR) $($(MODULE)_ADD_JAVAC_FLAGS)
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   561
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   562
$(eval $(call SetupJavaCompilation, $(MODULE), \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   563
    SETUP := $(if $($(MODULE)_SETUP), $($(MODULE)_SETUP), GENERATE_JDKBYTECODE), \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   564
    SRC := $(if $($(MODULE)_SRC), $($(MODULE)_SRC), $(wildcard $(ALL_SRC_DIRS))), \
34117
jwilhelm
parents: 34102 34116
diff changeset
   565
      INCLUDES := $(JDK_USER_DEFINED_FILTER),\
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   566
    BIN := $(if $($(MODULE)_BIN), $($(MODULE)_BIN), $(JDK_OUTPUTDIR)/modules/$(MODULE)), \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   567
    HEADERS := $(SUPPORT_OUTPUTDIR)/headers/$(MODULE), \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   568
    CLASSPATH := $(CLASSPATH), \
34494
3b756754f957 8145115: make JAVAC_FLAGS=-g no longer works
erikj
parents: 34118
diff changeset
   569
    ADD_JAVAC_FLAGS := $($(MODULE)_ADD_JAVAC_FLAGS) $(JAVAC_FLAGS_BOOTCLASSPATH) \
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   570
))
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   571
TARGETS += $($(MODULE)) $($(MODULE)_COPY_EXTRA)
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   572
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   573
# Declare dependencies between java compilations of different modules.
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   574
# Since the other modules are declared in different invocations of this file,
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   575
# use the macro to find the correct target file to depend on.
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   576
# Only the javac compilation actually depends on other modules so limit
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   577
# dependency declaration to that by using the *_COMPILE_TARGET variable.
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   578
$($(MODULE)_COMPILE_TARGET): $(foreach d, $($(MODULE)_DEPS), \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   579
    $(call SetupJavaCompilationCompileTarget, $d, \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   580
        $(if $($d_BIN), $($d_BIN), $(JDK_OUTPUTDIR)/modules/$d)))
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   581
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   582
################################################################################
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   583
# Copy zh_HK properties files from zh_TW
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   584
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   585
$(JDK_OUTPUTDIR)/modules/%_zh_HK.properties: $(JDK_OUTPUTDIR)/modules/%_zh_TW.properties
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   586
	$(install-file)
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   587
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   588
CreateHkTargets = \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   589
    $(patsubst $(JDK_TOPDIR)/src/%, $(JDK_OUTPUTDIR)/modules/%, \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   590
      $(subst /share/classes,, \
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   591
        $(subst _zh_TW,_zh_HK, $(filter %_zh_TW.properties, $1))))
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   592
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   593
ifeq ($(MODULE), java.sql.rowset)
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   594
  TARGETS += $(call CreateHkTargets, $(java.sql.rowset_CLEAN_FILES))
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   595
endif
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   596
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   597
ifeq ($(MODULE), java.rmi)
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   598
  TARGETS += $(call CreateHkTargets, $(java.rmi_CLEAN_FILES))
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   599
endif
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   600
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   601
################################################################################
25854
98ce0879ab4c 8054834: Modular Source Code
chegar
parents:
diff changeset
   602
34102
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   603
all: $(TARGETS)
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   604
c0a98357f847 8143141: Bring in minor build changes from the jigsaw/jake forest
erikj
parents: 34099
diff changeset
   605
.PHONY: all