Makefile revision 165
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# This code is free software; you can redistribute it and/or modify it
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# under the terms of the GNU General Public License version 2 only, as
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# published by the Free Software Foundation. Sun designates this
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# particular file as subject to the "Classpath" exception as provided
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# by Sun in the LICENSE file that accompanied this code.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# version 2 for more details (a copy is included in the LICENSE file that
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# accompanied this code).
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# You should have received a copy of the GNU General Public License version
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# 2 along with this work; if not, write to the Free Software Foundation,
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# CA 95054 USA or visit www.sun.com if you need additional information or
d0a71f63bd810b54e0359223fe53b07730154dc5vboxsync# have any questions.
d0a71f63bd810b54e0359223fe53b07730154dc5vboxsync#
d0a71f63bd810b54e0359223fe53b07730154dc5vboxsync
d0a71f63bd810b54e0359223fe53b07730154dc5vboxsync#
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Create all the build tools
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync#
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncBUILDDIR = ..
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncinclude $(BUILDDIR)/common/Defs.gmk
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncSUBDIRS = \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync addjsum \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync auto_multi \
d0a71f63bd810b54e0359223fe53b07730154dc5vboxsync buildmetaindex \
d0a71f63bd810b54e0359223fe53b07730154dc5vboxsync commentchecker \
d0a71f63bd810b54e0359223fe53b07730154dc5vboxsync compile_font_config \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync compile_properties \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync dir_diff \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync dtdbuilder \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync fontchecker \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync freetypecheck \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync generate_break_iterator \
d0a71f63bd810b54e0359223fe53b07730154dc5vboxsync GenerateCharacter \
d0a71f63bd810b54e0359223fe53b07730154dc5vboxsync generatecurrencydata \
d0a71f63bd810b54e0359223fe53b07730154dc5vboxsync hasher_classes \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync jarreorder \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync jarsplit \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync javazic \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync jdwpgen \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync makeclasslist \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync strip_properties \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync winver
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncall build clean clobber::
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync $(SUBDIRS-loop)
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncclean clobber::
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync $(RM) -r $(BUILDTOOLCLASSDIR)
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync $(RM) -r $(BUILDTOOLJARDIR)
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync $(RM) -r $(BUILDTOOLBINDIR)
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync