makefile.am

来自「GNUnet是一个安全的点对点网络框架」· AM 代码 · 共 39 行

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