# GNUmakefile for the weave package, for weaving aspect files together # into Java code. # $Id: GNUmakefile,v 1.5 2000/10/23 19:35:36 dougo Exp $ DEMETERJ = demeterj all: compile compile test: CLASSPATH=$(CLASSPATH):$(JIKESPATH) $(DEMETERJ) -verbose $@ clean: $(DEMETERJ) $@ new: clean all .PHONY: all compile test clean new