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

📄 makefile.am

📁 GNUnet是一个安全的点对点网络框架
💻 AM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -