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

📄 makefile.am

📁 GNUnet是一个安全的点对点网络框架
💻 AM
字号:
INCLUDES = -I$(top_srcdir)/src/includeplugindir = $(libdir)/GNUnetLDADD = \ $(top_builddir)/src/util/libgnunetutil.la plugin_LTLIBRARIES = \  libgnunetmodule_sqstore_mysql.lacheck_PROGRAMS = \  mysqltest \  mysqltest2 \  mysqltest3TESTS = $(check_PROGRAMS)if HAVE_ZLIB ZLIB_LNK = -lzendifAM_CPPFLAGS = $(CPPFLAGS) $(MYSQL_CPPFLAGS)libgnunetmodule_sqstore_mysql_la_SOURCES = \  mysql.c libgnunetmodule_sqstore_mysql_la_LDFLAGS = \  -export-dynamic -avoid-version -module \  $(MYSQL_LDFLAGS)libgnunetmodule_sqstore_mysql_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ -lmysqlclient $(ZLIB_LNK)EXTRA_DIST = check.confmysqltest_SOURCES = \ mysqltest.c mysqltest_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/server/libgnunetcore.lamysqltest2_SOURCES = \ mysqltest2.c mysqltest2_LDADD = \ $(top_builddir)/src/server/libgnunetcore.la  \ $(top_builddir)/src/util/libgnunetutil.la  mysqltest3_SOURCES = \ mysqltest3.c mysqltest3_LDADD = \ $(top_builddir)/src/server/libgnunetcore.la  \ $(top_builddir)/src/util/libgnunetutil.la  

⌨️ 快捷键说明

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