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

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

CXX             = /proj/tpfimos/larour/Libraries/linux/mpich2-gnu//bin/mpicxx
CXXFLAGS        = 
CXX_COMPILE     = $(CXX) $(DEFS) $(INCLUDES) $(CXXFLAGS) $(CPPFLAGS)
CXX_LINK    = $(CXX)
LDFLAGS     =   ../util/mtest.o 

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

.SUFFIXES:
.SUFFIXES: .o .cxx 
.cxx.o:
	$(CXX_COMPILE) -c $<
.cxx:
	$(CXX_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)
clean:
	-@rm -f *.o ${srcdir}/*.o icallreducex alltoallw2x icscattervx icbcastx uallreduce uscan icgathervx icgatherx uexscan icscatterx ureduce icbarrierx icalltoallx icallgatherx icreducex icallgathervx
	-@rm -f icallreducex.exe alltoallw2x.exe icscattervx.exe icbcastx.exe uallreduce.exe uscan.exe icgathervx.exe icgatherx.exe uexscan.exe icscatterx.exe ureduce.exe icbarrierx.exe icalltoallx.exe icallgatherx.exe icreducex.exe icallgathervx.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: uallreduce ureduce uscan uexscan icbcastx icbarrierx icgatherx\
	 icgathervx icscatterx icscattervx icallgatherx icallgathervx\
	 icallreducex icreducex icalltoallx alltoallw2x

icallreducex: icallreducex.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o icallreducex icallreducex.o  ${LIBS}
alltoallw2x: alltoallw2x.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o alltoallw2x alltoallw2x.o  ${LIBS}
icscattervx: icscattervx.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o icscattervx icscattervx.o  ${LIBS}
icbcastx: icbcastx.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o icbcastx icbcastx.o  ${LIBS}
uallreduce: uallreduce.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o uallreduce uallreduce.o  ${LIBS}
uscan: uscan.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o uscan uscan.o  ${LIBS}
icgathervx: icgathervx.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o icgathervx icgathervx.o  ${LIBS}
icgatherx: icgatherx.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o icgatherx icgatherx.o  ${LIBS}
uexscan: uexscan.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o uexscan uexscan.o  ${LIBS}
icscatterx: icscatterx.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o icscatterx icscatterx.o  ${LIBS}
ureduce: ureduce.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o ureduce ureduce.o  ${LIBS}
icbarrierx: icbarrierx.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o icbarrierx icbarrierx.o  ${LIBS}
icalltoallx: icalltoallx.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o icalltoallx icalltoallx.o  ${LIBS}
icallgatherx: icallgatherx.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o icallgatherx icallgatherx.o  ${LIBS}
icreducex: icreducex.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o icreducex icreducex.o  ${LIBS}
icallgathervx: icallgathervx.o    ../util/mtest.o
	$(CXX_LINK) $(LDFLAGS) -o icallgathervx icallgathervx.o  ${LIBS}
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
SOURCES         =  uallreduce.cxx ureduce.cxx uscan.cxx uexscan.cxx \
	icbcastx.cxx icbarrierx.cxx icgatherx.cxx icgathervx.cxx \
	icscatterx.cxx icscattervx.cxx icallgatherx.cxx icallgathervx.cxx \
	icallreducex.cxx icreducex.cxx icalltoallx.cxx alltoallw2x.cxx 
ETAGS           = etags --langmap=c:+.i
tags: TAGS
TAGS:${HEADERS} ${SOURCES}
	here=`cd ../../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERS} ${SOURCES}
# --------------------------------------------------------------------------


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

FORCE_TARGET:

