2
|
1 |
#
|
|
2 |
# Copyright 1996-2006 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 |
AccessController.c \
|
|
28 |
Array.c \
|
|
29 |
String.c \
|
|
30 |
Class.c \
|
|
31 |
ClassLoader.c \
|
|
32 |
Compiler.c \
|
|
33 |
Console_md.c \
|
|
34 |
Double.c \
|
|
35 |
FileSystem_md.c \
|
|
36 |
FileDescriptor_md.c \
|
|
37 |
FileInputStream.c \
|
|
38 |
FileInputStream_md.c \
|
|
39 |
FileOutputStream_md.c \
|
|
40 |
Finalizer.c \
|
|
41 |
Float.c \
|
|
42 |
Object.c \
|
|
43 |
ObjectOutputStream.c \
|
|
44 |
ObjectInputStream.c \
|
|
45 |
ObjectStreamClass.c \
|
|
46 |
Package.c \
|
|
47 |
ProcessEnvironment_md.c \
|
|
48 |
Proxy.c \
|
|
49 |
RandomAccessFile.c \
|
|
50 |
RandomAccessFile_md.c \
|
|
51 |
ResourceBundle.c \
|
|
52 |
Runtime.c \
|
|
53 |
SecurityManager.c \
|
|
54 |
Shutdown.c \
|
|
55 |
StrictMath.c \
|
|
56 |
System.c \
|
|
57 |
Thread.c \
|
|
58 |
Throwable.c \
|
|
59 |
Signal.c \
|
|
60 |
NativeSignalHandler.c \
|
|
61 |
verify_stub.c \
|
|
62 |
io_util.c \
|
|
63 |
io_util_md.c \
|
|
64 |
jio.c \
|
|
65 |
logging.c \
|
|
66 |
jni_util.c \
|
|
67 |
jdk_util.c \
|
|
68 |
jdk_util_md.c \
|
|
69 |
check_version.c \
|
|
70 |
java_props_md.c \
|
|
71 |
DriverManager.c \
|
|
72 |
ConstantPool.c \
|
|
73 |
MessageUtils.c \
|
|
74 |
GC.c \
|
|
75 |
NativeAccessors.c \
|
|
76 |
Reflection.c \
|
|
77 |
Bits.c \
|
|
78 |
AtomicLong.c \
|
|
79 |
Version.c \
|
|
80 |
VM.c \
|
|
81 |
VMSupport.c
|