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

# src/binding/cxx/Makefile.  Generated from Makefile.in by configure.

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

SHELL           = /bin/sh
AR              = ar
RANLIB          = ranlib
INSTALL         = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA    = ${INSTALL} -m 644
MKDIR_P         = mkdir -p
master_top_srcdir  = /tmp/mpich2-1.0.5p4
top_builddir    = /tmp/mpich2-1.0.5p4
abs_builddir    = /tmp/mpich2-1.0.5p4/src/binding/cxx
srcdir          = .
abs_srcdir      = /tmp/mpich2-1.0.5p4/src/binding/cxx
top_srcdir      = ../../..
prefix          = /usr/local
includedir      = ${prefix}/include
DEFS            = -DHAVE_CONFIG_H -I. -I${srcdir}
CPPFLAGS        =  -I/tmp/mpich2-1.0.5p4/src/mpid/ch3/include -I/tmp/mpich2-1.0.5p4/src/mpid/ch3/include -I/tmp/mpich2-1.0.5p4/src/mpid/common/datatype -I/tmp/mpich2-1.0.5p4/src/mpid/common/datatype -I/tmp/mpich2-1.0.5p4/src/mpid/ch3/channels/sock/include -I/tmp/mpich2-1.0.5p4/src/mpid/ch3/channels/sock/include -I/tmp/mpich2-1.0.5p4/src/mpid/common/sock -I/tmp/mpich2-1.0.5p4/src/mpid/common/sock -I/tmp/mpich2-1.0.5p4/src/mpid/common/sock/poll -I/tmp/mpich2-1.0.5p4/src/mpid/common/sock/poll
MAKE            = make
MPILIBNAME      = mpich
PMPILIBNAME     = pmpich

CXX             = c++
CXXFLAGS        = 
CXX_COMPILE     = $(CXX) $(DEFS) $(INCLUDES) $(CXXFLAGS) $(CPPFLAGS)
LIBTOOL         = 
CXX_SHL         = false
CXX_COMPILE_SHL = $(CXX_SHL) $(DEFS) $(INCLUDES) $(CXXFLAGS) $(CPPFLAGS)


VPATH = .
mpi_sources = mpicxx.h initcxx.cxx 
MPICXXLIBNAME = mpichcxx
INCLUDES = -I../../include -I${top_srcdir}/src/include -I$(master_top_srcdir)/src/include 
doc_sources = mpicxx.txt

.SUFFIXES:
.SUFFIXES: .o .lo .cxx .h 
.cxx.o:
	$(CXX_COMPILE) -c $<
.cxx.lo:
	$(CXX_COMPILE_SHL) -c $< -o _s$*.o
	@mv -f _s$*.o $*.lo
.cxx:
	$(CXX_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)
.h.o:

.h.lo:
apply: 
	$(ACTION) $(ACTION_INPUT)
clean: 
	-@rm -f *.o ${srcdir}/*.o 
	-@rm -f .libstamp0 .libstamp1 
	-@rm -f *.lo ${srcdir}/*.lo
distclean:  clean distclean-local distclean-xxx remove-makefile
distclean-xxx:
	-@rm -f Makefile mpicxx.h
	-@rm -rf autom4te*.cache
	-@rm -rf $(DEPS_DIR)
	-@rm -f TAGS
remove-makefile:
	rm -f Makefile
remove-genmakefiles:
	rm -f  Makefile
all-redirect: .libstamp0 ../../../lib/lib${MPICXXLIBNAME}.a
	@if [ "none" != "none" ] ; then \
	    ${MAKE} .libstamp1 ; \
	fi

.libstamp0 ../../../lib/lib${MPICXXLIBNAME}.a: initcxx.o 
	${AR} cr ../../../lib/lib${MPICXXLIBNAME}.a $?
	${RANLIB} ../../../lib/lib${MPICXXLIBNAME}.a
	date > .libstamp0
.libstamp1 ../../../lib/lib${MPICXXLIBNAME}.la: initcxx.lo 
	${AR} cr ../../../lib/lib${MPICXXLIBNAME}.la $?
	date > .libstamp1
# --------------------------------------------------------------------------
# Install target
install:  FORCE_TARGET 
	if [ ! -d ${DESTDIR}${prefix} ] ; then $(MKDIR_P) ${DESTDIR}${prefix} ; fi
	if [ ! -d ${DESTDIR}${includedir} ] ; then $(MKDIR_P) ${DESTDIR}${includedir} ; fi
	$(INSTALL_DATA) mpicxx.h ${DESTDIR}${includedir}/mpicxx.h

install-strip:
	$(MAKE) INSTALL_STRIP_FLAG=-s install
uninstall: 
	-rm -f ${DESTDIR}${includedir}/mpicxx.h
installcheck: 
# --------------------------------------------------------------------------
dependencies:
# --------------------------------------------------------------------------
SOURCES         =  initcxx.cxx
HEADERS         =  mpicxx.h
ETAGS           = etags --language=c
HEADERFILES     = $(HEADERS)
SOURCEFILES     = $(SOURCES)
tags: TAGS
TAGS: Makefile${HEADERFILES} ${SOURCEFILES}
	here=`cd ../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERFILES} ${SOURCEFILES}
# --------------------------------------------------------------------------
# DO NOT EDIT
# This file created by buildiface -nosep

maintainerclean-local:
	rm -f ${mpi_sources}
# Documentation sources
distclean-local:
	rm -f ../../../bin/mpicxx
	rm -f ../../../src/include/mpicxx.h

FORCE_TARGET:

