makefile.am

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

AM
17
字号
INCLUDES = -I$(top_srcdir)/src/includeplugindir = $(libdir)/GNUnetplugin_LTLIBRARIES = \  libgnunetmodule_datastore.lalibgnunetmodule_datastore_la_SOURCES = \  filter.c filter.h \  prefetch.c prefetch.h \  datastore.c libgnunetmodule_datastore_la_LDFLAGS = \  -export-dynamic -avoid-version -modulelibgnunetmodule_datastore_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?