CompileJavaModules.gmk revision 1476:86c2383bb8e6
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,-missing,-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/awt/motif/*.java) \
156      $(wildcard $(JDK_TOPDIR)/src/java.desktop/unix/classes/sun/font/*.java) \
157      #
158else
159  # TBD: figure out how to eliminate this long list
160  java.desktop_EXCLUDE_FILES += \
161      sun/awt/X11/ScreenFormat.java \
162      sun/awt/X11/XArc.java \
163      sun/awt/X11/XChar2b.java \
164      sun/awt/X11/XCharStruct.java \
165      sun/awt/X11/XClassHint.java \
166      sun/awt/X11/XComposeStatus.java \
167      sun/awt/X11/XExtCodes.java \
168      sun/awt/X11/XFontProp.java \
169      sun/awt/X11/XFontSetExtents.java \
170      sun/awt/X11/XFontStruct.java \
171      sun/awt/X11/XGCValues.java \
172      sun/awt/X11/XHostAddress.java \
173      sun/awt/X11/XIMCallback.java \
174      sun/awt/X11/XIMHotKeyTrigger.java \
175      sun/awt/X11/XIMHotKeyTriggers.java \
176      sun/awt/X11/XIMPreeditCaretCallbackStruct.java \
177      sun/awt/X11/XIMPreeditDrawCallbackStruct.java \
178      sun/awt/X11/XIMPreeditStateNotifyCallbackStruct.java \
179      sun/awt/X11/XIMStatusDrawCallbackStruct.java \
180      sun/awt/X11/XIMStringConversionCallbackStruct.java \
181      sun/awt/X11/XIMStringConversionText.java \
182      sun/awt/X11/XIMStyles.java \
183      sun/awt/X11/XIMText.java \
184      sun/awt/X11/XIMValuesList.java \
185      sun/awt/X11/XImage.java \
186      sun/awt/X11/XKeyboardControl.java \
187      sun/awt/X11/XKeyboardState.java \
188      sun/awt/X11/XOMCharSetList.java \
189      sun/awt/X11/XOMFontInfo.java \
190      sun/awt/X11/XOMOrientation.java \
191      sun/awt/X11/XPoint.java \
192      sun/awt/X11/XRectangle.java \
193      sun/awt/X11/XSegment.java \
194      sun/awt/X11/XStandardColormap.java \
195      sun/awt/X11/XTextItem.java \
196      sun/awt/X11/XTextItem16.java \
197      sun/awt/X11/XTextProperty.java \
198      sun/awt/X11/XTimeCoord.java \
199      sun/awt/X11/XWindowChanges.java \
200      sun/awt/X11/XdbeSwapInfo.java \
201      sun/awt/X11/XmbTextItem.java \
202      sun/awt/X11/XwcTextItem.java
203endif
204
205ifeq ($(OPENJDK_TARGET_OS), windows)
206  java.desktop_EXCLUDES += com/sun/java/swing/plaf/gtk
207endif
208
209ifdef BUILD_HEADLESS_ONLY
210  java.desktop_EXCLUDES += sun/applet
211endif
212
213# Why is this in the open source tree?
214ifdef OPENJDK
215  java.desktop_EXCLUDES += sun/dc
216endif
217
218# Used on windows and macosx
219ifeq ($(filter $(OPENJDK_TARGET_OS), windows macosx), )
220  java.desktop_EXCLUDE_FILES += sun/awt/AWTCharset.java
221endif
222
223# These files do not appear in the build result of the old build. This
224# is because they are generated sources, but the AUTO_JAVA_FILES won't
225# pick them up since they aren't generated when the source dirs are
226# searched and they aren't referenced by any other classes so they won't
227# be picked up by implicit compilation. On a rebuild, they are picked up
228# and compiled. Exclude them here to produce the same rt.jar as the old
229# build does when building just once.
230java.desktop_EXCLUDE_FILES += \
231    javax/swing/plaf/nimbus/InternalFrameTitlePanePainter.java \
232    javax/swing/plaf/nimbus/OptionPaneMessageAreaPainter.java \
233    javax/swing/plaf/nimbus/ScrollBarPainter.java \
234    javax/swing/plaf/nimbus/SliderPainter.java \
235    javax/swing/plaf/nimbus/SpinnerPainter.java \
236    javax/swing/plaf/nimbus/SplitPanePainter.java \
237    javax/swing/plaf/nimbus/TabbedPanePainter.java \
238    #
239
240################################################################################
241
242java.scripting_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
243java.scripting_COPY := .js
244java.scripting_CLEAN := .properties
245
246################################################################################
247
248java.instrument_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
249
250################################################################################
251
252java.logging_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
253
254################################################################################
255
256java.management_ADD_JAVAC_FLAGS := -Xdoclint:all/protected,-reference '-Xdoclint/package:java.*,javax.*'
257
258################################################################################
259
260java.prefs_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
261
262################################################################################
263
264java.transaction_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
265
266################################################################################
267
268java.sql_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
269java.sql_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
270
271################################################################################
272
273java.sql.rowset_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
274java.sql.rowset_CLEAN_FILES := $(wildcard \
275    $(JDK_TOPDIR)/src/java.sql.rowset/share/classes/com/sun/rowset/*.properties \
276    $(JDK_TOPDIR)/src/java.sql.rowset/share/classes/javax/sql/rowset/*.properties)
277
278################################################################################
279# Exclude building of IIOP transport for RMI Connector
280
281ifeq ($(RMICONNECTOR_IIOP), false)
282  java.management_EXCLUDES += com/sun/jmx/remote/protocol/iiop
283endif
284
285################################################################################
286
287java.rmi_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
288java.rmi_CLEAN_FILES := $(wildcard \
289    $(JDK_TOPDIR)/src/java.rmi/share/classes/sun/rmi/registry/resources/*.properties \
290    $(JDK_TOPDIR)/src/java.rmi/share/classes/sun/rmi/server/resources/*.properties)
291
292################################################################################
293
294java.corba_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
295
296java.corba_COPY := .prp
297java.corba_CLEAN := .properties
298
299java.corba_EXCLUDES += \
300    com/sun/corba/se/PortableActivationIDL \
301    com/sun/tools/corba/se/logutil \
302    #
303java.corba_EXCLUDE_FILES += \
304    com/sun/corba/se/impl/presentation/rmi/JNDIStateFactoryImpl.java \
305    com/sun/corba/se/spi/presentation/rmi/StubWrapper.java \
306    com/sun/org/omg/CORBA/IDLTypeOperations.java \
307    com/sun/org/omg/CORBA/IRObjectOperations.java \
308    org/omg/PortableInterceptor/UNKNOWN.java \
309    com/sun/tools/corba/se/idl/ResourceBundleUtil.java \
310    com/sun/corba/se/impl/presentation/rmi/jndi.properties \
311    #
312
313################################################################################
314
315java.xml_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
316java.xml_CLEAN := .properties
317
318################################################################################
319
320java.xml.bind_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
321java.xml.bind_CLEAN := .properties
322
323################################################################################
324
325java.xml.soap_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
326java.xml.soap_CLEAN := .properties
327
328################################################################################
329
330java.xml.ws_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
331java.xml.ws_COPY := .xml
332java.xml.ws_CLEAN := .properties
333
334################################################################################
335
336java.naming_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
337java.naming_CLEAN := jndiprovider.properties
338
339################################################################################
340
341java.security.saaj_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
342java.security.saaj_CLEAN := .properties
343
344################################################################################
345
346java.security.jgss_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
347
348################################################################################
349
350java.smartcardio_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
351
352################################################################################
353
354java.xml.crypto_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:java.*,javax.*'
355java.xml.crypto_COPY := .dtd .xml
356java.xml.crypto_CLEAN := .properties
357
358################################################################################
359
360jdk.charsets_COPY := .dat
361
362################################################################################
363
364jdk.compiler_ADD_JAVAC_FLAGS := -Xdoclint:all/protected '-Xdoclint/package:-com.sun.tools.*'
365jdk.compiler_COPY := javax.tools.JavaCompilerTool
366jdk.compiler_CLEAN_FILES := $(wildcard \
367    $(patsubst %, $(JDK_TOPDIR)/src/jdk.compiler/share/classes/%/*.properties, \
368        sun/tools/serialver/resources))
369
370################################################################################
371
372jdk.jcmd_COPY := _options
373
374################################################################################
375
376jdk.javadoc_COPY := .xml .css .js
377
378################################################################################
379
380jdk.rmic_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
381jdk.rmic_CLEAN := .properties
382
383################################################################################
384
385# No SCTP implementation on Mac OS X or AIX. These classes should be excluded.
386SCTP_IMPL_CLASSES = \
387    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/AssociationChange.java \
388    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/AssociationImpl.java \
389    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/PeerAddrChange.java \
390    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/ResultContainer.java \
391    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpChannelImpl.java \
392    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpMultiChannelImpl.java \
393    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpNet.java \
394    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpNotification.java \
395    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SctpServerChannelImpl.java \
396    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/SendFailed.java \
397    $(JDK_TOPDIR)/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/Shutdown.java
398
399ifeq ($(OPENJDK_TARGET_OS), macosx)
400  jdk.sctp_EXCLUDE_FILES += $(SCTP_IMPL_CLASSES)
401endif
402
403ifeq ($(OPENJDK_TARGET_OS),aix)
404  jdk.sctp_EXCLUDE_FILES += $(SCTP_IMPL_CLASSES)
405endif
406
407################################################################################
408
409jdk.jconsole_COPY := .gif .png
410
411jdk.jconsole_CLEAN_FILES := $(wildcard \
412    $(JDK_TOPDIR)/src/jdk.jconsole/share/classes/sun/tools/jconsole/resources/*.properties)
413
414################################################################################
415
416jdk.jdi_EXCLUDES += \
417    com/sun/tools/example/debug/bdi \
418    com/sun/tools/example/debug/event \
419    com/sun/tools/example/debug/gui \
420    com/sun/jdi/doc-files \
421    #
422
423jdk.jdi_EXCLUDE_FILES += jdi-overview.html
424
425################################################################################
426
427jdk.dev_CLEAN_FILES := $(wildcard \
428    $(patsubst %, $(JDK_TOPDIR)/src/jdk.dev/share/classes/%/*.properties, \
429        com/sun/tools/script/shell))
430
431jdk.dev_COPY := .js oqlhelp.html .txt
432
433################################################################################
434
435jdk.jvmstat_COPY := aliasmap
436
437################################################################################
438
439jdk.xml.bind_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
440jdk.xml.bind_CLEAN := .properties
441jdk.xml.bind_COPY := .xsd JAXBContextFactory.java ZeroOneBooleanAdapter.java
442
443################################################################################
444
445jdk.xml.ws_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
446jdk.xml.ws_CLEAN := .properties
447
448################################################################################
449
450sun.charsets_COPY := .dat
451
452################################################################################
453
454jdk.localedata_COPY := _dict _th
455# Exclude BreakIterator classes that are just used in compile process to generate
456# data files and shouldn't go in the product
457jdk.localedata_EXCLUDE_FILES += sun/text/resources/th/BreakIteratorRules_th.java
458
459################################################################################
460# Setup the compilation of each module
461#
462# Do not include nashorn src here since it needs to be compiled separately due
463# to nasgen.
464#
465# Order src dirs in order of override with the most important first. Generated
466# source before static source and platform specific source before shared.
467#
468# To use this variable, use $(call ALL_SRC_DIRS,module) with no space.
469GENERATED_SRC_DIRS += \
470    $(SUPPORT_OUTPUTDIR)/gensrc/$1 \
471    $(SUPPORT_OUTPUTDIR)/gensrc_no_docs/$1 \
472    #
473
474OS_SRC_DIRS += $(JDK_TOPDIR)/src/$1/$(OPENJDK_TARGET_OS)/classes
475ifneq ($(OPENJDK_TARGET_OS), $(OPENJDK_TARGET_OS_TYPE))
476  OS_TYPE_SRC_DIRS += $(JDK_TOPDIR)/src/$1/$(OPENJDK_TARGET_OS_TYPE)/classes
477endif
478
479SHARE_SRC_DIRS += \
480    $(JDK_TOPDIR)/src/$1/share/classes \
481    $(LANGTOOLS_TOPDIR)/src/$1/share/classes \
482    $(CORBA_TOPDIR)/src/$1/share/classes \
483    $(JAXP_TOPDIR)/src/$1/share/classes \
484    $(JAXWS_TOPDIR)/src/$1/share/classes \
485    #
486
487ALL_SRC_DIRS = \
488    $(GENERATED_SRC_DIRS) \
489    $(OS_SRC_DIRS) \
490    $(OS_TYPE_SRC_DIRS) \
491    $(SHARE_SRC_DIRS) \
492    #
493
494# Find all modules with java sources. Filter out nashorn since it needs to be
495# compiled separately.
496ALL_JAVA_MODULES := $(filter-out jdk.scripting.nashorn, $(call FindJavaModules))
497JAVA_MODULES := $(ALL_JAVA_MODULES)
498
499# The JDK_USER_DEFINED_FILTER is a poor man's incremental build: by specifying
500# JDK_FILTER at the make command line, only a subset of the JDK java files will
501# be recompiled. If multiple paths are separated by comma, convert that into a
502# space separated list.
503JDK_USER_DEFINED_FILTER := $(strip $(subst $(COMMA),$(SPACE), $(JDK_FILTER)))
504
505# This macro sets up compilation of a module and declares dependencies for it.
506# Param 1 - module name
507define SetupModuleCompilation
508  # Find the module dependencies by parsing modules.list file
509  $1_DEPS := $$(call FindDepsForModule, $1)
510
511  $1_CLASSPATH := $$(addprefix $(JDK_OUTPUTDIR)/modules/,$$($1_DEPS))
512  # When crypto classes are prebuilt, need to look for classes already in
513  # output dir.
514  ifneq ($(BUILD_CRYPTO), true)
515    $1_CLASSPATH += $(JDK_OUTPUTDIR)/modules/$1
516  endif
517  ifeq ($1, jdk.hotspot.agent)
518    ## The source of this module is compiled elsewhere, hotspot, and imported.
519    ## Service types are required in the classpath when compiing module-info
520    $1_CLASSPATH := $$($1_CLASSPATH) $$(addprefix $(JDK_OUTPUTDIR)/modules/,jdk.hotspot.agent)
521  endif
522  $1_CLASSPATH := $$(subst $$(SPACE),$$(PATH_SEP),$$($1_CLASSPATH))
523  $1_JAVAC_FLAGS := -bootclasspath "$$($1_CLASSPATH)" $$($1_ADD_JAVAC_FLAGS)
524
525  $$(eval $$(call SetupJavaCompilation,$1, \
526      SETUP := $$(if $$($1_SETUP), $$($1_SETUP), GENERATE_JDKBYTECODE), \
527      SRC := $$(wildcard $$(call ALL_SRC_DIRS,$1)), \
528      INCLUDES:=$(JDK_USER_DEFINED_FILTER),\
529      BIN := $(JDK_OUTPUTDIR)/modules/$1, \
530      HEADERS := $(SUPPORT_OUTPUTDIR)/headers/$1, \
531      ADD_JAVAC_FLAGS := $$($1_JAVAC_FLAGS)))
532
533  $1: $$($1) $$($1_COPY_EXTRA)
534
535  # Declare dependencies between java compilation of different modules.
536  # Since not all modules have been declared yet, or might be declared
537  # in different invocations of this file, use the macro to find the
538  # correct target file to depend on.
539  # Only the javac compilation actually depends on other modules so limit
540  # dependency declaration to that by using the *_COMPILE_TARGET variable.
541  $$($1_COMPILE_TARGETS): $$(foreach d,$$($1_DEPS), \
542      $$(call SetupJavaCompilationCompileTarget, $$d, $(JDK_OUTPUTDIR)/modules/$$d))
543endef
544
545# Setup compilation for each module
546$(foreach m,$(JAVA_MODULES),$(eval $(call SetupModuleCompilation,$m)))
547
548################################################################################
549# Copy zh_HK properties files from zh_TW
550
551$(JDK_OUTPUTDIR)/modules/%_zh_HK.properties: $(JDK_OUTPUTDIR)/modules/%_zh_TW.properties
552	$(install-file)
553
554define CreateHkTargets
555  $(patsubst $(JDK_TOPDIR)/src/%, $(JDK_OUTPUTDIR)/modules/%, \
556    $(subst /share/classes,, \
557      $(subst _zh_TW,_zh_HK, $(filter %_zh_TW.properties, $1))))
558endef
559
560java.sql.rowset: $(call CreateHkTargets, $(java.sql.rowset_CLEAN_FILES))
561java.rmi: $(call CreateHkTargets, $(java.rmi_CLEAN_FILES))
562
563all: $(JAVA_MODULES)
564
565.PHONY: all $(JAVA_MODULES)
566