# Generated automatically from Makefile.in by configure.
SHELL = /bin/sh
F90   = 
LIBS  = -lm 
MPIRUN= mpirun
NP_ARG= -np 

all: all-redirect 
PROGRAMS = matvec-test

matvec-test_SOURCES = matvec-test.f90 matvec.f90
matvec-test_OBJECTS = matvec-test.o matvec.o

SOURCES = ${matvec-test_SOURCES}

matvec-test: ${matvec-test_OBJECTS}
	${F90} ${F90FLAGS} -o matvec-test $? ${LIBS}

all-redirect: ${PROGRAMS}

clean:
	rm -f *.o ${PROGRAMS} *~

.SUFFIXES: .o .f90
.f90:
	${F90} ${F90FLAGS} -o $* $< ${LIBS}
.f90.o:
	${F90} ${F90FLAGS} -c $<

sources:
	@echo ${SOURCES}
