masqmail-0.2

view tests/Makefile.am @ 0:08114f7dcc23

this is masqmail-0.2.21 from oliver kurth
author meillo@marmaro.de
date Fri, 26 Sep 2008 17:05:23 +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: