include $(COSMOSTOP)/site.config
all:
	make -f cgetEPOSxs.mk
clean:
	@rm -f *.o core  *~ temp*.f a.out
veryclean: 
	@rm -f *.o core  *~  a.out temp*.f cosmos$(ARCH)
