⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 fortran并行计算包
💻 IN
📖 第 1 页 / 共 2 页
字号:
# This Makefile.in created by simplemake.  Do not edit# @configure_input@# --------------------------------------------------------------------------all: all-redirectSHELL           = @SHELL@AR              = @AR@RANLIB          = @RANLIB@master_top_srcdir  = @master_top_srcdir@top_builddir    = @master_top_builddir@abs_builddir    = @abs_builddir@srcdir          = @srcdir@abs_srcdir      = @abs_srcdir@top_srcdir      = @top_srcdir@DEFS            = @DEFS@ -I. -I${srcdir}CPPFLAGS        = @CPPFLAGS@MAKE            = @MAKE@MPILIBNAME      = @MPILIBNAME@PMPILIBNAME     = @PMPILIBNAME@CC              = @CC@CFLAGS          = @CFLAGS@C_COMPILE       = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)LIBTOOL         = @LIBTOOL@CC_SHL          = @CC_SHL@C_COMPILE_SHL   = $(CC_SHL) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)VPATH = .:@srcdir@DOCTEXT         = @DOCTEXT@mpi_sources = add_error_code.c add_error_class.c \ add_error_string.c \ comm_call_errhandler.c comm_create_errhandler.c \ comm_get_errhandler.c comm_set_errhandler.c \ errhandler_create.c errhandler_free.c \ errhandler_get.c errhandler_set.c error_class.c \ error_string.c \ file_create_errhandler.c \ file_get_errhandler.c file_set_errhandler.c \ file_call_errhandler.c \ win_create_errhandler.c win_call_errhandler.c \ win_get_errhandler.c win_set_errhandler.c HEADERS = defmsg.h errcodes.h INCLUDES = -I../../include -I${top_srcdir}/src/include.SUFFIXES:.SUFFIXES: .o .lo .c .man .html .latex .txt .c.o:	$(C_COMPILE) -c $<.c.lo:	$(C_COMPILE_SHL) -c $< -o _s$*.o	@mv -f _s$*.o $*.lo.c.txt:	$(CPP) $(INCLUDES) $(CPPFLAGS) $< >$*.txt.c:	$(C_COMPILE) -o $* $< $(LDFLAGS) $(LIBS).c.man:	$(DOCTEXT) -man -mpath ../../../man/man3 -ext 3 -heading MPI \		-quotefmt ${master_top_srcdir}/maint/docnotes $<.c.html:	$(DOCTEXT) -html -mpath ../../../www/www3  -heading MPI \		-quotefmt ${master_top_srcdir}/maint/docnotes $<.c.latex:	$(DOCTEXT) -latex -mpath ../../../doc/refman  -heading MPI \		-quotefmt ${master_top_srcdir}/maint/docnotes $<# --------------------------------------------------------------------------${srcdir}/Makefile.in: ${srcdir}/Makefile.sm	( cd ${srcdir} && /sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/simplemake \	-rootdir=../../../ \	-configdir=. \	-common=/sandbox/balaji/trunk/maint/mpich2-1.0.7/maint/makedefs \	-docnamedefs=\$${master_top_srcdir}/maint/docnotes \	"-autoconf=-I ROOTDIR/confdb" \	-libdir=\$${MPILIBNAME}=ROOTDIR/lib \	-distcleanfiles="Makefile" \	-smvar_doc_attop=0 \		Makefile.sm )Makefile: ${srcdir}/Makefile.in	-cd ../../../ && \	if [ -x config.status ] ; then CONFIG_FILES=src/mpi/errhan/Makefile CONFIG_HEADERS= ${SHELL} ./config.status ; fi# --------------------------------------------------------------------------apply: 	$(ACTION) $(ACTION_INPUT)clean: 	-@rm -f *.o ${srcdir}/*.o 	-@rm -f .libstamp0 .libstamp1 .libstamp2 .libstamp3 	-@rm -f *.lo ${srcdir}/*.lo	-@rm -f ${srcdir}/*.bb ${srcdir}/*.bbg ${srcdir}/*.da	-@rm -f ${srcdir}/*.gcda ${srcdir}/*.gcno	-@rm -f *.gcov *.bb *.bbg *.da *.gcda *.gcnodistclean:  clean distclean-xxx remove-makefiledistclean-xxx:	-@rm -f Makefile	-@rm -rf autom4te*.cache	-@rm -rf $(DEPS_DIR)	-@rm -f TAGSmaintainer-clean:  distclean-xxx remove-genmakefilesremove-makefile:	rm -f Makefileremove-genmakefiles:	rm -f  Makefile.in Makefileall-redirect: .libstamp0 ../../../lib/lib${MPILIBNAME}.a	@if [ -n "@NO_WEAK_SYM@" ] ; then \	    ${MAKE} .libstamp2 ; \	fi	@if [ "@ENABLE_SHLIB@" != "none" ] ; then \	    ${MAKE} .libstamp1 ; \	    if [ -n "@NO_WEAK_SYM@" ] ; then \	        ${MAKE} .libstamp3 ; \	    fi ; \	fi.libstamp0 ../../../lib/lib${MPILIBNAME}.a: add_error_code.o \	add_error_class.o add_error_string.o comm_call_errhandler.o \	comm_create_errhandler.o comm_get_errhandler.o comm_set_errhandler.o \	errhandler_create.o errhandler_free.o errhandler_get.o \	errhandler_set.o error_class.o error_string.o \	file_create_errhandler.o file_get_errhandler.o file_set_errhandler.o \	file_call_errhandler.o win_create_errhandler.o win_call_errhandler.o \	win_get_errhandler.o win_set_errhandler.o errutil.o dynerrutil.o 	${AR} cr ../../../lib/lib${MPILIBNAME}.a $?	${RANLIB} ../../../lib/lib${MPILIBNAME}.a	date > .libstamp0.libstamp1 ../../../lib/lib${MPILIBNAME}.la: add_error_code.lo \	add_error_class.lo add_error_string.lo comm_call_errhandler.lo \	comm_create_errhandler.lo comm_get_errhandler.lo \	comm_set_errhandler.lo errhandler_create.lo errhandler_free.lo \	errhandler_get.lo errhandler_set.lo error_class.lo error_string.lo \	file_create_errhandler.lo file_get_errhandler.lo \	file_set_errhandler.lo file_call_errhandler.lo \	win_create_errhandler.lo win_call_errhandler.lo win_get_errhandler.lo \	win_set_errhandler.lo errutil.lo dynerrutil.lo 	${AR} cr ../../../lib/lib${MPILIBNAME}.la $?	date > .libstamp1# --------------------------------------------------------------------------.libstamp2: _add_error_code.o _add_error_class.o _add_error_string.o \	_comm_call_errhandler.o _comm_create_errhandler.o \	_comm_get_errhandler.o _comm_set_errhandler.o _errhandler_create.o \	_errhandler_free.o _errhandler_get.o _errhandler_set.o _error_class.o \	_error_string.o _file_create_errhandler.o _file_get_errhandler.o \	_file_set_errhandler.o _file_call_errhandler.o \	_win_create_errhandler.o _win_call_errhandler.o _win_get_errhandler.o \	_win_set_errhandler.o 	${AR} cr ../../../lib/lib${PMPILIBNAME}.a $?	${RANLIB} ../../../lib/lib${PMPILIBNAME}.a	date > .libstamp2.libstamp3: _add_error_code.lo _add_error_class.lo _add_error_string.lo \	_comm_call_errhandler.lo _comm_create_errhandler.lo \	_comm_get_errhandler.lo _comm_set_errhandler.lo _errhandler_create.lo \	_errhandler_free.lo _errhandler_get.lo _errhandler_set.lo \	_error_class.lo _error_string.lo _file_create_errhandler.lo \	_file_get_errhandler.lo _file_set_errhandler.lo \	_file_call_errhandler.lo _win_create_errhandler.lo \	_win_call_errhandler.lo _win_get_errhandler.lo _win_set_errhandler.lo 	${AR} cr ../../../lib/lib${PMPILIBNAME}.la $?	date > .libstamp3_add_error_code.o: add_error_code.c	$(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/add_error_code.c -o _add_error_code.o_add_error_code.lo: add_error_code.c	$(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/add_error_code.c -o _add_error_code.lo_add_error_class.o: add_error_class.c	$(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/add_error_class.c -o _add_error_class.o_add_error_class.lo: add_error_class.c	$(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/add_error_class.c -o _add_error_class.lo_add_error_string.o: add_error_string.c	$(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/add_error_string.c -o _add_error_string.o_add_error_string.lo: add_error_string.c	$(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/add_error_string.c -o _add_error_string.lo_comm_call_errhandler.o: comm_call_errhandler.c	$(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_call_errhandler.c -o _comm_call_errhandler.o_comm_call_errhandler.lo: comm_call_errhandler.c	$(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_call_errhandler.c -o _comm_call_errhandler.lo_comm_create_errhandler.o: comm_create_errhandler.c	$(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_create_errhandler.c -o _comm_create_errhandler.o_comm_create_errhandler.lo: comm_create_errhandler.c	$(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_create_errhandler.c -o _comm_create_errhandler.lo_comm_get_errhandler.o: comm_get_errhandler.c	$(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_get_errhandler.c -o _comm_get_errhandler.o_comm_get_errhandler.lo: comm_get_errhandler.c	$(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_get_errhandler.c -o _comm_get_errhandler.lo_comm_set_errhandler.o: comm_set_errhandler.c	$(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_set_errhandler.c -o _comm_set_errhandler.o_comm_set_errhandler.lo: comm_set_errhandler.c	$(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_set_errhandler.c -o _comm_set_errhandler.lo_errhandler_create.o: errhandler_create.c	$(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/errhandler_create.c -o _errhandler_create.o_errhandler_create.lo: errhandler_create.c

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -