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

# src/mpi/datatype/Makefile.  Generated from Makefile.in by configure.

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

SHELL           = /bin/sh
AR              = ar
RANLIB          = ranlib
master_top_srcdir  = /proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1
top_builddir    = /proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1
srcdir          = .
abs_srcdir      = /proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/mpi/datatype
top_srcdir      = ../../..
DEFS            = -DHAVE_CONFIG_H -I. -I${srcdir}
CPPFLAGS        =  -I/proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/binding/f77 -I/proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/binding/f77 -I/proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/mpid/ch3/include -I/proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/mpid/ch3/include -I/proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/mpid/common/datatype -I/proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/mpid/common/datatype -I/proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/mpid/ch3/channels/sock/include -I/proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/mpid/ch3/channels/sock/include -I/proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/mpid/common/sock -I/proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/mpid/common/sock -I/proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/mpid/common/sock/poll -I/proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/mpid/common/sock/poll
MPILIBNAME      = mpich
PMPILIBNAME     = pmpich

CC              = gcc
CFLAGS          = 
C_COMPILE       = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)
LIBTOOL         = 
CREATESHLIB     = /proj/tpfimos/larour/Libraries/linux/mpich2-1.0.2p1/src/util/createshlib
CC_SHL          = ${CC} -fpic
C_COMPILE_SHL   = $(CC_SHL) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)

VPATH = .
mpi_sources = address.c get_address.c get_count.c \
 get_elements.c pack.c unpack.c pack_size.c status_set_elements.c \
 type_get_name.c \
 type_set_name.c type_size.c type_extent.c type_vector.c type_commit.c \
 type_indexed.c type_hindexed.c type_struct.c \
 type_contiguous.c type_free.c type_hvector.c type_dup.c \
 type_get_envelope.c type_get_contents.c \
 type_ub.c type_lb.c type_get_extent.c type_get_true_extent.c \
 type_match_size.c \
 type_create_struct.c type_create_hindexed.c type_create_hvector.c \
 pack_external.c pack_external_size.c unpack_external.c \
 type_create_indexed_block.c type_create_resized.c \
 type_create_darray.c type_create_subarray.c
