📄 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_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 .c .c.o: $(C_COMPILE) -c $<.c: $(C_COMPILE) -o $* $< $(LDFLAGS) $(LIBS)clean: -rm -f *.o ${srcdir}/*.o -rm -f *.lo ${srcdir}/*.lodistclean: clean -rm -f Makefile -rm -f TAGSINCLUDES = -I../../include -I${top_srcdir}/include -I../../../../include -I${master_top_srcdir}/src/includeall-redirect: ../../../../../lib/lib${MPILIBNAME}.a../../../../../lib/lib${MPILIBNAME}.a: tcp_init.o tcp_get_business_card.o \ tcp_make_progress.o tcp_cq_wait.o tcp_post_read.o tcp_post_write.o \ tcp_can_connect.o tcp_post_connect.o tcp_car_queue.o tcp_read.o \ tcp_write.o tcp_reset_car.o tcp_write_aggressive.o \ tcp_merge_unexpected_data.o tcp_merge_with_unexpected.o \ tcp_merge_with_posted.o ${AR} cr ../../../../../lib/lib${MPILIBNAME}.a $? ${RANLIB} ../../../../../lib/lib${MPILIBNAME}.a sleep 1SOURCES = tcp_init.c tcp_get_business_card.c tcp_make_progress.c \ tcp_cq_wait.c tcp_post_read.c tcp_post_write.c tcp_can_connect.c \ tcp_post_connect.c tcp_car_queue.c tcp_read.c tcp_write.c \ tcp_reset_car.c tcp_write_aggressive.c tcp_merge_unexpected_data.c \ tcp_merge_with_unexpected.c tcp_merge_with_posted.c tags: TAGSTAGS:${HEADERS} ${SOURCES} etags -o ../../../../../TAGS --append ${HEADERS} ${SOURCES}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -