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

# info/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/info
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:
	-@rm -f *.o ${srcdir}/*.o infodel infovallen infoorder infomany infodup infotest
	-@rm -f infodel.exe infovallen.exe infoorder.exe infomany.exe infodup.exe infotest.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: infodup infodel infovallen infoorder infomany infotest

infodel: infodel.o   
	$(C_LINK) $(LDFLAGS) -o infodel infodel.o  ${LIBS}
infovallen: infovallen.o   
	$(C_LINK) $(LDFLAGS) -o infovallen infovallen.o  ${LIBS}
infoorder: infoorder.o   
	$(C_LINK) $(LDFLAGS) -o infoorder infoorder.o  ${LIBS}
infomany: infomany.o   
	$(C_LINK) $(LDFLAGS) -o infomany infomany.o  ${LIBS}
infodup: infodup.o   
	$(C_LINK) $(LDFLAGS) -o infodup infodup.o  ${LIBS}
infotest: infotest.o   
	$(C_LINK) $(LDFLAGS) -o infotest infotest.o  ${LIBS}
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
SOURCES         =  infodup.c infodel.c infovallen.c infoorder.c infomany.c \
	infotest.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)

FORCE_TARGET:

