1if HAVE_FAR 2far_include_headers = fst/extensions/far/compile-strings.h \ 3fst/extensions/far/create.h fst/extensions/far/equal.h \ 4fst/extensions/far/extract.h fst/extensions/far/far.h \ 5fst/extensions/far/farlib.h fst/extensions/far/farscript.h \ 6fst/extensions/far/info.h fst/extensions/far/main.h \ 7fst/extensions/far/print-strings.h fst/extensions/far/stlist.h \ 8fst/extensions/far/sttable.h 9endif 10 11if HAVE_NGRAM 12ngram_include_headers = fst/extensions/ngram/bitmap-index.h \ 13fst/extensions/ngram/ngram-fst.h \ 14fst/extensions/ngram/nthbit.h 15endif 16 17if HAVE_PDT 18pdt_include_headers = fst/extensions/pdt/collection.h \ 19fst/extensions/pdt/compose.h fst/extensions/pdt/expand.h \ 20fst/extensions/pdt/info.h fst/extensions/pdt/paren.h \ 21fst/extensions/pdt/pdt.h fst/extensions/pdt/pdtlib.h \ 22fst/extensions/pdt/pdtscript.h fst/extensions/pdt/replace.h \ 23fst/extensions/pdt/reverse.h fst/extensions/pdt/shortest-path.h 24endif 25 26script_include_headers = fst/script/arcsort.h fst/script/arg-packs.h \ 27fst/script/closure.h fst/script/compile-impl.h fst/script/compile.h \ 28fst/script/compose.h fst/script/concat.h fst/script/connect.h \ 29fst/script/convert.h fst/script/decode.h fst/script/determinize.h \ 30fst/script/difference.h fst/script/disambiguate.h fst/script/draw-impl.h \ 31fst/script/draw.h fst/script/encode.h fst/script/epsnormalize.h \ 32fst/script/equal.h fst/script/equivalent.h fst/script/fst-class.h \ 33fst/script/fstscript.h fst/script/info-impl.h fst/script/info.h \ 34fst/script/intersect.h fst/script/invert.h fst/script/map.h \ 35fst/script/minimize.h fst/script/print-impl.h fst/script/print.h \ 36fst/script/project.h fst/script/prune.h fst/script/push.h \ 37fst/script/randequivalent.h fst/script/randgen.h fst/script/register.h \ 38fst/script/relabel.h fst/script/replace.h fst/script/reverse.h \ 39fst/script/reweight.h fst/script/rmepsilon.h fst/script/script-impl.h \ 40fst/script/shortest-distance.h fst/script/shortest-path.h \ 41fst/script/symbols.h fst/script/synchronize.h fst/script/text-io.h \ 42fst/script/topsort.h fst/script/union.h fst/script/weight-class.h \ 43fst/script/fstscript-decl.h fst/script/verify.h 44 45nobase_include_HEADERS = fst/arc.h fst/determinize.h fst/intersect.h \ 46fst/queue.h fst/statesort.h fst/arcfilter.h fst/dfs-visit.h \ 47fst/invert.h fst/randequivalent.h fst/string-weight.h \ 48fst/difference.h fst/lexicographic-weight.h fst/randgen.h \ 49fst/symbol-table.h fst/arcsort.h fst/encode.h fst/lock.h \ 50fst/random-weight.h fst/synchronize.h \ 51fst/epsnormalize.h fst/log.h fst/rational.h fst/test-properties.h \ 52fst/cache.h fst/equal.h fst/arc-map.h fst/map.h fst/register.h fst/topsort.h \ 53fst/closure.h fst/equivalent.h fst/matcher.h fst/matcher-fst.h fst/relabel.h \ 54fst/union-find.h fst/compact-fst.h fst/expanded-fst.h fst/minimize.h \ 55fst/replace.h fst/union.h fst/compat.h fst/factor-weight.h fst/state-map.h \ 56fst/mutable-fst.h fst/reverse.h fst/util.h fst/complement.h \ 57fst/flags.h fst/partition.h fst/reweight.h fst/vector-fst.h \ 58fst/compose-filter.h fst/float-weight.h fst/product-weight.h \ 59fst/rmepsilon.h fst/verify.h fst/compose.h fst/fst-decl.h \ 60fst/project.h fst/rmfinalepsilon.h fst/visit.h fst/concat.h \ 61fst/fst.h fst/properties.h fst/shortest-distance.h fst/weight.h \ 62fst/connect.h fst/fstlib.h fst/prune.h fst/shortest-path.h \ 63fst/const-fst.h fst/heap.h fst/push.h fst/state-table.h fst/slist.h \ 64fst/pair-weight.h fst/config.h fst/tuple-weight.h fst/power-weight.h \ 65fst/lookahead-matcher.h fst/types.h fst/add-on.h fst/label-reachable.h \ 66fst/accumulator.h fst/interval-set.h fst/state-reachable.h \ 67fst/lookahead-filter.h fst/generic-register.h fst/edit-fst.h \ 68fst/replace-util.h fst/icu.h fst/string.h fst/signed-log-weight.h \ 69fst/sparse-tuple-weight.h fst/sparse-power-weight.h fst/expectation-weight.h \ 70fst/symbol-table-ops.h fst/bi-table.h fst/mapped-file.h \ 71$(far_include_headers) \ 72$(ngram_include_headers) \ 73$(pdt_include_headers) \ 74$(script_include_headers) 75