Moved tests to utils. Added .gitignore
[vspell.git] / libvspell / Makefile.am
blob3d05387a06f9b295ee53bd3c0727a1d94d1bde54
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)/srilm/include
24 #libvspell_a_LIBADD = $(top_builddir)/srilm/lib/i686-gcc4/libdstruct.a $(top_builddir)/srilm/lib/i686-gcc4/libflm.a $(top_builddir)/srilm/lib/i686-gcc4/liblattice.a $(top_builddir)/srilm/lib/i686-gcc4/libmisc.a $(top_builddir)/srilm/lib/i686-gcc4/liboolm.a
25 #data_DATA = data/wordlist.wl data/ngram data/last-names.lst