1 #
2 # Copyright (c) 1996, 2006, Oracle and/or its affiliates. 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. Oracle designates this
8 # particular file as subject to the "Classpath" exception as provided
9 # by Oracle 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 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.
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 jni_util_md.c \
68 jdk_util.c \
69 jdk_util_md.c \
70 check_version.c \
71 java_props_md.c \
72 DriverManager.c \
73 ConstantPool.c \
74 MessageUtils.c \
75 GC.c \
76 NativeAccessors.c \
77 Reflection.c \
78 Bits.c \
79 AtomicLong.c \
80 Version.c \
81 VM.c \
82 VMSupport.c \
83 BootLoader.c
--- EOF ---