Makefile revision 1202
744N/A#
744N/A# Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved.
744N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
744N/A#
744N/A# This code is free software; you can redistribute it and/or modify it
744N/A# under the terms of the GNU General Public License version 2 only, as
744N/A# published by the Free Software Foundation. Sun designates this
744N/A# particular file as subject to the "Classpath" exception as provided
744N/A# by Sun in the LICENSE file that accompanied this code.
744N/A#
744N/A# This code is distributed in the hope that it will be useful, but WITHOUT
744N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
744N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
744N/A# version 2 for more details (a copy is included in the LICENSE file that
744N/A# accompanied this code).
744N/A#
744N/A# You should have received a copy of the GNU General Public License version
744N/A# 2 along with this work; if not, write to the Free Software Foundation,
744N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
744N/A#
744N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
744N/A# CA 95054 USA or visit www.sun.com if you need additional information or
744N/A# have any questions.
744N/A#
744N/A
744N/A#
744N/A# Makefile for sun/nio files
744N/A#
836N/A
744N/ABUILDDIR = ../..
744N/APACKAGE = sun.nio
749N/APRODUCT = sun
844N/A
844N/AOTHER_JAVACFLAGS += -Xlint:serial -Werror
749N/Ainclude $(BUILDDIR)/common/Defs.gmk
1258N/A
744N/A#
744N/A# Files to compile.
744N/A#
744N/Ainclude FILES_java.gmk
744N/A
744N/A#
781N/A# Install .lib file.
744N/A#
781N/AINSTALL_DOT_LIB = true
744N/A
744N/Ainclude $(BUILDDIR)/common/Classes.gmk
744N/A
744N/Aclean::
744N/A $(RM) -r $(CLASSHDRDIR)
744N/Aclobber::
$(RM) -r $(CLASSBINDIR)/sun/nio/cs