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