📄 makefile.am
字号:
INCLUDES = -I$(top_srcdir)/src/includeplugindir = $(libdir)/GNUnetlib_LTLIBRARIES = \ libgnunetgetoption_api.la plugin_LTLIBRARIES = \ libgnunetmodule_getoption.la libgnunetgetoption_api_la_SOURCES = \ clientapi.c libgnunetgetoption_api_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la libgnunetmodule_getoption_la_SOURCES = \ getoption.c getoption.hlibgnunetmodule_getoption_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.lalibgnunetmodule_getoption_la_LDFLAGS = \ -export-dynamic -avoid-version -module
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -