Add option --lbt-input to ltl2tgba. Factor it with ltlfilt.

* src/bin/ltlfilt.cc: Extra input options into...
* src/bin/common_finput.cc, src/bin/common_finput.hh: ... these new
files...
* src/bin/ltl2tgba.cc: ... and use them here.
* src/bin/Makefile.am: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2012-09-18 21:44:58 +02:00
parent f02156ebff
commit f4381d59ce
5 changed files with 142 additions and 59 deletions

View file

@ -30,6 +30,8 @@ noinst_LIBRARIES = libcommon.a
libcommon_a_SOURCES = \
common_cout.hh \
common_cout.cc \
common_finput.cc \
common_finput.hh \
common_output.cc \
common_output.hh \
common_range.cc \