Imported Upstream version 1.6.6
[platform/upstream/openfst.git] / src / extensions / ngram / Makefile.am
1 AM_CPPFLAGS = -I$(srcdir)/../../include $(ICU_CPPFLAGS)
2
3 libfstdir = @libfstdir@
4 libfst_LTLIBRARIES = ngram-fst.la
5
6 lib_LTLIBRARIES = libfstngram.la
7
8 ngram_fst_la_SOURCES = bitmap-index.cc ngram-fst.cc nthbit.cc
9 ngram_fst_la_LDFLAGS = -module
10
11 libfstngram_la_SOURCES = bitmap-index.cc ngram-fst.cc nthbit.cc
12 libfstngram_la_LDFLAGS = -version-info 9:0:0
13 libfstngram_la_LIBADD = ../../lib/libfst.la -lm $(DL_LIBS)