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

📄 makefile.in

📁 刚才是说明 现在是安装程序在 LINUX环境下进行编程的MPICH安装文件
💻 IN
字号:
# This Makefile.in created by simplemake.  Do not edit# @configure_input@all: all-redirectSHELL           = @SHELL@AR              = @AR@RANLIB          = @RANLIB@top_srcdir      = @top_srcdir@srcdir      = @srcdir@DEFS        = @DEFS@ -I. -I${srcdir}CPPFLAGS    = @CPPFLAGS@MPILIBNAME  = @MPILIBNAME@## Add the profiling definitions from the mpich2 document here?# Do we want to only add this for the mpi directories that will define# profing, perhaps by adding an # "include mpiprof" to the Makefile.sm, and have simplemake handle these# includes?CXX         = @CXX@CXXFLAGS    = @CXXFLAGS@CXX_COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CXXFLAGS) $(CPPFLAGS)VPATH = .:${srcdir}.SUFFIXES:.SUFFIXES: .o .cpp .h .cpp.o:	$(CXX_COMPILE) -c $<.h.o:	clean:	-rm -f *.o ${srcdir}/*.o 	-rm -f *.lo ${srcdir}/*.lodistclean: clean	-rm -f  Makefile config.status config.log config.cache config.system	-rm -f TAGSmpi_sources = mpicxx.h initcxx.cpp INCLUDES = -I../../include -I${top_srcdir}/src/includeall-redirect: ../../../lib/lib${MPILIBNAME}.a../../../lib/lib${MPILIBNAME}.a: mpicxx.o initcxx.o 	${AR} cr ../../../lib/lib${MPILIBNAME}.a $?	${RANLIB} ../../../lib/lib${MPILIBNAME}.a	sleep 1tags: TAGSTAGS:# DO NOT EDIT# This file created by buildiface -nosep -noromiomaintainerclean-local:	rm -f ${mpi_sources}

⌨️ 快捷键说明

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