* src/tgbaalgos/bfssteps.hh, src/tgbaalgos/bfssteps.cc: New files.

* src/tgbaalgos/Makefile.am (tgbaalgos_HEADERS,
libtgbaalgos_la_SOURCES): Add them.
* src/tgbaalgos/gv04.cc (gv04::result::accepting_run): Use
the new bfs_steps class.
This commit is contained in:
Alexandre Duret-Lutz 2004-11-24 14:38:21 +00:00
parent df1bf80d1f
commit 2b74398a62
5 changed files with 218 additions and 160 deletions

View file

@ -27,6 +27,7 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS)
tgbaalgosdir = $(pkgincludedir)/tgbaalgos
tgbaalgos_HEADERS = \
bfssteps.hh \
dotty.hh \
dottydec.hh \
dupexp.hh \
@ -54,6 +55,7 @@ tgbaalgos_HEADERS = \
noinst_LTLIBRARIES = libtgbaalgos.la
libtgbaalgos_la_SOURCES = \
bfssteps.cc \
dotty.cc \
dottydec.cc \
dupexp.cc \