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