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