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

# src/include/Makefile.  Generated from Makefile.in by configure.

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

SHELL           = /bin/sh
abs_builddir    = /tmp/mpich2-1.0.5p4/src/include
srcdir          = .
abs_srcdir      = /tmp/mpich2-1.0.5p4/src/include
MAKE            = make
MPILIBNAME      = mpich
PMPILIBNAME     = pmpich


VPATH = .
HEADERS = mpi.h mpiimpl.h mpiatomic.h mpichtimer.h mpierror.h mpierrs.h \
	mpihandlemem.h mpimem.h mpistates.h mpisysstates.h mpitimerimpl.h \
	mpitypedefs.h mpiutil.h nmpi.h  mpiallstates.h mpiimplthread.h \
	mpiiov.h mpiu_monitors.h mpichtimer.h

.SUFFIXES:
# Some make programs complain if no suffixes are set
.SUFFIXES: .c .o
apply: 
	$(ACTION) $(ACTION_INPUT)
clean: 
	-@rm -f *.o ${srcdir}/*.o 
	-@rm -f *.lo ${srcdir}/*.lo
distclean:  clean distclean-xxx remove-makefile
distclean-xxx:
	-@rm -f Makefile mpichtimer.h mpi.h
	-@rm -rf autom4te*.cache
	-@rm -rf $(DEPS_DIR)
	-@rm -f TAGS
remove-makefile:
	rm -f Makefile
remove-genmakefiles:
	rm -f  Makefile
all-redirect:

# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
ETAGS           = etags --language=c
HEADERFILES     = $(abs_builddir)/mpi.h mpiimpl.h mpiatomic.h \
	$(abs_builddir)/mpichtimer.h mpierror.h mpierrs.h mpihandlemem.h \
	mpimem.h mpistates.h mpisysstates.h mpitimerimpl.h mpitypedefs.h \
	mpiutil.h nmpi.h mpiallstates.h mpiimplthread.h mpiiov.h \
	mpiu_monitors.h $(abs_builddir)/mpichtimer.h 
SOURCEFILES     = $(SOURCES)
tags: TAGS
TAGS: Makefile${HEADERFILES} ${SOURCEFILES}
	here=`cd ../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERFILES} ${SOURCEFILES}
# --------------------------------------------------------------------------
# This Makefile supports the TAGS target

FORCE_TARGET:

