author | andrew |
Wed, 17 Jun 2009 21:13:04 +0100 | |
changeset 2955 | 9327f093140c |
parent 2699 | 4cc60e987b67 |
child 4831 | 85d01a4fe115 |
permissions | -rw-r--r-- |
2 | 1 |
# |
2451 | 2 |
# Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. |
2 | 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 |
FILES_c = \ |
|
27 |
GraphicsPrimitiveMgr.c \ |
|
28 |
Blit.c \ |
|
29 |
BlitBg.c \ |
|
30 |
ScaledBlit.c \ |
|
31 |
FillRect.c \ |
|
32 |
FillSpans.c \ |
|
33 |
DrawLine.c \ |
|
34 |
DrawRect.c \ |
|
35 |
DrawPolygons.c \ |
|
36 |
DrawPath.c \ |
|
37 |
FillPath.c \ |
|
38 |
ProcessPath.c \ |
|
39 |
MaskBlit.c \ |
|
40 |
MaskFill.c \ |
|
41 |
TransformHelper.c \ |
|
42 |
AlphaMath.c \ |
|
43 |
AlphaMacros.c \ |
|
44 |
AnyByte.c \ |
|
45 |
ByteBinary1Bit.c \ |
|
46 |
ByteBinary2Bit.c \ |
|
47 |
ByteBinary4Bit.c \ |
|
48 |
ByteIndexed.c \ |
|
49 |
ByteGray.c \ |
|
50 |
Index8Gray.c \ |
|
51 |
Index12Gray.c \ |
|
52 |
AnyShort.c \ |
|
53 |
Ushort555Rgb.c \ |
|
54 |
Ushort565Rgb.c \ |
|
55 |
Ushort4444Argb.c \ |
|
56 |
Ushort555Rgbx.c \ |
|
57 |
UshortGray.c \ |
|
58 |
UshortIndexed.c \ |
|
59 |
Any3Byte.c \ |
|
60 |
ThreeByteBgr.c \ |
|
61 |
AnyInt.c \ |
|
62 |
IntArgb.c \ |
|
63 |
IntArgbPre.c \ |
|
64 |
IntArgbBm.c \ |
|
65 |
IntRgb.c \ |
|
66 |
IntBgr.c \ |
|
67 |
IntRgbx.c \ |
|
68 |
Any4Byte.c \ |
|
69 |
FourByteAbgr.c \ |
|
70 |
FourByteAbgrPre.c \ |
|
71 |
BufferedMaskBlit.c \ |
|
72 |
BufferedRenderPipe.c \ |
|
73 |
ShapeSpanIterator.c \ |
|
74 |
SpanClipRenderer.c \ |
|
75 |
SurfaceData.c \ |
|
76 |
Region.c \ |
|
77 |
DataBufferNative.c \ |
|
78 |
BufImgSurfaceData.c \ |
|
79 |
Disposer.c \ |
|
80 |
Trace.c \ |
|
81 |
img_globals.c \ |
|
82 |
gifdecoder.c \ |
|
83 |
awt_parseImage.c \ |
|
84 |
awt_ImageRep.c \ |
|
85 |
awt_ImagingLib.c \ |
|
86 |
dither.c \ |
|
87 |
imageInitIDs.c \ |
|
88 |
debug_assert.c \ |
|
89 |
debug_mem.c \ |
|
90 |
debug_trace.c \ |
|
91 |
debug_util.c \ |
|
92 |
OGLBlitLoops.c \ |
|
93 |
OGLBufImgOps.c \ |
|
94 |
OGLContext.c \ |
|
95 |
OGLFuncs.c \ |
|
96 |
OGLMaskBlit.c \ |
|
97 |
OGLMaskFill.c \ |
|
98 |
OGLPaints.c \ |
|
99 |
OGLRenderQueue.c \ |
|
100 |
OGLRenderer.c \ |
|
101 |
OGLSurfaceData.c \ |
|
102 |
OGLTextRenderer.c \ |
|
103 |
OGLVertexCache.c \ |
|
104 |
WGLGraphicsConfig.c \ |
|
105 |
WGLSurfaceData.c \ |
|
2451 | 106 |
AccelGlyphCache.c \ |
107 |
rect.c |
|
2 | 108 |
|
109 |
FILES_cpp = \ |
|
110 |
CmdIDList.cpp \ |
|
111 |
Hashtable.cpp \ |
|
112 |
GDIHashtable.cpp \ |
|
113 |
Devices.cpp \ |
|
114 |
ObjectList.cpp \ |
|
115 |
GDIBlitLoops.cpp \ |
|
116 |
GDIRenderer.cpp \ |
|
887 | 117 |
GDIWindowSurfaceData.cpp \ |
2 | 118 |
WindowsFlags.cpp \ |
119 |
WPrinterJob.cpp \ |
|
120 |
awt_AWTEvent.cpp \ |
|
121 |
awt_BitmapUtil.cpp \ |
|
122 |
awt_Brush.cpp \ |
|
123 |
awt_Button.cpp \ |
|
124 |
awt_Canvas.cpp \ |
|
125 |
awt_Checkbox.cpp \ |
|
126 |
awt_Choice.cpp \ |
|
127 |
awt_Clipboard.cpp \ |
|
128 |
awt_Color.cpp \ |
|
129 |
awt_Component.cpp \ |
|
130 |
awt_Container.cpp \ |
|
131 |
awt_Cursor.cpp \ |
|
132 |
awt_DataTransferer.cpp \ |
|
133 |
awt_Debug.cpp \ |
|
134 |
awt_Dimension.cpp \ |
|
135 |
awt_Desktop.cpp \ |
|
136 |
awt_DesktopProperties.cpp \ |
|
137 |
awt_Dialog.cpp \ |
|
138 |
awt_DrawingSurface.cpp \ |
|
139 |
awt_FileDialog.cpp \ |
|
140 |
awt_Event.cpp \ |
|
141 |
awt_Font.cpp \ |
|
142 |
awt_Frame.cpp \ |
|
143 |
awt_GDIObject.cpp \ |
|
144 |
awt_IconCursor.cpp \ |
|
145 |
awt_InputEvent.cpp \ |
|
146 |
awt_InputMethod.cpp \ |
|
147 |
awt_InputTextInfor.cpp \ |
|
148 |
awt_Insets.cpp \ |
|
149 |
awt_KeyEvent.cpp \ |
|
150 |
awt_KeyboardFocusManager.cpp \ |
|
151 |
awt_Label.cpp \ |
|
152 |
awt_List.cpp \ |
|
153 |
awt_Menu.cpp \ |
|
154 |
awt_MenuBar.cpp \ |
|
155 |
awt_MenuItem.cpp \ |
|
156 |
awt_MouseEvent.cpp \ |
|
157 |
awt_Object.cpp \ |
|
158 |
awt_Palette.cpp \ |
|
159 |
awt_Panel.cpp \ |
|
160 |
awt_PopupMenu.cpp \ |
|
161 |
awt_Pen.cpp \ |
|
162 |
awt_PrintControl.cpp \ |
|
163 |
awt_PrintDialog.cpp \ |
|
164 |
awt_PrintJob.cpp \ |
|
165 |
awt_Rectangle.cpp \ |
|
166 |
awt_Robot.cpp \ |
|
167 |
awt_Scrollbar.cpp \ |
|
168 |
awt_ScrollPane.cpp \ |
|
169 |
awt_TextArea.cpp \ |
|
170 |
awt_TextComponent.cpp \ |
|
171 |
awt_TextField.cpp \ |
|
172 |
awt_Toolkit.cpp \ |
|
173 |
awt_Window.cpp \ |
|
174 |
awt_Win32GraphicsEnv.cpp \ |
|
175 |
awt_Win32GraphicsDevice.cpp \ |
|
176 |
awt_Win32GraphicsConfig.cpp \ |
|
177 |
awt_DnDDT.cpp \ |
|
178 |
awt_DnDDS.cpp \ |
|
179 |
awt_Mlib.cpp \ |
|
180 |
awt_new.cpp \ |
|
181 |
awt_TrayIcon.cpp \ |
|
887 | 182 |
ShaderList.cpp \ |
183 |
D3DBlitLoops.cpp \ |
|
184 |
D3DBufImgOps.cpp \ |
|
185 |
D3DContext.cpp \ |
|
186 |
D3DGlyphCache.cpp \ |
|
187 |
D3DGraphicsDevice.cpp \ |
|
188 |
D3DMaskBlit.cpp \ |
|
189 |
D3DMaskCache.cpp \ |
|
190 |
D3DMaskFill.cpp \ |
|
191 |
D3DPipelineManager.cpp \ |
|
192 |
D3DPaints.cpp \ |
|
193 |
D3DRenderer.cpp \ |
|
194 |
D3DRenderQueue.cpp \ |
|
195 |
D3DResourceManager.cpp \ |
|
196 |
D3DSurfaceData.cpp \ |
|
197 |
D3DTextRenderer.cpp \ |
|
198 |
D3DVertexCacher.cpp \ |
|
2 | 199 |
ShellFolder2.cpp \ |
200 |
ThemeReader.cpp \ |
|
201 |
ComCtl32Util.cpp \ |
|
2472
b7aba00cabb6
6693253: Security Warning appearance requires enhancements
anthony
parents:
2451
diff
changeset
|
202 |
DllUtil.cpp \ |
2 | 203 |
initIDs.cpp \ |
204 |
MouseInfo.cpp |