jdk/make/java/java/FILES_java.gmk

Print this page




  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 #
  27 # This is the list of java classes that will be automatically built
  28 # from sources.  See Exportedfiles.gmk for the list of files which
  29 # will generate header files
  30 #
  31 JAVA_JAVA_java = \
  32     java/lang/Object.java \

  33     java/lang/Class.java \
  34     java/lang/Thread.java \
  35     java/lang/Character.java \
  36     java/lang/CharacterData.java \
  37     java/lang/CharacterName.java \
  38     sun/misc/ASCIICaseInsensitiveComparator.java \
  39     sun/misc/VM.java \
  40     sun/misc/Signal.java \
  41     sun/misc/NativeSignalHandler.java \
  42     java/lang/ThreadGroup.java \
  43     java/lang/ThreadLocal.java \
  44         java/lang/InheritableThreadLocal.java \
  45     java/lang/String.java \
  46         java/lang/ConditionalSpecialCasing.java \
  47         java/lang/StringCoding.java \
  48     java/lang/StringBuffer.java \
  49     java/lang/StringBuilder.java \
  50     java/lang/SuppressWarnings.java \
  51     java/lang/AbstractStringBuilder.java \
  52     java/lang/ClassLoader.java \




  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 #
  27 # This is the list of java classes that will be automatically built
  28 # from sources.  See Exportedfiles.gmk for the list of files which
  29 # will generate header files
  30 #
  31 JAVA_JAVA_java = \
  32     java/lang/Object.java \
  33     java/lang/AutoCloseable.java \
  34     java/lang/Class.java \
  35     java/lang/Thread.java \
  36     java/lang/Character.java \
  37     java/lang/CharacterData.java \
  38     java/lang/CharacterName.java \
  39     sun/misc/ASCIICaseInsensitiveComparator.java \
  40     sun/misc/VM.java \
  41     sun/misc/Signal.java \
  42     sun/misc/NativeSignalHandler.java \
  43     java/lang/ThreadGroup.java \
  44     java/lang/ThreadLocal.java \
  45         java/lang/InheritableThreadLocal.java \
  46     java/lang/String.java \
  47         java/lang/ConditionalSpecialCasing.java \
  48         java/lang/StringCoding.java \
  49     java/lang/StringBuffer.java \
  50     java/lang/StringBuilder.java \
  51     java/lang/SuppressWarnings.java \
  52     java/lang/AbstractStringBuilder.java \
  53     java/lang/ClassLoader.java \