]> git.ipfire.org Git - thirdparty/squid.git/blob - src/adaptation/Makefile.am
Author: Francesco Chemolli <kinkie@squid-cache.org>
[thirdparty/squid.git] / src / adaptation / Makefile.am
1 AM_CFLAGS = @SQUID_CFLAGS@
2 AM_CXXFLAGS = @SQUID_CXXFLAGS@
3
4 INCLUDES = \
5 -I$(top_builddir)/include \
6 -I$(top_srcdir)/include \
7 -I$(top_srcdir)/src
8
9 noinst_LTLIBRARIES = libadaptation.la
10
11 libadaptation_la_SOURCES = \
12 AccessCheck.cc \
13 AccessCheck.h \
14 AccessRule.cc \
15 AccessRule.h \
16 Config.cc \
17 Config.h \
18 Elements.cc \
19 Elements.h \
20 forward.h \
21 Initiate.cc \
22 Initiate.h \
23 Initiator.cc \
24 Initiator.h \
25 Service.cc \
26 Service.h \
27 ServiceConfig.cc \
28 ServiceConfig.h \
29 ServiceGroups.cc \
30 ServiceGroups.h
31
32 check_PROGRAMS = testHeaders
33
34 ## test .h correctness
35 testHeaders: $(top_srcdir)/src/adaptation/*.h
36 $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "." || exit 1
37
38 ## No such file...
39 testHeaders.c:
40 touch testHeaders.c