author | jiangli |
Tue, 26 Jun 2012 19:08:44 -0400 | |
changeset 13282 | 9872915dd78d |
parent 12893 | 483a74a0b295 |
child 13164 | 72c5d01a857d |
permissions | -rw-r--r-- |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
1 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
2 |
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
4 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
7 |
# published by the Free Software Foundation. Oracle designates this |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
8 |
# particular file as subject to the "Classpath" exception as provided |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
10 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
15 |
# accompanied this code). |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
16 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
17 |
# You should have received a copy of the GNU General Public License version |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
20 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
22 |
# or visit www.oracle.com if you need additional information or have any |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
23 |
# questions. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
24 |
# |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
25 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
26 |
default: all |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
27 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
28 |
include $(SPEC) |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
29 |
include MakeBase.gmk |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
30 |
include JavaCompilation.gmk |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
31 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
32 |
# Setup the java compilers for the JDK build. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
33 |
include Setup.gmk |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
34 |
|
12892 | 35 |
JARS := |
36 |
EXFILES := |
|
37 |
EXCLUDES := |
|
38 |
||
39 |
########################################################################################## |
|
40 |
||
41 |
EXCLUDES += com/sun/pept \ |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
42 |
com/sun/tools/example/trace\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
43 |
com/sun/tools/example/debug/bdi\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
44 |
com/sun/tools/example/debug/event\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
45 |
com/sun/tools/example/debug/gui \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
46 |
com/oracle/security |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
47 |
|
12892 | 48 |
ifeq ($(PLATFORM)-$(ARCH_DATA_MODEL),windows-64) |
49 |
EXCLUDES += sun/security/pkcs11 |
|
50 |
endif |
|
51 |
||
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
52 |
ifdef OPENJDK |
12892 | 53 |
EXCLUDES+= sun/dc \ |
54 |
com/sun/jmx/snmp \ |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
55 |
sun/management/snmp \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
56 |
com/sun/script |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
57 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
58 |
|
12892 | 59 |
ifndef OPENJDK |
60 |
# There exists two versions of this file... |
|
61 |
EXFILES := $(JDK_TOPDIR)/src/share/classes/javax/crypto/JarVerifier.java |
|
62 |
endif |
|
63 |
||
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
64 |
ifneq ($(PLATFORM),solaris) |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
65 |
# Exclude Solaris nio and two security related files in src/share/classes |
12892 | 66 |
EXFILES += SolarisAclFileAttributeView.java \ |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
67 |
SolarisFileStore.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
68 |
SolarisFileSystem.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
69 |
SolarisFileSystemProvider.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
70 |
SolarisNativeDispatcher.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
71 |
SolarisUserDefinedFileAttributeView.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
72 |
SolarisWatchService.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
73 |
SolarisAclFileAttributeView.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
74 |
SolarisFileStore.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
75 |
SolarisFileSystem.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
76 |
SolarisFileSystemProvider.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
77 |
SolarisUserDefinedFileAttributeView.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
78 |
SolarisNativeDispatcher.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
79 |
SolarisWatchService.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
80 |
SolarisLoginModule.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
81 |
SolarisSystem.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
82 |
sun/tools/attach/SolarisAttachProvider.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
83 |
sun/tools/attach/SolarisVirtualMachine.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
84 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
85 |
|
12892 | 86 |
# In the old build, this isn't excluded on macosx, even though it probably |
87 |
# should be. |
|
88 |
ifneq ($(PLATFORM),macosx) |
|
89 |
EXFILES+=WrapperGenerator.java |
|
90 |
endif |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
91 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
92 |
ifneq ($(PLATFORM),windows) |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
93 |
# Exclude Window security related files in src/share/classes |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
94 |
EXFILES+=NTLoginModule.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
95 |
NTSystem.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
96 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
97 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
98 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
99 |
ifeq ($(PLATFORM),windows) |
12892 | 100 |
# Don't build GTK L&F on Windows |
101 |
EXCLUDES+= com/sun/java/swing/plaf/gtk |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
102 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
103 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
104 |
ifneq ($(PLATFORM),linux) |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
105 |
EXFILES+=sun/tools/attach/LinuxAttachProvider.java \ |
12892 | 106 |
sun/tools/attach/LinuxVirtualMachine.java \ |
107 |
sun/nio/fs/LinuxDosFileAttributeView.java \ |
|
108 |
sun/nio/fs/LinuxFileStore.java \ |
|
109 |
sun/nio/fs/LinuxFileSystem.java \ |
|
110 |
sun/nio/fs/LinuxFileSystemProvider.java \ |
|
111 |
sun/nio/fs/LinuxNativeDispatcher.java \ |
|
112 |
sun/nio/fs/LinuxUserDefinedFileAttributeView.java \ |
|
113 |
sun/nio/fs/LinuxWatchService.java |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
114 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
115 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
116 |
ifneq ($(PLATFORM),macosx) |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
117 |
EXFILES+=sun/nio/fs/BsdFileStore.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
118 |
sun/nio/fs/BsdFileSystem.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
119 |
sun/nio/fs/BsdFileSystemProvider.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
120 |
sun/nio/fs/BsdNativeDispatcher.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
121 |
sun/tools/attach/BsdAttachProvider.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
122 |
sun/tools/attach/BsdVirtualMachine.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
123 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
124 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
125 |
# Exclude BreakIterator classes that are just used in compile process to generate |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
126 |
# data files and shouldn't go in the product |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
127 |
EXFILES+=sun/text/resources/BreakIteratorRules.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
128 |
sun/text/resources/BreakIteratorRules_th.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
129 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
130 |
# TODO: Add BUILD_HEADLESS_ONLY to configure? |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
131 |
ifdef BUILD_HEADLESS_ONLY |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
132 |
EXCLUDES+=sun/applet |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
133 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
134 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
135 |
ifdef OPENJDK |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
136 |
EXCLUDES+=sun/java2d/cmm/kcms |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
137 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
138 |
|
12892 | 139 |
# Used on windows and macosx |
140 |
ifeq (,$(filter $(PLATFORM), windows macosx)) |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
141 |
EXFILES+=sun/awt/AWTCharset.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
142 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
143 |
|
12892 | 144 |
ifneq ($(PLATFORM), macosx) |
145 |
# |
|
146 |
# Not in rt.jar on solaris and linux...(windows not checked) |
|
147 |
# in rt.jar on macosx ?? |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
148 |
EXFILES+=sun/awt/X11/ScreenFormat.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
149 |
sun/awt/X11/XArc.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
150 |
sun/awt/X11/XChar2b.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
151 |
sun/awt/X11/XCharStruct.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
152 |
sun/awt/X11/XClassHint.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
153 |
sun/awt/X11/XComposeStatus.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
154 |
sun/awt/X11/XExtCodes.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
155 |
sun/awt/X11/XFontProp.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
156 |
sun/awt/X11/XFontSetExtents.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
157 |
sun/awt/X11/XFontStruct.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
158 |
sun/awt/X11/XGCValues.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
159 |
sun/awt/X11/XHostAddress.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
160 |
sun/awt/X11/XIMCallback.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
161 |
sun/awt/X11/XIMHotKeyTrigger.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
162 |
sun/awt/X11/XIMHotKeyTriggers.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
163 |
sun/awt/X11/XIMPreeditCaretCallbackStruct.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
164 |
sun/awt/X11/XIMPreeditDrawCallbackStruct.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
165 |
sun/awt/X11/XIMPreeditStateNotifyCallbackStruct.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
166 |
sun/awt/X11/XIMStatusDrawCallbackStruct.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
167 |
sun/awt/X11/XIMStringConversionCallbackStruct.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
168 |
sun/awt/X11/XIMStringConversionText.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
169 |
sun/awt/X11/XIMStyles.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
170 |
sun/awt/X11/XIMText.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
171 |
sun/awt/X11/XIMValuesList.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
172 |
sun/awt/X11/XImage.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
173 |
sun/awt/X11/XKeyboardControl.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
174 |
sun/awt/X11/XKeyboardState.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
175 |
sun/awt/X11/XOMCharSetList.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
176 |
sun/awt/X11/XOMFontInfo.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
177 |
sun/awt/X11/XOMOrientation.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
178 |
sun/awt/X11/XPoint.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
179 |
sun/awt/X11/XRectangle.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
180 |
sun/awt/X11/XSegment.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
181 |
sun/awt/X11/XStandardColormap.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
182 |
sun/awt/X11/XTextItem.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
183 |
sun/awt/X11/XTextItem16.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
184 |
sun/awt/X11/XTextProperty.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
185 |
sun/awt/X11/XTimeCoord.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
186 |
sun/awt/X11/XWindowChanges.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
187 |
sun/awt/X11/XdbeSwapInfo.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
188 |
sun/awt/X11/XmbTextItem.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
189 |
sun/awt/X11/XwcTextItem.java |
12892 | 190 |
endif |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
191 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
192 |
# Exclude another implicitly not included file. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
193 |
EXFILES+=sun/util/locale/AsciiUtil.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
194 |
|
12892 | 195 |
ifeq (,$(filter $(PLATFORM), solaris macosx)) |
196 |
# |
|
197 |
# only solaris and macosx |
|
198 |
# |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
199 |
EXFILES+=sun/nio/fs/PollingWatchService.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
200 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
201 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
202 |
# TODO: Fix when converting NIO |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
203 |
# Exclude *-linux-arm.java and *-linux-ppc.java from closed. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
204 |
EXFILES+=-linux-arm.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
205 |
-linux-ppc.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
206 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
207 |
# TODO: Is this necessary? |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
208 |
ifeq ($(PLATFORM), windows) |
12892 | 209 |
EXFILES+=sun/nio/ch/AbstractPollSelectorImpl.java \ |
210 |
sun/nio/ch/DevPollArrayWrapper.java \ |
|
211 |
sun/nio/ch/DevPollSelectorImpl.java \ |
|
212 |
sun/nio/ch/DevPollSelectorProvider.java \ |
|
213 |
sun/nio/ch/InheritedChannel.java \ |
|
214 |
sun/nio/ch/PollSelectorProvider.java \ |
|
215 |
sun/nio/ch/PollSelectorImpl.java \ |
|
216 |
sun/nio/ch/Port.java \ |
|
217 |
sun/nio/ch/SimpleAsynchronousFileChannelImpl.java \ |
|
218 |
sun/nio/ch/SolarisAsynchronousChannelProvider.java \ |
|
219 |
sun/nio/ch/SolarisEventPort.java \ |
|
220 |
sun/nio/ch/UnixAsynchronousServerSocketChannelImpl.java \ |
|
221 |
sun/nio/ch/UnixAsynchronousSocketChannelImpl.java |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
222 |
EXFILES+=sun/net/sdp/SdpProvider.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
223 |
else |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
224 |
EXFILES+=sun/net/www/protocol/http/ntlm/NTLMAuthSequence.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
225 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
226 |
|
12892 | 227 |
ifdef DISABLE_NIMBUS |
228 |
# TODO: need to check when it happens |
|
229 |
# Exclude nimus if disabled |
|
230 |
EXCLUDES+= javax/swing/plaf/nimbus \ |
|
231 |
com/sun/java/swing/plaf/nimbus |
|
232 |
else |
|
233 |
# |
|
234 |
# These are never put into rt.jar |
|
235 |
# |
|
236 |
EXFILES+= javax/swing/plaf/nimbus/InternalFrameTitlePanePainter.java \ |
|
237 |
javax/swing/plaf/nimbus/OptionPaneMessageAreaPainter.java \ |
|
238 |
javax/swing/plaf/nimbus/ScrollBarPainter.java \ |
|
239 |
javax/swing/plaf/nimbus/SliderPainter.java \ |
|
240 |
javax/swing/plaf/nimbus/SpinnerPainter.java \ |
|
241 |
javax/swing/plaf/nimbus/SplitPanePainter.java \ |
|
242 |
javax/swing/plaf/nimbus/TabbedPanePainter.java |
|
243 |
endif |
|
244 |
||
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
245 |
# Acquire a list of files that should be copied straight over to the classes. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
246 |
include CopyIntoClasses.gmk |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
247 |
# Now we have COPY_PATTERNS, COPY_FILES and COPY_EXTRA |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
248 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
249 |
ifndef OPENJDK |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
250 |
CLOSED_SRC_DIRS:=$(JDK_TOPDIR)/src/closed/share/classes \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
251 |
$(JDK_TOPDIR)/src/closed/$(LEGACY_HOST_OS_API)/classes |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
252 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
253 |
|
12892 | 254 |
MACOSX_SRC_DIRS := |
255 |
ifeq ($(PLATFORM),macosx) |
|
256 |
MACOSX_SRC_DIRS += $(JDK_TOPDIR)/src/macosx/classes |
|
257 |
||
258 |
# this files are duplicated in MACOSX_SRC_DIRS |
|
259 |
EXFILES+= $(JDK_TOPDIR)/src/solaris/classes/sun/nio/ch/DefaultSelectorProvider.java \ |
|
260 |
$(JDK_TOPDIR)/src/solaris/classes/sun/java2d/BackBufferCapsProvider.java \ |
|
261 |
$(JDK_TOPDIR)/src/solaris/classes/java/net/DefaultInterface.java \ |
|
262 |
$(JDK_TOPDIR)/src/solaris/classes/java/lang/ClassLoaderHelper.java |
|
263 |
endif |
|
264 |
||
265 |
# The exception handling of swing beaninfo |
|
266 |
# These resources violates the convention of having code and resources together under |
|
267 |
# $(JDK_TOPDIR)/src/.../classes directories |
|
268 |
$(JDK_OUTPUTDIR)/classes/javax/swing/beaninfo/images/%.gif: $(JDK_TOPDIR)/make/tools/swing-beans/beaninfo/images/%.gif |
|
269 |
$(MKDIR) -p $(@D) |
|
270 |
$(CP) $< $@ |
|
271 |
||
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
272 |
$(eval $(call SetupJavaCompilation,BUILD_JDK,\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
273 |
SETUP:=GENERATE_JDKBYTECODE,\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
274 |
SRC:=$(JDK_TOPDIR)/src/share/classes \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
275 |
$(JDK_TOPDIR)/src/$(LEGACY_HOST_OS_API)/classes \ |
12892 | 276 |
$(MACOSX_SRC_DIRS) \ |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
277 |
$(JDK_OUTPUTDIR)/gensrc \ |
12892 | 278 |
$(JDK_OUTPUTDIR)/gensrc_swing/javax/swing/beaninfo \ |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
279 |
$(CLOSED_SRC_DIRS),\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
280 |
EXCLUDES:=$(EXCLUDES),\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
281 |
EXCLUDE_FILES:=$(EXFILES),\ |
12892 | 282 |
BIN:=$(JDK_OUTPUTDIR)/classes,\ |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
283 |
COPY:=$(COPY_PATTERNS),\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
284 |
COPY_FILES:=$(COPY_FILES),\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
285 |
HEADERS:=$(JDK_OUTPUTDIR)/gensrc_headers)) |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
286 |
|
12892 | 287 |
########################################################################################## |
288 |
# Special handling of header file generation for classes in the jigsaw base module which |
|
289 |
# currently can't add the annotaion GenerateNativeHeaders. For these specific classes the |
|
290 |
# java file and the class have the same names which enables shortcutting the dependencies. |
|
291 |
||
292 |
JDK_BASE_HEADER_CLASSES:=java.lang.Integer \ |
|
293 |
java.lang.Long \ |
|
294 |
java.net.SocketOptions \ |
|
295 |
sun.nio.ch.IOStatus |
|
296 |
||
297 |
JDK_BASE_HEADER_JAVA_FILES:=$(patsubst %,$(JDK_TOPDIR)/src/share/classes/%.java,\ |
|
298 |
$(subst .,/,$(JDK_BASE_HEADER_CLASSES))) |
|
299 |
||
12893
483a74a0b295
7175966: Fix windows build issues for build-infra project
erikj
parents:
12892
diff
changeset
|
300 |
ifeq ($(PLATFORM),windows) |
483a74a0b295
7175966: Fix windows build issues for build-infra project
erikj
parents:
12892
diff
changeset
|
301 |
JDK_BASE_HEADER_CLASSES_WINDOWS:=sun.nio.ch.PollArrayWrapper |
12892 | 302 |
JDK_BASE_HEADER_CLASSES+=$(JDK_BASE_HEADER_CLASSES_WINDOWS) |
303 |
JDK_BASE_HEADER_JAVA_FILES+=$(patsubst %,$(JDK_TOPDIR)/src/windows/classes/%.java,\ |
|
304 |
$(subst .,/,$(JDK_BASE_HEADER_CLASSES_WINDOWS))) |
|
305 |
endif |
|
306 |
||
307 |
# Set prereqs to the java files since make doesn't know about the class files. Add BUILD_JDK |
|
308 |
# as an order only dependency to avoid race with the java compilation. |
|
309 |
$(JDK_OUTPUTDIR)/classes/_the.jdk.base.headers: $(JDK_BASE_HEADER_JAVA_FILES) | $(BUILD_JDK) |
|
310 |
$(ECHO) Generating headers for jdk base classes |
|
311 |
$(JAVAH) -bootclasspath $(JDK_OUTPUTDIR)/classes -d $(JDK_OUTPUTDIR)/gensrc_headers \ |
|
312 |
$(JDK_BASE_HEADER_CLASSES) |
|
313 |
$(TOUCH) $@ |
|
314 |
||
315 |
########################################################################################## |
|
316 |
||
317 |
# |
|
318 |
# This is an empty jar (only contains manifest) and fits poorly into framework... |
|
319 |
# create simple rule instead |
|
320 |
# |
|
321 |
MANAGEMENT_AGENT_JAR_DEPS := $(JDK_TOPDIR)/src/share/classes/sun/management/manifest |
|
322 |
||
323 |
$(JDK_OUTPUTDIR)/lib/management-agent.jar : $(JDK_TOPDIR)/src/share/classes/sun/management/manifest |
|
324 |
$(JAR) cfm $@ $(JDK_TOPDIR)/src/share/classes/sun/management/manifest |
|
325 |
||
326 |
JARS += $(JDK_OUTPUTDIR)/lib/management-agent.jar |
|
327 |
||
328 |
########################################################################################## |
|
329 |
||
330 |
ifndef OPENJDK |
|
331 |
||
332 |
$(eval $(call SetupJavaCompilation,BUILD_ALTCLASSES_JAR,\ |
|
333 |
SETUP:=GENERATE_JDKBYTECODE,\ |
|
334 |
SRC:=$(JDK_TOPDIR)/src/closed/share/altclasses, \ |
|
335 |
BIN:=$(JDK_OUTPUTDIR)/altclasses_classes,\ |
|
336 |
JAR:=$(JDK_OUTPUTDIR)/lib/alt-rt.jar)) |
|
337 |
||
338 |
$(BUILD_ALTCLASSES_JAR): $(BUILD_JDK) |
|
339 |
JARS += $(JDK_OUTPUTDIR)/lib/alt-rt.jar |
|
340 |
||
341 |
endif |
|
342 |
||
343 |
########################################################################################## |
|
344 |
||
345 |
$(JDK_OUTPUTDIR)/classes/META-INF/services/com.sun.tools.xjc.Plugin: |
|
346 |
$(MKDIR) -p $(@D) |
|
347 |
$(TOUCH) $@ |
|
348 |
||
349 |
########################################################################################## |
|
350 |
||
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
351 |
# copy with -a to preserve timestamps so dependencies down the line aren't messed up |
12892 | 352 |
all: $(BUILD_JDK) $(JARS) $(COPY_EXTRA) $(JDK_OUTPUTDIR)/classes/META-INF/services/com.sun.tools.xjc.Plugin \ |
353 |
$(JDK_OUTPUTDIR)/classes/_the.jdk.base.headers |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
354 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
355 |
.PHONY: all |