CompileJavaModules.gmk revision 1695:dec57655571e
1#
2# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
10#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
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# This must be the first rule
27default: all
28
29include $(SPEC)
30include MakeBase.gmk
31include Modules.gmk
32include JavaCompilation.gmk
33include SetupJavaCompilers.gmk
34
35# Hook to include the corresponding custom file, if present.
36$(eval $(call IncludeCustomExtension, , CompileJavaModules.gmk))
37
38################################################################################
39# Module specific build settings
40
41java.activation_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
42
43################################################################################
44
45java.base_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
46java.base_COPY := .icu .dat .spp content-types.properties hijrah-config-islamic-umalqura.properties
47java.base_CLEAN := intrinsic.properties
48
49java.base_EXCLUDES += java/lang/doc-files
50
51# Exclude BreakIterator classes that are just used in compile process to generate
52# data files and shouldn't go in the product
53java.base_EXCLUDE_FILES += sun/text/resources/BreakIteratorRules.java
54
55ifeq ($(OPENJDK_TARGET_OS), macosx)
56  java.base_EXCLUDE_FILES += sun/nio/fs/GnomeFileTypeDetector.java
57endif
58
59ifneq ($(OPENJDK_TARGET_OS), solaris)
60  java.base_EXCLUDE_FILES += \
61      SolarisLoginModule.java \
62      SolarisSystem.java \
63      #
64endif
65
66ifeq ($(filter $(OPENJDK_TARGET_OS), solaris macosx aix), )
67  #
68  # only solaris, macosx and aix
69  #
70  java.base_EXCLUDE_FILES += sun/nio/fs/PollingWatchService.java
71endif
72
73ifeq ($(OPENJDK_TARGET_OS), windows)
74  java.base_EXCLUDE_FILES += \
75      sun/nio/ch/AbstractPollSelectorImpl.java \
76      sun/nio/ch/PollSelectorProvider.java \
77      sun/nio/ch/SimpleAsynchronousFileChannelImpl.java \
78      #
79endif
80
81################################################################################
82
83java.compiler_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
84
85################################################################################
86
87java.datatransfer_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
88java.datatransfer_COPY := flavormap.properties
89
90################################################################################
91
92java.desktop_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
93java.desktop_COPY := .gif .png .wav .txt .xml .css .pf
94java.desktop_CLEAN := iio-plugin.properties cursors.properties
95
96java.desktop_EXCLUDES += \
97    java/awt/doc-files \
98    javax/swing/doc-files \
99    javax/swing/text/doc-files \
100    javax/swing/plaf/synth/doc-files \
101    javax/swing/undo/doc-files \
102    sun/awt/X11/doc-files \
103    #
104
105# The exception handling of swing beaninfo
106# These resources violates the convention of having code and resources together under
107# $(JDK_TOPDIR)/src/.../classes directories
108$(eval $(call SetupCopyFiles,COPY_BEANINFO, \
109    SRC := $(JDK_TOPDIR)/make/data/swingbeaninfo/images, \
110    DEST := $(JDK_OUTPUTDIR)/modules/java.desktop/javax/swing/beaninfo/images, \
111    FILES := $(wildcard $(JDK_TOPDIR)/make/data/swingbeaninfo/images/*.gif)))
112
113java.desktop_COPY_EXTRA += $(COPY_BEANINFO)
114
115java.desktop_EXCLUDE_FILES += \
116    javax/swing/plaf/nimbus/InternalFrameTitlePanePainter.java \
117    javax/swing/plaf/nimbus/OptionPaneMessageAreaPainter.java \
118    javax/swing/plaf/nimbus/ScrollBarPainter.java \
119    javax/swing/plaf/nimbus/SliderPainter.java \
120    javax/swing/plaf/nimbus/SpinnerPainter.java \
121    javax/swing/plaf/nimbus/SplitPanePainter.java \
122    javax/swing/plaf/nimbus/TabbedPanePainter.java \
123    sun/awt/resources/security-icon-bw16.png \
124    sun/awt/resources/security-icon-bw24.png \
125    sun/awt/resources/security-icon-bw32.png \
126    sun/awt/resources/security-icon-bw48.png \
127    sun/awt/resources/security-icon-interim16.png \
128    sun/awt/resources/security-icon-interim24.png \
129    sun/awt/resources/security-icon-interim32.png \
130    sun/awt/resources/security-icon-interim48.png \
131    sun/awt/resources/security-icon-yellow16.png \
132    sun/awt/resources/security-icon-yellow24.png \
133    sun/awt/resources/security-icon-yellow32.png \
134    sun/awt/resources/security-icon-yellow48.png \
135    sun/awt/X11/java-icon16.png \
136    sun/awt/X11/java-icon24.png \
137    sun/awt/X11/java-icon32.png \
138    sun/awt/X11/java-icon48.png \
139    .template \
140    #
141
142ifeq ($(OPENJDK_TARGET_OS), macosx)
143  # exclude all X11 on Mac.
144  java.desktop_EXCLUDES += \
145      sun/awt/X11 \
146      sun/java2d/x11 \
147      sun/java2d/jules \
148      sun/java2d/xr \
149      com/sun/java/swing/plaf/gtk \
150      #
151  java.desktop_EXCLUDE_FILES += \
152      $(wildcard $(JDK_TOPDIR)/src/java.desktop/unix/classes/sun/java2d/*.java) \
153      $(wildcard $(JDK_TOPDIR)/src/java.desktop/unix/classes/sun/java2d/opengl/*.java) \
154      $(wildcard $(JDK_TOPDIR)/src/java.desktop/unix/classes/sun/awt/*.java) \
155      $(wildcard $(JDK_TOPDIR)/src/java.desktop/unix/classes/sun/font/*.java) \
156      #
157else
158  # TBD: figure out how to eliminate this long list
159  java.desktop_EXCLUDE_FILES += \
160      sun/awt/X11/ScreenFormat.java \
161      sun/awt/X11/XArc.java \
162      sun/awt/X11/XChar2b.java \
163      sun/awt/X11/XCharStruct.java \
164      sun/awt/X11/XClassHint.java \
165      sun/awt/X11/XComposeStatus.java \
166      sun/awt/X11/XExtCodes.java \
167      sun/awt/X11/XFontProp.java \
168      sun/awt/X11/XFontSetExtents.java \
169      sun/awt/X11/XFontStruct.java \
170      sun/awt/X11/XGCValues.java \
171      sun/awt/X11/XHostAddress.java \
172      sun/awt/X11/XIMCallback.java \
173      sun/awt/X11/XIMHotKeyTrigger.java \
174      sun/awt/X11/XIMHotKeyTriggers.java \
175      sun/awt/X11/XIMPreeditCaretCallbackStruct.java \
176      sun/awt/X11/XIMPreeditDrawCallbackStruct.java \
177      sun/awt/X11/XIMPreeditStateNotifyCallbackStruct.java \
178      sun/awt/X11/XIMStatusDrawCallbackStruct.java \
179      sun/awt/X11/XIMStringConversionCallbackStruct.java \
180      sun/awt/X11/XIMStringConversionText.java \
181      sun/awt/X11/XIMStyles.java \
182      sun/awt/X11/XIMText.java \
183      sun/awt/X11/XIMValuesList.java \
184      sun/awt/X11/XImage.java \
185      sun/awt/X11/XKeyboardControl.java \
186      sun/awt/X11/XKeyboardState.java \
187      sun/awt/X11/XOMCharSetList.java \
188      sun/awt/X11/XOMFontInfo.java \
189      sun/awt/X11/XOMOrientation.java \
190      sun/awt/X11/XPoint.java \
191      sun/awt/X11/XRectangle.java \
192      sun/awt/X11/XSegment.java \
193      sun/awt/X11/XStandardColormap.java \
194      sun/awt/X11/XTextItem.java \
195      sun/awt/X11/XTextItem16.java \
196      sun/awt/X11/XTextProperty.java \
197      sun/awt/X11/XTimeCoord.java \
198      sun/awt/X11/XWindowChanges.java \
199      sun/awt/X11/XdbeSwapInfo.java \
200      sun/awt/X11/XmbTextItem.java \
201      sun/awt/X11/XwcTextItem.java
202endif
203
204ifeq ($(OPENJDK_TARGET_OS), windows)
205  java.desktop_EXCLUDES += com/sun/java/swing/plaf/gtk
206endif
207
208ifdef BUILD_HEADLESS_ONLY
209  java.desktop_EXCLUDES += sun/applet
210endif
211
212# Why is this in the open source tree?
213ifdef OPENJDK
214  java.desktop_EXCLUDES += sun/dc
215endif
216
217# Used on windows and macosx
218ifeq ($(filter $(OPENJDK_TARGET_OS), windows macosx), )
219  java.desktop_EXCLUDE_FILES += sun/awt/AWTCharset.java
220endif
221
222# These files do not appear in the build result of the old build. This
223# is because they are generated sources, but the AUTO_JAVA_FILES won't
224# pick them up since they aren't generated when the source dirs are
225# searched and they aren't referenced by any other classes so they won't
226# be picked up by implicit compilation. On a rebuild, they are picked up
227# and compiled. Exclude them here to produce the same rt.jar as the old
228# build does when building just once.
229java.desktop_EXCLUDE_FILES += \
230    javax/swing/plaf/nimbus/InternalFrameTitlePanePainter.java \
231    javax/swing/plaf/nimbus/OptionPaneMessageAreaPainter.java \
232    javax/swing/plaf/nimbus/ScrollBarPainter.java \
233    javax/swing/plaf/nimbus/SliderPainter.java \
234    javax/swing/plaf/nimbus/SpinnerPainter.java \
235    javax/swing/plaf/nimbus/SplitPanePainter.java \
236    javax/swing/plaf/nimbus/TabbedPanePainter.java \
237    #
238
239################################################################################
240
241java.scripting_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
242java.scripting_COPY := .js
243java.scripting_CLEAN := .properties
244
245################################################################################
246
247java.instrument_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
248
249################################################################################
250
251java.logging_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
252
253################################################################################
254
255java.management_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
256
257################################################################################
258
259java.prefs_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
260
261################################################################################
262
263java.transaction_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
264
265################################################################################
266
267java.sql_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
268java.sql_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
269
270################################################################################
271
272java.sql.rowset_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
273java.sql.rowset_CLEAN_FILES := $(wildcard \
274    $(JDK_TOPDIR)/src/java.sql.rowset/share/classes/com/sun/rowset/*.properties \
275    $(JDK_TOPDIR)/src/java.sql.rowset/share/classes/javax/sql/rowset/*.properties)
276
277################################################################################
278
279java.rmi_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
280java.rmi_CLEAN_FILES := $(wildcard \
281    $(JDK_TOPDIR)/src/java.rmi/share/classes/sun/rmi/registry/resources/*.properties \
282    $(JDK_TOPDIR)/src/java.rmi/share/classes/sun/rmi/server/resources/*.properties)
283
284################################################################################
285
286java.corba_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
287
288java.corba_COPY := .prp
289java.corba_CLEAN := .properties
290
291java.corba_EXCLUDES += \
292    com/sun/corba/se/PortableActivationIDL \
293    com/sun/tools/corba/se/logutil \
294    #
295java.corba_EXCLUDE_FILES += \
296    com/sun/corba/se/impl/presentation/rmi/JNDIStateFactoryImpl.java \
297    com/sun/corba/se/spi/presentation/rmi/StubWrapper.java \
298    com/sun/org/omg/CORBA/IDLTypeOperations.java \
299    com/sun/org/omg/CORBA/IRObjectOperations.java \
300    org/omg/PortableInterceptor/UNKNOWN.java \
301    com/sun/tools/corba/se/idl/ResourceBundleUtil.java \
302    com/sun/corba/se/impl/presentation/rmi/jndi.properties \
303    #
304
305################################################################################
306
307java.xml_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
308java.xml_CLEAN := .properties
309
310################################################################################
311
312java.xml.bind_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
313java.xml.bind_CLEAN := .properties
314
315################################################################################
316
317java.xml.soap_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
318java.xml.soap_CLEAN := .properties
319
320################################################################################
321
322java.xml.ws_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
323java.xml.ws_COPY := .xml
324java.xml.ws_CLEAN := .properties
325
326################################################################################
327
328java.naming_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
329java.naming_CLEAN := jndiprovider.properties
330
331################################################################################
332
333java.security.saaj_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
334java.security.saaj_CLEAN := .properties
335
336################################################################################
337
338java.security.jgss_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
339
340################################################################################
341
342java.smartcardio_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
343
344################################################################################
345
346java.xml.crypto_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
347java.xml.crypto_COPY := .dtd .xml
348java.xml.crypto_CLEAN := .properties
349
350################################################################################
351
352jdk.charsets_COPY := .dat
353
354################################################################################
355
356jdk.compiler_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:-com.sun.tools.*'
357jdk.compiler_COPY := javax.tools.JavaCompilerTool
358jdk.compiler_CLEAN_FILES := $(wildcard \
359    $(patsubst %, $(JDK_TOPDIR)/src/jdk.compiler/share/classes/%/*.properties, \
360        sun/tools/serialver/resources))
361
362################################################################################
363
364jdk.internal.le_COPY := .properties
365
366################################################################################
367
368jdk.jcmd_COPY := _options
369
370################################################################################
371
372jdk.javadoc_COPY := .xml .css .js
373
374################################################################################
375
376jdk.rmic_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
377jdk.rmic_CLEAN := .properties
378
379################################################################################
380
381# No SCTP implementation on Mac OS X or AIX. These classes should be excluded.
382SCTP_IMPL_CLASSES = \
383    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/AssociationChange.java \
384    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/AssociationImpl.java \
385    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/PeerAddrChange.java \
386    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/ResultContainer.java \
387    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpChannelImpl.java \
388    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpMultiChannelImpl.java \
389    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpNet.java \
390    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpNotification.java \
391    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpServerChannelImpl.java \
392    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SendFailed.java \
393    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/Shutdown.java
394
395ifeq ($(OPENJDK_TARGET_OS), macosx)
396  jdk.sctp_EXCLUDE_FILES += $(SCTP_IMPL_CLASSES)
397endif
398
399ifeq ($(OPENJDK_TARGET_OS),aix)
400  jdk.sctp_EXCLUDE_FILES += $(SCTP_IMPL_CLASSES)
401endif
402
403################################################################################
404
405jdk.jconsole_COPY := .gif .png
406
407jdk.jconsole_CLEAN_FILES := $(wildcard \
408    $(JDK_TOPDIR)/src/jdk.jconsole/share/classes/sun/tools/jconsole/resources/*.properties)
409
410################################################################################
411
412jdk.jdeps_CLEAN_FILES := $(wildcard \
413    $(JDK_TOPDIR)/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/*.properties \
414    $(JDK_TOPDIR)/src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/*.properties)
415
416################################################################################
417
418jdk.jdi_EXCLUDES += \
419    com/sun/tools/example/debug/bdi \
420    com/sun/tools/example/debug/event \
421    com/sun/tools/example/debug/gui \
422    com/sun/jdi/doc-files \
423    #
424
425jdk.jdi_EXCLUDE_FILES += jdi-overview.html
426
427################################################################################
428
429jdk.dev_CLEAN_FILES := $(wildcard \
430    $(patsubst %, $(JDK_TOPDIR)/src/jdk.dev/share/classes/%/*.properties, \
431        com/sun/tools/script/shell))
432
433jdk.dev_COPY := .js oqlhelp.html .txt
434
435################################################################################
436
437jdk.jvmstat_COPY := aliasmap
438
439################################################################################
440
441jdk.vm.ci_EXCLUDE_FILES += \
442    jdk/vm/ci/options/processor/OptionProcessor.java \
443    jdk/vm/ci/service/processor/ServiceProviderProcessor.java \
444    #
445
446jdk.vm.ci_EXCLUDES += \
447    META-INF/jvmci.options \
448    META-INF/jvmci.providers \
449    #
450
451################################################################################
452
453jdk.xml.bind_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
454jdk.xml.bind_CLEAN := .properties
455jdk.xml.bind_COPY := .xsd JAXBContextFactory.java ZeroOneBooleanAdapter.java
456
457################################################################################
458
459jdk.xml.ws_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
460jdk.xml.ws_CLEAN := .properties
461
462################################################################################
463
464sun.charsets_COPY := .dat
465
466################################################################################
467
468jdk.localedata_COPY := _dict _th
469# Exclude BreakIterator classes that are just used in compile process to generate
470# data files and shouldn't go in the product
471jdk.localedata_EXCLUDE_FILES += sun/text/resources/th/BreakIteratorRules_th.java
472
473################################################################################
474# Setup the compilation of each module
475#
476# Do not include nashorn src here since it needs to be compiled separately due
477# to nasgen.
478#
479# Order src dirs in order of override with the most important first. Generated
480# source before static source and platform specific source before shared.
481#
482# To use this variable, use $(call ALL_SRC_DIRS,module) with no space.
483GENERATED_SRC_DIRS += \
484    $(SUPPORT_OUTPUTDIR)/gensrc/$1 \
485    $(SUPPORT_OUTPUTDIR)/gensrc_no_docs/$1 \
486    #
487
488OS_SRC_DIRS += $(JDK_TOPDIR)/src/$1/$(OPENJDK_TARGET_OS)/classes
489ifneq ($(OPENJDK_TARGET_OS), $(OPENJDK_TARGET_OS_TYPE))
490  OS_TYPE_SRC_DIRS += $(JDK_TOPDIR)/src/$1/$(OPENJDK_TARGET_OS_TYPE)/classes
491endif
492
493SHARE_SRC_DIRS += \
494    $(HOTSPOT_TOPDIR)/src/$1/share/classes \
495    $(JDK_TOPDIR)/src/$1/share/classes \
496    $(LANGTOOLS_TOPDIR)/src/$1/share/classes \
497    $(CORBA_TOPDIR)/src/$1/share/classes \
498    $(JAXP_TOPDIR)/src/$1/share/classes \
499    $(JAXWS_TOPDIR)/src/$1/share/classes \
500    $(NASHORN_TOPDIR)/src/$1/share/classes \
501    #
502
503ALL_SRC_DIRS = \
504    $(GENERATED_SRC_DIRS) \
505    $(OS_SRC_DIRS) \
506    $(OS_TYPE_SRC_DIRS) \
507    $(SHARE_SRC_DIRS) \
508    #
509
510# Find all modules with java sources. Filter out nashorn since it needs to be
511# compiled separately.
512ALL_JAVA_MODULES := $(filter-out jdk.scripting.nashorn, $(call FindJavaModules))
513JAVA_MODULES := $(ALL_JAVA_MODULES)
514
515# The JDK_USER_DEFINED_FILTER is a poor man's incremental build: by specifying
516# JDK_FILTER at the make command line, only a subset of the JDK java files will
517# be recompiled. If multiple paths are separated by comma, convert that into a
518# space separated list.
519JDK_USER_DEFINED_FILTER := $(strip $(subst $(COMMA),$(SPACE), $(JDK_FILTER)))
520
521# Create an empty directory to set the bootclasspath to.
522EMPTY_DIR := $(SUPPORT_OUTPUTDIR)/empty-dir
523$(call MakeDir, $(EMPTY_DIR))
524
525# This macro sets up compilation of a module and declares dependencies for it.
526# Param 1 - module name
527define SetupModuleCompilation
528  # Find the module dependencies by parsing modules.list file
529  $1_DEPS := $$(call FindDepsForModule, $1)
530
531  $1_CLASSPATH := $$(foreach d,$$($1_DEPS), $$(if $$($$d_BIN), $$($$d_BIN), \
532      $(JDK_OUTPUTDIR)/modules/$$d))
533  # When crypto classes are prebuilt, need to look for classes already in
534  # output dir.
535  ifneq ($(BUILD_CRYPTO), true)
536    $1_CLASSPATH += $(JDK_OUTPUTDIR)/modules/$1
537  endif
538  ifeq ($1, jdk.hotspot.agent)
539    ## The source of this module is compiled elsewhere, hotspot, and imported.
540    ## Service types are required in the classpath when compiing module-info
541    $1_CLASSPATH := $$($1_CLASSPATH) $$(addprefix $(JDK_OUTPUTDIR)/modules/,jdk.hotspot.agent)
542  endif
543  $1_JAVAC_FLAGS := -bootclasspath $(EMPTY_DIR) -extdirs $(EMPTY_DIR) -endorseddirs $(EMPTY_DIR) $$($1_ADD_JAVAC_FLAGS)
544
545  $$(eval $$(call SetupJavaCompilation,$1, \
546      SETUP := $$(if $$($1_SETUP), $$($1_SETUP), GENERATE_JDKBYTECODE), \
547      SRC := $$(if $$($1_SRC), $$($1_SRC), $$(wildcard $$(call ALL_SRC_DIRS,$1))), \
548      INCLUDES := $(JDK_USER_DEFINED_FILTER),\
549      BIN := $$(if $$($1_BIN), $$($1_BIN), $(JDK_OUTPUTDIR)/modules/$1), \
550      HEADERS := $(SUPPORT_OUTPUTDIR)/headers/$1, \
551      CLASSPATH := $$($1_CLASSPATH), \
552      ADD_JAVAC_FLAGS := $$($1_ADD_JAVAC_FLAGS) $$($1_JAVAC_FLAGS)))
553
554  $1: $$($1) $$($1_COPY_EXTRA)
555
556  # Declare dependencies between java compilation of different modules.
557  # Since not all modules have been declared yet, or might be declared
558  # in different invocations of this file, use the macro to find the
559  # correct target file to depend on.
560  # Only the javac compilation actually depends on other modules so limit
561  # dependency declaration to that by using the *_COMPILE_TARGET variable.
562  $$($1_COMPILE_TARGETS): $$(foreach d,$$($1_DEPS), \
563      $$(call SetupJavaCompilationCompileTarget, $$d, \
564          $$(if $$($$d_BIN), $$($$d_BIN), $(JDK_OUTPUTDIR)/modules/$$d)))
565endef
566
567# Setup compilation for each module
568$(foreach m,$(JAVA_MODULES),$(eval $(call SetupModuleCompilation,$m)))
569
570################################################################################
571# Copy zh_HK properties files from zh_TW
572
573$(JDK_OUTPUTDIR)/modules/%_zh_HK.properties: $(JDK_OUTPUTDIR)/modules/%_zh_TW.properties
574	$(install-file)
575
576define CreateHkTargets
577  $(patsubst $(JDK_TOPDIR)/src/%, $(JDK_OUTPUTDIR)/modules/%, \
578    $(subst /share/classes,, \
579      $(subst _zh_TW,_zh_HK, $(filter %_zh_TW.properties, $1))))
580endef
581
582java.sql.rowset: $(call CreateHkTargets, $(java.sql.rowset_CLEAN_FILES))
583java.rmi: $(call CreateHkTargets, $(java.rmi_CLEAN_FILES))
584
585all: $(JAVA_MODULES)
586
587.PHONY: all $(JAVA_MODULES)
588