]> git.ipfire.org Git - thirdparty/squid.git/blame - tools/purge/Makefile.am
Source Format Enforcement (#1234)
[thirdparty/squid.git] / tools / purge / Makefile.am
CommitLineData
b8ae064d 1## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
5f623035
AJ
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
2ccf2eb2
AJ
8include $(top_srcdir)/src/Common.am
9
8c627c39 10if !ENABLE_WIN32SPECIFIC
ae919b54 11bin_PROGRAMS = purge
f655a258 12man_MANS = purge.1
8c627c39 13endif
2ccf2eb2
AJ
14
15purge_SOURCES = \
aa5639dc 16 conffile.cc \
17 conffile.hh \
2ccf2eb2
AJ
18 convert.cc \
19 convert.hh \
aa5639dc 20 copyout.cc \
21 copyout.hh \
22 purge.cc \
2ccf2eb2
AJ
23 signal.cc \
24 signal.hh \
aa5639dc 25 socket.cc \
26 socket.hh \
2ccf2eb2 27 squid-tlv.cc \
aa5639dc 28 squid-tlv.hh
2ccf2eb2
AJ
29
30purge_LDADD = \
31 $(COMPAT_LIB) \
32 $(XTRA_LIBS)
33
f655a258 34EXTRA_DIST = purge.1