1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
SUBDIRS = text2mecab \
mecab \
mecab2njd \
njd \
njd_set_pronunciation \
njd_set_digit \
njd_set_accent_phrase \
njd_set_accent_type \
njd_set_unvoiced_vowel \
njd_set_long_vowel \
njd2jpcommon \
jpcommon \
bin \
mecab-naist-jdic
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL Makefile.mak NEWS README
DISTCLEANFILES = *.log *.out *~ config/*~
MAINTAINERCLEANFILES = aclocal.m4 configure Makefile.in \
config/config.guess config/config.sub \
config/depcomp config/install-sh \
config/missing config/compile
|