# Simple makefile to build the binary transducer XFST = xfst all: ../bin/sme.t9.fst ../bin/%.fst: %.lexc @echo @echo "*** Building $(@F) ***" @echo $(XFST) -e "read lexc $<" \ -e "save stack $@" \ -stop