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

# io/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/io
DEFS            = -DHAVE_CONFIG_H -I. -I${srcdir}
CPPFLAGS        = 
LIBS            = 
MPILIBNAME      = mpich
PMPILIBNAME     = @PMPILIBNAME@

CC              = /proj/tpfimos/larour/Libraries/linux/mpich2-gnu//bin/mpicc
CFLAGS          = 
C_COMPILE       = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)
C_LINK      = $(CC)
LDFLAGS     =   ../util/mtest.o 

VPATH = .
INCLUDES = -I../include -I${srcdir}/../include

.SUFFIXES:
.SUFFIXES: .o .c 
.c.o:
	$(C_COMPILE) -c $<
.c:
	$(C_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)
clean: clean-local
	-@rm -f *.o ${srcdir}/*.o setviewcur rdwrord i_noncontig setinfo async rdwrzero async_any getextent
	-@rm -f setviewcur.exe rdwrord.exe i_noncontig.exe setinfo.exe async.exe rdwrzero.exe async_any.exe getextent.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: rdwrord rdwrzero getextent setinfo setviewcur i_noncontig async\
	 async_any

setviewcur: setviewcur.o    ../util/mtest.o
	$(C_LINK) $(LDFLAGS) -o setviewcur setviewcur.o  ${LIBS}
rdwrord: rdwrord.o    ../util/mtest.o
	$(C_LINK) $(LDFLAGS) -o rdwrord rdwrord.o  ${LIBS}
i_noncontig: i_noncontig.o    ../util/mtest.o
	$(C_LINK) $(LDFLAGS) -o i_noncontig i_noncontig.o  ${LIBS}
setinfo: setinfo.o    ../util/mtest.o
	$(C_LINK) $(LDFLAGS) -o setinfo setinfo.o  ${LIBS}
async: async.o    ../util/mtest.o
	$(C_LINK) $(LDFLAGS) -o async async.o  ${LIBS}
rdwrzero: rdwrzero.o    ../util/mtest.o
	$(C_LINK) $(LDFLAGS) -o rdwrzero rdwrzero.o  ${LIBS}
async_any: async_any.o    ../util/mtest.o
	$(C_LINK) $(LDFLAGS) -o async_any async_any.o  ${LIBS}
getextent: getextent.o    ../util/mtest.o
	$(C_LINK) $(LDFLAGS) -o getextent getextent.o  ${LIBS}
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
SOURCES         =  rdwrord.c rdwrzero.c getextent.c setinfo.c setviewcur.c \
	i_noncontig.c async.c async_any.c 
ETAGS           = etags --langmap=c:+.i
tags: TAGS
TAGS:${HEADERS} ${SOURCES}
	here=`cd ../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERS} ${SOURCES}
# --------------------------------------------------------------------------


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

# Add the temporary files that might be left behind by the test programs
clean-local:
	-@rm -f testfile testfile.?

FORCE_TARGET:

