📄 makefile.am
字号:
INCLUDES = -I$(top_srcdir)/src/includelib_LTLIBRARIES = \ libgnunetnamespace.la libgnunetnamespace_la_SOURCES = \ common.c common.h \ info.c \ root_info.c \ update_info.c \ uri.c libgnunetnamespace_la_LIBADD = \ $(top_builddir)/src/applications/fs/ecrs/libgnunetecrs.la \ $(top_builddir)/src/util/libgnunetutil.la check_PROGRAMS = \ namespace_infotest \ namespace_update_testTESTS = $(check_PROGRAMS)EXTRA_DIST = check.conf peer.confnamespace_infotest_SOURCES = \ namespace_infotest.c namespace_infotest_LDADD = \ $(top_builddir)/src/applications/fs/namespace/libgnunetnamespace.la \ $(top_builddir)/src/applications/fs/ecrs/libgnunetecrs.la \ $(top_builddir)/src/util/libgnunetutil.la namespace_update_test_SOURCES = \ namespace_update_test.c namespace_update_test_LDADD = \ $(top_builddir)/src/applications/fs/namespace/libgnunetnamespace.la \ $(top_builddir)/src/applications/fs/ecrs/libgnunetecrs.la \ $(top_builddir)/src/util/libgnunetutil.la
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -