makefile.in
来自「刚才是说明 现在是安装程序在 LINUX环境下进行编程的MPICH安装文件」· IN 代码 · 共 102 行
IN
102 行
# 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 .man .latex .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.man: doctext -mpath ../../../man/man3 -heading MPI \ -quotefmt ${top_srcdir}/maint/docnotes $<.c.latex: doctext -latex -mpath ../../../doc/refman -heading MPI \ -quotefmt ${top_srcdir}/maint/docnotes $<.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 = bsend.c bsend_init.c bufattach.c buffree.c \ cancel.c greq_start.c greq_complete.c ibsend.c iprobe.c \ irecv.c irsend.c isend.c issend.c probe.c recv.c recv_init.c \ request_free.c request_get_status.c rsend.c rsend_init.c send.c send_init.c \ sendrecv.c sendrecv_rep.c status_set_cancelled.c ssend.c ssend_init.c \ start.c startall.c test.c test_cancelled.c testall.c testany.c \ testsome.c wait.c waitall.c waitany.c waitsome.cINCLUDES = -I../../include -I${top_srcdir}/src/includeall-redirect: ../../../lib/lib${MPILIBNAME}.a @NO_WEAK_SYM@../../../lib/lib${MPILIBNAME}.a: bsend.o bsend_init.o bsendutil.o bufattach.o \ buffree.o cancel.o greq_start.o greq_complete.o ibsend.o iprobe.o \ irecv.o irsend.o isend.o issend.o mpir_request_complete.o probe.o \ recv.o recv_init.o request_free.o rsend.o rsend_init.o send.o \ send_init.o sendrecv.o sendrecv_rep.o status_set_cancelled.o ssend.o \ ssend_init.o start.o startall.o test.o test_cancelled.o testall.o \ testany.o testsome.o wait.o waitall.o waitany.o waitsome.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: bsend.pf bsend_init.pf bsendutil.pf \ bufattach.pf buffree.pf cancel.pf greq_start.pf greq_complete.pf \ ibsend.pf iprobe.pf irecv.pf irsend.pf isend.pf issend.pf \ mpir_request_complete.pf probe.pf recv.pf recv_init.pf \ request_free.pf rsend.pf rsend_init.pf send.pf send_init.pf \ sendrecv.pf sendrecv_rep.pf status_set_cancelled.pf ssend.pf \ ssend_init.pf start.pf startall.pf test.pf test_cancelled.pf \ testall.pf testany.pf testsome.pf wait.pf waitall.pf waitany.pf \ waitsome.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 = bsend.c bsend_init.c bsendutil.c bufattach.c buffree.c cancel.c \ greq_start.c greq_complete.c ibsend.c iprobe.c irecv.c irsend.c \ isend.c issend.c mpir_request_complete.c probe.c recv.c recv_init.c \ request_free.c rsend.c rsend_init.c send.c send_init.c sendrecv.c \ sendrecv_rep.c status_set_cancelled.c ssend.c ssend_init.c start.c \ startall.c test.c test_cancelled.c testall.c testany.c testsome.c \ wait.c waitall.c waitany.c waitsome.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 + =
减小字号Ctrl + -
显示快捷键?