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