# @(#)GNUmakefile	@(#)GNUmakefile	1.5 97/04/26

BUILDDIR = ..
include $(BUILDDIR)/Platform.gmk

PACKAGE = sunw
PRODUCT = sun
include $(TOPDIR)/build/$(PLATFORM)/makefiles/Defs.gmk

#
# Rules
#
default: all


#
# Files
#

include $(MINCLUDES)sunw.jmk

#
# include rules
#
include $(BUILDDIR)/makefiles/Rules.gmk

all :: classes

clean :: .delete.classlist
	rm -rf $(CLASSBINDIR)/sunw


