0N/A#
2362N/A# Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
0N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
2362N/A# published by the Free Software Foundation. Oracle designates this
0N/A# particular file as subject to the "Classpath" exception as provided
2362N/A# by Oracle in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
2362N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A# or visit www.oracle.com if you need additional information or have any
2362N/A# questions.
0N/A#
0N/A
0N/A#
0N/A# This is the list of java classes that will be automatically built
0N/A# from sources. See Exportedfiles.gmk for the list of files which
0N/A# will generate header files
0N/A#
0N/AFILES_java = \
0N/A sun/nio/cs/StandardCharsets.java \
0N/A sun/nio/cs/AbstractCharsetProvider.java \
0N/A sun/nio/cs/HistoricallyNamedCharset.java \
0N/A sun/nio/cs/Surrogate.java \
177N/A sun/nio/cs/CharsetMapping.java \
0N/A sun/nio/cs/SingleByteEncoder.java \
0N/A sun/nio/cs/SingleByteDecoder.java \
0N/A sun/nio/cs/UnicodeEncoder.java \
0N/A sun/nio/cs/UnicodeDecoder.java \
0N/A sun/nio/cs/ISO_8859_1.java \
0N/A sun/nio/cs/ISO_8859_2.java \
0N/A sun/nio/cs/ISO_8859_4.java \
0N/A sun/nio/cs/ISO_8859_5.java \
0N/A sun/nio/cs/ISO_8859_7.java \
0N/A sun/nio/cs/ISO_8859_9.java \
0N/A sun/nio/cs/ISO_8859_13.java \
0N/A sun/nio/cs/ISO_8859_15.java \
0N/A sun/nio/cs/IBM437.java \
0N/A sun/nio/cs/IBM737.java \
0N/A sun/nio/cs/IBM775.java \
0N/A sun/nio/cs/IBM850.java \
0N/A sun/nio/cs/IBM852.java \
0N/A sun/nio/cs/IBM855.java \
0N/A sun/nio/cs/IBM857.java \
0N/A sun/nio/cs/IBM858.java \
0N/A sun/nio/cs/IBM862.java \
0N/A sun/nio/cs/IBM866.java \
0N/A sun/nio/cs/IBM874.java \
0N/A sun/nio/cs/KOI8_R.java \
0N/A sun/nio/cs/KOI8_U.java \
0N/A sun/nio/cs/MS1250.java \
0N/A sun/nio/cs/MS1251.java \
0N/A sun/nio/cs/MS1252.java \
0N/A sun/nio/cs/MS1253.java \
0N/A sun/nio/cs/MS1254.java \
0N/A sun/nio/cs/MS1257.java \
0N/A sun/nio/cs/US_ASCII.java \
0N/A sun/nio/cs/UTF_16.java \
0N/A sun/nio/cs/UTF_16BE.java \
0N/A sun/nio/cs/UTF_16LE.java \
0N/A sun/nio/cs/UTF_16LE_BOM.java \
0N/A sun/nio/cs/UTF_32.java \
0N/A sun/nio/cs/UTF_32BE.java \
0N/A sun/nio/cs/UTF_32LE.java \
0N/A sun/nio/cs/UTF_32BE_BOM.java \
0N/A sun/nio/cs/UTF_32LE_BOM.java
0N/A
0N/A
0N/AFILES_java += \
0N/A sun/io/Converters.java \
0N/A sun/io/ByteToCharConverter.java \
0N/A sun/io/ByteToCharASCII.java \
0N/A sun/io/ByteToCharUTF8.java \
0N/A sun/io/ByteToCharUTF16.java \
0N/A sun/io/ByteToCharUnicode.java \
0N/A sun/io/ByteToCharUnicodeBig.java \
0N/A sun/io/ByteToCharUnicodeBigUnmarked.java \
0N/A sun/io/ByteToCharUnicodeLittle.java \
0N/A sun/io/ByteToCharUnicodeLittleUnmarked.java \
0N/A sun/io/CharToByteConverter.java \
0N/A sun/io/CharToByteASCII.java \
0N/A sun/io/CharToByteUTF8.java \
0N/A sun/io/CharToByteUTF16.java \
0N/A sun/io/CharToByteUnicode.java \
0N/A sun/io/CharToByteUnicodeBig.java \
0N/A sun/io/CharToByteUnicodeBigUnmarked.java \
0N/A sun/io/CharToByteUnicodeLittle.java \
0N/A sun/io/CharToByteUnicodeLittleUnmarked.java \
0N/A sun/io/CharacterEncoding.java \
0N/A sun/io/ConversionBufferFullException.java \
0N/A sun/io/MalformedInputException.java \
0N/A sun/io/UnknownCharacterException.java \
0N/A sun/io/ByteToCharISO8859_1.java \
0N/A sun/io/CharToByteISO8859_1.java \
0N/A sun/io/ByteToCharISO8859_2.java \
0N/A sun/io/CharToByteISO8859_2.java \
0N/A sun/io/ByteToCharISO8859_4.java \
0N/A sun/io/CharToByteISO8859_4.java \
0N/A sun/io/ByteToCharISO8859_5.java \
0N/A sun/io/CharToByteISO8859_5.java \
0N/A sun/io/ByteToCharISO8859_7.java \
0N/A sun/io/CharToByteISO8859_7.java \
0N/A sun/io/ByteToCharISO8859_9.java \
0N/A sun/io/CharToByteISO8859_9.java \
0N/A sun/io/ByteToCharISO8859_13.java \
0N/A sun/io/CharToByteISO8859_13.java \
0N/A sun/io/ByteToCharISO8859_15.java \
0N/A sun/io/CharToByteISO8859_15.java \
0N/A sun/io/ByteToCharCp1250.java \
0N/A sun/io/CharToByteCp1250.java \
0N/A sun/io/ByteToCharCp1251.java \
0N/A sun/io/CharToByteCp1251.java \
0N/A sun/io/ByteToCharCp1252.java \
0N/A sun/io/CharToByteCp1252.java \
0N/A sun/io/ByteToCharCp1253.java \
0N/A sun/io/CharToByteCp1253.java \
0N/A sun/io/ByteToCharCp1254.java \
0N/A sun/io/CharToByteCp1254.java \
0N/A sun/io/ByteToCharCp1257.java \
0N/A sun/io/CharToByteCp1257.java \
0N/A sun/io/ByteToCharKOI8_R.java \
0N/A sun/io/CharToByteKOI8_R.java \
0N/A sun/io/ByteToCharSingleByte.java \
0N/A sun/io/CharToByteSingleByte.java
0N/A
0N/A
0N/A