4632N/A#
4632N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
4632N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4632N/A#
4632N/A# This code is free software; you can redistribute it and/or modify it
4632N/A# under the terms of the GNU General Public License version 2 only, as
4632N/A# published by the Free Software Foundation. Oracle designates this
4632N/A# particular file as subject to the "Classpath" exception as provided
4632N/A# by Oracle in the LICENSE file that accompanied this code.
4632N/A#
4632N/A# This code is distributed in the hope that it will be useful, but WITHOUT
4632N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
4632N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
4632N/A# version 2 for more details (a copy is included in the LICENSE file that
4632N/A# accompanied this code).
4632N/A#
4632N/A# You should have received a copy of the GNU General Public License version
4632N/A# 2 along with this work; if not, write to the Free Software Foundation,
4632N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
4632N/A#
4632N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
4632N/A# or visit www.oracle.com if you need additional information or have any
4632N/A# questions.
4632N/A#
4632N/A
4632N/AFILES_objc = \
4632N/A awt.m \
4632N/A ApplicationDelegate.m \
4632N/A CFRetainedResource.m \
4632N/A CGLGraphicsConfig.m \
4632N/A CGLSurfaceData.m \
4632N/A CGLLayer.m \
4632N/A CGraphicsConfig.m \
4632N/A CGraphicsDevice.m \
4632N/A CGraphicsEnv.m \
4632N/A CCharToGlyphMapper.m \
4632N/A CSystemColors.m \
4632N/A AWTFont.m \
4632N/A CGGlyphOutlines.m \
4632N/A CGGlyphImages.m \
4632N/A CoreTextSupport.m \
4632N/A AWTStrike.m \
4632N/A InitIDs.m \
4632N/A AWTEvent.m \
4632N/A AWTView.m \
4632N/A AWTWindow.m \
4632N/A AWTSurfaceLayers.m \
4632N/A CCursorManager.m \
4632N/A CClipboard.m \
4632N/A CDataTransferer.m \
4632N/A CDragSource.m \
4632N/A CDragSourceContextPeer.m \
4632N/A CDropTarget.m \
4632N/A CDropTargetContextPeer.m \
4632N/A CInputMethod.m \
4632N/A CDesktopPeer.m \
4632N/A OSVersion.m \
4632N/A DnDUtilities.m \
4632N/A CFileDialog.m \
4632N/A CImage.m \
4632N/A CMenu.m \
4632N/A CMenuBar.m \
4632N/A CMenuComponent.m \
4632N/A CMenuItem.m \
4632N/A CPopupMenu.m \
4632N/A CRobot.m \
4632N/A CTrayIcon.m \
4632N/A CWrapper.m \
4632N/A JavaAccessibilityAction.m \
4632N/A JavaAccessibilityUtilities.m \
4632N/A JavaComponentAccessibility.m \
4632N/A JavaTextAccessibility.m \
4632N/A LWCToolkit.m \
4632N/A GeomUtilities.m \
4632N/A CPrinterJob.m \
4632N/A PrintModel.m \
4632N/A PrinterSurfaceData.m \
4632N/A PrinterView.m \
4632N/A QuartzSurfaceData.m \
4632N/A QuartzRenderer.m \
4632N/A CTextPipe.m \
4632N/A ImageSurfaceData.m \
4632N/A awt_DrawingSurface.m
4632N/A
4632N/AFILES_c = \
4632N/A OGLBlitLoops.c \
4632N/A OGLBufImgOps.c \
4632N/A OGLContext.c \
4632N/A OGLFuncs.c \
4632N/A OGLMaskBlit.c \
4632N/A OGLMaskFill.c \
4632N/A OGLPaints.c \
4632N/A OGLRenderQueue.c \
4632N/A OGLRenderer.c \
4632N/A OGLSurfaceData.c \
4632N/A OGLTextRenderer.c \
4632N/A OGLVertexCache.c \
4632N/A AccelGlyphCache.c \
4632N/A CUPSfuncs.c
4632N/A