# GNUmakefile for the class dictionary package. # $Id: GNUmakefile,v 1.5 2000/10/23 19:35:26 dougo Exp $ DEMETERJ = demeterj all: compile compile test: CLASSPATH=$(CLASSPATH):$(JIKESPATH) $(DEMETERJ) -verbose $@ clean: $(DEMETERJ) $@ new: clean all .PHONY: all compile test clean new