jdk/make/sun/splashscreen/FILES_c.gmk
author ant
Wed, 19 Mar 2008 16:23:50 +0300
changeset 131 fe5ccd4774b4
parent 2 90ce3da70b43
child 3704 bd98409d8c32
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 2005 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
	java_awt_SplashScreen.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
	splashscreen_gfx_impl.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
	splashscreen_gif.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
	splashscreen_impl.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
	splashscreen_jpeg.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
	splashscreen_png.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
	splashscreen_sys.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
	png.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
	pngerror.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
	pngget.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
	pngmem.c  \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
	pngpread.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
	pngread.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
	pngrio.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
	pngrtran.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
	pngrutil.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
	pngset.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
	pngtrans.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
	pngwio.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
	pngwrite.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
	pngwtran.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
	pngwutil.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
	dgif_lib.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
	gif_err.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
	gifalloc.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
	compress.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
	deflate.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
	gzio.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
	infblock.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
	infcodes.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
	inffast.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
	inflate.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
	inftrees.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
	infutil.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
	trees.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
	uncompr.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
	zadler32.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
	zcrc32.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
	zutil.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
	jcomapi.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
	jdapimin.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
	jdapistd.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
	jdcoefct.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
	jdcolor.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
	jddctmgr.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
	jdhuff.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
	jdinput.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
	jdmainct.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
	jdmarker.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
	jdmaster.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
	jdmerge.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
	jdphuff.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
	jdpostct.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
	jdsample.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
	jerror.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
	jidctflt.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
	jidctfst.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
	jidctint.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
	jidctred.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
	jmemmgr.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
	jmemnobs.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
	jquant1.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
	jquant2.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
	jutils.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
	jcapimin.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
	jcapistd.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
	jccoefct.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
	jccolor.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
	jcdctmgr.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
	jchuff.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
	jcinit.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
	jcmainct.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
	jcmarker.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
	jcmaster.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
	jcparam.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
	jcphuff.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
	jcprepct.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
	jcsample.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
	jctrans.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
	jdtrans.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
	jfdctflt.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
	jfdctfst.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
	jfdctint.c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110