.PHONY:
clean:
	@rm -f *.o core  *~  
veryclean:
	@rm -f *.o core  *~  temp*.f sepics$(ARCH)
rmtemp: 
	@rm  -f temp*.f

