📄 makefile.am
字号:
# -*- Makefile -*-## The author (La Monte H.P. Yarroll) disclaims copyright on this file.#include $(top_srcdir)/Makefile.varsinclude $(top_srcdir)/Makefile.dirsinclude $(top_srcdir)/Makefile.rulesbin_PROGRAMS = checksctpbin_SCRIPTS = withsctpAM_CPPFLAGS=-I../includepkglib_LTLIBRARIES = libwithsctp.lalibwithsctp_la_SOURCES = sctp_load_libs.c sctp_socket.c sctp_bind.c \ sctp_sockopt.c sctp_socket.hlibwithsctp_la_LDFLAGS = -version-info 1:8:0 -ldlpkgdoc_DATA = sctp_load_libs.c sctp_socket.c sctp_bind.c \ sctp_sockopt.c sctp_socket.h checksctp.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -