SOURCES = morph.sfst symbols.sfst inflection.sfst phon.sfst .PHONY: targets targets: ../bin/morph.a ../bin/morph.a: ../bin/inflection.a ../bin/phon.a noun-kor-lex.txt ../bin/%.a: %.sfst fst-compiler-utf8 $< $@ ../bin/%.ca: ../bin/%.a fst-compact $< $@ clean: -rm ../bin/*.a *~ Makefile.bak 2>&- > /dev/null Makefile: *.sfst -makedepend -Y -o.a $(SOURCES) 2>/dev/null # DO NOT DELETE ../bin/morph.a: symbols.sfst ../bin/phon.a: symbols.sfst