Makefile revision 2157
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl#
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
b340aad1efbfbba5e837fac89da17767384f24e7noodl#
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# This code is free software; you can redistribute it and/or modify it
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# under the terms of the GNU General Public License version 2 only, as
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# published by the Free Software Foundation. Sun designates this
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# particular file as subject to the "Classpath" exception as provided
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# by Sun in the LICENSE file that accompanied this code.
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl#
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# This code is distributed in the hope that it will be useful, but WITHOUT
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# version 2 for more details (a copy is included in the LICENSE file that
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# accompanied this code).
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl#
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# You should have received a copy of the GNU General Public License version
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# 2 along with this work; if not, write to the Free Software Foundation,
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl#
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# CA 95054 USA or visit www.sun.com if you need additional information or
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl# have any questions.
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl#
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodlBUILDDIR = ../..
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jimPACKAGE = sun.nio
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodlPRODUCT = sun
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodlinclude $(BUILDDIR)/common/Defs.gmk
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodlSUBDIRS = cs
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jiminclude $(BUILDDIR)/common/Subdirs.gmk
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodlall build clean clobber::
c3ea2f06571c877091cd2f1016e47b1d5660df9drjung $(SUBDIRS-loop)
e6ecf842cd6b826f0f0c3ce4415c054ed61581efnoodl
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim