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

# f90/timer/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/timer
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)
F90_SHL          = @F90_SHL@
F90_COMPILE_SHL = $(F90_SHL) $(F90FLAGS)
LDFLAGS     =   

VPATH = .

.SUFFIXES:
.SUFFIXES: .o .lo .f90 
.f90.o:
	$(F90_COMPILE) -c $<
.f90.lo:
	$(F90_COMPILE_SHL) -c $< -o _s$*.o
	@mv -f _s$*.o $*.lo
.f90:
	$(F90_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)
clean:
	-@rm -f *.o ${srcdir}/*.o wtimef90
	-@rm -f wtimef90.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: wtimef90

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

FORCE_TARGET:

