makefile.am

来自「SCTP 协议实现源代码」· AM 代码 · 共 21 行

AM
21
字号
# -*- 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 + =
减小字号Ctrl + -
显示快捷键?