⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 GNUnet是一个安全的点对点网络框架
💻 AM
字号:
INCLUDES = -I$(top_srcdir)/src/includeplugindir = $(libdir)/GNUnetLDADD = \ $(top_builddir)/src/util/libgnunetutil.la plugin_LTLIBRARIES = \  libgnunetmodule_dstore_sqlite.lacheck_PROGRAMS = \  dstore_test \  dstore_quota_testTESTS = $(check_PROGRAMS)AM_CPPFLAGS = $(CPPFLAGS) $(SQLITE_CPPFLAGS)libgnunetmodule_dstore_sqlite_la_SOURCES = \  dstore.c libgnunetmodule_dstore_sqlite_la_LDFLAGS = \  -export-dynamic -avoid-version -module \  $(SQLITE_LDFLAGS)libgnunetmodule_dstore_sqlite_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ -lsqlite3EXTRA_DIST = check.confdstore_test_SOURCES = \ dstore_test.c dstore_test_LDADD = \ $(top_builddir)/src/server/libgnunetcore.la  \ $(top_builddir)/src/util/libgnunetutil.la  dstore_quota_test_SOURCES = \ dstore_quota_test.c dstore_quota_test_LDADD = \ $(top_builddir)/src/server/libgnunetcore.la  \ $(top_builddir)/src/util/libgnunetutil.la  

⌨️ 快捷键说明

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