Makefile revision 2157
130N/A#
130N/A# Copyright 1998-2008 Sun Microsystems, Inc. All Rights Reserved.
130N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
130N/A#
130N/A# This code is free software; you can redistribute it and/or modify it
130N/A# under the terms of the GNU General Public License version 2 only, as
130N/A# published by the Free Software Foundation. Sun designates this
130N/A# particular file as subject to the "Classpath" exception as provided
130N/A# by Sun in the LICENSE file that accompanied this code.
130N/A#
130N/A# This code is distributed in the hope that it will be useful, but WITHOUT
130N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
130N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
130N/A# version 2 for more details (a copy is included in the LICENSE file that
130N/A# accompanied this code).
130N/A#
130N/A# You should have received a copy of the GNU General Public License version
130N/A# 2 along with this work; if not, write to the Free Software Foundation,
130N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
130N/A#
130N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
130N/A# CA 95054 USA or visit www.sun.com if you need additional information or
130N/A# have any questions.
130N/A#
130N/A
130N/A#
130N/A# Makefile for building javax
130N/A#
130N/A
130N/ABUILDDIR = ..
130N/Ainclude $(BUILDDIR)/common/Defs.gmk
130N/A
130N/ASUBDIRS = others
130N/A
130N/ASUBDIRS_management = management
130N/A
130N/ASUBDIRS_misc = \
130N/A crypto \
130N/A sql \
130N/A rmi
130N/A
130N/A# imageio uses xml, so build it last
130N/ASUBDIRS_desktop = \
130N/A accessibility \
130N/A print \
130N/A swing \
130N/A sound \
130N/A imageio
130N/A
130N/Ainclude $(BUILDDIR)/common/Subdirs.gmk
130N/A
130N/Aall build:
130N/A $(SUBDIRS-loop)
130N/Aclean clobber::
130N/A $(SUBDIRS-loop)
130N/A
130N/A