Makefile revision 0
44N/A#
44N/A# Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
44N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44N/A#
44N/A# This code is free software; you can redistribute it and/or modify it
44N/A# under the terms of the GNU General Public License version 2 only, as
44N/A# published by the Free Software Foundation. Sun designates this
44N/A# particular file as subject to the "Classpath" exception as provided
44N/A# by Sun in the LICENSE file that accompanied this code.
44N/A#
44N/A# This code is distributed in the hope that it will be useful, but WITHOUT
44N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
44N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
44N/A# version 2 for more details (a copy is included in the LICENSE file that
44N/A# accompanied this code).
44N/A#
44N/A# You should have received a copy of the GNU General Public License version
44N/A# 2 along with this work; if not, write to the Free Software Foundation,
44N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
44N/A#
75N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
75N/A# CA 95054 USA or visit www.sun.com if you need additional information or
59N/A# have any questions.
44N/A#
75N/A
44N/A#
44N/A# Makefile for building sun.rmi.rmic.* and the "rmic" command
44N/A#
491N/A
44N/ABUILDDIR = ../../..
491N/APACKAGE = sun.rmi.rmic
491N/APRODUCT = sun
44N/Ainclude $(BUILDDIR)/common/Defs.gmk
44N/A
44N/A#
44N/A# Files
44N/A#
44N/Ainclude FILES.gmk
515N/A
515N/AFILES_java = $(RMIC_java)
515N/A
44N/A#
44N/A# Resources
44N/A#
58N/ALOCALE_SET_DEFINITION = jdk
44N/ARESOURCE_BUNDLES_PROPERTIES = $(PKGDIR)/resources/rmic.properties
61N/A
44N/A#
44N/A# Rules
44N/A#
59N/Ainclude $(BUILDDIR)/common/Classes.gmk
44N/A
44N/A