makefile.am

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

AM
41
字号
INCLUDES = -I$(top_srcdir)/src/includeplugindir = $(libdir)/GNUnetlib_LTLIBRARIES = \  libgnunetidentity_api.laplugin_LTLIBRARIES = \  libgnunetmodule_identity.la EXTRA_DIST = \  check.conflibgnunetmodule_identity_la_SOURCES = \  identity.c identity.h \  hostkey.c hostkey.hlibgnunetmodule_identity_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.lalibgnunetmodule_identity_la_LDFLAGS = \  -export-dynamic -avoid-version -modulelibgnunetidentity_api_la_SOURCES = \  clientapi.c libgnunetidentity_api_la_LIBADD = \  $(top_builddir)/src/util/libgnunetutil.la check_PROGRAMS = \  identitytestTESTS = $(check_PROGRAMS)identitytest_SOURCES = \ identitytest.c identitytest_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/applications/identity/libgnunetidentity_api.la \ $(top_builddir)/src/server/libgnunetcore.la  

⌨️ 快捷键说明

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