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