📄 makefile.am
字号:
INCLUDES = -I$(top_srcdir)/src/includeSUBDIRS = .EXTRA_DIST = timertimer.cnoinst_LTLIBRARIES = \ libthreads.lalibthreads_la_SOURCES = \ mutex.c \ pthread.c \ semaphore.c \ shutdown.c \ signal.c \ time.ccheck_PROGRAMS = \ semaphoretest \ shutdowntest \ shutdowntest2 \ timertest TESTS = $(check_PROGRAMS)semaphoretest_SOURCES = \ semaphoretest.csemaphoretest_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la shutdowntest_SOURCES = \ shutdowntest.cshutdowntest_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la shutdowntest2_SOURCES = \ shutdowntest2.cshutdowntest2_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la timertest_SOURCES = \ timertest.ctimertest_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -