Blame view

tools/openfst-1.6.7/src/extensions/ngram/Makefile.am 413 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
  AM_CPPFLAGS = -I$(srcdir)/../../include $(ICU_CPPFLAGS)
  
  libfstdir = @libfstdir@
  libfst_LTLIBRARIES = ngram-fst.la
  
  lib_LTLIBRARIES = libfstngram.la
  
  ngram_fst_la_SOURCES = bitmap-index.cc ngram-fst.cc nthbit.cc
  ngram_fst_la_LDFLAGS = -module
  
  libfstngram_la_SOURCES = bitmap-index.cc ngram-fst.cc nthbit.cc
  libfstngram_la_LDFLAGS = -version-info 10:0:0
  libfstngram_la_LIBADD = ../../lib/libfst.la -lm $(DL_LIBS)