makefile.am
来自「SCTP 协议实现源代码」· AM 代码 · 共 13 行
AM
13 行
# Include these two in all the Makefile.am's!!!include $(top_srcdir)/Makefile.varsinclude $(top_srcdir)/Makefile.rulesinclude $(top_srcdir)/Makefile.dirs# General compilation flagsINCLUDES = -I$(top_srcdir)/src/includelib_LTLIBRARIES = libsctp.lalibsctp_la_SOURCES = bindx.c connectx.c peeloff.c opt_info.c addrs.c sendmsg.c recvmsg.clibsctp_la_LDFLAGS = -version-info 1:8:0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?