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