]> git.ipfire.org Git - thirdparty/squid.git/blob - src/ICAP/Makefile.am
d9b716308ea82811e7011e5ba45577f2fd577823
[thirdparty/squid.git] / src / ICAP / Makefile.am
1 AM_CFLAGS = @SQUID_CFLAGS@
2 AM_CXXFLAGS = @SQUID_CXXFLAGS@
3 CLEANFILES =
4
5 INCLUDES = \
6 -I$(top_srcdir) \
7 -I$(top_builddir)/include \
8 -I$(top_srcdir)/include \
9 -I$(top_srcdir)/src
10
11 noinst_LTLIBRARIES = libicap.la
12
13 libicap_la_SOURCES = \
14 ICAPClient.cc \
15 ICAPClient.h \
16 ICAPInOut.h \
17 ICAPConfig.cc \
18 ICAPConfig.h \
19 ICAPElements.cc \
20 ICAPElements.h \
21 ICAPOptions.cc \
22 ICAPOptions.h \
23 ICAPServiceRep.cc \
24 ICAPServiceRep.h \
25 ICAPLauncher.cc \
26 ICAPLauncher.h \
27 ICAPOptXact.cc \
28 ICAPOptXact.h \
29 ICAPXaction.cc \
30 ICAPXaction.h \
31 ICAPModXact.cc \
32 ICAPModXact.h
33
34
35 check_PROGRAMS = testHeaders
36
37 ## test .h correctness
38 testHeaders: $(top_srcdir)/src/ICAP/*.h
39 $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "." || exit 1
40
41 ## No such file...
42 testHeaders.c:
43 touch testHeaders.c
44 CLEANFILES += testHeaders.c