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

# f77/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/f77
MAKE            = make
MPILIBNAME      = mpich
PMPILIBNAME     = @PMPILIBNAME@


VPATH = .

.SUFFIXES:
# Some make programs complain if no suffixes are set
.SUFFIXES: .c .o
clean:
	-@rm -f *.o ${srcdir}/*.o 
	-@rm -f *.lo ${srcdir}/*.lo
	for dir in util attr datatype coll pt2pt info init comm topo rma spawn io ext ; do \
		(cd $$dir && ${MAKE} clean ; ) ; done
distclean: clean distclean-xxx remove-makefile
distclean-xxx:
	for dir in util attr datatype coll pt2pt info init comm topo rma spawn io ext ; do \
		(cd $$dir && ${MAKE} distclean ; ) ; done
	-@rm -f Makefile testlist
	-@rm -rf autom4te*.cache
	-@rm -rf $(DEPS_DIR)
	-@rm -f TAGS
remove-makefile:
	rm -f Makefile
remove-genmakefiles:
	rm -f  Makefile
all-redirect:
	@(cd util && ${MAKE} all )
	@(cd attr && ${MAKE} all )
	@(cd datatype && ${MAKE} all )
	@(cd coll && ${MAKE} all )
	@(cd pt2pt && ${MAKE} all )
	@(cd info && ${MAKE} all )
	@(cd init && ${MAKE} all )
	@(cd comm && ${MAKE} all )
	@(cd topo && ${MAKE} all )
	@(cd rma && ${MAKE} all )
	@(cd spawn && ${MAKE} all )
	@(cd io && ${MAKE} all )
	@(cd ext && ${MAKE} all )

# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
tags: TAGS
TAGS:
	for dir in util attr datatype coll pt2pt info init comm topo rma spawn io ext ; do \
		(cd $$dir && ${MAKE} TAGS ; ) ; done
# --------------------------------------------------------------------------

FORCE_TARGET:

