PRG=whizard
GRAPHS=$(PRG)-graphs
PLOTS=$(PRG)-plots
GRIDS=$(PRG)-grids
HISTORY=$(PRG)-history

clear:
	rm -f $(PRG).gr* $(PRG).evx $(GRAPHS).fmf.*

clean:
	rm -f $(PRG).phx $(PRG).*.gr* $(PRG).*.gx*
	rm -f $(PLOTS).* $(GRAPHS).* $(GRIDS).* $(HISTORY).*
	rm -f $(OUT) core.*

cleanall: clean
	rm -f *.stdhep *.log *.out *.tex
