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

📄 makefile.in

📁 刚才是说明 现在是安装程序在 LINUX环境下进行编程的MPICH安装文件
💻 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@srcdir      = @srcdir@DEFS        = @DEFS@ -I. -I${srcdir}CPPFLAGS    = @CPPFLAGS@LIBS        = @LIBS@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?CC          = @CC@CFLAGS      = @CFLAGS@C_COMPILE   = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)C_LINK      = $(CC)LDFLAGS     = @LDFLAGS@ VPATH = .:${srcdir}.SUFFIXES:.SUFFIXES: .o .c .c.o:	$(C_COMPILE) -c $<.c:	$(C_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)clean:	-rm -f *.o ${srcdir}/*.o mergedlogs printdlog	-rm -f *.lo ${srcdir}/*.lodistclean: clean	-rm -f  Makefile ../dlog2slog/Makefile config.status config.log config.cache config.system	-rm -f TAGSINCLUDES = -I../../../include -I${master_top_srcdir}/src/includeall-redirect: ../../../../lib/lib${MPILIBNAME}.a mergedlogs printdlog../../../../lib/lib${MPILIBNAME}.a: dlog.o dlogutil.o 	${AR} cr ../../../../lib/lib${MPILIBNAME}.a $?	${RANLIB} ../../../../lib/lib${MPILIBNAME}.a	sleep 1mergedlogs: mergelogs.o  	$(C_LINK) $(LDFLAGS) -o mergedlogs mergelogs.o  -L ../../../../lib \	-L ${master_top_srcdir}/lib -lmpich ${LIBS} printdlog: printdlog.o  	$(C_LINK) $(LDFLAGS) -o printdlog printdlog.o  -L ../../../../lib -L \	${master_top_srcdir}/lib -lmpich ${LIBS} SOURCES =  dlog.c dlogutil.c mergelogs.c printdlog.ctags: TAGSTAGS:${HEADERS} ${SOURCES}	etags -o ../../../../TAGS --append ${HEADERS} ${SOURCES}

⌨️ 快捷键说明

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