📄 makefile.in
字号:
# This Makefile.in created by simplemake. Do not edit# @configure_input@# --------------------------------------------------------------------------all: all-redirectSHELL = @SHELL@abs_builddir = @abs_builddir@srcdir = @srcdir@abs_srcdir = @abs_srcdir@MAKE = @MAKE@MPILIBNAME = @MPILIBNAME@PMPILIBNAME = @PMPILIBNAME@VPATH = .:@srcdir@.SUFFIXES:# Some make programs complain if no suffixes are set.SUFFIXES: .c .oapply: $(ACTION) $(ACTION_INPUT) (cd src && $(MAKE) apply )clean: -@rm -f *.o ${srcdir}/*.o -@rm -f *.lo ${srcdir}/*.lo (cd src && $(MAKE) clean )distclean: clean distclean-local distclean-xxx remove-makefiledistclean-xxx: (cd src && $(MAKE) distclean ) -@rm -f Makefile src/Makefile localdefs config.status config.log config.cache *conf.cache config.system -@rm -rf autom4te*.cache -@rm -f include/mpidi_ch3i_ib_conf.h -@rm -rf $(DEPS_DIR) -@rm -f TAGSremove-makefile: rm -f Makefileremove-genmakefiles: rm -f Makefileall-redirect: @(cd src && ${MAKE} all )# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------HEADERFILES = $(HEADERS)SOURCEFILES = $(SOURCES)tags: TAGSTAGS: (cd src && $(MAKE) TAGS )# --------------------------------------------------------------------------distclean-local: -rm -f include/mpidi_ch3i_ib_conf.hmaintainer-clean-local: -rm -f include/mpidi_ch3i_ib_conf.h.inFORCE_TARGET:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -