Makefile revision 5636
68N/A#
68N/A# Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
68N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
68N/A#
68N/A# This code is free software; you can redistribute it and/or modify it
68N/A# under the terms of the GNU General Public License version 2 only, as
68N/A# published by the Free Software Foundation. Oracle designates this
68N/A# particular file as subject to the "Classpath" exception as provided
68N/A# by Oracle in the LICENSE file that accompanied this code.
68N/A#
68N/A# This code is distributed in the hope that it will be useful, but WITHOUT
68N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
68N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
68N/A# version 2 for more details (a copy is included in the LICENSE file that
68N/A# accompanied this code).
68N/A#
68N/A# You should have received a copy of the GNU General Public License version
68N/A# 2 along with this work; if not, write to the Free Software Foundation,
68N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
68N/A#
75N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
75N/A# or visit www.oracle.com if you need additional information or have any
68N/A# questions.
68N/A#
68N/A
68N/A#
68N/A# Makefile for building the old java compiler.
68N/A#
68N/A
68N/ABUILDDIR = ../../..
68N/APRODUCT = oldjavac
68N/A
75N/Ainclude $(BUILDDIR)/common/Defs.gmk
68N/A
68N/A#
68N/A# Files to compile.
68N/A#
68N/Ainclude FILES_java.gmk
68N/A
68N/A#
68N/A# Resources
68N/A#
68N/ALOCALE_SET_DEFINITION = j2sdk
68N/ARESOURCE_BUNDLES_UNCOMPILED_PROPERTIES = sun/tools/javac/resources/javac.properties
68N/A
181N/A#
83N/A# Rules
68N/A#
68N/Ainclude $(BUILDDIR)/common/Classes.gmk
68N/A
clean clobber::
$(RM) -r $(CLASSBINDIR)/sun/tools/asm
$(RM) -r $(CLASSBINDIR)/sun/tools/java
$(RM) -r $(CLASSBINDIR)/sun/tools/javac
$(RM) -r $(CLASSBINDIR)/sun/tools/tree
$(RM) -r $(CLASSBINDIR)/sun/tools/util