# GNUmakefile for the cool package, for generating COOL aspect code. # $Id: GNUmakefile,v 1.2 2000/10/23 19:35:29 dougo Exp $ DEMETERJ = demeterj all: compile compile test: CLASSPATH=$(CLASSPATH):$(JIKESPATH) $(DEMETERJ) -verbose $@ clean: $(DEMETERJ) $@ new: clean all .PHONY: all compile test clean new