1## Copyright (C) 1996-2021 The Squid Software Foundation and contributors
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
8include $(top_srcdir)/src/Common.am
9
10libexec_SCRIPTS = ext_delayer_acl
11CLEANFILES += ext_delayer_acl
12EXTRA_DIST= \
13	required.m4 \
14	ext_delayer_acl.pl.in
15
16ext_delayer_acl: ext_delayer_acl.pl.in
17	$(subst_perlshell)
18
19if ENABLE_POD2MAN_DOC
20man_MANS = ext_delayer_acl.8
21CLEANFILES += ext_delayer_acl.8
22EXTRA_DIST += ext_delayer_acl.8
23
24ext_delayer_acl.8: ext_delayer_acl
25	pod2man --section=8 ext_delayer_acl ext_delayer_acl.8
26
27endif
28