FILES_c.gmk revision 2362
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae#
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae#
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# This code is free software; you can redistribute it and/or modify it
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# under the terms of the GNU General Public License version 2 only, as
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# published by the Free Software Foundation. Oracle designates this
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# particular file as subject to the "Classpath" exception as provided
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# by Oracle in the LICENSE file that accompanied this code.
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae#
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# This code is distributed in the hope that it will be useful, but WITHOUT
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# version 2 for more details (a copy is included in the LICENSE file that
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# accompanied this code).
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae#
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# You should have received a copy of the GNU General Public License version
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# 2 along with this work; if not, write to the Free Software Foundation,
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae#
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
aa810c2a5e9bf99efe3cf1128295f059778de723Zach Kissel# or visit www.oracle.com if you need additional information or have any
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae# questions.
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae#
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnaeFILES_c = \
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae DatagramChannelImpl.c \
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae DatagramDispatcher.c \
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae FileChannelImpl.c \
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae FileDispatcherImpl.c \
aa810c2a5e9bf99efe3cf1128295f059778de723Zach Kissel FileKey.c \
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae IOUtil.c \
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae MappedByteBuffer.c \
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae Net.c \
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae ServerSocketChannelImpl.c \
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae SocketChannelImpl.c \
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae SocketDispatcher.c
f41150baf74bdaf964ddfe42d865d3c2380b3623krishnae