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

📄 makefile.in

📁 mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境
💻 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@PMPILIBNAME     = @PMPILIBNAME@CC              = @CC@CFLAGS          = @CFLAGS@C_COMPILE       = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)LIBTOOL         = @LIBTOOL@CREATESHLIB     = @CREATESHLIB@CC_SHL          = @CC_SHL@C_COMPILE_SHL   = $(CC_SHL) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)VPATH = .:@srcdir@HEADERS = gen_dataloop.h mpid_dataloop.h mpid_datatype.h \	mpid_ext32_segment.h segment_states.hINCLUDES = -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}/*.lodistclean: clean distclean-xxx remove-makefiledistclean-xxx:	-@rm -f Makefile	-@rm -rf autom4te*.cache	-@rm -rf $(DEPS_DIR)	-@rm -f TAGSremove-makefile:	rm -f Makefileremove-genmakefiles:	rm -f  Makefileall-redirect: .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_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@ @ETAGSADD@HEADERFILES     = $(HEADERS)SOURCEFILES     = $(SOURCES)tags: TAGSTAGS:${HEADERFILES} ${SOURCEFILES}	here=`cd ../../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERFILES} ${SOURCEFILES}# --------------------------------------------------------------------------FORCE_TARGET:

⌨️ 快捷键说明

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