* src/tgba/ltl2tgba.hh, src/tgba/ltl2tgba.cc: Move ...

* src/tgbaalgos/ltl2tgba.hh, src/tgbaalgos/ltl2tgba.cc: ... here.
* src/tgba/Makefile.am, src/tgbaalgos/Makefile.am: Adjust.
* src/tgba/public.hh: Do not include ltl2tgba.hh.
* src/tgbatests/explprod.cc, src/tgbatests/ltl2tgba.cc,
src/tgbatests/ltlprod.cc, src/tgbatests/mixprod.cc,
src/tgbatests/reach.cc, src/tgbatests/tripprod.cc: Adjust inclusions.
This commit is contained in:
Alexandre Duret-Lutz 2003-06-26 15:15:39 +00:00
parent f4629246f7
commit 7fdd78614c
11 changed files with 18 additions and 10 deletions

View file

@ -1,5 +1,13 @@
2003-06-26 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgba/ltl2tgba.hh, src/tgba/ltl2tgba.cc: Move ...
* src/tgbaalgos/ltl2tgba.hh, src/tgbaalgos/ltl2tgba.cc: ... here.
* src/tgba/Makefile.am, src/tgbaalgos/Makefile.am: Adjust.
* src/tgba/public.hh: Do not include ltl2tgba.hh.
* src/tgbatests/explprod.cc, src/tgbatests/ltl2tgba.cc,
src/tgbatests/ltlprod.cc, src/tgbatests/mixprod.cc,
src/tgbatests/reach.cc, src/tgbatests/tripprod.cc: Adjust inclusions.
* src/tgba/tgbabddcoredata.hh: Fix some Doxygen comments.
* src/ltlast/formula.hh: More Doxygen comments.
* src/tgba/tgba.hh: Use <tt> in Doxygen comments.

View file

@ -7,7 +7,6 @@ tgba_HEADERS = \
bddfactory.hh \
bddprint.hh \
dictunion.hh \
ltl2tgba.hh \
public.hh \
state.hh \
statebdd.hh \
@ -30,7 +29,6 @@ libtgba_la_SOURCES = \
bddfactory.cc \
bddprint.cc \
dictunion.cc \
ltl2tgba.cc \
statebdd.cc \
succiterconcrete.cc \
tgbabddconcrete.cc \

View file

@ -4,7 +4,6 @@
# include "tgba.hh"
# include "tgbabddconcrete.hh"
# include "tgbabddconcreteproduct.hh"
# include "ltl2tgba.hh"
# include "bddprint.hh"
#endif // SPOT_TGBA_PUBLIC_HH

View file

@ -5,9 +5,12 @@ tgbaalgosdir = $(pkgincludedir)/tgbaalgos
tgbaalgos_HEADERS = \
dotty.hh \
ltl2tgba.hh \
save.hh
noinst_LTLIBRARIES = libtgbaalgos.la
libtgbaalgos_la_SOURCES = \
dotty.cc \
ltl2tgba.cc \
save.cc

View file

@ -3,7 +3,7 @@
#include "ltlvisit/lunabbrev.hh"
#include "ltlvisit/nenoform.hh"
#include "ltlvisit/destroy.hh"
#include "tgbabddconcretefactory.hh"
#include "tgba/tgbabddconcretefactory.hh"
#include <cassert>
#include "ltl2tgba.hh"

View file

@ -2,7 +2,7 @@
# define SPOT_TGBA_LTL2TGBA_HH
#include "ltlast/formula.hh"
#include "tgbabddconcrete.hh"
#include "tgba/tgbabddconcrete.hh"
namespace spot
{

View file

@ -1,6 +1,6 @@
#include <iostream>
#include <cassert>
#include "tgba/ltl2tgba.hh"
#include "tgbaalgos/ltl2tgba.hh"
#include "tgba/tgbaexplicit.hh"
#include "tgba/tgbaproduct.hh"
#include "tgbaparse/public.hh"

View file

@ -3,7 +3,7 @@
#include "ltlvisit/destroy.hh"
#include "ltlast/allnodes.hh"
#include "ltlparse/public.hh"
#include "tgba/ltl2tgba.hh"
#include "tgbaalgos/ltl2tgba.hh"
#include "tgba/bddprint.hh"
#include "tgba/tgbabddtranslatefactory.hh"
#include "tgbaalgos/dotty.hh"

View file

@ -3,7 +3,7 @@
#include "ltlvisit/destroy.hh"
#include "ltlast/allnodes.hh"
#include "ltlparse/public.hh"
#include "tgba/ltl2tgba.hh"
#include "tgbaalgos/ltl2tgba.hh"
#include "tgba/tgbaproduct.hh"
#include "tgba/tgbabddconcreteproduct.hh"
#include "tgbaalgos/dotty.hh"

View file

@ -3,7 +3,7 @@
#include "ltlvisit/destroy.hh"
#include "ltlast/allnodes.hh"
#include "ltlparse/public.hh"
#include "tgba/ltl2tgba.hh"
#include "tgbaalgos/ltl2tgba.hh"
#include "tgba/tgbaproduct.hh"
#include "tgba/tgbabddconcreteproduct.hh"
#include "tgbaparse/public.hh"

View file

@ -1,6 +1,6 @@
#include <iostream>
#include <cassert>
#include "tgba/ltl2tgba.hh"
#include "tgbaalgos/ltl2tgba.hh"
#include "tgba/tgbaexplicit.hh"
#include "tgba/tgbaproduct.hh"
#include "tgbaparse/public.hh"