author | ohair |
Tue, 25 May 2010 15:58:33 -0700 | |
changeset 5506 | 202f599c92aa |
parent 3704 | bd98409d8c32 |
child 11112 | 6d340c7b6a32 |
permissions | -rw-r--r-- |
2 | 1 |
# |
5506 | 2 |
# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. |
2 | 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 |
|
5506 | 7 |
# published by the Free Software Foundation. Oracle designates this |
2 | 8 |
# particular file as subject to the "Classpath" exception as provided |
5506 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
2 | 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 |
# |
|
5506 | 21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 |
# or visit www.oracle.com if you need additional information or have any |
|
23 |
# questions. |
|
2 | 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 \ |
|
3704
bd98409d8c32
4963968: zlib should be upgraded to current version of zlib
sherman
parents:
2
diff
changeset
|
55 |
infback.c \ |
2 | 56 |
inffast.c \ |
57 |
inflate.c \ |
|
58 |
inftrees.c \ |
|
59 |
trees.c \ |
|
60 |
uncompr.c \ |
|
61 |
zadler32.c \ |
|
62 |
zcrc32.c \ |
|
63 |
zutil.c \ |
|
64 |
jcomapi.c \ |
|
65 |
jdapimin.c \ |
|
66 |
jdapistd.c \ |
|
67 |
jdcoefct.c \ |
|
68 |
jdcolor.c \ |
|
69 |
jddctmgr.c \ |
|
70 |
jdhuff.c \ |
|
71 |
jdinput.c \ |
|
72 |
jdmainct.c \ |
|
73 |
jdmarker.c \ |
|
74 |
jdmaster.c \ |
|
75 |
jdmerge.c \ |
|
76 |
jdphuff.c \ |
|
77 |
jdpostct.c \ |
|
78 |
jdsample.c \ |
|
79 |
jerror.c \ |
|
80 |
jidctflt.c \ |
|
81 |
jidctfst.c \ |
|
82 |
jidctint.c \ |
|
83 |
jidctred.c \ |
|
84 |
jmemmgr.c \ |
|
85 |
jmemnobs.c \ |
|
86 |
jquant1.c \ |
|
87 |
jquant2.c \ |
|
88 |
jutils.c \ |
|
89 |
jcapimin.c \ |
|
90 |
jcapistd.c \ |
|
91 |
jccoefct.c \ |
|
92 |
jccolor.c \ |
|
93 |
jcdctmgr.c \ |
|
94 |
jchuff.c \ |
|
95 |
jcinit.c \ |
|
96 |
jcmainct.c \ |
|
97 |
jcmarker.c \ |
|
98 |
jcmaster.c \ |
|
99 |
jcparam.c \ |
|
100 |
jcphuff.c \ |
|
101 |
jcprepct.c \ |
|
102 |
jcsample.c \ |
|
103 |
jctrans.c \ |
|
104 |
jdtrans.c \ |
|
105 |
jfdctflt.c \ |
|
106 |
jfdctfst.c \ |
|
107 |
jfdctint.c |
|
108 |