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

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


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 mpi mpid util ; do \
		(cd $$dir && ${MAKE} clean ; ) ; done
distclean: clean distclean-local distclean-xxx remove-makefile
distclean-xxx:
	for dir in mpi mpid util ; do \
		(cd $$dir && ${MAKE} distclean ; ) ; done
	-@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:
	@(cd mpi && ${MAKE} all )
	@(cd mpid && ${MAKE} all )
	@(cd util && ${MAKE} all )

# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
tags: TAGS
TAGS:
	for dir in mpi mpid util ; do \
		(cd $$dir && ${MAKE} TAGS ; ) ; done
# --------------------------------------------------------------------------
distclean-local:
	rm -f runtests

testing:
	(cd mpi && $(MAKE) testing)

FORCE_TARGET:

