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

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

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

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

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 infotest2f90 infotestf90
	-@rm -f infotest2f90.exe infotestf90.exe
	-@rm -f core core.[0-9]*
	-@rm -f *.lo ${srcdir}/*.lo
	-@rm -f *.irlog*
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: infotestf90 infotest2f90

infotest2f90: infotest2f90.o    ../util/mtestf90.o
	$(F90_LINK) $(F90FLAGS) $(LDFLAGS) -o infotest2f90 infotest2f90.o  \
	${LIBS} 
infotestf90: infotestf90.o    ../util/mtestf90.o
	$(F90_LINK) $(F90FLAGS) $(LDFLAGS) -o infotestf90 infotestf90.o  \
	${LIBS} 
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
SOURCES         =  infotestf90.f90 infotest2f90.f90
ETAGS           = etags --language=c
HEADERFILES     = $(HEADERS)
SOURCEFILES     = $(SOURCES)
tags: TAGS
TAGS: Makefile${HEADERFILES} ${SOURCEFILES}
	here=`cd ../../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERFILES} ${SOURCEFILES}
# --------------------------------------------------------------------------
# This Makefile.sm generated automatically by f77tof90
# from test/mpi/f77/info/Makefile.sm.  DO NOT EDIT


../util/mtestf90.o: 
	(cd ../util && $(MAKE) mtestf90.o)

FORCE_TARGET:

