⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 fortran并行计算包
💻 IN
字号:
# This Makefile.in created by simplemake.  Do not edit# @configure_input@# --------------------------------------------------------------------------all: all-redirectSHELL           = @SHELL@AR              = @AR@RANLIB          = @RANLIB@master_top_srcdir  = @master_top_srcdir@top_builddir    = @master_top_builddir@abs_builddir    = @abs_builddir@srcdir          = @srcdir@abs_srcdir      = @abs_srcdir@DEFS            = @DEFS@ -I. -I${srcdir}CPPFLAGS        = @CPPFLAGS@MAKE            = @MAKE@MPILIBNAME      = @MPILIBNAME@CC              = @CC@CFLAGS          = @CFLAGS@C_COMPILE       = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)LIBTOOL         = @LIBTOOL@CC_SHL          = @CC_SHL@C_COMPILE_SHL   = $(CC_SHL) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)VPATH = .:@srcdir@HEADERS = dataloop/dataloop_parts.h dataloop/dataloop_create.h mpid_dataloop.h mpid_datatype.h \	mpid_ext32_segment.h segment_states.hINCLUDES = -I${srcdir} -I${top_builddir}/src/include -I${master_top_srcdir}/src/include.SUFFIXES:.SUFFIXES: .o .lo .c .txt .c.o:	$(C_COMPILE) -c $<.c.lo:	$(C_COMPILE_SHL) -c $< -o _s$*.o	@mv -f _s$*.o $*.lo.c.txt:	$(CPP) $(INCLUDES) $(CPPFLAGS) $< >$*.txt.c:	$(C_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)# --------------------------------------------------------------------------${srcdir}/Makefile.in: ${srcdir}/Makefile.sm	( cd ${srcdir} && /sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/simplemake \	-rootdir=../../../../ \	-configdir=. \	-common=/sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/makedefs \	-docnamedefs=\$${master_top_srcdir}/maint/docnotes \	"-autoconf=-I ROOTDIR/confdb" \	-libdir=\$${MPILIBNAME}=ROOTDIR/lib \	-distcleanfiles="Makefile" \	-smvar_doc_attop=0 \		Makefile.sm )Makefile: ${srcdir}/Makefile.in	-cd ../../../../ && \	if [ -x config.status ] ; then CONFIG_FILES=src/mpid/common/datatype/Makefile CONFIG_HEADERS= ${SHELL} ./config.status ; fi# --------------------------------------------------------------------------apply: 	$(ACTION) $(ACTION_INPUT)	(cd dataloop && $(MAKE) apply )clean: 	-@rm -f *.o ${srcdir}/*.o 	-@rm -f .libstamp0 .libstamp1 	-@rm -f *.lo ${srcdir}/*.lo	-@rm -f ${srcdir}/*.bb ${srcdir}/*.bbg ${srcdir}/*.da	-@rm -f ${srcdir}/*.gcda ${srcdir}/*.gcno	-@rm -f *.gcov *.bb *.bbg *.da *.gcda *.gcno	(cd dataloop && $(MAKE) clean )distclean:  clean distclean-xxx remove-makefiledistclean-xxx:	if [ -s dataloop/Makefile ] ; then (cd dataloop && $(MAKE) distclean ) ; fi	-@rm -f Makefile	-@rm -rf autom4te*.cache	-@rm -rf $(DEPS_DIR)	-@rm -f TAGSmaintainer-clean:  distclean-xxx remove-genmakefiles	(cd dataloop && $(MAKE) maintainer-clean )remove-makefile:	rm -f Makefileremove-genmakefiles:	rm -f  Makefile.in Makefileall-redirect:	@(cd dataloop && ${MAKE} all )	${MAKE} all-localall-local: .libstamp0 ../../../../lib/lib${MPILIBNAME}.a	@if [ "@ENABLE_SHLIB@" != "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_zerolen.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 mpid_contents_support.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_zerolen.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 mpid_contents_support.lo 	${AR} cr ../../../../lib/lib${MPILIBNAME}.la $?	date > .libstamp1coverage: 	-@for file in 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_zerolen.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 	mpid_contents_support.c  ; do \		gcov -b -f $$file ; done	(cd dataloop && $(MAKE) coverage )# --------------------------------------------------------------------------htmldoc:	(cd dataloop && $(MAKE) htmldoc )mandoc:	(cd dataloop && $(MAKE) mandoc )latexdoc:	(cd dataloop && $(MAKE) latexdoc )# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------# DependenciesDEPS_DIR = .depsMAKE_DEPEND_C   = @MAKE_DEPEND_C@ $(DEFS) $(INCLUDES) $(CPPFLAGS)dependencies: $(DEPS_DIR)/timestamp	(cd dataloop && $(MAKE) dependencies )$(DEPS_DIR)/mpid_type_debug.d: $(srcdir)/mpid_type_debug.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_debug.c >$(DEPS_DIR)/mpid_type_debug.d$(DEPS_DIR)/mpid_segment.d: $(srcdir)/mpid_segment.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_segment.c >$(DEPS_DIR)/mpid_segment.d$(DEPS_DIR)/mpid_ext32_segment.d: $(srcdir)/mpid_ext32_segment.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_ext32_segment.c >$(DEPS_DIR)/mpid_ext32_segment.d$(DEPS_DIR)/mpid_ext32_datatype.d: $(srcdir)/mpid_ext32_datatype.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_ext32_datatype.c >$(DEPS_DIR)/mpid_ext32_datatype.d$(DEPS_DIR)/mpid_type_dup.d: $(srcdir)/mpid_type_dup.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_dup.c >$(DEPS_DIR)/mpid_type_dup.d$(DEPS_DIR)/mpir_type_get_contig_blocks.d: $(srcdir)/mpir_type_get_contig_blocks.c	$(MAKE_DEPEND_C)  $(srcdir)/mpir_type_get_contig_blocks.c >$(DEPS_DIR)/mpir_type_get_contig_blocks.d$(DEPS_DIR)/mpir_type_flatten.d: $(srcdir)/mpir_type_flatten.c	$(MAKE_DEPEND_C)  $(srcdir)/mpir_type_flatten.c >$(DEPS_DIR)/mpir_type_flatten.d$(DEPS_DIR)/mpid_type_commit.d: $(srcdir)/mpid_type_commit.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_commit.c >$(DEPS_DIR)/mpid_type_commit.d$(DEPS_DIR)/mpid_type_zerolen.d: $(srcdir)/mpid_type_zerolen.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_zerolen.c >$(DEPS_DIR)/mpid_type_zerolen.d$(DEPS_DIR)/mpid_type_vector.d: $(srcdir)/mpid_type_vector.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_vector.c >$(DEPS_DIR)/mpid_type_vector.d$(DEPS_DIR)/mpid_type_contiguous.d: $(srcdir)/mpid_type_contiguous.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_contiguous.c >$(DEPS_DIR)/mpid_type_contiguous.d$(DEPS_DIR)/mpid_type_create_resized.d: $(srcdir)/mpid_type_create_resized.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_create_resized.c >$(DEPS_DIR)/mpid_type_create_resized.d$(DEPS_DIR)/mpid_type_blockindexed.d: $(srcdir)/mpid_type_blockindexed.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_blockindexed.c >$(DEPS_DIR)/mpid_type_blockindexed.d$(DEPS_DIR)/mpid_type_indexed.d: $(srcdir)/mpid_type_indexed.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_indexed.c >$(DEPS_DIR)/mpid_type_indexed.d$(DEPS_DIR)/mpid_type_struct.d: $(srcdir)/mpid_type_struct.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_struct.c >$(DEPS_DIR)/mpid_type_struct.d$(DEPS_DIR)/mpid_type_get_envelope.d: $(srcdir)/mpid_type_get_envelope.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_get_envelope.c >$(DEPS_DIR)/mpid_type_get_envelope.d$(DEPS_DIR)/mpid_datatype_free.d: $(srcdir)/mpid_datatype_free.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_datatype_free.c >$(DEPS_DIR)/mpid_datatype_free.d$(DEPS_DIR)/mpid_datatype_contents.d: $(srcdir)/mpid_datatype_contents.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_datatype_contents.c >$(DEPS_DIR)/mpid_datatype_contents.d$(DEPS_DIR)/mpid_type_get_contents.d: $(srcdir)/mpid_type_get_contents.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_get_contents.c >$(DEPS_DIR)/mpid_type_get_contents.d$(DEPS_DIR)/mpid_type_create_pairtype.d: $(srcdir)/mpid_type_create_pairtype.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_create_pairtype.c >$(DEPS_DIR)/mpid_type_create_pairtype.d$(DEPS_DIR)/mpid_contents_support.d: $(srcdir)/mpid_contents_support.c	$(MAKE_DEPEND_C)  $(srcdir)/mpid_contents_support.c >$(DEPS_DIR)/mpid_contents_support.d$(DEPS_DIR)/timestamp: 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_zerolen.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 	mpid_contents_support.c Makefile	rm -f $(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_debug.c >$(DEPS_DIR)/mpid_type_debug.d	echo "include $(DEPS_DIR)/mpid_type_debug.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_segment.c >$(DEPS_DIR)/mpid_segment.d	echo "include $(DEPS_DIR)/mpid_segment.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_ext32_segment.c >$(DEPS_DIR)/mpid_ext32_segment.d	echo "include $(DEPS_DIR)/mpid_ext32_segment.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_ext32_datatype.c >$(DEPS_DIR)/mpid_ext32_datatype.d	echo "include $(DEPS_DIR)/mpid_ext32_datatype.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_dup.c >$(DEPS_DIR)/mpid_type_dup.d	echo "include $(DEPS_DIR)/mpid_type_dup.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpir_type_get_contig_blocks.c >$(DEPS_DIR)/mpir_type_get_contig_blocks.d	echo "include $(DEPS_DIR)/mpir_type_get_contig_blocks.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpir_type_flatten.c >$(DEPS_DIR)/mpir_type_flatten.d	echo "include $(DEPS_DIR)/mpir_type_flatten.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_commit.c >$(DEPS_DIR)/mpid_type_commit.d	echo "include $(DEPS_DIR)/mpid_type_commit.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_zerolen.c >$(DEPS_DIR)/mpid_type_zerolen.d	echo "include $(DEPS_DIR)/mpid_type_zerolen.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_vector.c >$(DEPS_DIR)/mpid_type_vector.d	echo "include $(DEPS_DIR)/mpid_type_vector.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_contiguous.c >$(DEPS_DIR)/mpid_type_contiguous.d	echo "include $(DEPS_DIR)/mpid_type_contiguous.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_create_resized.c >$(DEPS_DIR)/mpid_type_create_resized.d	echo "include $(DEPS_DIR)/mpid_type_create_resized.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_blockindexed.c >$(DEPS_DIR)/mpid_type_blockindexed.d	echo "include $(DEPS_DIR)/mpid_type_blockindexed.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_indexed.c >$(DEPS_DIR)/mpid_type_indexed.d	echo "include $(DEPS_DIR)/mpid_type_indexed.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_struct.c >$(DEPS_DIR)/mpid_type_struct.d	echo "include $(DEPS_DIR)/mpid_type_struct.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_get_envelope.c >$(DEPS_DIR)/mpid_type_get_envelope.d	echo "include $(DEPS_DIR)/mpid_type_get_envelope.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_datatype_free.c >$(DEPS_DIR)/mpid_datatype_free.d	echo "include $(DEPS_DIR)/mpid_datatype_free.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_datatype_contents.c >$(DEPS_DIR)/mpid_datatype_contents.d	echo "include $(DEPS_DIR)/mpid_datatype_contents.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_get_contents.c >$(DEPS_DIR)/mpid_type_get_contents.d	echo "include $(DEPS_DIR)/mpid_type_get_contents.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_type_create_pairtype.c >$(DEPS_DIR)/mpid_type_create_pairtype.d	echo "include $(DEPS_DIR)/mpid_type_create_pairtype.d" >>$(DEPS_DIR)/newalldeps	$(MAKE_DEPEND_C)  $(srcdir)/mpid_contents_support.c >$(DEPS_DIR)/mpid_contents_support.d	echo "include $(DEPS_DIR)/mpid_contents_support.d" >>$(DEPS_DIR)/newalldeps	if [ -s $(DEPS_DIR)/newalldeps ] ; then mv -f $(DEPS_DIR)/newalldeps $(DEPS_DIR)/alldeps ; fi	date >$(DEPS_DIR)/timestampinclude $(DEPS_DIR)/alldeps# End of Dependencies# --------------------------------------------------------------------------# --------------------------------------------------------------------------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_zerolen.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 mpid_contents_support.c ETAGS           = @ETAGS@ @ETAGSADD@HEADERFILES     = $(HEADERS)SOURCEFILES     = $(SOURCES)tags: TAGSTAGS: Makefile${HEADERFILES} ${SOURCEFILES}	here=`cd ../../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERFILES} ${SOURCEFILES}	(cd dataloop && $(MAKE) TAGS )# --------------------------------------------------------------------------FORCE_TARGET:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -