# GNUmakefile for the tg package, for computing DemeterJ traversal graphs. # $Id: GNUmakefile,v 1.11 2000/10/23 19:35:34 dougo Exp $ DEMETERJ = demeterj all: compile compile test clean: CLASSPATH=$(CLASSPATH):$(JIKESPATH) $(DEMETERJ) -verbose $@ new: clean all .PHONY: all compile test clean new