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

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

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

SHELL           = /bin/sh
INSTALL         = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA    = ${INSTALL} -m 644
MKDIR_P         = mkdir -p
master_top_srcdir  = /proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1
srcdir          = .
abs_srcdir      = /proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/env
prefix          = /proj/tpfimos/larour/Libraries/linux/mpich2-gnu/
exec_prefix     = ${prefix}
bindir          = ${exec_prefix}/bin
sysconfdir      = ${prefix}/etc
MPILIBNAME      = mpich
PMPILIBNAME     = pmpich


VPATH = .
doc_sources = mpicc.txt mpif77.txt mpicxx.txt mpif90.txt

.SUFFIXES:
# Some make programs complain if no suffixes are set
.SUFFIXES: .c .o
clean:
	-@rm -f *.o ${srcdir}/*.o 
	-@rm -f *.lo ${srcdir}/*.lo
distclean: clean distclean-xxx remove-makefile
distclean-xxx:
	-@rm -f mpicc mpicc.conf mpicxx mpicxx.conf mpif77 mpif77.conf mpif90 mpif90.conf mpich2version Makefile
	-@rm -rf autom4te*.cache
	-@rm -rf $(DEPS_DIR)
	-@rm -f TAGS
remove-makefile:
	rm -f Makefile
remove-genmakefiles:
	rm -f  Makefile
all-redirect:

# --------------------------------------------------------------------------
# Install target
install: FORCE_TARGET 
	if [ ! -d ${exec_prefix} ] ; then $(MKDIR_P) ${exec_prefix} ; fi
	if [ ! -d ${prefix} ] ; then $(MKDIR_P) ${prefix} ; fi
	if [ ! -d ${bindir} ] ; then $(MKDIR_P) ${bindir} ; fi
	$(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) mpicc ${bindir}/mpicc
	$(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) mpich2version ${bindir}/mpich2version
	if [ ! -d ${sysconfdir} ] ; then $(MKDIR_P) ${sysconfdir} ; fi
	$(INSTALL_DATA) mpicc.conf ${sysconfdir}/mpicc.conf
	if [ -s mpicxx ] ; then $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) mpicxx ${bindir}/mpicxx ; fi
	if [ -s mpif77 ] ; then $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) mpif77 ${bindir}/mpif77 ; fi
	if [ -s mpif90 ] ; then $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) mpif90 ${bindir}/mpif90 ; fi
	if [ -s mpicxx.conf ] ; then $(INSTALL_DATA) mpicxx.conf ${sysconfdir}/mpicxx.conf ; fi
	if [ -s mpif77.conf ] ; then $(INSTALL_DATA) mpif77.conf ${sysconfdir}/mpif77.conf ; fi
	if [ -s mpif90.conf ] ; then $(INSTALL_DATA) mpif90.conf ${sysconfdir}/mpif90.conf ; fi

install-strip:
	$(MAKE) INSTALL_STRIP_FLAG=-s install
uninstall:
	-rm -f ${bindir}/mpicc
	-rm -f ${bindir}/mpich2version
	-rm -f ${sysconfdir}/mpicc.conf
	-rm -f ${bindir}/mpicxx
	-rm -f ${bindir}/mpif77
	-rm -f ${bindir}/mpif90
	-rm -f ${sysconfdir}/mpicxx.conf
	-rm -f ${sysconfdir}/mpif77.conf
	-rm -f ${sysconfdir}/mpif90.conf
installcheck:
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
tags: TAGS
TAGS:
# --------------------------------------------------------------------------


FORCE_TARGET:

