# This Makefile.in created by simplemake.  Do not edit

# f90/util/Makefile.  Generated from Makefile.in by configure.

# --------------------------------------------------------------------------
all: all-redirect

SHELL           = /bin/sh
srcdir          = .
abs_srcdir      = /proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/test/mpi/f90/util
MPILIBNAME      = mpich
PMPILIBNAME     = @PMPILIBNAME@

F90              = /proj/tpfimos/larour/Libraries/linux/mpich2-gnu//bin/mpif90
F90FLAGS        = -g -O2
F90_COMPILE     = $(F90) $(F90FLAGS) $(F90INCLUDES)

VPATH = .

.SUFFIXES:
.SUFFIXES: .o .f90 
.f90.o:
	$(F90_COMPILE) -c $<
.f90:
	$(F90_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)
clean:
	-@rm -f *.o ${srcdir}/*.o 
	-@rm -f *.lo ${srcdir}/*.lo
distclean: clean distclean-xxx remove-makefile
distclean-xxx:
	-@rm -f Makefile
	-@rm -rf autom4te*.cache
	-@rm -rf $(DEPS_DIR)
	-@rm -f TAGS
remove-makefile:
	rm -f Makefile
remove-genmakefiles:
	rm -f  Makefile
all-redirect: all-local 

# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
tags: TAGS
TAGS:
# --------------------------------------------------------------------------
mtestf90.o: $(srcdir)/mtestf90.f90
all-local: mtestf90.o

FORCE_TARGET:

