]> git.ipfire.org Git - thirdparty/squid.git/blame - src/Common.am
Undo removal of helper from rotate
[thirdparty/squid.git] / src / Common.am
CommitLineData
a2197d3a 1## Settings common to many Squid Makefiles
4fcc4dab 2
a2197d3a
AR
3## This file should be included first in all src/subdir/Makefile.am
4## so it must not contain stuff specific to or bad for some subdirectories.
4fcc4dab 5
a2197d3a 6## TODO: make this set by configure?
4fcc4dab
AR
7AM_CFLAGS = @SQUID_CFLAGS@
8AM_CXXFLAGS = @SQUID_CXXFLAGS@
9DEFS = @DEFS@
10
a2197d3a 11## so that others can always use += for these variables
4fcc4dab 12CLEANFILES =
fe57027d
AR
13check_PROGRAMS =
14TESTS =
4fcc4dab
AR
15
16INCLUDES = \
17 -I$(top_srcdir) \
18 -I$(top_srcdir)/include \
19 -I$(top_srcdir)/src \
ef7513ff 20 -I$(top_builddir)/include \
4fcc4dab
AR
21 @SQUID_CPPUNIT_INC@
22
a2197d3a
AR
23## make all compiled sources depend on generated files
24## XXX: Do we really need this? Does auto-dependency tracking work?
ef7513ff 25$(OBJS): $(top_srcdir)/include/version.h $(top_builddir)/include/autoconf.h
90e7860e
AJ
26
27COMPAT_LIBS = \
28 -L$(top_builddir)/lib -lmiscutil \
29 $(top_builddir)/compat/libcompat.la