Blame view
tools/openfst-1.6.7/src/extensions/compact/Makefile.am
2.84 KB
8dcb6dfcb first commit |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
AM_CPPFLAGS = -I$(srcdir)/../../include $(ICU_CPPFLAGS) libfstdir = @libfstdir@ libfst_LTLIBRARIES = compact8_acceptor-fst.la compact8_string-fst.la compact8_unweighted-fst.la compact8_unweighted_acceptor-fst.la compact8_weighted_string-fst.la compact16_acceptor-fst.la compact16_string-fst.la compact16_unweighted-fst.la compact16_unweighted_acceptor-fst.la compact16_weighted_string-fst.la compact64_acceptor-fst.la compact64_string-fst.la compact64_unweighted-fst.la compact64_unweighted_acceptor-fst.la compact64_weighted_string-fst.la lib_LTLIBRARIES = libfstcompact.la libfstcompact_la_SOURCES = compact8_acceptor-fst.cc compact8_string-fst.cc compact8_unweighted-fst.cc compact8_unweighted_acceptor-fst.cc compact8_weighted_string-fst.cc compact16_acceptor-fst.cc compact16_string-fst.cc compact16_unweighted-fst.cc compact16_unweighted_acceptor-fst.cc compact16_weighted_string-fst.cc compact64_acceptor-fst.cc compact64_string-fst.cc compact64_unweighted-fst.cc compact64_unweighted_acceptor-fst.cc compact64_weighted_string-fst.cc libfstcompact_la_LDFLAGS = -version-info 10:0:0 libfstcompact_la_LIBADD = ../../lib/libfst.la -lm $(DL_LIBS) compact8_acceptor_fst_la_SOURCES = compact8_acceptor-fst.cc compact8_acceptor_fst_la_LDFLAGS = -module compact8_string_fst_la_SOURCES = compact8_string-fst.cc compact8_string_fst_la_LDFLAGS = -module compact8_unweighted_fst_la_SOURCES = compact8_unweighted-fst.cc compact8_unweighted_fst_la_LDFLAGS = -module compact8_unweighted_acceptor_fst_la_SOURCES = compact8_unweighted_acceptor-fst.cc compact8_unweighted_acceptor_fst_la_LDFLAGS = -module compact8_weighted_string_fst_la_SOURCES = compact8_weighted_string-fst.cc compact8_weighted_string_fst_la_LDFLAGS = -module compact16_acceptor_fst_la_SOURCES = compact16_acceptor-fst.cc compact16_acceptor_fst_la_LDFLAGS = -module compact16_string_fst_la_SOURCES = compact16_string-fst.cc compact16_string_fst_la_LDFLAGS = -module compact16_unweighted_fst_la_SOURCES = compact16_unweighted-fst.cc compact16_unweighted_fst_la_LDFLAGS = -module compact16_unweighted_acceptor_fst_la_SOURCES = compact16_unweighted_acceptor-fst.cc compact16_unweighted_acceptor_fst_la_LDFLAGS = -module compact16_weighted_string_fst_la_SOURCES = compact16_weighted_string-fst.cc compact16_weighted_string_fst_la_LDFLAGS = -module compact64_acceptor_fst_la_SOURCES = compact64_acceptor-fst.cc compact64_acceptor_fst_la_LDFLAGS = -module compact64_string_fst_la_SOURCES = compact64_string-fst.cc compact64_string_fst_la_LDFLAGS = -module compact64_unweighted_fst_la_SOURCES = compact64_unweighted-fst.cc compact64_unweighted_fst_la_LDFLAGS = -module compact64_unweighted_acceptor_fst_la_SOURCES = compact64_unweighted_acceptor-fst.cc compact64_unweighted_acceptor_fst_la_LDFLAGS = -module compact64_weighted_string_fst_la_SOURCES = compact64_weighted_string-fst.cc compact64_weighted_string_fst_la_LDFLAGS = -module |