win_sources = register_datarep.c
HEADERS = datatype.h
INCLUDES = -I../../include -I${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)
clean:
	-@rm -f *.o ${srcdir}/*.o 
	-@rm -f .libstamp0 .libstamp1 .libstamp2 .libstamp3 
	-@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 [ -n "" ] ; then \
	    ${MAKE} .libstamp2 ; \
	fi
	@if [ "gcc" != "none" ] ; then \
	    ${MAKE} .libstamp1 ; \
	    if [ -n "" ] ; then \
	        ${MAKE} .libstamp3 ; \
	    fi ; \
	fi

.libstamp0 ../../../lib/lib${MPILIBNAME}.a: address.o get_address.o \
	get_count.o get_elements.o pack.o unpack.o pack_size.o \
	status_set_elements.o type_get_name.o type_set_name.o type_size.o \
	type_extent.o type_vector.o type_commit.o type_indexed.o \
	type_hindexed.o type_struct.o type_contiguous.o type_free.o \
	type_hvector.o type_dup.o type_get_envelope.o type_get_contents.o \
	type_ub.o type_lb.o type_get_extent.o type_get_true_extent.o \
	type_match_size.o type_create_struct.o type_create_hindexed.o \
	type_create_hvector.o pack_external.o pack_external_size.o \
	unpack_external.o type_create_indexed_block.o type_create_resized.o \
	type_create_darray.o type_create_subarray.o typeutil.o 
	${AR} cr ../../../lib/lib${MPILIBNAME}.a $?
	${RANLIB} ../../../lib/lib${MPILIBNAME}.a
	date > .libstamp0
.libstamp1 ../../../lib/lib${MPILIBNAME}.la: address.lo get_address.lo \
	get_count.lo get_elements.lo pack.lo unpack.lo pack_size.lo \
	status_set_elements.lo type_get_name.lo type_set_name.lo type_size.lo \
	type_extent.lo type_vector.lo type_commit.lo type_indexed.lo \
	type_hindexed.lo type_struct.lo type_contiguous.lo type_free.lo \
	type_hvector.lo type_dup.lo type_get_envelope.lo type_get_contents.lo \
	type_ub.lo type_lb.lo type_get_extent.lo type_get_true_extent.lo \
	type_match_size.lo type_create_struct.lo type_create_hindexed.lo \
	type_create_hvector.lo pack_external.lo pack_external_size.lo \
	unpack_external.lo type_create_indexed_block.lo \
	type_create_resized.lo type_create_darray.lo type_create_subarray.lo \
	typeutil.lo 
	${AR} cr ../../../lib/lib${MPILIBNAME}.la $?
	date > .libstamp1

# --------------------------------------------------------------------------
.libstamp2: _address.o _get_address.o _get_count.o _get_elements.o _pack.o _unpack.o \
	_pack_size.o _status_set_elements.o _type_get_name.o _type_set_name.o \
	_type_size.o _type_extent.o _type_vector.o _type_commit.o \
	_type_indexed.o _type_hindexed.o _type_struct.o _type_contiguous.o \
	_type_free.o _type_hvector.o _type_dup.o _type_get_envelope.o \
	_type_get_contents.o _type_ub.o _type_lb.o _type_get_extent.o \
	_type_get_true_extent.o _type_match_size.o _type_create_struct.o \
	_type_create_hindexed.o _type_create_hvector.o _pack_external.o \
	_pack_external_size.o _unpack_external.o _type_create_indexed_block.o \
	_type_create_resized.o _type_create_darray.o _type_create_subarray.o 
	${AR} cr ../../../lib/lib${PMPILIBNAME}.a $?
	${RANLIB} ../../../lib/lib${PMPILIBNAME}.a
	date > .libstamp2
.libstamp3: _address.lo _get_address.lo _get_count.lo _get_elements.lo _pack.lo \
	_unpack.lo _pack_size.lo _status_set_elements.lo _type_get_name.lo \
	_type_set_name.lo _type_size.lo _type_extent.lo _type_vector.lo \
	_type_commit.lo _type_indexed.lo _type_hindexed.lo _type_struct.lo \
	_type_contiguous.lo _type_free.lo _type_hvector.lo _type_dup.lo \
	_type_get_envelope.lo _type_get_contents.lo _type_ub.lo _type_lb.lo \
	_type_get_extent.lo _type_get_true_extent.lo _type_match_size.lo \
	_type_create_struct.lo _type_create_hindexed.lo \
	_type_create_hvector.lo _pack_external.lo _pack_external_size.lo \
	_unpack_external.lo _type_create_indexed_block.lo \
	_type_create_resized.lo _type_create_darray.lo \
	_type_create_subarray.lo 
	${AR} cr ../../../lib/lib${PMPILIBNAME}.la $?
	date > .libstamp3
_address.o: address.c
	$(C_COMPILE) -c  $< -o _address.o
_address.lo: address.c
	$(C_COMPILE_SHL) -c  $< -o _address.lo
_get_address.o: get_address.c
	$(C_COMPILE) -c  $< -o _get_address.o
_get_address.lo: get_address.c
	$(C_COMPILE_SHL) -c  $< -o _get_address.lo
_get_count.o: get_count.c
	$(C_COMPILE) -c  $< -o _get_count.o
_get_count.lo: get_count.c
	$(C_COMPILE_SHL) -c  $< -o _get_count.lo
_get_elements.o: get_elements.c
	$(C_COMPILE) -c  $< -o _get_elements.o
_get_elements.lo: get_elements.c
	$(C_COMPILE_SHL) -c  $< -o _get_elements.lo
_pack.o: pack.c
	$(C_COMPILE) -c  $< -o _pack.o
_pack.lo: pack.c
	$(C_COMPILE_SHL) -c  $< -o _pack.lo
_unpack.o: unpack.c
	$(C_COMPILE) -c  $< -o _unpack.o
_unpack.lo: unpack.c
	$(C_COMPILE_SHL) -c  $< -o _unpack.lo
_pack_size.o: pack_size.c
	$(C_COMPILE) -c  $< -o _pack_size.o
_pack_size.lo: pack_size.c
	$(C_COMPILE_SHL) -c  $< -o _pack_size.lo
_status_set_elements.o: status_set_elements.c
	$(C_COMPILE) -c  $< -o _status_set_elements.o
_status_set_elements.lo: status_set_elements.c
	$(C_COMPILE_SHL) -c  $< -o _status_set_elements.lo
_type_get_name.o: type_get_name.c
	$(C_COMPILE) -c  $< -o _type_get_name.o
_type_get_name.lo: type_get_name.c
	$(C_COMPILE_SHL) -c  $< -o _type_get_name.lo
_type_set_name.o: type_set_name.c
	$(C_COMPILE) -c  $< -o _type_set_name.o
_type_set_name.lo: type_set_name.c
	$(C_COMPILE_SHL) -c  $< -o _type_set_name.lo
_type_size.o: type_size.c
	$(C_COMPILE) -c  $< -o _type_size.o
_type_size.lo: type_size.c
	$(C_COMPILE_SHL) -c  $< -o _type_size.lo
_type_extent.o: type_extent.c
	$(C_COMPILE) -c  $< -o _type_extent.o
_type_extent.lo: type_extent.c
	$(C_COMPILE_SHL) -c  $< -o _type_extent.lo
_type_vector.o: type_vector.c
	$(C_COMPILE) -c  $< -o _type_vector.o
_type_vector.lo: type_vector.c
	$(C_COMPILE_SHL) -c  $< -o _type_vector.lo
_type_commit.o: type_commit.c
	$(C_COMPILE) -c  $< -o _type_commit.o
_type_commit.lo: type_commit.c
	$(C_COMPILE_SHL) -c  $< -o _type_commit.lo
_type_indexed.o: type_indexed.c
	$(C_COMPILE) -c  $< -o _type_indexed.o
_type_indexed.lo: type_indexed.c
	$(C_COMPILE_SHL) -c  $< -o _type_indexed.lo
_type_hindexed.o: type_hindexed.c
	$(C_COMPILE) -c  $< -o _type_hindexed.o
_type_hindexed.lo: type_hindexed.c
	$(C_COMPILE_SHL) -c  $< -o _type_hindexed.lo
_type_struct.o: type_struct.c
	$(C_COMPILE) -c  $< -o _type_struct.o
_type_struct.lo: type_struct.c
	$(C_COMPILE_SHL) -c  $< -o _type_struct.lo
_type_contiguous.o: type_contiguous.c
	$(C_COMPILE) -c  $< -o _type_contiguous.o
_type_contiguous.lo: type_contiguous.c
	$(C_COMPILE_SHL) -c  $< -o _type_contiguous.lo
_type_free.o: type_free.c
	$(C_COMPILE) -c  $< -o _type_free.o
_type_free.lo: type_free.c
	$(C_COMPILE_SHL) -c  $< -o _type_free.lo
_type_hvector.o: type_hvector.c
	$(C_COMPILE) -c  $< -o _type_hvector.o
_type_hvector.lo: type_hvector.c
	$(C_COMPILE_SHL) -c  $< -o _type_hvector.lo
_type_dup.o: type_dup.c
	$(C_COMPILE) -c  $< -o _type_dup.o
_type_dup.lo: type_dup.c
	$(C_COMPILE_SHL) -c  $< -o _type_dup.lo
_type_get_envelope.o: type_get_envelope.c
	$(C_COMPILE) -c  $< -o _type_get_envelope.o
_type_get_envelope.lo: type_get_envelope.c
	$(C_COMPILE_SHL) -c  $< -o _type_get_envelope.lo
_type_get_contents.o: type_get_contents.c
	$(C_COMPILE) -c  $< -o _type_get_contents.o
_type_get_contents.lo: type_get_contents.c
	$(C_COMPILE_SHL) -c  $< -o _type_get_contents.lo
_type_ub.o: type_ub.c
	$(C_COMPILE) -c  $< -o _type_ub.o
_type_ub.lo: type_ub.c
	$(C_COMPILE_SHL) -c  $< -o _type_ub.lo
_type_lb.o: type_lb.c
	$(C_COMPILE) -c  $< -o _type_lb.o
_type_lb.lo: type_lb.c
	$(C_COMPILE_SHL) -c  $< -o _type_lb.lo
_type_get_extent.o: type_get_extent.c
	$(C_COMPILE) -c  $< -o _type_get_extent.o
_type_get_extent.lo: type_get_extent.c
	$(C_COMPILE_SHL) -c  $< -o _type_get_extent.lo
_type_get_true_extent.o: type_get_true_extent.c
	$(C_COMPILE) -c  $< -o _type_get_true_extent.o
_type_get_true_extent.lo: type_get_true_extent.c
	$(C_COMPILE_SHL) -c  $< -o _type_get_true_extent.lo
_type_match_size.o: type_match_size.c
	$(C_COMPILE) -c  $< -o _type_match_size.o
_type_match_size.lo: type_match_size.c
	$(C_COMPILE_SHL) -c  $< -o _type_match_size.lo
_type_create_struct.o: type_create_struct.c
	$(C_COMPILE) -c  $< -o _type_create_struct.o
_type_create_struct.lo: type_create_struct.c
	$(C_COMPILE_SHL) -c  $< -o _type_create_struct.lo
_type_create_hindexed.o: type_create_hindexed.c
	$(C_COMPILE) -c  $< -o _type_create_hindexed.o
_type_create_hindexed.lo: type_create_hindexed.c
	$(C_COMPILE_SHL) -c  $< -o _type_create_hindexed.lo
_type_create_hvector.o: type_create_hvector.c
	$(C_COMPILE) -c  $< -o _type_create_hvector.o
_type_create_hvector.lo: type_create_hvector.c
	$(C_COMPILE_SHL) -c  $< -o _type_create_hvector.lo
_pack_external.o: pack_external.c
	$(C_COMPILE) -c  $< -o _pack_external.o
_pack_external.lo: pack_external.c
	$(C_COMPILE_SHL) -c  $< -o _pack_external.lo
_pack_external_size.o: pack_external_size.c
	$(C_COMPILE) -c  $< -o _pack_external_size.o
_pack_external_size.lo: pack_external_size.c
	$(C_COMPILE_SHL) -c  $< -o _pack_external_size.lo
_unpack_external.o: unpack_external.c
	$(C_COMPILE) -c  $< -o _unpack_external.o
_unpack_external.lo: unpack_external.c
	$(C_COMPILE_SHL) -c  $< -o _unpack_external.lo
_type_create_indexed_block.o: type_create_indexed_block.c
	$(C_COMPILE) -c  $< -o _type_create_indexed_block.o
_type_create_indexed_block.lo: type_create_indexed_block.c
	$(C_COMPILE_SHL) -c  $< -o _type_create_indexed_block.lo
_type_create_resized.o: type_create_resized.c
	$(C_COMPILE) -c  $< -o _type_create_resized.o
_type_create_resized.lo: type_create_resized.c
	$(C_COMPILE_SHL) -c  $< -o _type_create_resized.lo
_type_create_darray.o: type_create_darray.c
	$(C_COMPILE) -c  $< -o _type_create_darray.o
_type_create_darray.lo: type_create_darray.c
	$(C_COMPILE_SHL) -c  $< -o _type_create_darray.lo
_type_create_subarray.o: type_create_subarray.c
	$(C_COMPILE) -c  $< -o _type_create_subarray.o
_type_create_subarray.lo: type_create_subarray.c
	$(C_COMPILE_SHL) -c  $< -o _type_create_subarray.lo
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
SOURCES         =  address.c get_address.c get_count.c get_elements.c pack.c \
	unpack.c pack_size.c status_set_elements.c type_get_name.c \
	type_set_name.c type_size.c type_extent.c type_vector.c type_commit.c \
	type_indexed.c type_hindexed.c type_struct.c type_contiguous.c \
	type_free.c type_hvector.c type_dup.c type_get_envelope.c \
	type_get_contents.c type_ub.c type_lb.c type_get_extent.c \
	type_get_true_extent.c type_match_size.c type_create_struct.c \
	type_create_hindexed.c type_create_hvector.c pack_external.c \
	pack_external_size.c unpack_external.c type_create_indexed_block.c \
	type_create_resized.c type_create_darray.c type_create_subarray.c \
	typeutil.c 
ETAGS           = etags --langmap=c:+.i
tags: TAGS
TAGS:${HEADERS} ${SOURCES}
	here=`cd ../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERS} ${SOURCES}
# --------------------------------------------------------------------------

#

FORCE_TARGET:

