📄 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@top_srcdir = @top_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@mpi_sources = add_error_code.c add_error_class.c \ add_error_string.c \ comm_call_errhandler.c comm_create_errhandler.c \ comm_get_errhandler.c comm_set_errhandler.c \ errhandler_create.c errhandler_free.c \ errhandler_get.c errhandler_set.c error_class.c \ error_string.c \ file_create_errhandler.c \ file_get_errhandler.c file_set_errhandler.c \ file_call_errhandler.c \ win_create_errhandler.c win_call_errhandler.c \ win_get_errhandler.c win_set_errhandler.c HEADERS = defmsg.h errcodes.h INCLUDES = -I../../include -I${top_srcdir}/src/include.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 .libstamp2 .libstamp3 -@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 [ -n "@NO_WEAK_SYM@" ] ; then \ ${MAKE} .libstamp2 ; \ fi @if [ "@ENABLE_SHLIB@" != "none" ] ; then \ ${MAKE} .libstamp1 ; \ if [ -n "@NO_WEAK_SYM@" ] ; then \ ${MAKE} .libstamp3 ; \ fi ; \ fi.libstamp0 ../../../lib/lib${MPILIBNAME}.a: add_error_code.o \ add_error_class.o add_error_string.o comm_call_errhandler.o \ comm_create_errhandler.o comm_get_errhandler.o comm_set_errhandler.o \ errhandler_create.o errhandler_free.o errhandler_get.o \ errhandler_set.o error_class.o error_string.o \ file_create_errhandler.o file_get_errhandler.o file_set_errhandler.o \ file_call_errhandler.o win_create_errhandler.o win_call_errhandler.o \ win_get_errhandler.o win_set_errhandler.o errutil.o dynerrutil.o ${AR} cr ../../../lib/lib${MPILIBNAME}.a $? ${RANLIB} ../../../lib/lib${MPILIBNAME}.a date > .libstamp0.libstamp1 ../../../lib/lib${MPILIBNAME}.la: add_error_code.lo \ add_error_class.lo add_error_string.lo comm_call_errhandler.lo \ comm_create_errhandler.lo comm_get_errhandler.lo \ comm_set_errhandler.lo errhandler_create.lo errhandler_free.lo \ errhandler_get.lo errhandler_set.lo error_class.lo error_string.lo \ file_create_errhandler.lo file_get_errhandler.lo \ file_set_errhandler.lo file_call_errhandler.lo \ win_create_errhandler.lo win_call_errhandler.lo win_get_errhandler.lo \ win_set_errhandler.lo errutil.lo dynerrutil.lo ${AR} cr ../../../lib/lib${MPILIBNAME}.la $? date > .libstamp1# --------------------------------------------------------------------------.libstamp2: _add_error_code.o _add_error_class.o _add_error_string.o \ _comm_call_errhandler.o _comm_create_errhandler.o \ _comm_get_errhandler.o _comm_set_errhandler.o _errhandler_create.o \ _errhandler_free.o _errhandler_get.o _errhandler_set.o _error_class.o \ _error_string.o _file_create_errhandler.o _file_get_errhandler.o \ _file_set_errhandler.o _file_call_errhandler.o \ _win_create_errhandler.o _win_call_errhandler.o _win_get_errhandler.o \ _win_set_errhandler.o ${AR} cr ../../../lib/lib${PMPILIBNAME}.a $? ${RANLIB} ../../../lib/lib${PMPILIBNAME}.a date > .libstamp2.libstamp3: _add_error_code.lo _add_error_class.lo _add_error_string.lo \ _comm_call_errhandler.lo _comm_create_errhandler.lo \ _comm_get_errhandler.lo _comm_set_errhandler.lo _errhandler_create.lo \ _errhandler_free.lo _errhandler_get.lo _errhandler_set.lo \ _error_class.lo _error_string.lo _file_create_errhandler.lo \ _file_get_errhandler.lo _file_set_errhandler.lo \ _file_call_errhandler.lo _win_create_errhandler.lo \ _win_call_errhandler.lo _win_get_errhandler.lo _win_set_errhandler.lo ${AR} cr ../../../lib/lib${PMPILIBNAME}.la $? date > .libstamp3_add_error_code.o: add_error_code.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/add_error_code.c -o _add_error_code.o_add_error_code.lo: add_error_code.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/add_error_code.c -o _add_error_code.lo_add_error_class.o: add_error_class.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/add_error_class.c -o _add_error_class.o_add_error_class.lo: add_error_class.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/add_error_class.c -o _add_error_class.lo_add_error_string.o: add_error_string.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/add_error_string.c -o _add_error_string.o_add_error_string.lo: add_error_string.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/add_error_string.c -o _add_error_string.lo_comm_call_errhandler.o: comm_call_errhandler.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_call_errhandler.c -o _comm_call_errhandler.o_comm_call_errhandler.lo: comm_call_errhandler.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_call_errhandler.c -o _comm_call_errhandler.lo_comm_create_errhandler.o: comm_create_errhandler.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_create_errhandler.c -o _comm_create_errhandler.o_comm_create_errhandler.lo: comm_create_errhandler.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_create_errhandler.c -o _comm_create_errhandler.lo_comm_get_errhandler.o: comm_get_errhandler.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_get_errhandler.c -o _comm_get_errhandler.o_comm_get_errhandler.lo: comm_get_errhandler.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_get_errhandler.c -o _comm_get_errhandler.lo_comm_set_errhandler.o: comm_set_errhandler.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_set_errhandler.c -o _comm_set_errhandler.o_comm_set_errhandler.lo: comm_set_errhandler.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/comm_set_errhandler.c -o _comm_set_errhandler.lo_errhandler_create.o: errhandler_create.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/errhandler_create.c -o _errhandler_create.o_errhandler_create.lo: errhandler_create.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/errhandler_create.c -o _errhandler_create.lo_errhandler_free.o: errhandler_free.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/errhandler_free.c -o _errhandler_free.o_errhandler_free.lo: errhandler_free.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/errhandler_free.c -o _errhandler_free.lo_errhandler_get.o: errhandler_get.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/errhandler_get.c -o _errhandler_get.o_errhandler_get.lo: errhandler_get.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/errhandler_get.c -o _errhandler_get.lo_errhandler_set.o: errhandler_set.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/errhandler_set.c -o _errhandler_set.o_errhandler_set.lo: errhandler_set.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/errhandler_set.c -o _errhandler_set.lo_error_class.o: error_class.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/error_class.c -o _error_class.o_error_class.lo: error_class.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/error_class.c -o _error_class.lo_error_string.o: error_string.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/error_string.c -o _error_string.o_error_string.lo: error_string.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/error_string.c -o _error_string.lo_file_create_errhandler.o: file_create_errhandler.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/file_create_errhandler.c -o _file_create_errhandler.o_file_create_errhandler.lo: file_create_errhandler.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/file_create_errhandler.c -o _file_create_errhandler.lo_file_get_errhandler.o: file_get_errhandler.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/file_get_errhandler.c -o _file_get_errhandler.o_file_get_errhandler.lo: file_get_errhandler.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/file_get_errhandler.c -o _file_get_errhandler.lo_file_set_errhandler.o: file_set_errhandler.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/file_set_errhandler.c -o _file_set_errhandler.o_file_set_errhandler.lo: file_set_errhandler.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/file_set_errhandler.c -o _file_set_errhandler.lo_file_call_errhandler.o: file_call_errhandler.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/file_call_errhandler.c -o _file_call_errhandler.o_file_call_errhandler.lo: file_call_errhandler.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/file_call_errhandler.c -o _file_call_errhandler.lo_win_create_errhandler.o: win_create_errhandler.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/win_create_errhandler.c -o _win_create_errhandler.o_win_create_errhandler.lo: win_create_errhandler.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/win_create_errhandler.c -o _win_create_errhandler.lo_win_call_errhandler.o: win_call_errhandler.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/win_call_errhandler.c -o _win_call_errhandler.o_win_call_errhandler.lo: win_call_errhandler.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/win_call_errhandler.c -o _win_call_errhandler.lo_win_get_errhandler.o: win_get_errhandler.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/win_get_errhandler.c -o _win_get_errhandler.o_win_get_errhandler.lo: win_get_errhandler.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/win_get_errhandler.c -o _win_get_errhandler.lo_win_set_errhandler.o: win_set_errhandler.c $(C_COMPILE) -c @PROFILE_DEF_MPI@ $(srcdir)/win_set_errhandler.c -o _win_set_errhandler.o_win_set_errhandler.lo: win_set_errhandler.c $(C_COMPILE_SHL) -c @PROFILE_DEF_MPI@ $(srcdir)/win_set_errhandler.c -o _win_set_errhandler.lo# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------# --------------------------------------------------------------------------SOURCES = add_error_code.c add_error_class.c add_error_string.c \ comm_call_errhandler.c comm_create_errhandler.c comm_get_errhandler.c \ comm_set_errhandler.c errhandler_create.c errhandler_free.c \ errhandler_get.c errhandler_set.c error_class.c error_string.c \ file_create_errhandler.c file_get_errhandler.c file_set_errhandler.c \ file_call_errhandler.c win_create_errhandler.c win_call_errhandler.c \ win_get_errhandler.c win_set_errhandler.c errutil.c dynerrutil.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 + -