Makefile revision 2362
970N/A#
970N/A# Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved.
970N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
970N/A#
1610N/A# This code is free software; you can redistribute it and/or modify it
970N/A# under the terms of the GNU General Public License version 2 only, as
970N/A# published by the Free Software Foundation. Oracle designates this
970N/A# particular file as subject to the "Classpath" exception as provided
970N/A# by Oracle in the LICENSE file that accompanied this code.
970N/A#
970N/A# This code is distributed in the hope that it will be useful, but WITHOUT
970N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
970N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
970N/A# version 2 for more details (a copy is included in the LICENSE file that
970N/A# accompanied this code).
970N/A#
970N/A# You should have received a copy of the GNU General Public License version
970N/A# 2 along with this work; if not, write to the Free Software Foundation,
970N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
970N/A#
970N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
970N/A# or visit www.oracle.com if you need additional information or have any
970N/A# questions.
970N/A#
970N/A
970N/A#
970N/A# Makefile for building all of JPDA, including JDWP, JDI, and
970N/A# example debuggers. See also included files.
970N/A#
970N/A
970N/ABUILDDIR = ..
970N/Ainclude $(BUILDDIR)/common/Defs.gmk
970N/A
970N/A#
970N/A# Core.
970N/A#
970N/ASUBDIRS = jdwp back front transport expr tty bdi gui
970N/Ainclude $(BUILDDIR)/common/Subdirs.gmk
970N/A
970N/Aall build clean clobber::
970N/A $(SUBDIRS-loop)
970N/A
970N/A