makefile.am
来自「开源备份软件源码 AMANDA, the Advanced Marylan」· AM 代码 · 共 29 行
AM
29 行
# 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 + =
减小字号Ctrl + -
显示快捷键?