jdk/make/java/nio/FILES_c.gmk
changeset 2057 3acf8e5e2ca0
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
2056:115e09b7a004 2057:3acf8e5e2ca0
     1 #
     1 #
     2 # Copyright 2000-2005 Sun Microsystems, Inc.  All Rights Reserved.
     2 # Copyright 2000-2009 Sun Microsystems, Inc.  All Rights Reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     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
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Sun designates this
     7 # published by the Free Software Foundation.  Sun designates this
    25 
    25 
    26 FILES_c = \
    26 FILES_c = \
    27         DatagramChannelImpl.c \
    27         DatagramChannelImpl.c \
    28         DatagramDispatcher.c \
    28         DatagramDispatcher.c \
    29 	FileChannelImpl.c \
    29 	FileChannelImpl.c \
    30 	FileDispatcher.c \
    30 	FileDispatcherImpl.c \
    31 	FileKey.c \
    31 	FileKey.c \
    32 	IOUtil.c \
    32 	IOUtil.c \
    33         MappedByteBuffer.c \
    33         MappedByteBuffer.c \
    34 	Net.c \
    34 	Net.c \
    35 	ServerSocketChannelImpl.c \
    35 	ServerSocketChannelImpl.c \