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

# Makefile.  Generated from Makefile.in by configure.

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

SHELL           = /bin/sh
srcdir          = /proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/mpid/ch3
abs_srcdir      = /proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/mpid/ch3
MAKE            = make
MPILIBNAME      = mpich
PMPILIBNAME     = @PMPILIBNAME@


VPATH = .:/proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/mpid/ch3

.SUFFIXES:
# Some make programs complain if no suffixes are set
.SUFFIXES: .c .o
clean:
	-@rm -f *.o ${srcdir}/*.o 
	-@rm -f *.lo ${srcdir}/*.lo
	(cd channels && $(MAKE) clean )
	(cd src && $(MAKE) clean )
distclean: clean distclean-local distclean-xxx remove-makefile
distclean-xxx:
	(cd channels && $(MAKE) distclean )
	(cd src && $(MAKE) distclean )
	-@rm -f Makefile src/Makefile channels/Makefile localdefs config.status config.log config.cache *conf.cache config.system
	-@rm -rf autom4te*.cache
	-@rm -f include/mpidi_ch3_conf.h
	-@rm -rf $(DEPS_DIR)
	-@rm -f TAGS
remove-makefile:
	rm -f Makefile
remove-genmakefiles:
	rm -f  Makefile
all-redirect:
	@(cd channels && ${MAKE} all )
	@(cd src && ${MAKE} all )

# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
tags: TAGS
TAGS:
	(cd channels && $(MAKE) TAGS )
	(cd src && $(MAKE) TAGS )
# --------------------------------------------------------------------------

distclean-local:
	-rm -f include/mpidi_ch3_conf.h 

maintainer-clean-local:
	-rm -f include/mpidi_ch3_conf.h.in

#
# echomaxprocname gives the maximum length of a processor name, as used
# by MPI_GET_PROCESSOR_NAME.  This is initialized in mpid_init
echomaxprocname:
	@echo 128

FORCE_TARGET:

