Makefile revision 0
204N/A#
204N/A# Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved.
204N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
204N/A#
204N/A# This code is free software; you can redistribute it and/or modify it
204N/A# under the terms of the GNU General Public License version 2 only, as
204N/A# published by the Free Software Foundation. Sun designates this
204N/A# particular file as subject to the "Classpath" exception as provided
204N/A# by Sun in the LICENSE file that accompanied this code.
204N/A#
204N/A# This code is distributed in the hope that it will be useful, but WITHOUT
204N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
204N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
204N/A# version 2 for more details (a copy is included in the LICENSE file that
204N/A# accompanied this code).
204N/A#
204N/A# You should have received a copy of the GNU General Public License version
204N/A# 2 along with this work; if not, write to the Free Software Foundation,
204N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
204N/A#
204N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
204N/A# CA 95054 USA or visit www.sun.com if you need additional information or
5680N/A# have any questions.
204N/A#
5680N/A
5992N/ABUILDDIR = ../..
204N/APACKAGE = javax.swing
204N/APRODUCT = com
204N/ASWING_SRC = $(SHARE_SRC)/classes/javax/swing
204N/Ainclude $(BUILDDIR)/common/Defs.gmk
204N/A
818N/A#
204N/A# Files
204N/A#
204N/Ainclude FILES.gmk
844N/AAUTO_FILES_JAVA_DIRS = javax/swing sun/swing
844N/AAUTO_JAVA_PRUNE = plaf
204N/A
1258N/ASUBDIRS = html32dtd plaf
204N/A
2899N/Ainclude $(BUILDDIR)/common/Classes.gmk
2899N/A
5992N/Abuild: other_files
5992N/A $(SUBDIRS-loop)
206N/A
204N/Aclean clobber::
5680N/A $(SUBDIRS-loop)
204N/A
206N/Aother_files: $(MISC_FILES)
5680N/A
204N/A$(CLASSBINDIR)/%.wav: $(SHARE_SRC)/classes/%.wav
634N/A $(install-file)
6224N/A
4337N/A$(CLASSBINDIR)/%.gif: $(SHARE_SRC)/classes/%.gif
3817N/A $(install-file)
3817N/A
3817N/A$(CLASSBINDIR)/%.css: $(SHARE_SRC)/classes/%.css
3817N/A $(install-file)
3817N/A
3817N/A$(CLASSBINDIR)/%.bdtd: $(SHARE_SRC)/classes/%.bdtd
3817N/A $(install-file)
3817N/A
3817N/A$(CLASSBINDIR)/%.txt: $(SHARE_SRC)/classes/%.txt
3817N/A $(install-file)
3817N/A
3817N/A