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