]> git.ipfire.org Git - thirdparty/squid.git/blob - src/Common.am
Language Updates
[thirdparty/squid.git] / src / Common.am
1 ## Settings common to many Squid Makefiles
2
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.
5
6 ## TODO: make this set by configure?
7 AM_CFLAGS = @SQUID_CFLAGS@
8 AM_CXXFLAGS = @SQUID_CXXFLAGS@
9 DEFS = @DEFS@
10
11 ## so that others can always use += for these variables
12 CLEANFILES =
13 check_PROGRAMS =
14 TESTS =
15
16 INCLUDES = \
17 -I$(top_srcdir) \
18 -I$(top_srcdir)/include \
19 -I$(top_srcdir)/src \
20 -I$(top_builddir)/include \
21 @SQUID_CPPUNIT_INC@
22
23 ## make all compiled sources depend on generated files
24 ## XXX: Do we really need this? Does auto-dependency tracking work?
25 $(OBJS): $(top_srcdir)/include/version.h $(top_builddir)/include/autoconf.h