.SUFFIXES:	.ease .cf
.ease.cf: ;	./ease $*.ease >$*.cf

all: tsx.cf athena.cf bedfellow.cf watch.cf

athena.cf: generic.ease
	./ease -D_ATHENA generic.ease > athena.cf

tsx.cf: generic.ease
	./ease -D_TSX generic.ease > tsx.cf

bedfellow.cf: generic.ease
	./ease -D_BEDFELLOW generic.ease > bedfellow.cf

linda.cf: generic.ease
	./ease -D_LINDA generic.ease > linda.cf

clean:
	rm -f *.cf

install-tsx: tsx.cf
	cp tsx.cf /usr/lib/sendmail.cf
	/usr/lib/sendmail -bz
