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

# src/nameserv/test/Makefile.  Generated from Makefile.in by configure.

# --------------------------------------------------------------------------
all: all-redirect

SHELL           = /bin/sh
master_top_srcdir  = /tmp/mpich2-1.0.5p4
abs_builddir    = /tmp/mpich2-1.0.5p4/src/nameserv/test
srcdir          = .
abs_srcdir      = /tmp/mpich2-1.0.5p4/src/nameserv/test
DEFS            = -DHAVE_CONFIG_H -I. -I${srcdir}
CPPFLAGS        =  -I/tmp/mpich2-1.0.5p4/src/mpid/ch3/include -I/tmp/mpich2-1.0.5p4/src/mpid/ch3/include -I/tmp/mpich2-1.0.5p4/src/mpid/common/datatype -I/tmp/mpich2-1.0.5p4/src/mpid/common/datatype -I/tmp/mpich2-1.0.5p4/src/mpid/ch3/channels/sock/include -I/tmp/mpich2-1.0.5p4/src/mpid/ch3/channels/sock/include -I/tmp/mpich2-1.0.5p4/src/mpid/common/sock -I/tmp/mpich2-1.0.5p4/src/mpid/common/sock -I/tmp/mpich2-1.0.5p4/src/mpid/common/sock/poll -I/tmp/mpich2-1.0.5p4/src/mpid/common/sock/poll
LIBS            = -lpthread        -lrt   
MAKE            = make
MPILIBNAME      = mpich
PMPILIBNAME     = pmpich

CC              = gcc
CFLAGS          = 
C_COMPILE       = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)
C_LINK         = $(CC)
CC_SHL          = true
C_COMPILE_SHL   = $(CC_SHL) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)
LDFLAGS     =   

VPATH = .
INCLUDES = -I${master_top_srcdir}/src/mpi/spawn

.SUFFIXES:
.SUFFIXES: .o .lo .c 
.c.o:
	$(C_COMPILE) -c $<
.c.lo:
	$(C_COMPILE_SHL) -c $< -o _s$*.o
	@mv -f _s$*.o $*.lo
.c:
	$(C_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)
apply: 
	$(ACTION) $(ACTION_INPUT)
clean: 
	-@rm -f *.o ${srcdir}/*.o testnd
	-@rm -f testnd.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: testnd

testnd: testnd.o  ../../../lib/libmpich.a  
	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o testnd testnd.o  -L../../../lib \
	-lmpich ${LIBS} 
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
SOURCES         =  testnd.c
ETAGS           = etags --language=c
HEADERFILES     = $(HEADERS)
SOURCEFILES     = $(SOURCES)
tags: TAGS
TAGS: Makefile${HEADERFILES} ${SOURCEFILES}
	here=`cd ../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERFILES} ${SOURCEFILES}
# --------------------------------------------------------------------------

FORCE_TARGET:

