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

# basic/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/basic
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     =   

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 allmpi self patterns sendrecv netpipe adapt wtime simple srtest
	-@rm -f allmpi.exe self.exe patterns.exe sendrecv.exe netpipe.exe adapt.exe wtime.exe simple.exe srtest.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: self simple sendrecv srtest wtime netpipe patterns adapt

allmpi: allmpi.o   
	$(C_LINK) $(LDFLAGS) -o allmpi allmpi.o  ${LIBS}
self: self.o   
	$(C_LINK) $(LDFLAGS) -o self self.o  ${LIBS}
patterns: patterns.o   
	$(C_LINK) $(LDFLAGS) -o patterns patterns.o  ${LIBS}
sendrecv: sendrecv.o   
	$(C_LINK) $(LDFLAGS) -o sendrecv sendrecv.o  ${LIBS}
netpipe: netmpi.o GetOpt.o   
	$(C_LINK) $(LDFLAGS) -o netpipe netmpi.o GetOpt.o  ${LIBS}
adapt: adapt.o GetOpt.o   
	$(C_LINK) $(LDFLAGS) -o adapt adapt.o GetOpt.o  ${LIBS}
wtime: wtime.o   
	$(C_LINK) $(LDFLAGS) -o wtime wtime.o  ${LIBS}
simple: simple.o   
	$(C_LINK) $(LDFLAGS) -o simple simple.o  ${LIBS}
srtest: srtest.o   
	$(C_LINK) $(LDFLAGS) -o srtest srtest.o  ${LIBS}
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
SOURCES         =  self.c simple.c sendrecv.c srtest.c wtime.c netmpi.c \
	GetOpt.c patterns.c adapt.c GetOpt.c allmpi.c 
ETAGS           = etags --langmap=c:+.i
tags: TAGS
TAGS:${HEADERS} ${SOURCES}
	here=`cd ../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERS} ${SOURCES}
# --------------------------------------------------------------------------

# The allmpi program uses MPICH internal header files


FORCE_TARGET:

