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

📄 makefile.in

📁 fortran并行计算包
💻 IN
📖 第 1 页 / 共 3 页
字号:
# 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 = address.c get_address.c get_count.c \ get_elements.c pack.c unpack.c pack_size.c status_set_elements.c \ type_get_name.c \ type_set_name.c type_size.c type_extent.c type_vector.c type_commit.c \ type_indexed.c type_hindexed.c type_struct.c \ type_contiguous.c type_free.c type_hvector.c type_dup.c \ type_get_envelope.c type_get_contents.c \ type_ub.c type_lb.c type_get_extent.c type_get_true_extent.c \ type_match_size.c \ type_create_struct.c type_create_hindexed.c type_create_hvector.c \ pack_external.c pack_external_size.c unpack_external.c \ type_create_indexed_block.c type_create_resized.c \ type_create_darray.c type_create_subarray.cwin_sources = register_datarep.cHEADERS = datatype.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/datatype/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: address.o get_address.o \	get_count.o get_elements.o pack.o unpack.o pack_size.o \	status_set_elements.o type_get_name.o type_set_name.o type_size.o \	type_extent.o type_vector.o type_commit.o type_indexed.o \	type_hindexed.o type_struct.o type_contiguous.o type_free.o \	type_hvector.o type_dup.o type_get_envelope.o type_get_contents.o \	type_ub.o type_lb.o type_get_extent.o type_get_true_extent.o \	type_match_size.o type_create_struct.o type_create_hindexed.o \	type_create_hvector.o pack_external.o pack_external_size.o \	unpack_external.o type_create_indexed_block.o type_create_resized.o \	type_create_darray.o type_create_subarray.o typeutil.o 	${AR} cr ../../../lib/lib${MPILIBNAME}.a $?	${RANLIB} ../../../lib/lib${MPILIBNAME}.a	date > .libstamp0.libstamp1 ../../../lib/lib${MPILIBNAME}.la: address.lo get_address.lo \	get_count.lo get_elements.lo pack.lo unpack.lo pack_size.lo \	status_set_elements.lo type_get_name.lo type_set_name.lo type_size.lo \	type_extent.lo type_vector.lo type_commit.lo type_indexed.lo \	type_hindexed.lo type_struct.lo type_contiguous.lo type_free.lo \	type_hvector.lo type_dup.lo type_get_envelope.lo type_get_contents.lo \	type_ub.lo type_lb.lo type_get_extent.lo type_get_true_extent.lo \	type_match_size.lo type_create_struct.lo type_create_hindexed.lo \	type_create_hvector.lo pack_external.lo pack_external_size.lo \	unpack_external.lo type_create_indexed_block.lo \	type_create_resized.lo type_create_darray.lo type_create_subarray.lo \	typeutil.lo 	${AR} cr ../../../lib/lib${MPILIBNAME}.la $?	date > .libstamp1# --------------------------------------------------------------------------.libstamp2: _address.o _get_address.o _get_count.o _get_elements.o _pack.o _unpack.o \	_pack_size.o _status_set_elements.o _type_get_name.o _type_set_name.o \	_type_size.o _type_extent.o _type_vector.o _type_commit.o \	_type_indexed.o _type_hindexed.o _type_struct.o _type_contiguous.o \	_type_free.o _type_hvector.o _type_dup.o _type_get_envelope.o \	_type_get_contents.o _type_ub.o _type_lb.o _type_get_extent.o \	_type_get_true_extent.o _type_match_size.o _type_create_struct.o \	_type_create_hindexed.o _type_create_hvector.o _pack_external.o \	_pack_external_size.o _unpack_external.o _type_create_indexed_block.o \	_type_create_resized.o _type_create_darray.o _type_create_subarray.o 	${AR} cr ../../../lib/lib${PMPILIBNAME}.a $?	${RANLIB} ../../../lib/lib${PMPILIBNAME}.a	date > .libstamp2.libstamp3: _address.lo _get_address.lo _get_count.lo _get_elements.lo _pack.lo \	_unpack.lo _pack_size.lo _status_set_elements.lo _type_get_name.lo \	_type_set_name.lo _type_size.lo _type_extent.lo _type_vector.lo \	_type_commit.lo _type_indexed.lo _type_hindexed.lo _type_struct.lo \	_type_contiguous.lo _type_free.lo _type_hvector.lo _type_dup.lo \	_type_get_envelope.lo _type_get_contents.lo _type_ub.lo _type_lb.lo \	_type_get_extent.lo _type_get_true_extent.lo _type_match_size.lo \	_type_create_struct.lo _type_create_hindexed.lo \	_type_create_hvector.lo _pack_external.lo _pack_external_size.lo \	_unpack_external.lo _type_create_indexed_block.lo \	_type_create_resized.lo _type_create_darray.lo \	_type_create_subarray.lo 	${AR} cr ../../../lib/lib${PMPILIBNAME}.la $?	date > .libstamp3_address.o: address.c	$(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/address.c -o _address.o_address.lo: address.c	$(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/address.c -o _address.lo

⌨️ 快捷键说明

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