Makefile revision 0
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest#
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved.
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest#
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# This code is free software; you can redistribute it and/or modify it
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# under the terms of the GNU General Public License version 2 only, as
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# published by the Free Software Foundation. Sun designates this
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# particular file as subject to the "Classpath" exception as provided
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# by Sun in the LICENSE file that accompanied this code.
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest#
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# This code is distributed in the hope that it will be useful, but WITHOUT
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# version 2 for more details (a copy is included in the LICENSE file that
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# accompanied this code).
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest#
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# You should have received a copy of the GNU General Public License version
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# 2 along with this work; if not, write to the Free Software Foundation,
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ba52b27e69730d1afd206eb2586e41156deffe51Andrew Forrest#
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
# CA 95054 USA or visit www.sun.com if you need additional information or
# have any questions.
#
#
# Makefile for building the jdwpgen tool
#
BUILDDIR = ../..
PACKAGE = build.tools.jdwpgen
PRODUCT = jpda
PROGRAM = jdwpgen
include $(BUILDDIR)/common/Defs.gmk
BUILDTOOL_SOURCE_ROOT = $(BUILDDIR)/tools/src
BUILDTOOL_MAIN = $(PKGDIR)/Main.java
#
# Build tool jar rules.
#
include $(BUILDDIR)/common/BuildToolJar.gmk