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

# f90/comm/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/f90/comm
LIBS            = 
MPILIBNAME      = mpich
PMPILIBNAME     = @PMPILIBNAME@

F90              = /proj/tpfimos/larour/Libraries/linux/mpich2-gnu//bin/mpif90
F90FLAGS        = -g -O2
F90_COMPILE     = $(F90) $(F90FLAGS) $(F90INCLUDES)
F90_LINK    = $(F90)
LDFLAGS     =   ../util/mtestf90.o 

VPATH = .

.SUFFIXES:
.SUFFIXES: .o .f90 
.f90.o:
	$(F90_COMPILE) -c $<
.f90:
	$(F90_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)
clean:
	-@rm -f *.o ${srcdir}/*.o commerrf90 commnamef90
	-@rm -f commerrf90.exe commnamef90.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: commnamef90 commerrf90

commerrf90: commerrf90.o    ../util/mtestf90.o
	$(F90_LINK) $(LDFLAGS) -o commerrf90 commerrf90.o  ${LIBS}
commnamef90: commnamef90.o    ../util/mtestf90.o
	$(F90_LINK) $(LDFLAGS) -o commnamef90 commnamef90.o  ${LIBS}
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
SOURCES         =  commnamef90.f90 commerrf90.f90
ETAGS           = etags --langmap=c:+.i
tags: TAGS
TAGS:${HEADERS} ${SOURCES}
	here=`cd ../../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERS} ${SOURCES}
# --------------------------------------------------------------------------


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

FORCE_TARGET:

