
1: AUTOMAKE_OPTIONS = 2: EXTRA_DIST = README.en DIARY anthy-conf.in anthy-test-conf.in anthy.spec.in anthy.pc.in Doxyfile 3: 4: SRCDIR = src-diclib src-worddic src-splitter src-ordering src-main src-util 5: 6: SUBDIRS = $(SRCDIR) anthy depgraph mkworddic calctrans mkanthydic doc test alt-cannadic 7: 8: sysconf_DATA = anthy-conf 9: 10: pkgconfigdir = $(libdir)/pkgconfig 11: pkgconfig_DATA = anthy.pc 12: 13: MOSTLYCLEANFILES = core 14: 15: update_params: 16: make -C calctrans update_params 17: make 18: update_params0: 19: make -C calctrans update_params0 20: make 21: update_params2: 22: make -C calctrans update_params2 23: make