📄 makefile.in
字号:
# This Makefile.in created by simplemake. Do not edit# @configure_input@all: all-redirectSHELL = @SHELL@srcdir = @srcdir@MAKE = @MAKE@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?VPATH = .:${srcdir}.SUFFIXES:.SUFFIXES: .o .c clean: -rm -f *.o ${srcdir}/*.o -rm -f *.lo ${srcdir}/*.lo for dir in @channel_name@ - ; do \ if [ "$$dir" = "-" ] ; then break ; fi ; \ (cd $$dir && ${MAKE} clean ; ) ; donedistclean: clean for dir in @channel_name@ - ; do \ if [ "$$dir" = "-" ] ; then break ; fi ; \ (cd $$dir && ${MAKE} distclean ; ) ; done -rm -f Makefile -rm -f TAGSSUBDIRS_channel_name = tcp singletonall-redirect: @for dir in @channel_name@ - ; do \ if [ "$$dir" = "-" ] ; then break ; fi ; \ if ( cd $$dir && ${MAKE} all ) ; then : ; else exit 1; fi \ donetags: TAGSTAGS: for dir in @channel_name@ - ; do \ if [ "$$dir" = "-" ] ; then break ; fi ; \ (cd $$dir && ${MAKE} TAGS ; ) ; done# SUBDIRS_channel_name contains the list of all possible channel# implementations
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -