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