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

# init/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/init
DEFS            = -DHAVE_CONFIG_H -I. -I${srcdir}
CPPFLAGS        = 
LIBS            = 
MPILIBNAME      = mpich
PMPILIBNAME     = @PMPILIBNAME@

CC              = /proj/tpfimos/larour/Libraries/linux/mpich2-gnu//bin/mpicc
CFLAGS          = 
C_COMPILE       = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)
C_LINK      = $(CC)
LDFLAGS     =   ../util/mtest.o

VPATH = .
INCLUDES = -I../include -I${srcdir}/../include

.SUFFIXES:
.SUFFIXES: .o .c 
.c.o:
	$(C_COMPILE) -c $<
.c:
	$(C_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)
clean:
	-@rm -f *.o ${srcdir}/*.o exitst3 timeout exitst2 version finalized exitst1 initstat
	-@rm -f exitst3.exe timeout.exe exitst2.exe version.exe finalized.exe exitst1.exe initstat.exe
	-@rm -f core core.[0-9]*
	-@rm -f *.lo ${srcdir}/*.lo
	-@rm -f *.irlog*
distclean: clean distclean-xxx remove-makefile
distclean-xxx:
	-@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: exitst1 exitst2 exitst3 initstat version timeout finalized

exitst3: exitst3.o   
	$(C_LINK) $(LDFLAGS) -o exitst3 exitst3.o  ${LIBS}
timeout: timeout.o   
	$(C_LINK) $(LDFLAGS) -o timeout timeout.o  ${LIBS}
exitst2: exitst2.o   
	$(C_LINK) $(LDFLAGS) -o exitst2 exitst2.o  ${LIBS}
version: version.o   
	$(C_LINK) $(LDFLAGS) -o version version.o  ${LIBS}
finalized: finalized.o   
	$(C_LINK) $(LDFLAGS) -o finalized finalized.o  ${LIBS}
exitst1: exitst1.o   
	$(C_LINK) $(LDFLAGS) -o exitst1 exitst1.o  ${LIBS}
initstat: initstat.o   
	$(C_LINK) $(LDFLAGS) -o initstat initstat.o  ${LIBS}
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
SOURCES         =  exitst1.c exitst2.c exitst3.c initstat.c version.c \
	timeout.c finalized.c 
ETAGS           = etags --langmap=c:+.i
tags: TAGS
TAGS:${HEADERS} ${SOURCES}
	here=`cd ../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERS} ${SOURCES}
# --------------------------------------------------------------------------

# isendirecv contains features that not all systems support (e.g., the
# sincos call, not available on IRIX).

../util/mtest.o:
	(cd ../util && $(MAKE) mtest.o)

FORCE_TARGET:

