1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
EXTRA_DIST = Makefile.mak
DISTCLEANFILES = *.log *.out *~
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = -I @top_srcdir@/njd @CHARSET@
noinst_LIBRARIES = libnjd_set_accent_phrase.a
libnjd_set_accent_phrase_a_SOURCES = njd_set_accent_phrase.h \
njd_set_accent_phrase.c \
njd_set_accent_phrase_rule_ascii_for_euc_jp.h \
njd_set_accent_phrase_rule_ascii_for_shift_jis.h \
njd_set_accent_phrase_rule_ascii_for_utf_8.h \
njd_set_accent_phrase_rule_euc_jp.h \
njd_set_accent_phrase_rule_shift_jis.h \
njd_set_accent_phrase_rule_utf_8.h
|