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

📄 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 = cart_coords.c cart_create.c cart_get.c \ cart_map.c cart_rank.c cart_shift.c cart_sub.c dims_create.c graph_get.c \ graph_map.c graph_nbr.c graphcreate.c graphdimsget.c graphnbrcnt.c \ cartdim_get.c topo_test.cHEADERS = topo.hINCLUDES = -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/topo/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: cart_coords.o cart_create.o \	cart_get.o cart_map.o cart_rank.o cart_shift.o cart_sub.o \	dims_create.o graph_get.o graph_map.o graph_nbr.o graphcreate.o \	graphdimsget.o graphnbrcnt.o cartdim_get.o topo_test.o topoutil.o 	${AR} cr ../../../lib/lib${MPILIBNAME}.a $?	${RANLIB} ../../../lib/lib${MPILIBNAME}.a	date > .libstamp0.libstamp1 ../../../lib/lib${MPILIBNAME}.la: cart_coords.lo cart_create.lo \	cart_get.lo cart_map.lo cart_rank.lo cart_shift.lo cart_sub.lo \	dims_create.lo graph_get.lo graph_map.lo graph_nbr.lo graphcreate.lo \	graphdimsget.lo graphnbrcnt.lo cartdim_get.lo topo_test.lo \	topoutil.lo 	${AR} cr ../../../lib/lib${MPILIBNAME}.la $?	date > .libstamp1# --------------------------------------------------------------------------.libstamp2: _cart_coords.o _cart_create.o _cart_get.o _cart_map.o _cart_rank.o \	_cart_shift.o _cart_sub.o _dims_create.o _graph_get.o _graph_map.o \	_graph_nbr.o _graphcreate.o _graphdimsget.o _graphnbrcnt.o \	_cartdim_get.o _topo_test.o 	${AR} cr ../../../lib/lib${PMPILIBNAME}.a $?	${RANLIB} ../../../lib/lib${PMPILIBNAME}.a	date > .libstamp2.libstamp3: _cart_coords.lo _cart_create.lo _cart_get.lo _cart_map.lo _cart_rank.lo \	_cart_shift.lo _cart_sub.lo _dims_create.lo _graph_get.lo \	_graph_map.lo _graph_nbr.lo _graphcreate.lo _graphdimsget.lo \	_graphnbrcnt.lo _cartdim_get.lo _topo_test.lo 	${AR} cr ../../../lib/lib${PMPILIBNAME}.la $?	date > .libstamp3_cart_coords.o: cart_coords.c	$(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/cart_coords.c -o _cart_coords.o_cart_coords.lo: cart_coords.c	$(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/cart_coords.c -o _cart_coords.lo_cart_create.o: cart_create.c	$(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/cart_create.c -o _cart_create.o_cart_create.lo: cart_create.c	$(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/cart_create.c -o _cart_create.lo_cart_get.o: cart_get.c	$(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/cart_get.c -o _cart_get.o_cart_get.lo: cart_get.c	$(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/cart_get.c -o _cart_get.lo_cart_map.o: cart_map.c	$(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/cart_map.c -o _cart_map.o_cart_map.lo: cart_map.c	$(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/cart_map.c -o _cart_map.lo_cart_rank.o: cart_rank.c	$(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/cart_rank.c -o _cart_rank.o_cart_rank.lo: cart_rank.c	$(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/cart_rank.c -o _cart_rank.lo

⌨️ 快捷键说明

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