## Makefile.am -- Process this file with automake to produce Makefile.in # $Id: Makefile.am,v 0.2 2003/11/05 17:14:12 bcx Exp bcx $ bindir=@SLOWMILT_DIR@ bin_PROGRAMS =slowmilt slowmilt_SOURCES= readconf.c edit.c mx.c util.c database.c header.c test.c milter.c compat.c slowmilt_LDADD = -lmilter auxdir = @ac_aux_dir@ AUX_DIST = $(auxdir)/install-sh $(auxdir)/missing \ $(auxdir)/mkinstalldirs \ $(auxdir)/config.guess $(auxdir)/build \ $(auxdir)/dh.m4 EXTRA_DIST = README slow.h \ etc/slow.conf.pat etc/slow.honey.pat \ etc/slow.init.pat etc/slow.run.pat \ patches tests docs AUTOMAKE_OPTIONS = foreign MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure \ $(AUX_DIST) ACLOCAL = aclocal -I $(auxdir) test: rm -f slowedit $(LN_S) slowmilt slowedit cd tests; $(MAKE) test dist-hook: rm -rf $(distdir)/docs/RCS rm -rf $(distdir)/man/RCS install-exec-local: -rm -f /usr/local/bin/@SLOWMILT_EDIT@ -$(LN_S) $(DESTDIR)$(bindir)/slowmilt /usr/local/bin/@SLOWMILT_EDIT@ $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) etc/slow.conf.pat $(DESTDIR)$(bindir)/slow.conf.pat $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) etc/slow.honey.pat $(DESTDIR)$(bindir)/slow.honey.pat $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) etc/slow.run.pat $(DESTDIR)$(bindir)/slow.run.pat $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) etc/slow.init.pat $(DESTDIR)$(bindir)/slow.init.pat