jdk/make/sun/awt/FILES_c_windows.gmk
author ant
Wed, 19 Mar 2008 16:23:50 +0300
changeset 131 fe5ccd4774b4
parent 2 90ce3da70b43
child 887 0aab8d3fa11a
permissions -rw-r--r--
6567410: PIT : java/awt/Focus/AutoRequestFocusTest/AutoRequestFocusSetVisibleTest.java fails Summary: A filter flag has been added to the HCBT focus hook. Reviewed-by: dcherepanov
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
# Copyright 1997-2007 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# published by the Free Software Foundation.  Sun designates this
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# by Sun in the LICENSE file that accompanied this code.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
# CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
# have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
FILES_c = \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
	GraphicsPrimitiveMgr.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
	Blit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
	BlitBg.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
	ScaledBlit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
	FillRect.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
	FillSpans.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
	DrawLine.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
	DrawRect.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
	DrawPolygons.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
        DrawPath.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
        FillPath.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
        ProcessPath.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
	MaskBlit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
	MaskFill.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
	TransformHelper.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
        AlphaMath.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
	AlphaMacros.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
	AnyByte.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
        ByteBinary1Bit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
        ByteBinary2Bit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
        ByteBinary4Bit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
	ByteIndexed.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
	ByteGray.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
	Index8Gray.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
	Index12Gray.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
	AnyShort.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
	Ushort555Rgb.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
	Ushort565Rgb.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
	Ushort4444Argb.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
	Ushort555Rgbx.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
	UshortGray.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
	UshortIndexed.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
	Any3Byte.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
	ThreeByteBgr.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
	AnyInt.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
	IntArgb.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
        IntArgbPre.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
        IntArgbBm.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
	IntRgb.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
	IntBgr.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
	IntRgbx.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
	Any4Byte.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
        FourByteAbgr.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
        FourByteAbgrPre.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
	BufferedMaskBlit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
	BufferedRenderPipe.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
	RenderBuffer.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
	ShapeSpanIterator.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
	SpanClipRenderer.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
	SurfaceData.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
	Region.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
	DataBufferNative.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
	BufImgSurfaceData.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
	Disposer.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
        Trace.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
	img_globals.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
	gifdecoder.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
	awt_parseImage.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
	awt_ImageRep.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
	awt_ImagingLib.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
	dither.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
	imageInitIDs.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
	debug_assert.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
	debug_mem.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
	debug_trace.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
	debug_util.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
        OGLBlitLoops.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
        OGLBufImgOps.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
        OGLContext.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
        OGLFuncs.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
        OGLMaskBlit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
        OGLMaskFill.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
        OGLPaints.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
        OGLRenderQueue.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
        OGLRenderer.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
        OGLSurfaceData.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
        OGLTextRenderer.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
        OGLVertexCache.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
        WGLGraphicsConfig.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
        WGLSurfaceData.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
        AccelGlyphCache.c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
FILES_cpp = \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
	CmdIDList.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
	Hashtable.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
	GDIHashtable.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
	Devices.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
	ObjectList.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
	DDBlitLoops.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
	DDRenderer.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
	GDIBlitLoops.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
	GDIRenderer.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
	Win32OffScreenSurfaceData.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
	Win32SurfaceData.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
	WinBackBufferSurfaceData.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
	WindowsFlags.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
	WBufferStrategy.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
	WPrinterJob.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
	ddrawUtils.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
	dxCapabilities.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
	dxInit.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
	RegistryKey.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
	D3DBlitLoops.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
	D3DContext.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
	D3DMaskFill.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
	D3DRenderer.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
	D3DRuntimeTest.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
	D3DSurfaceData.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
	D3DTextRenderer_md.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
	D3DUtils.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
	ddrawObject.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
	awt_AWTEvent.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
	awt_BitmapUtil.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
	awt_Brush.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
	awt_Button.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
	awt_Canvas.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
	awt_Checkbox.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
	awt_Choice.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
	awt_Clipboard.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
	awt_Color.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
	awt_Component.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
	awt_Container.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
	awt_Cursor.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
	awt_DataTransferer.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
	awt_Debug.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
	awt_Dimension.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
	awt_Desktop.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
	awt_DesktopProperties.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
	awt_Dialog.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
	awt_DrawingSurface.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
	awt_FileDialog.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
	awt_Event.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
	awt_Font.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
	awt_Frame.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
	awt_GDIObject.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
	awt_IconCursor.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
	awt_InputEvent.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
	awt_InputMethod.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
	awt_InputTextInfor.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
	awt_Insets.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
	awt_KeyEvent.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
	awt_KeyboardFocusManager.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
	awt_Label.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
	awt_List.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
	awt_Menu.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
	awt_MenuBar.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
	awt_MenuItem.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
	awt_MMStub.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
	awt_MouseEvent.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
	awt_Object.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
	awt_Palette.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
	awt_Panel.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
	awt_PopupMenu.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
	awt_Pen.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
	awt_PrintControl.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
	awt_PrintDialog.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
	awt_PrintJob.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
	awt_Rectangle.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
	awt_Robot.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
	awt_Scrollbar.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
	awt_ScrollPane.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
	awt_TextArea.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
	awt_TextComponent.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
	awt_TextField.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
	awt_Toolkit.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
	awt_Unicode.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
	awt_Window.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
	awt_Win32GraphicsEnv.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
	awt_Win32GraphicsDevice.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
	awt_Win32GraphicsConfig.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
	awt_DnDDT.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
	awt_DnDDS.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
	awt_Mlib.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
	awt_new.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
	awt_TrayIcon.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
	ShellFolder2.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
	ThemeReader.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
	ComCtl32Util.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
	initIDs.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
	awt_dlls.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
	UnicowsLoader.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
	MouseInfo.cpp