P = ../press
.SUFFIXES : .d .i

.i.d :
	$P $*.i > out
	diff out $*.r > $*.d

all : tf.d

tf.d : tf.i $P
