📄 makefile.sm
字号:
# All of these routines are internalmpi_sources = lib${MPILIBNAME}_a_SOURCES = dbginit.cINCLUDES = -I../../include -I${top_srcdir}/src/includeprofilelib_${MPILIBNAME} = ${PMPILIBNAME}## We need to make sure that dbginit is compiled with -g, so# we use an explicit target. Note that there are no PMPI functions in# this directory)dbginit.o: dbginit.c $(C_COMPILE) -g -c @PROFILE_DEF_MPI@ $<## We may want to add some documentation on using the various debugger# interfaces by adding the appropriate files to the doc listsdoc_HTML_SOURCES = ${mpi_sources}doc_MAN_SOURCES = ${mpi_sources}doc_LATEX_SOURCES = ${mpi_sources}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -