meillo@6: # Makefile by markus schnalke meillo@6: # heavily based on Makefile.am written by oliver kurth meillo@6: meillo@63: all: test.conf meillo@423: mkdir -p spool meillo@6: meillo@63: test.conf: test.conf.tpl meillo@46: # fails if the current path contains `^'. meillo@64: sed "s/SMTP_HOST/`hostname`/; s^PWD^`pwd`^" $< >$@ meillo@6: meillo@6: clean: meillo@63: rm -f test.conf meillo@63: meillo@63: realclean: clean meillo@423: rm -rf spool meillo@340: rm -f *.log $(LOGNAME)