author | naoto |
Fri, 24 Aug 2012 10:13:58 -0700 | |
changeset 13586 | 31ba61c73020 |
parent 13164 | 72c5d01a857d |
child 13702 | efd6a05935b2 |
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 |
|
13164 | 48 |
ifeq ($(OPENJDK_TARGET_OS)-$(ARCH_DATA_MODEL),windows-64) |
12892 | 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 |
||
13164 | 64 |
ifneq ($(OPENJDK_TARGET_OS),solaris) |
12317
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 |
SolarisLoginModule.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
75 |
SolarisSystem.java \ |
13164 | 76 |
sun/nio/ch/EventPortSelectorImpl.java \ |
77 |
sun/nio/ch/EventPortSelectorProvider.java \ |
|
78 |
sun/nio/ch/EventPortWrapper.java \ |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
79 |
sun/tools/attach/SolarisAttachProvider.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
80 |
sun/tools/attach/SolarisVirtualMachine.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
81 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
82 |
|
12892 | 83 |
# In the old build, this isn't excluded on macosx, even though it probably |
84 |
# should be. |
|
13164 | 85 |
ifneq ($(OPENJDK_TARGET_OS),macosx) |
12892 | 86 |
EXFILES+=WrapperGenerator.java |
87 |
endif |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
88 |
|
13164 | 89 |
ifneq ($(OPENJDK_TARGET_OS),windows) |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
90 |
# Exclude Window security related files in src/share/classes |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
91 |
EXFILES+=NTLoginModule.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
92 |
NTSystem.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
93 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
94 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
95 |
|
13164 | 96 |
ifeq ($(OPENJDK_TARGET_OS),windows) |
12892 | 97 |
# Don't build GTK L&F on Windows |
98 |
EXCLUDES+= com/sun/java/swing/plaf/gtk |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
99 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
100 |
|
13164 | 101 |
ifneq ($(OPENJDK_TARGET_OS),linux) |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
102 |
EXFILES+=sun/tools/attach/LinuxAttachProvider.java \ |
12892 | 103 |
sun/tools/attach/LinuxVirtualMachine.java \ |
104 |
sun/nio/fs/LinuxDosFileAttributeView.java \ |
|
105 |
sun/nio/fs/LinuxFileStore.java \ |
|
106 |
sun/nio/fs/LinuxFileSystem.java \ |
|
107 |
sun/nio/fs/LinuxFileSystemProvider.java \ |
|
108 |
sun/nio/fs/LinuxNativeDispatcher.java \ |
|
109 |
sun/nio/fs/LinuxUserDefinedFileAttributeView.java \ |
|
110 |
sun/nio/fs/LinuxWatchService.java |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
111 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
112 |
|
13164 | 113 |
ifneq ($(OPENJDK_TARGET_OS),macosx) |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
114 |
EXFILES+=sun/nio/fs/BsdFileStore.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
115 |
sun/nio/fs/BsdFileSystem.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
116 |
sun/nio/fs/BsdFileSystemProvider.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
117 |
sun/nio/fs/BsdNativeDispatcher.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
118 |
sun/tools/attach/BsdAttachProvider.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
119 |
sun/tools/attach/BsdVirtualMachine.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
120 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
121 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
122 |
# Exclude BreakIterator classes that are just used in compile process to generate |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
123 |
# data files and shouldn't go in the product |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
124 |
EXFILES+=sun/text/resources/BreakIteratorRules.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
125 |
sun/text/resources/BreakIteratorRules_th.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
126 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
127 |
# TODO: Add BUILD_HEADLESS_ONLY to configure? |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
128 |
ifdef BUILD_HEADLESS_ONLY |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
129 |
EXCLUDES+=sun/applet |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
130 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
131 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
132 |
ifdef OPENJDK |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
133 |
EXCLUDES+=sun/java2d/cmm/kcms |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
134 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
135 |
|
12892 | 136 |
# Used on windows and macosx |
13164 | 137 |
ifeq (,$(filter $(OPENJDK_TARGET_OS), windows macosx)) |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
138 |
EXFILES+=sun/awt/AWTCharset.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
139 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
140 |
|
13164 | 141 |
ifneq ($(OPENJDK_TARGET_OS), macosx) |
12892 | 142 |
# |
143 |
# Not in rt.jar on solaris and linux...(windows not checked) |
|
144 |
# in rt.jar on macosx ?? |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
145 |
EXFILES+=sun/awt/X11/ScreenFormat.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
146 |
sun/awt/X11/XArc.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
147 |
sun/awt/X11/XChar2b.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
148 |
sun/awt/X11/XCharStruct.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
149 |
sun/awt/X11/XClassHint.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
150 |
sun/awt/X11/XComposeStatus.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
151 |
sun/awt/X11/XExtCodes.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
152 |
sun/awt/X11/XFontProp.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
153 |
sun/awt/X11/XFontSetExtents.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
154 |
sun/awt/X11/XFontStruct.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
155 |
sun/awt/X11/XGCValues.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
156 |
sun/awt/X11/XHostAddress.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
157 |
sun/awt/X11/XIMCallback.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
158 |
sun/awt/X11/XIMHotKeyTrigger.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
159 |
sun/awt/X11/XIMHotKeyTriggers.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
160 |
sun/awt/X11/XIMPreeditCaretCallbackStruct.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
161 |
sun/awt/X11/XIMPreeditDrawCallbackStruct.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
162 |
sun/awt/X11/XIMPreeditStateNotifyCallbackStruct.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
163 |
sun/awt/X11/XIMStatusDrawCallbackStruct.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
164 |
sun/awt/X11/XIMStringConversionCallbackStruct.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
165 |
sun/awt/X11/XIMStringConversionText.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
166 |
sun/awt/X11/XIMStyles.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
167 |
sun/awt/X11/XIMText.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
168 |
sun/awt/X11/XIMValuesList.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
169 |
sun/awt/X11/XImage.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
170 |
sun/awt/X11/XKeyboardControl.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
171 |
sun/awt/X11/XKeyboardState.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
172 |
sun/awt/X11/XOMCharSetList.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
173 |
sun/awt/X11/XOMFontInfo.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
174 |
sun/awt/X11/XOMOrientation.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
175 |
sun/awt/X11/XPoint.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
176 |
sun/awt/X11/XRectangle.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
177 |
sun/awt/X11/XSegment.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
178 |
sun/awt/X11/XStandardColormap.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
179 |
sun/awt/X11/XTextItem.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
180 |
sun/awt/X11/XTextItem16.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
181 |
sun/awt/X11/XTextProperty.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
182 |
sun/awt/X11/XTimeCoord.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
183 |
sun/awt/X11/XWindowChanges.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
184 |
sun/awt/X11/XdbeSwapInfo.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
185 |
sun/awt/X11/XmbTextItem.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
186 |
sun/awt/X11/XwcTextItem.java |
12892 | 187 |
endif |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
188 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
189 |
# Exclude another implicitly not included file. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
190 |
EXFILES+=sun/util/locale/AsciiUtil.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
191 |
|
13164 | 192 |
ifeq (,$(filter $(OPENJDK_TARGET_OS), solaris macosx)) |
12892 | 193 |
# |
194 |
# only solaris and macosx |
|
195 |
# |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
196 |
EXFILES+=sun/nio/fs/PollingWatchService.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
197 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
198 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
199 |
# TODO: Fix when converting NIO |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
200 |
# Exclude *-linux-arm.java and *-linux-ppc.java from closed. |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
201 |
EXFILES+=-linux-arm.java \ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
202 |
-linux-ppc.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
203 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
204 |
# TODO: Is this necessary? |
13164 | 205 |
ifeq ($(OPENJDK_TARGET_OS), windows) |
12892 | 206 |
EXFILES+=sun/nio/ch/AbstractPollSelectorImpl.java \ |
207 |
sun/nio/ch/DevPollArrayWrapper.java \ |
|
208 |
sun/nio/ch/DevPollSelectorImpl.java \ |
|
209 |
sun/nio/ch/DevPollSelectorProvider.java \ |
|
210 |
sun/nio/ch/InheritedChannel.java \ |
|
211 |
sun/nio/ch/PollSelectorProvider.java \ |
|
212 |
sun/nio/ch/PollSelectorImpl.java \ |
|
213 |
sun/nio/ch/Port.java \ |
|
214 |
sun/nio/ch/SimpleAsynchronousFileChannelImpl.java \ |
|
215 |
sun/nio/ch/SolarisAsynchronousChannelProvider.java \ |
|
216 |
sun/nio/ch/SolarisEventPort.java \ |
|
217 |
sun/nio/ch/UnixAsynchronousServerSocketChannelImpl.java \ |
|
218 |
sun/nio/ch/UnixAsynchronousSocketChannelImpl.java |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
219 |
EXFILES+=sun/net/sdp/SdpProvider.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
220 |
else |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
221 |
EXFILES+=sun/net/www/protocol/http/ntlm/NTLMAuthSequence.java |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
222 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
223 |
|
12892 | 224 |
ifdef DISABLE_NIMBUS |
225 |
# TODO: need to check when it happens |
|
226 |
# Exclude nimus if disabled |
|
227 |
EXCLUDES+= javax/swing/plaf/nimbus \ |
|
228 |
com/sun/java/swing/plaf/nimbus |
|
229 |
else |
|
230 |
# |
|
231 |
# These are never put into rt.jar |
|
232 |
# |
|
233 |
EXFILES+= javax/swing/plaf/nimbus/InternalFrameTitlePanePainter.java \ |
|
234 |
javax/swing/plaf/nimbus/OptionPaneMessageAreaPainter.java \ |
|
235 |
javax/swing/plaf/nimbus/ScrollBarPainter.java \ |
|
236 |
javax/swing/plaf/nimbus/SliderPainter.java \ |
|
237 |
javax/swing/plaf/nimbus/SpinnerPainter.java \ |
|
238 |
javax/swing/plaf/nimbus/SplitPanePainter.java \ |
|
239 |
javax/swing/plaf/nimbus/TabbedPanePainter.java |
|
240 |
endif |
|
241 |
||
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
242 |
# 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
|
243 |
include CopyIntoClasses.gmk |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
244 |
# Now we have COPY_PATTERNS, COPY_FILES and COPY_EXTRA |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
245 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
246 |
ifndef OPENJDK |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
247 |
CLOSED_SRC_DIRS:=$(JDK_TOPDIR)/src/closed/share/classes \ |
13164 | 248 |
$(JDK_TOPDIR)/src/closed/$(LEGACY_OPENJDK_TARGET_OS_API)/classes |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
249 |
endif |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
250 |
|
12892 | 251 |
MACOSX_SRC_DIRS := |
13164 | 252 |
ifeq ($(OPENJDK_TARGET_OS),macosx) |
12892 | 253 |
MACOSX_SRC_DIRS += $(JDK_TOPDIR)/src/macosx/classes |
254 |
||
255 |
# this files are duplicated in MACOSX_SRC_DIRS |
|
256 |
EXFILES+= $(JDK_TOPDIR)/src/solaris/classes/sun/nio/ch/DefaultSelectorProvider.java \ |
|
257 |
$(JDK_TOPDIR)/src/solaris/classes/sun/java2d/BackBufferCapsProvider.java \ |
|
258 |
$(JDK_TOPDIR)/src/solaris/classes/java/net/DefaultInterface.java \ |
|
13586
31ba61c73020
7193601: Build breakage with the fix to 6336885 (build-infra build)
naoto
parents:
13164
diff
changeset
|
259 |
$(JDK_TOPDIR)/src/solaris/classes/java/lang/ClassLoaderHelper.java \ |
31ba61c73020
7193601: Build breakage with the fix to 6336885 (build-infra build)
naoto
parents:
13164
diff
changeset
|
260 |
$(JDK_TOPDIR)/src/solaris/classes/sun/util/locale/provider/HostLocaleProviderAdapterImpl.java |
13164 | 261 |
|
262 |
# JObjC.jar contains 1.5 byte-code...so skip it here :-( |
|
263 |
# MACOSX_SRC_DIRS += $(JDK_TOPDIR)/src/macosx/native/jobjc/src |
|
264 |
# EXCLUDES+= tests/java/com/apple/jobjc |
|
265 |
||
266 |
EXCLUDES+= com/apple/jobjc |
|
12892 | 267 |
endif |
268 |
||
269 |
# The exception handling of swing beaninfo |
|
270 |
# These resources violates the convention of having code and resources together under |
|
271 |
# $(JDK_TOPDIR)/src/.../classes directories |
|
272 |
$(JDK_OUTPUTDIR)/classes/javax/swing/beaninfo/images/%.gif: $(JDK_TOPDIR)/make/tools/swing-beans/beaninfo/images/%.gif |
|
273 |
$(MKDIR) -p $(@D) |
|
274 |
$(CP) $< $@ |
|
275 |
||
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
276 |
$(eval $(call SetupJavaCompilation,BUILD_JDK,\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
277 |
SETUP:=GENERATE_JDKBYTECODE,\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
278 |
SRC:=$(JDK_TOPDIR)/src/share/classes \ |
13164 | 279 |
$(JDK_TOPDIR)/src/$(LEGACY_OPENJDK_TARGET_OS_API)/classes \ |
12892 | 280 |
$(MACOSX_SRC_DIRS) \ |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
281 |
$(JDK_OUTPUTDIR)/gensrc \ |
12892 | 282 |
$(JDK_OUTPUTDIR)/gensrc_swing/javax/swing/beaninfo \ |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
283 |
$(CLOSED_SRC_DIRS),\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
284 |
EXCLUDES:=$(EXCLUDES),\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
285 |
EXCLUDE_FILES:=$(EXFILES),\ |
12892 | 286 |
BIN:=$(JDK_OUTPUTDIR)/classes,\ |
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
287 |
COPY:=$(COPY_PATTERNS),\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
288 |
COPY_FILES:=$(COPY_FILES),\ |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
289 |
HEADERS:=$(JDK_OUTPUTDIR)/gensrc_headers)) |
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
290 |
|
12892 | 291 |
########################################################################################## |
292 |
# Special handling of header file generation for classes in the jigsaw base module which |
|
293 |
# currently can't add the annotaion GenerateNativeHeaders. For these specific classes the |
|
294 |
# java file and the class have the same names which enables shortcutting the dependencies. |
|
295 |
||
296 |
JDK_BASE_HEADER_CLASSES:=java.lang.Integer \ |
|
297 |
java.lang.Long \ |
|
298 |
java.net.SocketOptions \ |
|
299 |
sun.nio.ch.IOStatus |
|
300 |
||
301 |
JDK_BASE_HEADER_JAVA_FILES:=$(patsubst %,$(JDK_TOPDIR)/src/share/classes/%.java,\ |
|
302 |
$(subst .,/,$(JDK_BASE_HEADER_CLASSES))) |
|
303 |
||
13164 | 304 |
ifeq ($(OPENJDK_TARGET_OS),windows) |
12893
483a74a0b295
7175966: Fix windows build issues for build-infra project
erikj
parents:
12892
diff
changeset
|
305 |
JDK_BASE_HEADER_CLASSES_WINDOWS:=sun.nio.ch.PollArrayWrapper |
12892 | 306 |
JDK_BASE_HEADER_CLASSES+=$(JDK_BASE_HEADER_CLASSES_WINDOWS) |
307 |
JDK_BASE_HEADER_JAVA_FILES+=$(patsubst %,$(JDK_TOPDIR)/src/windows/classes/%.java,\ |
|
308 |
$(subst .,/,$(JDK_BASE_HEADER_CLASSES_WINDOWS))) |
|
309 |
endif |
|
310 |
||
311 |
# Set prereqs to the java files since make doesn't know about the class files. Add BUILD_JDK |
|
312 |
# as an order only dependency to avoid race with the java compilation. |
|
313 |
$(JDK_OUTPUTDIR)/classes/_the.jdk.base.headers: $(JDK_BASE_HEADER_JAVA_FILES) | $(BUILD_JDK) |
|
314 |
$(ECHO) Generating headers for jdk base classes |
|
315 |
$(JAVAH) -bootclasspath $(JDK_OUTPUTDIR)/classes -d $(JDK_OUTPUTDIR)/gensrc_headers \ |
|
316 |
$(JDK_BASE_HEADER_CLASSES) |
|
317 |
$(TOUCH) $@ |
|
318 |
||
319 |
########################################################################################## |
|
320 |
||
321 |
# |
|
322 |
# This is an empty jar (only contains manifest) and fits poorly into framework... |
|
323 |
# create simple rule instead |
|
324 |
# |
|
325 |
MANAGEMENT_AGENT_JAR_DEPS := $(JDK_TOPDIR)/src/share/classes/sun/management/manifest |
|
326 |
||
327 |
$(JDK_OUTPUTDIR)/lib/management-agent.jar : $(JDK_TOPDIR)/src/share/classes/sun/management/manifest |
|
328 |
$(JAR) cfm $@ $(JDK_TOPDIR)/src/share/classes/sun/management/manifest |
|
329 |
||
330 |
JARS += $(JDK_OUTPUTDIR)/lib/management-agent.jar |
|
331 |
||
332 |
########################################################################################## |
|
333 |
||
334 |
ifndef OPENJDK |
|
335 |
||
336 |
$(eval $(call SetupJavaCompilation,BUILD_ALTCLASSES_JAR,\ |
|
337 |
SETUP:=GENERATE_JDKBYTECODE,\ |
|
338 |
SRC:=$(JDK_TOPDIR)/src/closed/share/altclasses, \ |
|
339 |
BIN:=$(JDK_OUTPUTDIR)/altclasses_classes,\ |
|
340 |
JAR:=$(JDK_OUTPUTDIR)/lib/alt-rt.jar)) |
|
341 |
||
342 |
$(BUILD_ALTCLASSES_JAR): $(BUILD_JDK) |
|
343 |
JARS += $(JDK_OUTPUTDIR)/lib/alt-rt.jar |
|
344 |
||
345 |
endif |
|
346 |
||
347 |
########################################################################################## |
|
348 |
||
349 |
$(JDK_OUTPUTDIR)/classes/META-INF/services/com.sun.tools.xjc.Plugin: |
|
350 |
$(MKDIR) -p $(@D) |
|
351 |
$(TOUCH) $@ |
|
352 |
||
353 |
########################################################################################## |
|
354 |
||
13164 | 355 |
ifeq ($(OPENJDK_TARGET_OS),macosx) |
356 |
# |
|
357 |
# JObjC.jar is compiled with BOOT_JAVAC which (may) not support the "-h" flag. |
|
358 |
# so we first compile classes with BOOT_JAVAC and then with JDK_JAVAC :-( |
|
359 |
# |
|
360 |
$(eval $(call SetupJavaCompiler,GENERATE_15BYTECODE,\ |
|
361 |
JAVAC:=$(JAVAC),\ |
|
362 |
FLAGS:=-source 1.5 -target 1.5 -g -bootclasspath $(BOOT_RTJAR) -cp $(JDK_OUTPUTDIR)/../langtools/dist/lib/classes.jar $(DISABLE_WARNINGS),\ |
|
363 |
SERVER_DIR:=$(JAVAC_SERVERS),\ |
|
364 |
SERVER_JVM:=$(SERVER_JAVA),\ |
|
365 |
MODE:=$(JAVAC_USE_MODE),\ |
|
366 |
USE_DEPS:=$(JAVAC_USE_DEPS))) |
|
367 |
||
368 |
$(eval $(call SetupJavaCompilation,BUILD_JOBJC_JAR,\ |
|
369 |
SETUP:=GENERATE_15BYTECODE,\ |
|
370 |
SRC:=$(JDK_TOPDIR)/src/macosx/native/jobjc/src/core/java \ |
|
371 |
$(JDK_TOPDIR)/src/macosx/native/jobjc/src/runtime-additions/java \ |
|
372 |
$(JDK_OUTPUTDIR)/gensrc, \ |
|
373 |
INCLUDES := com/apple/jobjc,\ |
|
374 |
EXCLUDES := tests/java/com/apple/jobjc,\ |
|
375 |
BIN:=$(JDK_OUTPUTDIR)/jobjc_classes,\ |
|
376 |
JAR:=$(JDK_OUTPUTDIR)/lib/JObjC.jar, \ |
|
377 |
JARINDEX := true)) |
|
378 |
||
379 |
$(BUILD_JOBJC_JAR) : $(BUILD_JDK) |
|
380 |
||
381 |
JARS += $(JDK_OUTPUTDIR)/lib/JObjC.jar |
|
382 |
||
383 |
$(eval $(call SetupJavaCompilation,BUILD_JOBJC_HEADERS_JAR,\ |
|
384 |
SETUP:=GENERATE_JDKBYTECODE,\ |
|
385 |
SRC:=$(JDK_TOPDIR)/src/macosx/native/jobjc/src/core/java \ |
|
386 |
$(JDK_TOPDIR)/src/macosx/native/jobjc/src/runtime-additions/java \ |
|
387 |
$(JDK_OUTPUTDIR)/gensrc, \ |
|
388 |
INCLUDES := com/apple/jobjc,\ |
|
389 |
EXCLUDES := tests/java/com/apple/jobjc,\ |
|
390 |
BIN:=$(JDK_OUTPUTDIR)/jobjc_classes_headers,\ |
|
391 |
JAR:=$(JDK_OUTPUTDIR)/jobjc_classes_headers/dummy.jar, \ |
|
392 |
HEADERS:=$(JDK_OUTPUTDIR)/gensrc_headers)) |
|
393 |
||
394 |
$(BUILD_JOBJC_HEADERS_JAR) : $(BUILD_JDK) |
|
395 |
||
396 |
JARS += $(JDK_OUTPUTDIR)/jobjc_classes_headers/dummy.jar |
|
397 |
||
398 |
endif |
|
399 |
||
400 |
########################################################################################## |
|
401 |
||
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
402 |
# copy with -a to preserve timestamps so dependencies down the line aren't messed up |
12892 | 403 |
all: $(BUILD_JDK) $(JARS) $(COPY_EXTRA) $(JDK_OUTPUTDIR)/classes/META-INF/services/com.sun.tools.xjc.Plugin \ |
404 |
$(JDK_OUTPUTDIR)/classes/_the.jdk.base.headers |
|
12317
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
405 |
|
9670c1610c53
7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff
changeset
|
406 |
.PHONY: all |