makefile.am

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

AM
63
字号
INCLUDES = -I$(top_srcdir)/src/includeplugindir = $(libdir)/GNUnetLDADD = \  $(top_builddir)/src/util/libgnunetutil.la bin_PROGRAMS = \  gnunet-tbenchplugin_LTLIBRARIES = \  libgnunetmodule_tbench.lagnunet_tbench_SOURCES = \  gnunet-tbench.c \  tbench.hlibgnunetmodule_tbench_la_SOURCES = \  tbench.c\  tbench.hlibgnunetmodule_tbench_la_LIBADD = \  $(top_builddir)/src/util/libgnunetutil.la libgnunetmodule_tbench_la_LDFLAGS = \  -export-dynamic -avoid-version -moduleif HAVE_MHD  httptest = tbenchtest_http endifcheck_PROGRAMS = \  tbenchtest_tcp \  tbenchtest_udp $(httptest)TESTS = $(check_PROGRAMS)tbenchtest_tcp_SOURCES = \  tbenchtest.c tbenchtest_tcp_LDADD = \  $(top_builddir)/src/applications/stats/libgnunetstats_api.la \  $(top_builddir)/src/applications/testing/libgnunettesting_api.la \  $(top_builddir)/src/util/libgnunetutil.la tbenchtest_udp_SOURCES = \  tbenchtest.c tbenchtest_udp_LDADD = \  $(top_builddir)/src/applications/stats/libgnunetstats_api.la \  $(top_builddir)/src/applications/testing/libgnunettesting_api.la \  $(top_builddir)/src/util/libgnunetutil.la tbenchtest_http_SOURCES = \  tbenchtest.c tbenchtest_http_LDADD = \  $(top_builddir)/src/applications/stats/libgnunetstats_api.la \  $(top_builddir)/src/applications/testing/libgnunettesting_api.la \  $(top_builddir)/src/util/libgnunetutil.la EXTRA_DIST = \  check.conf 

⌨️ 快捷键说明

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