Re: Java Makefile [ was Delete all class files ]

1998-09-24 Thread Travis Shirk
On Tue, 22 Sep 1998 [EMAIL PROTECTED] wrote: > > CP = $(ROOT):$$CLASSPATH > > COMPILER = jikes > > VM = java > > COPTIONS = -g -deprecation -depend -d $(ROOT)/classes > > ROPTIONS = -Daxiomroot=$(ROOT) > > > > [a listing of java files here] > > > > %.class: %.java > > cd $(@D); $(COMPIL

Java Makefile [ was Delete all class files ]

1998-09-22 Thread peter . pilgrim
> Keith T. Garner wrote: > > > > > > On Mon, Sep 14, 1998 at 07:17:17, David Warnock said: > > > > I thought I should be able to connect "find . -name *.class" to > > "rm" > > > > somehow using redirection or pipes but cannot get it to work. > > > > > > You were very close to one possible solution