makefile.am
来自「代理服务器 squid-2.6.STABLE16」· AM 代码 · 共 17 行
AM
17 行
# Makefile for storage modules in the Squid Object Cache server## $Id: Makefile.am,v 1.5 2006/06/02 21:35:41 hno Exp $#AUTOMAKE_OPTIONS = subdir-objectsEXTRA_LIBRARIES = liblru.a libheap.anoinst_LIBRARIES = @REPL_LIBS@liblru_a_SOURCES = lru/store_repl_lru.clibheap_a_SOURCES = heap/store_heap_replacement.h heap/store_heap_replacement.c heap/store_repl_heap.cINCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/src
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?