📄 makefile.am
字号:
INCLUDES = -I$(top_srcdir)/src/includeplugindir = $(libdir)/GNUnetlib_LTLIBRARIES = \ libgnunetidentity_api.laplugin_LTLIBRARIES = \ libgnunetmodule_identity.la EXTRA_DIST = \ check.conflibgnunetmodule_identity_la_SOURCES = \ identity.c identity.h \ hostkey.c hostkey.hlibgnunetmodule_identity_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.lalibgnunetmodule_identity_la_LDFLAGS = \ -export-dynamic -avoid-version -modulelibgnunetidentity_api_la_SOURCES = \ clientapi.c libgnunetidentity_api_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la check_PROGRAMS = \ identitytestTESTS = $(check_PROGRAMS)identitytest_SOURCES = \ identitytest.c identitytest_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/applications/identity/libgnunetidentity_api.la \ $(top_builddir)/src/server/libgnunetcore.la
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -