📄 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) for dir in channels src util ; do \ (cd $$dir && ${MAKE} apply ; ) ; doneclean: -@rm -f *.o ${srcdir}/*.o -@rm -f *.lo ${srcdir}/*.lo for dir in channels src util ; do \ (cd $$dir && ${MAKE} clean ; ) ; donedistclean: clean distclean-local distclean-xxx remove-makefiledistclean-xxx: for dir in channels src util ; do \ (cd $$dir && ${MAKE} distclean ; ) ; done -@rm -f Makefile src/Makefile util/Makefile util/sock/Makefile util/shm/Makefile channels/Makefile localdefs config.status config.log config.cache *conf.cache config.system -@rm -rf autom4te*.cache -@rm -f include/mpidi_ch3_conf.h -@rm -rf $(DEPS_DIR) -@rm -f TAGSremove-makefile: rm -f Makefileremove-genmakefiles: rm -f Makefileall-redirect: @(cd channels && ${MAKE} all ) @(cd src && ${MAKE} all ) @(cd util && ${MAKE} all )# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------HEADERFILES = $(HEADERS)SOURCEFILES = $(SOURCES)tags: TAGSTAGS: for dir in channels src util ; do \ (cd $$dir && ${MAKE} TAGS ; ) ; done# --------------------------------------------------------------------------distclean-local: -rm -f include/mpidi_ch3_conf.h @MPID_THREAD_DISTCLEAN@maintainer-clean-local: -rm -f include/mpidi_ch3_conf.h.in## echomaxprocname gives the maximum length of a processor name, as used# by MPI_GET_PROCESSOR_NAME. This is initialized in mpid_initechomaxprocname: @echo 128FORCE_TARGET:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -