Makefile revision 0
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi#
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# Copyright 2004-2005 Sun Microsystems, Inc. All Rights Reserved.
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi#
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# This code is free software; you can redistribute it and/or modify it
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# under the terms of the GNU General Public License version 2 only, as
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# published by the Free Software Foundation. Sun designates this
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# particular file as subject to the "Classpath" exception as provided
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# by Sun in the LICENSE file that accompanied this code.
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi#
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# This code is distributed in the hope that it will be useful, but WITHOUT
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# version 2 for more details (a copy is included in the LICENSE file that
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# accompanied this code).
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi#
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# You should have received a copy of the GNU General Public License version
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# 2 along with this work; if not, write to the Free Software Foundation,
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi#
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# CA 95054 USA or visit www.sun.com if you need additional information or
44ed9dbbfa620821ecf59a131462082f628dd0f3Stephen Hanson# have any questions.
aed5247ff899ec457005d93dfbdb4ffd74574695Joshua M. Clulow#
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi#
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# Makefile for building all the samples under the nio subdirectory.
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi#
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi
0eb822a1c0c2bea495647510b75f77f0e57633ebcindiBUILDDIR = ../..
0eb822a1c0c2bea495647510b75f77f0e57633ebcindiPRODUCT = java
0eb822a1c0c2bea495647510b75f77f0e57633ebcindiinclude $(BUILDDIR)/common/Defs.gmk
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi
0eb822a1c0c2bea495647510b75f77f0e57633ebcindiSUBDIRS = server
0eb822a1c0c2bea495647510b75f77f0e57633ebcindiall build clean clobber::
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi $(SUBDIRS-loop)
908f1e1388f616898b4e515d343c0414f2a6472esd
184cd04c26b064536977dfbb913a1240eaf6f708cthclobber clean ::
908f1e1388f616898b4e515d343c0414f2a6472esd $(RM) -r $(SAMPLEDIR)/nio
14ea4bb737263733ad80a36b4f73f681c30a6b45sd