makefile.in
来自「mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环」· IN 代码 · 共 74 行
IN
74 行
# 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 + =
减小字号Ctrl + -
显示快捷键?