12047
|
1 |
#
|
|
2 |
# Copyright (c) 2011, 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 |
FILES_objc = \
|
|
27 |
awt.m \
|
|
28 |
ApplicationDelegate.m \
|
|
29 |
CFRetainedResource.m \
|
|
30 |
CGLGraphicsConfig.m \
|
|
31 |
CGLSurfaceData.m \
|
|
32 |
CGLLayer.m \
|
|
33 |
CGraphicsConfig.m \
|
|
34 |
CGraphicsDevice.m \
|
|
35 |
CGraphicsEnv.m \
|
|
36 |
CCharToGlyphMapper.m \
|
|
37 |
CSystemColors.m \
|
|
38 |
AWTFont.m \
|
|
39 |
CGGlyphOutlines.m \
|
|
40 |
CGGlyphImages.m \
|
|
41 |
CoreTextSupport.m \
|
|
42 |
AWTStrike.m \
|
|
43 |
InitIDs.m \
|
|
44 |
AWTEvent.m \
|
|
45 |
AWTView.m \
|
|
46 |
AWTWindow.m \
|
|
47 |
AWTSurfaceLayers.m \
|
|
48 |
CCursorManager.m \
|
|
49 |
CClipboard.m \
|
|
50 |
CDataTransferer.m \
|
|
51 |
CDragSource.m \
|
|
52 |
CDragSourceContextPeer.m \
|
|
53 |
CDropTarget.m \
|
|
54 |
CDropTargetContextPeer.m \
|
|
55 |
CInputMethod.m \
|
|
56 |
CDesktopPeer.m \
|
|
57 |
OSVersion.m \
|
|
58 |
DnDUtilities.m \
|
|
59 |
CFileDialog.m \
|
|
60 |
CImage.m \
|
|
61 |
CMenu.m \
|
|
62 |
CMenuBar.m \
|
|
63 |
CMenuComponent.m \
|
|
64 |
CMenuItem.m \
|
|
65 |
CPopupMenu.m \
|
|
66 |
CRobot.m \
|
|
67 |
CTrayIcon.m \
|
|
68 |
CWrapper.m \
|
|
69 |
JavaAccessibilityAction.m \
|
|
70 |
JavaAccessibilityUtilities.m \
|
|
71 |
JavaComponentAccessibility.m \
|
|
72 |
JavaTextAccessibility.m \
|
|
73 |
LWCToolkit.m \
|
|
74 |
GeomUtilities.m \
|
|
75 |
CPrinterJob.m \
|
|
76 |
PrintModel.m \
|
|
77 |
PrinterSurfaceData.m \
|
|
78 |
PrinterView.m \
|
|
79 |
QuartzSurfaceData.m \
|
|
80 |
QuartzRenderer.m \
|
|
81 |
CTextPipe.m \
|
|
82 |
ImageSurfaceData.m \
|
|
83 |
awt_DrawingSurface.m
|
|
84 |
|
|
85 |
FILES_c = \
|
|
86 |
OGLBlitLoops.c \
|
|
87 |
OGLBufImgOps.c \
|
|
88 |
OGLContext.c \
|
|
89 |
OGLFuncs.c \
|
|
90 |
OGLMaskBlit.c \
|
|
91 |
OGLMaskFill.c \
|
|
92 |
OGLPaints.c \
|
|
93 |
OGLRenderQueue.c \
|
|
94 |
OGLRenderer.c \
|
|
95 |
OGLSurfaceData.c \
|
|
96 |
OGLTextRenderer.c \
|
|
97 |
OGLVertexCache.c \
|
|
98 |
AccelGlyphCache.c \
|
|
99 |
CUPSfuncs.c
|
|
100 |
|