jdk/make/sun/awt/FILES_c_unix.gmk
author yan
Thu, 19 Jun 2008 11:26:54 +0400
changeset 1175 026b52c440fe
parent 2 90ce3da70b43
child 2696 1189480fe090
permissions -rw-r--r--
6706121: makefile: unnecessary Motif classes compilation in JDK7 Summary: removed 80 obsolete .c and .java files, temporary modified some more Reviewed-by: denis
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 1996-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
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
# The debug_* files included here aren't for 2D specifically but they
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# have no X dependency.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
FILES_2D_vis = \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
	vis_FuncArray.c           \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
	java2d_Mlib.c             \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
	mlib_ImageCreate.c        \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
	mlib_ImageZoom_NN.c       \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
	mlib_ImageCopy_Bit.c      \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
	mlib_sys.c                \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
	mlib_v_ImageClear.c       \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
	mlib_v_ImageClear_f.c     \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
	mlib_v_ImageConstXor.c    \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
	mlib_v_ImageCopy.c        \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
	mlib_v_ImageCopy_f.c      \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
	mlib_v_ImageXor.c         \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
	mlib_v_ImageZoom_NN_f.c   \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
	vis_Interp.c              \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
	vis_AlphaMacros.c         \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
	vis_AlphaMaskBlit.c       \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
	vis_AlphaMaskFill.c       \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
	vis_ByteGray.c            \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
	vis_ByteGray_FromRgb.c    \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
	vis_ByteGray_Mask.c       \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
	vis_ByteIndexed.c         \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
	vis_DrawLine.c            \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
	vis_FourByteAbgr.c        \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
	vis_IntArgb.c             \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
	vis_IntArgbPre.c          \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
	vis_IntArgbPre_Mask.c     \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
	vis_IntBgr.c              \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
	vis_IntRgb.c              \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
	vis_IntRgbx.c             \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
	vis_SrcMaskFill.c         \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
	vis_SrcOverMaskBlit.c     \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
	vis_SrcOverMaskFill.c     \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
	vis_FourByteAbgrPre.c     \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
	vis_GlyphList.c           \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
	vis_GlyphListXor.c        \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
	vis_IntArgbBm.c           \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
	vis_ThreeByteBgr.c        \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
	vis_UshortGray.c          \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
	vis_UshortGray_FromRgb.c  \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
	vis_XorBlit.c
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
FILES_2D_c = \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
	gifdecoder.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
	imageInitIDs.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
	img_colors.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
        img_globals.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
	SurfaceData.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
	Region.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
	GraphicsPrimitiveMgr.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
	Blit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
	BlitBg.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
	ScaledBlit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
	FillRect.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
	FillSpans.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
	DrawLine.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
	DrawRect.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
	DrawPolygons.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
        DrawPath.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
        FillPath.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
        ProcessPath.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
	MaskBlit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
	MaskFill.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
	TransformHelper.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
        AlphaMath.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
	AlphaMacros.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
	AnyByte.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
        ByteBinary1Bit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
        ByteBinary2Bit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
        ByteBinary4Bit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
	ByteIndexed.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
	ByteGray.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
	Index8Gray.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
	Index12Gray.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
	AnyShort.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
	Ushort555Rgb.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
	Ushort565Rgb.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
	Ushort4444Argb.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
	Ushort555Rgbx.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
	UshortGray.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
	UshortIndexed.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
	Any3Byte.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
	ThreeByteBgr.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
	AnyInt.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
	IntArgb.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
        IntArgbPre.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
        IntArgbBm.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
	IntRgb.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
	IntBgr.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
	IntRgbx.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
	Any4Byte.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
        FourByteAbgr.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
        FourByteAbgrPre.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
	BufferedMaskBlit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
	BufferedRenderPipe.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
	RenderBuffer.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
	ShapeSpanIterator.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
	SpanClipRenderer.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
	awt_ImageRep.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
        awt_ImagingLib.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
        awt_Mlib.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
        awt_parseImage.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
	DataBufferNative.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
	dither.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
	debug_assert.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
	debug_mem.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
	debug_trace.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
	debug_util.c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
# These files rely on motif to be built, and should not be included
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
# in a headless build.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
1175
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   145
#FILES_MOTIF_c = \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   146
#keep	awt_AWTEvent.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   147
#	awt_Button.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   148
#	awt_Canvas.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   149
#	awt_Checkbox.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   150
#keep .h	awt_Component.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   151
#keep .h	awt_Cursor.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   152
#	awt_DataTransferer.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   153
#	awt_DrawingSurface.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   154
#	awt_Event.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   155
#	awt_FileDialog.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   156
#	awt_GlobalCursorManager.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   157
#	awt_GraphicsEnv.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   158
#	awt_InputMethod.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   159
#keep	awt_Insets.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   160
#	awt_KeyboardFocusManager.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   161
#	awt_Label.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   162
#	awt_List.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   163
#	awt_Menu.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   164
#	awt_MenuBar.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   165
#	awt_MenuComponent.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   166
#	awt_MenuItem.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   167
#	awt_motif.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   168
#	awt_Plugin.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   169
#	awt_PopupMenu.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   170
#	awt_Robot.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   171
#	awt_Scrollbar.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   172
#	awt_ScrollPane.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   173
#	awt_Selection.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   174
#	awt_UNIXToolkit.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   175
#	awt_TextArea.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   176
#	awt_TextField.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   177
#	awt_TopLevel.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   178
#	awt_mgrsel.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   179
#	awt_util.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   180
#	awt_wm.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   181
#	awt_XmDnD.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   182
#	awt_dnd.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   183
#	awt_dnd_ds.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   184
#	awt_dnd_dt.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   185
#	canvas.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   186
#	cursor.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   187
#	multi_font.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   188
#	robot_common.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   189
#        list.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   190
#        multiVis.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   191
#	XDrawingArea.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   192
#	MouseInfo.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   193
#	awt_xembed.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   194
#	awt_xembed_server.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   195
#        gtk2_interface.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   196
#        swing_GTKEngine.c \
026b52c440fe 6706121: makefile: unnecessary Motif classes compilation in JDK7
yan
parents: 2
diff changeset
   197
#        swing_GTKStyle.c
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
# These files are required to be built, with or without motif.  Some of
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
# these are only dependent on X11, and some contain native source that
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
# is required, even in a headless build.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
FILES_NO_MOTIF_c = \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
	awt_Font.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
	awt_MToolkit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
	fontpath.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
	VDrawingArea.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
	X11Color.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
	X11Renderer.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
	X11PMBlitLoops.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
	X11SurfaceData.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
	X11FontScaler_md.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
	X11TextRenderer_md.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
        OGLBlitLoops.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
        OGLBufImgOps.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
        OGLContext.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
        OGLFuncs.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
        OGLMaskBlit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
        OGLMaskFill.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
        OGLPaints.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
        OGLRenderQueue.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
        OGLRenderer.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
        OGLSurfaceData.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
        OGLTextRenderer.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
        OGLVertexCache.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
        GLXGraphicsConfig.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
        GLXSurfaceData.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
        AccelGlyphCache.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
	CUPSfuncs.c