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

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

FC              = /proj/tpfimos/larour/Libraries/linux/mpich2-gnu//bin/mpif77
FFLAGS          = 
F77_COMPILE     = $(FC) $(FFLAGS) $(F77INCLUDES)
F77_LINK    = $(FC)
LDFLAGS     =   ../util/mtestf.o 

VPATH = .
F77INCLUDES = -I. 
F77HEADERS = typeaints.h

.SUFFIXES:
.SUFFIXES: .o .f 
.f.o:
	$(F77_COMPILE) -c $<
.f:
	$(F77_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)
clean:
	-@rm -f *.o ${srcdir}/*.o typem2f typesubf gaddressf typecntsf packef typenamef typesnamef
	-@rm -f typem2f.exe typesubf.exe gaddressf.exe typecntsf.exe packef.exe typenamef.exe typesnamef.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 typeaints.h
	-@rm -rf autom4te*.cache
	-@rm -rf $(DEPS_DIR)
	-@rm -f TAGS
remove-makefile:
	rm -f Makefile
remove-genmakefiles:
	rm -f  Makefile
all-redirect: typenamef typesnamef typecntsf typesubf typem2f gaddressf packef

typem2f: typem2f.o    ../util/mtestf.o
	$(F77_LINK) $(LDFLAGS) -o typem2f typem2f.o  ${LIBS}
typesubf: typesubf.o    ../util/mtestf.o
	$(F77_LINK) $(LDFLAGS) -o typesubf typesubf.o  ${LIBS}
gaddressf: gaddressf.o    ../util/mtestf.o
	$(F77_LINK) $(LDFLAGS) -o gaddressf gaddressf.o  ${LIBS}
typecntsf: typecntsf.o    ../util/mtestf.o
	$(F77_LINK) $(LDFLAGS) -o typecntsf typecntsf.o  ${LIBS}
packef: packef.o    ../util/mtestf.o
	$(F77_LINK) $(LDFLAGS) -o packef packef.o  ${LIBS}
typenamef: typenamef.o    ../util/mtestf.o
	$(F77_LINK) $(LDFLAGS) -o typenamef typenamef.o  ${LIBS}
typesnamef: typesnamef.o    ../util/mtestf.o
	$(F77_LINK) $(LDFLAGS) -o typesnamef typesnamef.o  ${LIBS}
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
SOURCES         =  typenamef.f typesnamef.f typecntsf.f typesubf.f typem2f.f \
	gaddressf.f packef.f 
ETAGS           = etags --langmap=c:+.i
tags: TAGS
TAGS:${HEADERS} ${SOURCES}
	here=`cd ../../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERS} ${SOURCES}
# --------------------------------------------------------------------------



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

FORCE_TARGET:

