📄 makefile.in
字号:
# This Makefile.in created by simplemake. Do not edit# @configure_input@all: all-redirectSHELL = @SHELL@AR = @AR@RANLIB = @RANLIB@top_srcdir = @top_srcdir@srcdir = @srcdir@DEFS = @DEFS@ -I. -I${srcdir}CPPFLAGS = @CPPFLAGS@MPILIBNAME = @MPILIBNAME@## Add the profiling definitions from the mpich2 document here?# Do we want to only add this for the mpi directories that will define# profing, perhaps by adding an # "include mpiprof" to the Makefile.sm, and have simplemake handle these# includes?CC = @CC@CFLAGS = @CFLAGS@C_COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)VPATH = .:${srcdir}.SUFFIXES:.SUFFIXES: .o .pf .c .html .c.o: $(C_COMPILE) -c @PROFILE_DEF_MPI@ $<.c.pf: ${C_COMPILE} -c -DMPICH_PROFILE_PMPI $< @mv -f $*.o $*.pf.c: $(C_COMPILE) -o $* $< $(LDFLAGS) $(LIBS).c.html: doctext -html -mpath ../../../www/www3 -heading MPI \ -quotefmt ${top_srcdir}/maint/docnotes $<clean: -rm -f *.o ${srcdir}/*.o -rm -f *.lo ${srcdir}/*.lo -rm -f *.pf ${srcdir}/*.pfdistclean: clean -rm -f Makefile -rm -f TAGSmpi_sources = pack_size.c type_commit.c type_contiguous.c \ type_extent.c type_free.c type_hindexed.c type_lb.c \ type_indexed.c type_vector.c type_struct.c \ type_size.c type_struct.c type_ub.c unpack.c get_address.c pack_external.c \ pack_external_size.c register_datarep.c status_set_elements.c \ type_create_darray.c type_create_hindexed.c type_create_hvector.c \ type_create_indexed_block.c type_create_resized.c type_create_struct.c \ type_create_subarray.c type_dup.c \ type_get_extent.c type_get_name.c type_get_true_extent.c type_match_size.c \ unpack_external.cINCLUDES = -I../../include -I${top_srcdir}/src/includeall-redirect: ../../../lib/lib${MPILIBNAME}.a @NO_WEAK_SYM@../../../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 \ typeutil.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_create_struct.o type_create_hindexed.o type_create_hvector.o ${AR} cr ../../../lib/lib${MPILIBNAME}.a $? ${RANLIB} ../../../lib/lib${MPILIBNAME}.a sleep 1@NO_WEAK_SYM_TARGET@: ../../../lib/libp${MPILIBNAME}.a../../../lib/libp${MPILIBNAME}.a: address.pf get_address.pf get_count.pf \ get_elements.pf pack.pf unpack.pf pack_size.pf status_set_elements.pf \ type_get_name.pf type_set_name.pf type_size.pf type_extent.pf \ type_vector.pf type_commit.pf type_indexed.pf type_hindexed.pf \ type_struct.pf type_contiguous.pf type_free.pf type_hvector.pf \ type_dup.pf typeutil.pf type_get_envelope.pf type_get_contents.pf \ type_ub.pf type_lb.pf type_get_extent.pf type_get_true_extent.pf \ type_create_struct.pf type_create_hindexed.pf type_create_hvector.pf -mkdir .tmp ; rm -f .tmp/* ; cp $? .tmp -(cd .tmp && for file in *.pf ; do \ bname=`basename $$file .pf`; mv -f $$file $${bname}.o ; done;) for file in .tmp/*.o ; do \ ${AR} cr ../../../lib/libp${MPILIBNAME}.a $$file ; done; ${RANLIB} ../../../lib/libp${MPILIBNAME}.a -rm -rf .tmpSOURCES = 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 typeutil.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_create_struct.c type_create_hindexed.c \ type_create_hvector.c tags: TAGSTAGS:${HEADERS} ${SOURCES} etags -o ../../../TAGS --append ${HEADERS} ${SOURCES}## This is a test for the document generation
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -