]> git.ipfire.org Git - thirdparty/squid.git/blame - tools/squidclient/Makefile.am
Boilerplate: copyright blurb updates for test-suite
[thirdparty/squid.git] / tools / squidclient / Makefile.am
CommitLineData
842cd45a
AJ
1include $(top_srcdir)/src/Common.am
2
3AUTOMAKE_OPTIONS = subdir-objects
4
5SUBDIRS =
6EXTRA_DIST = squidclient.1
7man_MANS = squidclient.1
8DISTCLEANFILES =
9
10LDADD = \
11 $(top_builddir)/src/ip/libip.la \
12 $(top_builddir)/lib/libmiscencoding.la \
13 $(top_builddir)/lib/libmiscutil.la \
14 $(COMPAT_LIB) \
b4f805f6 15 $(LIBGNUTLS_LIBS) \
09cd7204 16 $(NETTLELIB) \
842cd45a
AJ
17 $(KRB5LIBS) \
18 $(XTRA_LIBS)
19
20include $(top_srcdir)/doc/manuals/Substitute.am
21
22## Several files need to be shared but we cannot depend on the other
23## directories to be built.
24test_tools.cc: $(top_srcdir)/test-suite/test_tools.cc
25 cp $(top_srcdir)/test-suite/test_tools.cc .
26
27stub_debug.cc: $(top_srcdir)/src/tests/stub_debug.cc
28 cp $(top_srcdir)/src/tests/stub_debug.cc .
29
30time.cc: $(top_srcdir)/src/time.cc
31 cp $(top_srcdir)/src/time.cc .
32
33# stock tools for unit tests - library independent versions of dlink_list
34# etc.
35# globals.cc is needed by test_tools.cc.
36# Neither of these should be disted from here.
37TESTSOURCES= test_tools.cc
38CLEANFILES += test_tools.cc stub_debug.cc time.cc
39
40## ##### squidclient #####
41
42bin_PROGRAMS = squidclient
43
44squidclient_SOURCES = \
b2050d4d
AJ
45 gssapi_support.cc \
46 gssapi_support.h \
842cd45a
AJ
47 Parameters.h \
48 Ping.cc \
49 Ping.h \
50 squidclient.cc \
51 stub_debug.cc \
52 test_tools.cc \
b4f805f6
AJ
53 time.cc \
54 Transport.cc \
55 Transport.h