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