last changes
[vspell.git] / libvspell / Makefile.am
blob1283e0d3cf56f3c74fa078289fe2070c7d98b1a7
1 noinst_LIBRARIES = libvspell.a
2 libvspell_a_SOURCES = types.h\
3         syllable.cpp syllable.h\
4         dictionary.cpp dictionary.h wordnode.h\
5         propername.cpp propername.h\
6         sentence.cpp sentence.h\
7         distance.cpp distance.h\
8         spell.cpp spell.h vspell.h\
9         pfs.cpp pfs.h\
10         words.cpp\
11         warch.cpp\
12         softcount.cpp softcount.h\
13         tokenize.ll tokenize.h\
14         debug.h mystring.h\
15         posgen.cpp posgen.h\
16         cgen.h cgen.cpp\
17         boost\
18         keyboard.h keyboard.cpp\
19         shuffle.h shuffle.cpp\
20         dag.h dag.cpp\
21         bellman.cpp bellman.h\
22         penalty.h penalty.cpp
23 INCLUDES = -I$(top_builddir)/libsrilm
24 libvspell_a_LIBADD = $(top_builddir)/libsrilm/libsrilm.a
25 #data_DATA = data/wordlist.wl data/ngram data/last-names.lst