• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1AM_CPPFLAGS = -I$(srcdir)/../../include $(ICU_CPPFLAGS)
2
3libfstdir = @libfstdir@
4libfst_LTLIBRARIES = libfstngram.la ngram-fst.la
5
6ngram_fst_la_SOURCES = bitmap-index.cc ngram-fst.cc nthbit.cc
7ngram_fst_la_LDFLAGS = -module
8
9libfstngram_la_SOURCES = bitmap-index.cc ngram-fst.cc nthbit.cc
10libfstngram_la_LDFLAGS = -version-info 1:0:0
11