📄 makefile.am
字号:
# Makefile for Amanda tape library.INCLUDES = -I$(top_builddir)/common-src \ -I$(top_srcdir)/common-src \ -I$(top_srcdir)/gnulib \ -I$(top_srcdir)/device-src# automake-style testsnoinst_PROGRAMS = queue_test device_test $(TESTS)#### Because libamanda includes routines (e.g. regex) provided by some system# libraries, and because of the way libtool sets up the command line, we# need to list libamanda twice here, first to override the system library# routines, and second to pick up any references in the other libraries.###LDADD = ../../common-src/libamanda.la \ ../libamdevice.la \ ../../common-src/libamanda.la \ ../../gnulib/libgnu.laTESTS = semaphore-test vfs_testsemaphore_test_SOURCES = semaphore-test.cvfs_test_SOURCES = vfs_test.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -