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

📄 makefile.in

📁 mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境
💻 IN
字号:
# This Makefile.in created by simplemake.  Do not edit# @configure_input@# --------------------------------------------------------------------------all: all-redirectSHELL           = @SHELL@abs_builddir    = @abs_builddir@srcdir          = @srcdir@abs_srcdir      = @abs_srcdir@DEFS            = @DEFS@ -I. -I${srcdir}CPPFLAGS        = @CPPFLAGS@LIBS            = @LIBS@MAKE            = @MAKE@MPILIBNAME      = @MPILIBNAME@PMPILIBNAME     = @PMPILIBNAME@CC              = @CC@CFLAGS          = @CFLAGS@C_COMPILE       = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)C_LINK      = $(CC)LDFLAGS     =  @LDFLAGS@ ../util/mtest.oVPATH = .:@srcdir@INCLUDES = -I../include -I${srcdir}/../include.SUFFIXES:.SUFFIXES: .o .c .c.o:	$(C_COMPILE) -c $<.c:	$(C_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)apply:	$(ACTION) $(ACTION_INPUT)clean:	-@rm -f *.o ${srcdir}/*.o inactivereq bsend3 bsendfrag errinstatta bsend4 bsendpending waitany-null errinstatws isendself rqstatus probenull bsendalign greq1 bsend5 bottom bsend2 probe-unexp errinstatts bsend1 scancel icsend errinstatwa sendrecv1 pingping isendselfprobe sendrecv2	-@rm -f inactivereq.exe bsend3.exe bsendfrag.exe errinstatta.exe bsend4.exe bsendpending.exe waitany-null.exe errinstatws.exe isendself.exe rqstatus.exe probenull.exe bsendalign.exe greq1.exe bsend5.exe bottom.exe bsend2.exe probe-unexp.exe errinstatts.exe bsend1.exe scancel.exe icsend.exe errinstatwa.exe sendrecv1.exe pingping.exe isendselfprobe.exe sendrecv2.exe	-@rm -f core core.[0-9]*	-@rm -f *.lo ${srcdir}/*.lo	-@rm -f *.irlog*distclean: clean distclean-xxx remove-makefiledistclean-xxx:	-@rm -f Makefile	-@rm -rf autom4te*.cache	-@rm -rf $(DEPS_DIR)	-@rm -f TAGSremove-makefile:	rm -f Makefileremove-genmakefiles:	rm -f  Makefileall-redirect: bottom bsend1 bsend2 bsend3 bsend4 bsend5 bsendalign isendself\	 isendselfprobe bsendfrag bsendpending errinstatts errinstatta\	 errinstatws errinstatwa icsend rqstatus greq1 scancel sendrecv1\	 sendrecv2 waitany-null pingping probe-unexp probenull inactivereqinactivereq: inactivereq.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o inactivereq inactivereq.o  ${LIBS}bsend3: bsend3.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o bsend3 bsend3.o  ${LIBS}bsendfrag: bsendfrag.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o bsendfrag bsendfrag.o  ${LIBS}errinstatta: errinstatta.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o errinstatta errinstatta.o  ${LIBS}bsend4: bsend4.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o bsend4 bsend4.o  ${LIBS}bsendpending: bsendpending.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o bsendpending bsendpending.o  \	${LIBS} waitany-null: waitany-null.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o waitany-null waitany-null.o  \	${LIBS} errinstatws: errinstatws.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o errinstatws errinstatws.o  ${LIBS}isendself: isendself.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o isendself isendself.o  ${LIBS}rqstatus: rqstatus.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o rqstatus rqstatus.o  ${LIBS}probenull: probenull.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o probenull probenull.o  ${LIBS}bsendalign: bsendalign.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o bsendalign bsendalign.o  ${LIBS}greq1: greq1.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o greq1 greq1.o  ${LIBS}bsend5: bsend5.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o bsend5 bsend5.o  ${LIBS}bottom: bottom.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o bottom bottom.o  ${LIBS}bsend2: bsend2.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o bsend2 bsend2.o  ${LIBS}probe-unexp: probe-unexp.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o probe-unexp probe-unexp.o  ${LIBS}errinstatts: errinstatts.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o errinstatts errinstatts.o  ${LIBS}bsend1: bsend1.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o bsend1 bsend1.o  ${LIBS}scancel: scancel.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o scancel scancel.o  ${LIBS}icsend: icsend.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o icsend icsend.o  ${LIBS}errinstatwa: errinstatwa.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o errinstatwa errinstatwa.o  ${LIBS}sendrecv1: sendrecv1.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o sendrecv1 sendrecv1.o  ${LIBS}pingping: pingping.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o pingping pingping.o  ${LIBS}isendselfprobe: isendselfprobe.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o isendselfprobe isendselfprobe.o  \	${LIBS} sendrecv2: sendrecv2.o   @MPILIBLOC@	$(C_LINK) $(CFLAGS) $(LDFLAGS) -o sendrecv2 sendrecv2.o  ${LIBS}# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------SOURCES         =  bottom.c bsend1.c bsend2.c bsend3.c bsend4.c bsend5.c \	bsendalign.c isendself.c isendselfprobe.c bsendfrag.c bsendpending.c \	errinstatts.c errinstatta.c errinstatws.c errinstatwa.c icsend.c \	rqstatus.c greq1.c scancel.c sendrecv1.c sendrecv2.c waitany-null.c \	pingping.c probe-unexp.c probenull.c inactivereq.c ETAGS           = @ETAGS@ @ETAGSADD@HEADERFILES     = $(HEADERS)SOURCEFILES     = $(SOURCES)tags: TAGSTAGS:${HEADERFILES} ${SOURCEFILES}	here=`cd ../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERFILES} ${SOURCEFILES}# --------------------------------------------------------------------------# Use extra programs to list programs that should not be built by default.../util/mtest.o:	(cd ../util && $(MAKE) mtest.o)FORCE_TARGET:

⌨️ 快捷键说明

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