]> git.ipfire.org Git - thirdparty/squid.git/blob - src/auth/basic/POP3/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / auth / basic / POP3 / Makefile.am
1 ## Copyright (C) 1996-2020 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
8 include $(top_srcdir)/src/Common.am
9
10 libexec_SCRIPTS = basic_pop3_auth
11 CLEANFILES += basic_pop3_auth
12 EXTRA_DIST= \
13 basic_pop3_auth.pl.in \
14 required.m4
15
16 basic_pop3_auth: basic_pop3_auth.pl.in
17 $(subst_perlshell)
18
19 if ENABLE_POD2MAN_DOC
20 man_MANS = basic_pop3_auth.8
21 CLEANFILES += basic_pop3_auth.8
22 EXTRA_DIST += basic_pop3_auth.8
23
24 basic_pop3_auth.8: basic_pop3_auth
25 pod2man --section=8 basic_pop3_auth basic_pop3_auth.8
26
27 endif