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

# src/mpid/common/datatype/Makefile.  Generated from Makefile.in by configure.

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

SHELL           = /bin/sh
AR              = ar
RANLIB          = ranlib
master_top_srcdir  = /tmp/mpich2-1.0.5p4
top_builddir    = /tmp/mpich2-1.0.5p4
abs_builddir    = /tmp/mpich2-1.0.5p4/src/mpid/common/datatype
srcdir          = .
abs_srcdir      = /tmp/mpich2-1.0.5p4/src/mpid/common/datatype
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
MAKE            = make
MPILIBNAME      = mpich
CC              = gcc
CFLAGS          = 
C_COMPILE       = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)
LIBTOOL         = 
CC_SHL          = true
C_COMPILE_SHL   = $(CC_SHL) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)

VPATH = .
HEADERS = gen_dataloop.h mpid_dataloop.h mpid_datatype.h \
	mpid_ext32_segment.h segment_states.h
INCLUDES = -I${srcdir} -I../../../include -I${master_top_srcdir}/src/include

.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 
	-@rm -f .libstamp0 .libstamp1 
	-@rm -f *.lo ${srcdir}/*.lo
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: .libstamp0 ../../../../lib/lib${MPILIBNAME}.a
	@if [ "none" != "none" ] ; then \
	    ${MAKE} .libstamp1 ; \
	fi

.libstamp0 ../../../../lib/lib${MPILIBNAME}.a: mpid_type_debug.o \
	mpid_segment.o mpid_ext32_segment.o mpid_ext32_datatype.o \
	mpid_type_dup.o mpir_type_get_contig_blocks.o mpir_type_flatten.o \
	mpid_type_commit.o mpid_type_vector.o mpid_type_contiguous.o \
	mpid_type_create_resized.o mpid_type_blockindexed.o \
	mpid_type_indexed.o mpid_type_struct.o mpid_type_get_envelope.o \
	mpid_datatype_free.o mpid_datatype_contents.o \
	mpid_type_get_contents.o mpid_type_create_pairtype.o gen_segment.o \
	gen_dataloop.o gen_type_contiguous.o gen_type_vector.o \
	gen_type_blockindexed.o gen_type_indexed.o gen_type_struct.o 
	${AR} cr ../../../../lib/lib${MPILIBNAME}.a $?
	${RANLIB} ../../../../lib/lib${MPILIBNAME}.a
	date > .libstamp0
.libstamp1 ../../../../lib/lib${MPILIBNAME}.la: mpid_type_debug.lo \
	mpid_segment.lo mpid_ext32_segment.lo mpid_ext32_datatype.lo \
	mpid_type_dup.lo mpir_type_get_contig_blocks.lo mpir_type_flatten.lo \
	mpid_type_commit.lo mpid_type_vector.lo mpid_type_contiguous.lo \
	mpid_type_create_resized.lo mpid_type_blockindexed.lo \
	mpid_type_indexed.lo mpid_type_struct.lo mpid_type_get_envelope.lo \
	mpid_datatype_free.lo mpid_datatype_contents.lo \
	mpid_type_get_contents.lo mpid_type_create_pairtype.lo gen_segment.lo \
	gen_dataloop.lo gen_type_contiguous.lo gen_type_vector.lo \
	gen_type_blockindexed.lo gen_type_indexed.lo gen_type_struct.lo 
	${AR} cr ../../../../lib/lib${MPILIBNAME}.la $?
	date > .libstamp1
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
SOURCES         =  mpid_type_debug.c mpid_segment.c mpid_ext32_segment.c \
	mpid_ext32_datatype.c mpid_type_dup.c mpir_type_get_contig_blocks.c \
	mpir_type_flatten.c mpid_type_commit.c mpid_type_vector.c \
	mpid_type_contiguous.c mpid_type_create_resized.c \
	mpid_type_blockindexed.c mpid_type_indexed.c mpid_type_struct.c \
	mpid_type_get_envelope.c mpid_datatype_free.c \
	mpid_datatype_contents.c mpid_type_get_contents.c \
	mpid_type_create_pairtype.c gen_segment.c gen_dataloop.c \
	gen_type_contiguous.c gen_type_vector.c gen_type_blockindexed.c \
	gen_type_indexed.c gen_type_struct.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:

