#
# Storage utilities makefile for the Distributed CG code
# Victor Eijkhout
# This makefile generated 94/11/04
#

all : genmat

DIV_OBJS = auxs.o blas_auxs.o  comm.o  domain.o  mat_crs.o mat_dia.o mat_grd.o lapack_auxs.o  matrix.o readr.o views.o gendiv.o
gendiv : ${DIV_OBJS}
	${FC} -o $@ ${DIV_OBJS}
divchek :
	ftnchek ${DIV_OBJS:.o=.f} | less

MAT_OBJS = auxs.o blas_auxs.o  demo.o demo_matread.o  domain.o  mat_crs.o mat_dia.o mat_grd.o lapack_auxs.o  matrix.o readr.o views.o  node.o genmat.o
genmat : ${MAT_OBJS}
	${FC} -o $@ ${MAT_OBJS}
harchek :
	ftnchek ${MAT_OBJS:.o=.f} | less

asmbl_grid asmbl_cprs : $$@.f
	${FC} -o $@ $@.f

clean :
	rm -f gendiv genmat asmbl_grid asmbl_cprs *.o *~ fort.*

# End of makefile
