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/includenoinst_LTLIBRARIES = libsctputil.lalibsctputil_la_SOURCES = sctputil.c sctputil.hlibsctputil_la_LDFLAGS = -version-info 1:8:0

⌨️ 快捷键说明

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