Makefile revision 3686
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# This code is free software; you can redistribute it and/or modify it
fa9e4066f08beec538e775443c5be79dd423fcabahrens# under the terms of the GNU General Public License version 2 only, as
fa9e4066f08beec538e775443c5be79dd423fcabahrens# published by the Free Software Foundation. Oracle designates this
fa9e4066f08beec538e775443c5be79dd423fcabahrens# particular file as subject to the "Classpath" exception as provided
fa9e4066f08beec538e775443c5be79dd423fcabahrens# by Oracle in the LICENSE file that accompanied this code.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# This code is distributed in the hope that it will be useful, but WITHOUT
fa9e4066f08beec538e775443c5be79dd423fcabahrens# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
fa9e4066f08beec538e775443c5be79dd423fcabahrens# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
fa9e4066f08beec538e775443c5be79dd423fcabahrens# version 2 for more details (a copy is included in the LICENSE file that
fa9e4066f08beec538e775443c5be79dd423fcabahrens# accompanied this code).
fa9e4066f08beec538e775443c5be79dd423fcabahrens# You should have received a copy of the GNU General Public License version
fa9e4066f08beec538e775443c5be79dd423fcabahrens# 2 along with this work; if not, write to the Free Software Foundation,
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
fa9e4066f08beec538e775443c5be79dd423fcabahrens# or visit www.oracle.com if you need additional information or have any
fa9e4066f08beec538e775443c5be79dd423fcabahrens# questions.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Makefile for java.nio
fa9e4066f08beec538e775443c5be79dd423fcabahrensOTHER_JAVACFLAGS += -Xmaxwarns 1000 -Xlint:serial -Werror
FILES_java += \
FILES_c += \
FILES_export += \
FILES_gen += \
FILES_java += \
FILES_c += \
Iocp.c \
FILES_export += \
FILES_java += \
FILES_c += \
EPoll.c \
FILES_export += \
FILES_gen += \
# Access to io_util.c and net_util.c
OTHER_INCLUDES += \
$(X_BUF_BIN_TEMPLATE) \
$(GENSOR_EXE) >> $@
# Generated sun.nio.cs SingleByte classes
$(GENUC_EXE) >> $@
$(GENSC_EXE) >> $@