makefile.am

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

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