Home | History | Annotate | Download | only in lookahead
      1 AM_CPPFLAGS = -I$(srcdir)/../../include $(ICU_CPPFLAGS)
      2 
      3 libfstdir = @libfstdir@
      4 libfst_LTLIBRARIES = libfstlookahead.la arc_lookahead-fst.la \
      5 ilabel_lookahead-fst.la olabel_lookahead-fst.la
      6 
      7 libfstlookahead_la_SOURCES = arc_lookahead-fst.cc ilabel_lookahead-fst.cc \
      8 olabel_lookahead-fst.cc
      9 libfstlookahead_la_LDFLAGS = -version-info 0:0:0
     10 
     11 arc_lookahead_fst_la_SOURCES = arc_lookahead-fst.cc
     12 arc_lookahead_fst_la_LDFLAGS = -module
     13 
     14 ilabel_lookahead_fst_la_SOURCES = ilabel_lookahead-fst.cc
     15 ilabel_lookahead_fst_la_LDFLAGS = -module
     16 
     17 olabel_lookahead_fst_la_SOURCES = olabel_lookahead-fst.cc
     18 olabel_lookahead_fst_la_LDFLAGS = -module
     19