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

# f90/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/f90/datatype
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 = .
F90INCLUDES = -I. 
F90HEADERS = typeaints.h

.SUFFIXES:
.SUFFIXES: .o .f90 
.f90.o:
	$(F90_COMPILE) -c $<
.f90:
	$(F90_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)
clean:
	-@rm -f *.o ${srcdir}/*.o gaddressf90 typesubf90 structf typenamef90 typem2f90 packef90 typesnamef90 typecntsf90
	-@rm -f gaddressf90.exe typesubf90.exe structf.exe typenamef90.exe typem2f90.exe packef90.exe typesnamef90.exe typecntsf90.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: typenamef90 typesnamef90 typecntsf90 typesubf90 typem2f90\
	 gaddressf90 packef90 structf

gaddressf90: gaddressf90.o    ../util/mtestf90.o
	$(F90_LINK) $(LDFLAGS) -o gaddressf90 gaddressf90.o  ${LIBS}
typesubf90: typesubf90.o    ../util/mtestf90.o
	$(F90_LINK) $(LDFLAGS) -o typesubf90 typesubf90.o  ${LIBS}
structf: structf.o    ../util/mtestf90.o
	$(F90_LINK) $(LDFLAGS) -o structf structf.o  ${LIBS}
typenamef90: typenamef90.o    ../util/mtestf90.o
	$(F90_LINK) $(LDFLAGS) -o typenamef90 typenamef90.o  ${LIBS}
typem2f90: typem2f90.o    ../util/mtestf90.o
	$(F90_LINK) $(LDFLAGS) -o typem2f90 typem2f90.o  ${LIBS}
packef90: packef90.o    ../util/mtestf90.o
	$(F90_LINK) $(LDFLAGS) -o packef90 packef90.o  ${LIBS}
typesnamef90: typesnamef90.o    ../util/mtestf90.o
	$(F90_LINK) $(LDFLAGS) -o typesnamef90 typesnamef90.o  ${LIBS}
typecntsf90: typecntsf90.o    ../util/mtestf90.o
	$(F90_LINK) $(LDFLAGS) -o typecntsf90 typecntsf90.o  ${LIBS}
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
SOURCES         =  typenamef90.f90 typesnamef90.f90 typecntsf90.f90 \
	typesubf90.f90 typem2f90.f90 gaddressf90.f90 packef90.f90 structf.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)
#createf90_SOURCES = createf90.f90
#createf90types_SOURCES = createf90types.c

FORCE_TARGET:

