jdk/make/sun/awt/FILES_c_windows.gmk
changeset 2 90ce3da70b43
child 887 0aab8d3fa11a
equal deleted inserted replaced
0:fd16c54261b3 2:90ce3da70b43
       
     1 #
       
     2 # Copyright 1997-2007 Sun Microsystems, Inc.  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.  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 	RenderBuffer.c \
       
    74 	ShapeSpanIterator.c \
       
    75 	SpanClipRenderer.c \
       
    76 	SurfaceData.c \
       
    77 	Region.c \
       
    78 	DataBufferNative.c \
       
    79 	BufImgSurfaceData.c \
       
    80 	Disposer.c \
       
    81         Trace.c \
       
    82 	img_globals.c \
       
    83 	gifdecoder.c \
       
    84 	awt_parseImage.c \
       
    85 	awt_ImageRep.c \
       
    86 	awt_ImagingLib.c \
       
    87 	dither.c \
       
    88 	imageInitIDs.c \
       
    89 	debug_assert.c \
       
    90 	debug_mem.c \
       
    91 	debug_trace.c \
       
    92 	debug_util.c \
       
    93         OGLBlitLoops.c \
       
    94         OGLBufImgOps.c \
       
    95         OGLContext.c \
       
    96         OGLFuncs.c \
       
    97         OGLMaskBlit.c \
       
    98         OGLMaskFill.c \
       
    99         OGLPaints.c \
       
   100         OGLRenderQueue.c \
       
   101         OGLRenderer.c \
       
   102         OGLSurfaceData.c \
       
   103         OGLTextRenderer.c \
       
   104         OGLVertexCache.c \
       
   105         WGLGraphicsConfig.c \
       
   106         WGLSurfaceData.c \
       
   107         AccelGlyphCache.c
       
   108 
       
   109 FILES_cpp = \
       
   110 	CmdIDList.cpp \
       
   111 	Hashtable.cpp \
       
   112 	GDIHashtable.cpp \
       
   113 	Devices.cpp \
       
   114 	ObjectList.cpp \
       
   115 	DDBlitLoops.cpp \
       
   116 	DDRenderer.cpp \
       
   117 	GDIBlitLoops.cpp \
       
   118 	GDIRenderer.cpp \
       
   119 	Win32OffScreenSurfaceData.cpp \
       
   120 	Win32SurfaceData.cpp \
       
   121 	WinBackBufferSurfaceData.cpp \
       
   122 	WindowsFlags.cpp \
       
   123 	WBufferStrategy.cpp \
       
   124 	WPrinterJob.cpp \
       
   125 	ddrawUtils.cpp \
       
   126 	dxCapabilities.cpp \
       
   127 	dxInit.cpp \
       
   128 	RegistryKey.cpp \
       
   129 	D3DBlitLoops.cpp \
       
   130 	D3DContext.cpp \
       
   131 	D3DMaskFill.cpp \
       
   132 	D3DRenderer.cpp \
       
   133 	D3DRuntimeTest.cpp \
       
   134 	D3DSurfaceData.cpp \
       
   135 	D3DTextRenderer_md.cpp \
       
   136 	D3DUtils.cpp \
       
   137 	ddrawObject.cpp \
       
   138 	awt_AWTEvent.cpp \
       
   139 	awt_BitmapUtil.cpp \
       
   140 	awt_Brush.cpp \
       
   141 	awt_Button.cpp \
       
   142 	awt_Canvas.cpp \
       
   143 	awt_Checkbox.cpp \
       
   144 	awt_Choice.cpp \
       
   145 	awt_Clipboard.cpp \
       
   146 	awt_Color.cpp \
       
   147 	awt_Component.cpp \
       
   148 	awt_Container.cpp \
       
   149 	awt_Cursor.cpp \
       
   150 	awt_DataTransferer.cpp \
       
   151 	awt_Debug.cpp \
       
   152 	awt_Dimension.cpp \
       
   153 	awt_Desktop.cpp \
       
   154 	awt_DesktopProperties.cpp \
       
   155 	awt_Dialog.cpp \
       
   156 	awt_DrawingSurface.cpp \
       
   157 	awt_FileDialog.cpp \
       
   158 	awt_Event.cpp \
       
   159 	awt_Font.cpp \
       
   160 	awt_Frame.cpp \
       
   161 	awt_GDIObject.cpp \
       
   162 	awt_IconCursor.cpp \
       
   163 	awt_InputEvent.cpp \
       
   164 	awt_InputMethod.cpp \
       
   165 	awt_InputTextInfor.cpp \
       
   166 	awt_Insets.cpp \
       
   167 	awt_KeyEvent.cpp \
       
   168 	awt_KeyboardFocusManager.cpp \
       
   169 	awt_Label.cpp \
       
   170 	awt_List.cpp \
       
   171 	awt_Menu.cpp \
       
   172 	awt_MenuBar.cpp \
       
   173 	awt_MenuItem.cpp \
       
   174 	awt_MMStub.cpp \
       
   175 	awt_MouseEvent.cpp \
       
   176 	awt_Object.cpp \
       
   177 	awt_Palette.cpp \
       
   178 	awt_Panel.cpp \
       
   179 	awt_PopupMenu.cpp \
       
   180 	awt_Pen.cpp \
       
   181 	awt_PrintControl.cpp \
       
   182 	awt_PrintDialog.cpp \
       
   183 	awt_PrintJob.cpp \
       
   184 	awt_Rectangle.cpp \
       
   185 	awt_Robot.cpp \
       
   186 	awt_Scrollbar.cpp \
       
   187 	awt_ScrollPane.cpp \
       
   188 	awt_TextArea.cpp \
       
   189 	awt_TextComponent.cpp \
       
   190 	awt_TextField.cpp \
       
   191 	awt_Toolkit.cpp \
       
   192 	awt_Unicode.cpp \
       
   193 	awt_Window.cpp \
       
   194 	awt_Win32GraphicsEnv.cpp \
       
   195 	awt_Win32GraphicsDevice.cpp \
       
   196 	awt_Win32GraphicsConfig.cpp \
       
   197 	awt_DnDDT.cpp \
       
   198 	awt_DnDDS.cpp \
       
   199 	awt_Mlib.cpp \
       
   200 	awt_new.cpp \
       
   201 	awt_TrayIcon.cpp \
       
   202 	ShellFolder2.cpp \
       
   203 	ThemeReader.cpp \
       
   204 	ComCtl32Util.cpp \
       
   205 	initIDs.cpp \
       
   206 	awt_dlls.cpp \
       
   207 	UnicowsLoader.cpp \
       
   208 	MouseInfo.cpp