forked from prehor/amavisd-milter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
47 lines (41 loc) · 765 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Subdirectories
SUBDIRS= \
compat \
amavisd-milter
DIST_SUBDIRS= \
${SUBDIRS}
# Not a GNU package
AUTOMAKE_OPTIONS= \
foreign
# Distribution files
EXTRA_DIST= \
.editorconfig \
AMAVISD-MILTER.md \
CHANGES \
INSTALL \
LICENSE \
Makefile.am \
Makefile.in \
aclocal.m4 \
autoconf.sh \
config.h.in \
configure \
configure.ac
dist-hook:
cd amavisd-milter; \
$(MAKE) amavisd-milter.8
maintainer-clean-local:
-rm -f Makefile.in
-rm -f aclocal/ar-lib
-rm -f aclocal/compile
-rm -f aclocal/config.guess
-rm -f aclocal/config.sub
-rm -f aclocal/depcomp
-rm -f aclocal/install-sh
-rm -f aclocal/missing
-rm -f aclocal/mkinstalldirs
-rm -f aclocal.m4
-rm -f amavisd-milter-*.tar.gz
-rm -f config.h.in
-rm -f config.h.in~
-rm -f configure