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

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

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

SHELL           = /bin/sh
abs_builddir    = /tmp/mpich2-1.0.5p4/test/mpi/f90/util
srcdir          = .
abs_srcdir      = /tmp/mpich2-1.0.5p4/test/mpi/f90/util
MAKE            = make
F90              = /usr/local/bin/mpif90
F90FLAGS        = 
F90_COMPILE     = $(F90) $(F90FLAGS) $(F90INCLUDES)

VPATH = .

.SUFFIXES:
.SUFFIXES: .o .f90 
.f90.o:
	$(F90_COMPILE) -c $<
.f90:
	$(F90_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)
apply: 
	$(ACTION) $(ACTION_INPUT)
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 

# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
HEADERFILES     = $(HEADERS)
SOURCEFILES     = $(SOURCES)
tags: TAGS
TAGS: Makefile
# --------------------------------------------------------------------------
# This Makefile.sm generated automatically by f77tof90
# from test/mpi/f77/util/Makefile.sm.  DO NOT EDIT
mtestf90.o: $(srcdir)/mtestf90.f90
all-local: mtestf90.o

FORCE_TARGET:

