# # makefile for some tests about xml2panel demo # .SUFFIXES: .SUFFIXES: .class .java # autocompile all .class from .java files .java.class: javac $< # COMPILE: compile only all files compile: precompile TestFrame.class # PRECOMPILE precompile: makefiles @$(MAKE) -f step.xml.makefile.include compile # CLEAN: cleans up any autogenerated and compiled files clean: @$(MAKE) -f step.xml.makefile.include clean @-rm -rf *.xml.*makefile.include TestFrame.class # RUN: nice method to compile and run the app run: compile java TestFrame makefiles: step.xml.makefile.include step.xml.makefile.include: step.xml xml2panel step.xml