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

# errors/cxx/Makefile.  Generated from Makefile.in by configure.

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

SHELL           = /bin/sh
bindir          = ${exec_prefix}/bin
exec_prefix     = ${prefix}
prefix          = /usr/local
abs_builddir    = /tmp/mpich2-1.0.5p4/test/mpi/errors/cxx
srcdir          = .
abs_srcdir      = /tmp/mpich2-1.0.5p4/test/mpi/errors/cxx
MAKE            = make

VPATH = .

.SUFFIXES:
# Some make programs complain if no suffixes are set
.SUFFIXES: .c .o
apply: 
	$(ACTION) $(ACTION_INPUT)
	(cd io && $(MAKE) apply )
	(cd errhan && $(MAKE) apply )
clean: 
	-@rm -f *.o ${srcdir}/*.o 
	-@rm -f *.lo ${srcdir}/*.lo
	(cd io && $(MAKE) clean )
	(cd errhan && $(MAKE) clean )
distclean:  clean distclean-xxx remove-makefile
distclean-xxx:
	if [ -s io/Makefile ] ; then (cd io && $(MAKE) distclean ) ; fi
	if [ -s errhan/Makefile ] ; then (cd errhan && $(MAKE) distclean ) ; fi
	-@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 io && ${MAKE} all )
	@(cd errhan && ${MAKE} all )

# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
HEADERFILES     = $(HEADERS)
SOURCEFILES     = $(SOURCES)
tags: TAGS
TAGS: Makefile
	(cd io && $(MAKE) TAGS )
	(cd errhan && $(MAKE) TAGS )
# --------------------------------------------------------------------------

# A special testing target to simplify testing just the C++ code
testing:
	../../runtests -srcdir=$(srcdir) -tests=testlist \
		   -mpiexec=$(bindir)/mpiexec \
		   -xmlfile=summary.xml


FORCE_TARGET:

