#
# @(#)Makefile	1.3 99/11/16 17:19:40
#
# Copyright 1998 by Sun Microsystems, Inc.
# All rights reserved

include $(SRC)/Makefile.master
include $(WIZSRC)/Makefile.cmd

JAVA=   \
	DependError.java \
	Depend.java \
	ProgressMonitor.java \
	ProgressCounter.java

here: $(CLASSES)

cleanhere:
	$(RM) $(CLASSES)
