author | andrew |
Wed, 17 Jun 2009 21:13:04 +0100 | |
changeset 2955 | 9327f093140c |
parent 2696 | 1189480fe090 |
child 5506 | 202f599c92aa |
permissions | -rw-r--r-- |
2 | 1 |
# |
2 |
# Copyright 1996-2007 Sun Microsystems, Inc. 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. Sun designates this |
|
8 |
# particular file as subject to the "Classpath" exception as provided |
|
9 |
# by Sun 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 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, |
|
22 |
# CA 95054 USA or visit www.sun.com if you need additional information or |
|
23 |
# have any questions. |
|
24 |
# |
|
25 |
||
26 |
# |
|
27 |
# The debug_* files included here aren't for 2D specifically but they |
|
28 |
# have no X dependency. |
|
29 |
||
30 |
FILES_2D_vis = \ |
|
31 |
vis_FuncArray.c \ |
|
32 |
java2d_Mlib.c \ |
|
33 |
mlib_ImageCreate.c \ |
|
34 |
mlib_ImageZoom_NN.c \ |
|
35 |
mlib_ImageCopy_Bit.c \ |
|
36 |
mlib_sys.c \ |
|
37 |
mlib_v_ImageClear.c \ |
|
38 |
mlib_v_ImageClear_f.c \ |
|
39 |
mlib_v_ImageConstXor.c \ |
|
40 |
mlib_v_ImageCopy.c \ |
|
41 |
mlib_v_ImageCopy_f.c \ |
|
42 |
mlib_v_ImageXor.c \ |
|
43 |
mlib_v_ImageZoom_NN_f.c \ |
|
44 |
vis_Interp.c \ |
|
45 |
vis_AlphaMacros.c \ |
|
46 |
vis_AlphaMaskBlit.c \ |
|
47 |
vis_AlphaMaskFill.c \ |
|
48 |
vis_ByteGray.c \ |
|
49 |
vis_ByteGray_FromRgb.c \ |
|
50 |
vis_ByteGray_Mask.c \ |
|
51 |
vis_ByteIndexed.c \ |
|
52 |
vis_DrawLine.c \ |
|
53 |
vis_FourByteAbgr.c \ |
|
54 |
vis_IntArgb.c \ |
|
55 |
vis_IntArgbPre.c \ |
|
56 |
vis_IntArgbPre_Mask.c \ |
|
57 |
vis_IntBgr.c \ |
|
58 |
vis_IntRgb.c \ |
|
59 |
vis_IntRgbx.c \ |
|
60 |
vis_SrcMaskFill.c \ |
|
61 |
vis_SrcOverMaskBlit.c \ |
|
62 |
vis_SrcOverMaskFill.c \ |
|
63 |
vis_FourByteAbgrPre.c \ |
|
64 |
vis_GlyphList.c \ |
|
65 |
vis_GlyphListXor.c \ |
|
66 |
vis_IntArgbBm.c \ |
|
67 |
vis_ThreeByteBgr.c \ |
|
68 |
vis_UshortGray.c \ |
|
69 |
vis_UshortGray_FromRgb.c \ |
|
70 |
vis_XorBlit.c |
|
71 |
||
72 |
FILES_2D_c = \ |
|
73 |
gifdecoder.c \ |
|
74 |
imageInitIDs.c \ |
|
75 |
img_colors.c \ |
|
76 |
img_globals.c \ |
|
77 |
SurfaceData.c \ |
|
78 |
Region.c \ |
|
79 |
BufImgSurfaceData.c \ |
|
80 |
Disposer.c \ |
|
81 |
Trace.c \ |
|
82 |
GraphicsPrimitiveMgr.c \ |
|
83 |
Blit.c \ |
|
84 |
BlitBg.c \ |
|
85 |
ScaledBlit.c \ |
|
86 |
FillRect.c \ |
|
87 |
FillSpans.c \ |
|
88 |
DrawLine.c \ |
|
89 |
DrawRect.c \ |
|
90 |
DrawPolygons.c \ |
|
91 |
DrawPath.c \ |
|
92 |
FillPath.c \ |
|
93 |
ProcessPath.c \ |
|
94 |
MaskBlit.c \ |
|
95 |
MaskFill.c \ |
|
96 |
TransformHelper.c \ |
|
97 |
AlphaMath.c \ |
|
98 |
AlphaMacros.c \ |
|
99 |
AnyByte.c \ |
|
100 |
ByteBinary1Bit.c \ |
|
101 |
ByteBinary2Bit.c \ |
|
102 |
ByteBinary4Bit.c \ |
|
103 |
ByteIndexed.c \ |
|
104 |
ByteGray.c \ |
|
105 |
Index8Gray.c \ |
|
106 |
Index12Gray.c \ |
|
107 |
AnyShort.c \ |
|
108 |
Ushort555Rgb.c \ |
|
109 |
Ushort565Rgb.c \ |
|
110 |
Ushort4444Argb.c \ |
|
111 |
Ushort555Rgbx.c \ |
|
112 |
UshortGray.c \ |
|
113 |
UshortIndexed.c \ |
|
114 |
Any3Byte.c \ |
|
115 |
ThreeByteBgr.c \ |
|
116 |
AnyInt.c \ |
|
117 |
IntArgb.c \ |
|
118 |
IntArgbPre.c \ |
|
119 |
IntArgbBm.c \ |
|
120 |
IntRgb.c \ |
|
121 |
IntBgr.c \ |
|
122 |
IntRgbx.c \ |
|
123 |
Any4Byte.c \ |
|
124 |
FourByteAbgr.c \ |
|
125 |
FourByteAbgrPre.c \ |
|
126 |
BufferedMaskBlit.c \ |
|
127 |
BufferedRenderPipe.c \ |
|
128 |
ShapeSpanIterator.c \ |
|
129 |
SpanClipRenderer.c \ |
|
130 |
awt_ImageRep.c \ |
|
131 |
awt_ImagingLib.c \ |
|
132 |
awt_Mlib.c \ |
|
133 |
awt_parseImage.c \ |
|
134 |
DataBufferNative.c \ |
|
135 |
dither.c \ |
|
136 |
debug_assert.c \ |
|
137 |
debug_mem.c \ |
|
138 |
debug_trace.c \ |
|
139 |
debug_util.c |
|
140 |
||
141 |
# These files rely on motif to be built, and should not be included |
|
142 |
# in a headless build. |
|
143 |
||
1175
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
144 |
#FILES_MOTIF_c = \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
145 |
#keep awt_AWTEvent.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
146 |
# awt_Button.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
147 |
# awt_Canvas.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
148 |
# awt_Checkbox.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
149 |
#keep .h awt_Component.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
150 |
#keep .h awt_Cursor.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
151 |
# awt_DataTransferer.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
152 |
# awt_DrawingSurface.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
153 |
# awt_Event.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
154 |
# awt_FileDialog.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
155 |
# awt_GlobalCursorManager.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
156 |
# awt_GraphicsEnv.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
157 |
# awt_InputMethod.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
158 |
#keep awt_Insets.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
159 |
# awt_KeyboardFocusManager.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
160 |
# awt_Label.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
161 |
# awt_List.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
162 |
# awt_Menu.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
163 |
# awt_MenuBar.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
164 |
# awt_MenuComponent.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
165 |
# awt_MenuItem.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
166 |
# awt_motif.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
167 |
# awt_Plugin.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
168 |
# awt_PopupMenu.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
169 |
# awt_Robot.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
170 |
# awt_Scrollbar.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
171 |
# awt_ScrollPane.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
172 |
# awt_Selection.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
173 |
# awt_UNIXToolkit.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
174 |
# awt_TextArea.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
175 |
# awt_TextField.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
176 |
# awt_TopLevel.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
177 |
# awt_mgrsel.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
178 |
# awt_util.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
179 |
# awt_wm.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
180 |
# awt_XmDnD.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
181 |
# awt_dnd.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
182 |
# awt_dnd_ds.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
183 |
# awt_dnd_dt.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
184 |
# canvas.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
185 |
# cursor.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
186 |
# multi_font.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
187 |
# robot_common.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
188 |
# list.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
189 |
# multiVis.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
190 |
# XDrawingArea.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
191 |
# MouseInfo.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
192 |
# awt_xembed.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
193 |
# awt_xembed_server.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
194 |
# gtk2_interface.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
195 |
# swing_GTKEngine.c \ |
026b52c440fe
6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents:
2
diff
changeset
|
196 |
# swing_GTKStyle.c |
2 | 197 |
|
198 |
||
199 |
# These files are required to be built, with or without motif. Some of |
|
200 |
# these are only dependent on X11, and some contain native source that |
|
201 |
# is required, even in a headless build. |
|
202 |
||
203 |
FILES_NO_MOTIF_c = \ |
|
204 |
awt_Font.c \ |
|
205 |
awt_MToolkit.c \ |
|
206 |
fontpath.c \ |
|
207 |
VDrawingArea.c \ |
|
208 |
X11Color.c \ |
|
209 |
X11Renderer.c \ |
|
210 |
X11PMBlitLoops.c \ |
|
211 |
X11SurfaceData.c \ |
|
212 |
X11FontScaler_md.c \ |
|
213 |
X11TextRenderer_md.c \ |
|
214 |
OGLBlitLoops.c \ |
|
215 |
OGLBufImgOps.c \ |
|
216 |
OGLContext.c \ |
|
217 |
OGLFuncs.c \ |
|
218 |
OGLMaskBlit.c \ |
|
219 |
OGLMaskFill.c \ |
|
220 |
OGLPaints.c \ |
|
221 |
OGLRenderQueue.c \ |
|
222 |
OGLRenderer.c \ |
|
223 |
OGLSurfaceData.c \ |
|
224 |
OGLTextRenderer.c \ |
|
225 |
OGLVertexCache.c \ |
|
226 |
GLXGraphicsConfig.c \ |
|
227 |
GLXSurfaceData.c \ |
|
228 |
AccelGlyphCache.c \ |
|
229 |
CUPSfuncs.c |