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         AWTWindow_Normal.m \
  48         AWTWindow_Panel.m \
  49         AWTSurfaceLayers.m \
  50         CCursorManager.m \
  51         CClipboard.m \
  52         CDataTransferer.m \
  53         CDragSource.m \
  54         CDragSourceContextPeer.m \
  55         CDropTarget.m \
  56         CDropTargetContextPeer.m \
  57         CInputMethod.m \
  58                                 CDesktopPeer.m \
  59         OSVersion.m \
  60         DnDUtilities.m \
  61         CFileDialog.m \
  62         CImage.m \
  63         CMenu.m \
  64         CMenuBar.m \
  65         CMenuComponent.m \
  66         CMenuItem.m \
  67         CPopupMenu.m \
  68         CRobot.m \
  69         CTrayIcon.m \
  70         CWrapper.m \
  71         JavaAccessibilityAction.m \
  72         JavaAccessibilityUtilities.m \
  73         JavaComponentAccessibility.m \
  74         JavaTextAccessibility.m \
  75         LWCToolkit.m \
  76         GeomUtilities.m \
  77         CPrinterJob.m \
  78         PrintModel.m \
  79         PrinterSurfaceData.m \
  80         PrinterView.m \
  81         QuartzSurfaceData.m \
  82         QuartzRenderer.m \
  83         CTextPipe.m \
  84         ImageSurfaceData.m \
  85         awt_DrawingSurface.m
  86 
  87 FILES_c = \
  88         OGLBlitLoops.c \
  89         OGLBufImgOps.c \
  90         OGLContext.c \
  91         OGLFuncs.c \
  92         OGLMaskBlit.c \
  93         OGLMaskFill.c \
  94         OGLPaints.c \
  95         OGLRenderQueue.c \
  96         OGLRenderer.c \
  97         OGLSurfaceData.c \
  98         OGLTextRenderer.c \
  99         OGLVertexCache.c \
 100         AccelGlyphCache.c \
 101         CUPSfuncs.c
 102