masqmail

view tests/Makefile.am @ 4:2c09cca4cab9

removed references to distribution directories
author meillo@marmaro.de
date Fri, 26 Sep 2008 21:51:05 +0200
parents
children
line source
1 test.conf: $(srcdir)/conf.templ
2 sed s/SMTP_HOST/`hostname`/ $(srcdir)/conf.templ > test.conf
4 local.sh: $(srcdir)/test.templ
5 sed s/RECV_HOST/localhost/ $(srcdir)/test.templ > local.sh
6 chmod ugo+x local.sh
8 smtpout.sh: $(srcdir)/test.templ
9 sed s/RECV_HOST/`hostname`/ $(srcdir)/test.templ > smtpout.sh
10 chmod ugo+x smtpout.sh
12 input/:
13 mkdir input
15 all: test.conf local.sh smtpout.sh input/
17 EXTRA_DIST=conf.templ test.templ
19 conf.templ:
20 test.templ: