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