# Generated automatically from Makefile.in by configure.
# 
# This is a sample Makefile.in.  Make sure to update configure to create 
# a Makefile from this. 
# 
ALL: scatterv 
SHELL = /bin/sh 
OPT = -O 
MPIF77=@MPI77@ 
MPIRUN=mpirun -maxtime 5 
SRCFILES=scatterv.f 
OBJFILES=scatterv.o 
scatterv: $(OBJFILES) 
	$(MPIF77) -o scatterv $(OPT) $(OBJFILES) -lm 
scatterv.log: $(OBJFILES) 
	$(MPIF77) -o scatterv.log -mpilog $(OPT) $(OBJFILES) -lm 
 
.c.o: 
	$(MPIF77) -c $(OPT) $(DEFN) $*.c 
cleanlocal: 
	/bin/rm -f scatterv $(OBJFILES) scatterv.log PI* 
clean: cleanlocal 
	if [ -s related.lst ] ; then \ 
	    for dir in `cat related.lst` ; do \ 
	        ( cd $$dir ; make clean ) ; done ; fi 
output: 
	$(MPIF77) -o scatterv $(OPT) $(SRCFILES) -lm  
	if [ -z "$(NP)" ] ; then \ 
	    $(MPIRUN) -np 4 scatterv ; \ 
	else 
	    $(MPIRUN) -np $(NP) scatterv ; fi