softcount: Count as long double instead of double
[vspell.git] / utils / Makefile.am
blob4c8dcdde0fb319e92e7d1de03b8d8202ee654856
1 LDADD = $(top_builddir)/libvspell/libvspell.la
2 INCLUDES = -I$(top_builddir)/libvspell @VSPELL_CFLAGS@
4 bin_PROGRAMS = syllable-test \
5         distance-test sentence-test \
6         posgen-test\
7         tokenize-test \
8         std-syllable sc-train keyb-test\
9         vspell-check\
10         utf8toviscii lm-test lattice-test sc2wngram dag-test\
11         lattice2dot pf gen-tests pfs-test
12 EXTRAS = data.test
14 std_syllable_SOURCES = std-syllable.cpp
15 distance_test_SOURCES = distance-test.cpp
16 syllable_test_SOURCES = syllable-test.cpp
17 sc_train_SOURCES = sc-train.cpp softcount.cpp softcount.h
18 sentence_test_SOURCES = sentence-test.cpp
19 posgen_test_SOURCES = posgen-test.cpp
20 tokenize_test_SOURCES = tokenize-test.cpp
21 keyb_test_SOURCES = keyb-test.cpp
22 vspell_check_SOURCES = vspell-check.cpp
23 utf8toviscii_SOURCES = utf8toviscii.cpp
24 lm_test_SOURCES = lm-test.cpp
25 lattice_test_SOURCES = lattice-test.cpp
26 sc2wngram_SOURCES = sc2wngram.c
27 pf_SOURCES = pf.c
28 dag_test_SOURCES = dag-test.cpp
29 lattice2dot_SOURCES = lattice2dot.cpp
30 gen_tests_SOURCES = gen-tests.cpp
31 pfs_test_SOURCES = pfs-test.cpp