## 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 etc/slow.honey \ patches tests docs AUTOMAKE_OPTIONS = foreign MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure \ $(AUX_DIST) ACLOCAL = aclocal -I $(auxdir) test: cd tests; $(MAKE) test 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 $(DESTDIR)$(bindir)/slow.conf $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) etc/slow.honey $(DESTDIR)$(bindir)/honey.conf