]> git.ipfire.org Git - thirdparty/squid.git/blob - src/repl/Makefile.am
Import of fix-ranges branch
[thirdparty/squid.git] / src / repl / Makefile.am
1 # Makefile for storage modules in the Squid Object Cache server
2 #
3 # $Id: Makefile.am,v 1.5 2003/01/23 00:38:25 robertc Exp $
4 #
5
6 AUTOMAKE_OPTIONS = subdir-objects
7 AM_CFLAGS = -Werror -Wall
8 AM_CXXFLAGS = -Werror -Wall
9
10 # No recursion is needed for the subdirs, we build from here. // @REPL_POLICIES@
11
12 EXTRA_LIBRARIES = liblru.a libheap.a
13 noinst_LIBRARIES = @REPL_LIBS@
14
15 liblru_a_SOURCES = lru/store_repl_lru.cc
16 libheap_a_SOURCES = heap/store_heap_replacement.h heap/store_heap_replacement.cc heap/store_repl_heap.cc
17
18 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
19 -I$(top_srcdir)/src/
20