FILES_c_windows.gmk 4.6 KB
Newer Older
D
duke 已提交
1
#
2
# Copyright 1997-2009 Sun Microsystems, Inc.  All Rights Reserved.
D
duke 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Sun designates this
# particular file as subject to the "Classpath" exception as provided
# by Sun in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
# CA 95054 USA or visit www.sun.com if you need additional information or
# have any questions.
#

FILES_c = \
	GraphicsPrimitiveMgr.c \
	Blit.c \
	BlitBg.c \
	ScaledBlit.c \
	FillRect.c \
	FillSpans.c \
	DrawLine.c \
	DrawRect.c \
	DrawPolygons.c \
        DrawPath.c \
        FillPath.c \
        ProcessPath.c \
	MaskBlit.c \
	MaskFill.c \
	TransformHelper.c \
        AlphaMath.c \
	AlphaMacros.c \
	AnyByte.c \
        ByteBinary1Bit.c \
        ByteBinary2Bit.c \
        ByteBinary4Bit.c \
	ByteIndexed.c \
	ByteGray.c \
	Index8Gray.c \
	Index12Gray.c \
	AnyShort.c \
	Ushort555Rgb.c \
	Ushort565Rgb.c \
	Ushort4444Argb.c \
	Ushort555Rgbx.c \
	UshortGray.c \
	UshortIndexed.c \
	Any3Byte.c \
	ThreeByteBgr.c \
	AnyInt.c \
	IntArgb.c \
        IntArgbPre.c \
        IntArgbBm.c \
	IntRgb.c \
	IntBgr.c \
	IntRgbx.c \
	Any4Byte.c \
        FourByteAbgr.c \
        FourByteAbgrPre.c \
	BufferedMaskBlit.c \
	BufferedRenderPipe.c \
	ShapeSpanIterator.c \
	SpanClipRenderer.c \
	SurfaceData.c \
	Region.c \
	DataBufferNative.c \
	BufImgSurfaceData.c \
	Disposer.c \
        Trace.c \
	img_globals.c \
	gifdecoder.c \
	awt_parseImage.c \
	awt_ImageRep.c \
	awt_ImagingLib.c \
	dither.c \
	imageInitIDs.c \
	debug_assert.c \
	debug_mem.c \
	debug_trace.c \
	debug_util.c \
        OGLBlitLoops.c \
        OGLBufImgOps.c \
        OGLContext.c \
        OGLFuncs.c \
        OGLMaskBlit.c \
        OGLMaskFill.c \
        OGLPaints.c \
        OGLRenderQueue.c \
        OGLRenderer.c \
        OGLSurfaceData.c \
        OGLTextRenderer.c \
        OGLVertexCache.c \
        WGLGraphicsConfig.c \
        WGLSurfaceData.c \
106 107
        AccelGlyphCache.c \
        rect.c
D
duke 已提交
108 109 110 111 112 113 114 115 116

FILES_cpp = \
	CmdIDList.cpp \
	Hashtable.cpp \
	GDIHashtable.cpp \
	Devices.cpp \
	ObjectList.cpp \
	GDIBlitLoops.cpp \
	GDIRenderer.cpp \
117
	GDIWindowSurfaceData.cpp \
D
duke 已提交
118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
	WindowsFlags.cpp \
	WPrinterJob.cpp \
	awt_AWTEvent.cpp \
	awt_BitmapUtil.cpp \
	awt_Brush.cpp \
	awt_Button.cpp \
	awt_Canvas.cpp \
	awt_Checkbox.cpp \
	awt_Choice.cpp \
	awt_Clipboard.cpp \
	awt_Color.cpp \
	awt_Component.cpp \
	awt_Container.cpp \
	awt_Cursor.cpp \
	awt_DataTransferer.cpp \
	awt_Debug.cpp \
	awt_Dimension.cpp \
	awt_Desktop.cpp \
	awt_DesktopProperties.cpp \
	awt_Dialog.cpp \
	awt_DrawingSurface.cpp \
	awt_FileDialog.cpp \
	awt_Event.cpp \
	awt_Font.cpp \
	awt_Frame.cpp \
	awt_GDIObject.cpp \
	awt_IconCursor.cpp \
	awt_InputEvent.cpp \
	awt_InputMethod.cpp \
	awt_InputTextInfor.cpp \
	awt_Insets.cpp \
	awt_KeyEvent.cpp \
	awt_KeyboardFocusManager.cpp \
	awt_Label.cpp \
	awt_List.cpp \
	awt_Menu.cpp \
	awt_MenuBar.cpp \
	awt_MenuItem.cpp \
	awt_MouseEvent.cpp \
	awt_Object.cpp \
	awt_Palette.cpp \
	awt_Panel.cpp \
	awt_PopupMenu.cpp \
	awt_Pen.cpp \
	awt_PrintControl.cpp \
	awt_PrintDialog.cpp \
	awt_PrintJob.cpp \
	awt_Rectangle.cpp \
	awt_Robot.cpp \
	awt_Scrollbar.cpp \
	awt_ScrollPane.cpp \
	awt_TextArea.cpp \
	awt_TextComponent.cpp \
	awt_TextField.cpp \
	awt_Toolkit.cpp \
	awt_Window.cpp \
	awt_Win32GraphicsEnv.cpp \
	awt_Win32GraphicsDevice.cpp \
	awt_Win32GraphicsConfig.cpp \
	awt_DnDDT.cpp \
	awt_DnDDS.cpp \
	awt_Mlib.cpp \
	awt_new.cpp \
	awt_TrayIcon.cpp \
182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
	ShaderList.cpp \
	D3DBlitLoops.cpp \
	D3DBufImgOps.cpp \
	D3DContext.cpp \
	D3DGlyphCache.cpp \
	D3DGraphicsDevice.cpp \
	D3DMaskBlit.cpp \
	D3DMaskCache.cpp \
	D3DMaskFill.cpp \
	D3DPipelineManager.cpp \
	D3DPaints.cpp \
	D3DRenderer.cpp \
	D3DRenderQueue.cpp \
	D3DResourceManager.cpp \
	D3DSurfaceData.cpp \
	D3DTextRenderer.cpp \
	D3DVertexCacher.cpp \
D
duke 已提交
199 200 201
	ShellFolder2.cpp \
	ThemeReader.cpp \
	ComCtl32Util.cpp \
202
	DllUtil.cpp \
D
duke 已提交
203 204
	initIDs.cpp \
	MouseInfo.cpp