masqmail
diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tests/Makefile.am Fri Sep 26 17:05:23 2008 +0200 1.3 @@ -0,0 +1,20 @@ 1.4 +test.conf: $(srcdir)/conf.templ 1.5 + sed s/SMTP_HOST/`hostname`/ $(srcdir)/conf.templ > test.conf 1.6 + 1.7 +local.sh: $(srcdir)/test.templ 1.8 + sed s/RECV_HOST/localhost/ $(srcdir)/test.templ > local.sh 1.9 + chmod ugo+x local.sh 1.10 + 1.11 +smtpout.sh: $(srcdir)/test.templ 1.12 + sed s/RECV_HOST/`hostname`/ $(srcdir)/test.templ > smtpout.sh 1.13 + chmod ugo+x smtpout.sh 1.14 + 1.15 +input/: 1.16 + mkdir input 1.17 + 1.18 +all: test.conf local.sh smtpout.sh input/ 1.19 + 1.20 +EXTRA_DIST=conf.templ test.templ 1.21 + 1.22 +conf.templ: 1.23 +test.templ: