Makefile revision 1610
7f007e36bec06aba6b3a0f84a64f2abf99edfcd8gstein#
23ce412bd50a47accab4dd26019b78810bbf46ebtrawick# Copyright 1995-2005 Sun Microsystems, Inc. All Rights Reserved.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# This code is free software; you can redistribute it and/or modify it
8f5dca296674091bd47a7846d0cc16ce5bbc272ejerenkrantz# under the terms of the GNU General Public License version 2 only, as
e04911e1869585acf01ee0876c2752afbc91af71jerenkrantz# published by the Free Software Foundation. Sun designates this
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# particular file as subject to the "Classpath" exception as provided
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# by Sun in the LICENSE file that accompanied this code.
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb#
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# This code is distributed in the hope that it will be useful, but WITHOUT
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
571760de5e60c0b459cb11be45507b923cd023eejwoolley# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
571760de5e60c0b459cb11be45507b923cd023eejwoolley# version 2 for more details (a copy is included in the LICENSE file that
9180a5933673ffb1af633c255ceee029340f3b1erbb# accompanied this code).
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb#
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe# You should have received a copy of the GNU General Public License version
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard# 2 along with this work; if not, write to the Free Software Foundation,
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb#
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbb# CA 95054 USA or visit www.sun.com if you need additional information or
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein# have any questions.
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick#
6f6f4a4bca281779d196acbdd5c017bb90858305trawick
8dd4618c4709236b4ea297d7250d282e463ce2d8rbbBUILDDIR = ../..
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawickPACKAGE = sun.net
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbbPRODUCT = sun
bd929c73ef04789b7183b840d8db6e01d03a4d86rbbinclude $(BUILDDIR)/common/Defs.gmk
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj
2a6c49cfaef5979a5a06098f3ce987cd76769409manojSUBDIRS = others spi
af4c982a7cf4515f124935f99a329744035fc699sliveall build clean clobber::
af4c982a7cf4515f124935f99a329744035fc699slive $(SUBDIRS-loop)
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699slive