📄 makefile.in
字号:
# 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@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@CREATESHLIB = @CREATESHLIB@CC_SHL = @CC_SHL@C_COMPILE_SHL = $(CC_SHL) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS)VPATH = .:@srcdir@INCLUDES = -I../../../../../include -I${master_top_srcdir}/src/includewin_sources = ch3_istartrndvmsg.c ch3_istartrndvtransfer.c.SUFFIXES:.SUFFIXES: .o .lo .c .c.o: $(C_COMPILE) -c $<.c.lo: $(C_COMPILE_SHL) -c $< -o _s$*.o @mv -f _s$*.o $*.lo.c: $(C_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)apply: $(ACTION) $(ACTION_INPUT)clean: -@rm -f *.o ${srcdir}/*.o -@rm -f .libstamp0 .libstamp1 -@rm -f *.lo ${srcdir}/*.lodistclean: 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: .libstamp0 ../../../../../../lib/lib${MPILIBNAME}.a @if [ "@ENABLE_SHLIB@" != "none" ] ; then \ ${MAKE} .libstamp1 ; \ fi.libstamp0 ../../../../../../lib/lib${MPILIBNAME}.a: ch3_cancel_send.o \ ch3_finalize.o ch3_init.o ch3_istartmsg.o ch3_istartmsgv.o \ ch3_isend.o ch3_isendv.o ch3_progress.o ch3_shm_memory.o ch3_shm.o \ ch3_progress_shm.o ch3_progress_connect.o ch3_mem.o ch3_rma_ops.o \ ch3_rma_sync.o ch3i_get_business_card.o ch3i_connaccept.o ${AR} cr ../../../../../../lib/lib${MPILIBNAME}.a $? ${RANLIB} ../../../../../../lib/lib${MPILIBNAME}.a date > .libstamp0.libstamp1 ../../../../../../lib/lib${MPILIBNAME}.la: ch3_cancel_send.lo \ ch3_finalize.lo ch3_init.lo ch3_istartmsg.lo ch3_istartmsgv.lo \ ch3_isend.lo ch3_isendv.lo ch3_progress.lo ch3_shm_memory.lo \ ch3_shm.lo ch3_progress_shm.lo ch3_progress_connect.lo ch3_mem.lo \ ch3_rma_ops.lo ch3_rma_sync.lo ch3i_get_business_card.lo \ ch3i_connaccept.lo ${AR} cr ../../../../../../lib/lib${MPILIBNAME}.la $? date > .libstamp1# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------SOURCES = ch3_cancel_send.c ch3_finalize.c ch3_init.c \ ch3_istartmsg.c ch3_istartmsgv.c ch3_isend.c ch3_isendv.c \ ch3_progress.c ch3_shm_memory.c ch3_shm.c ch3_progress_shm.c \ ch3_progress_connect.c ch3_mem.c ch3_rma_ops.c ch3_rma_sync.c \ ch3i_get_business_card.c ch3i_connaccept.c ETAGS = @ETAGS@ @ETAGSADD@HEADERFILES = $(HEADERS)SOURCEFILES = $(SOURCES)tags: TAGSTAGS:${HEADERFILES} ${SOURCEFILES} here=`cd ../../../../../.. && pwd` ; cd ${srcdir} && $(ETAGS) -o $$here/TAGS --append ${HEADERFILES} ${SOURCEFILES}# --------------------------------------------------------------------------FORCE_TARGET:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -