genltl: move all formula generation code to spot/gen/
Fixes #254. * spot/gen/formulas.cc, spot/gen/formulas.hh: New files. * spot/gen/Makefile.am: Add them. * spot/Makefile.am: Fix build order. * bin/genltl.cc: Move most code to the above files and adjust. * bin/Makefile.am: Link genltl with libspotgen. * doc/org/arch.tex: Adjust picture to show that genltl uses libspotgen. * python/spot/gen.i: Include formulas.hh. * tests/python/gen.py: Make sure genltl() and ltl_pattern_name() can be called.
This commit is contained in:
parent
52af3948d6
commit
8939e0dd50
9 changed files with 1495 additions and 1411 deletions
|
|
@ -21,10 +21,8 @@ AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) $(BUDDY_CPPFLAGS)
|
|||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||
|
||||
spotgendir = $(pkgincludedir)/gen
|
||||
spotgen_HEADERS = automata.hh
|
||||
spotgen_HEADERS = automata.hh formulas.hh
|
||||
|
||||
lib_LTLIBRARIES = libspotgen.la
|
||||
libspotgen_la_SOURCES = \
|
||||
automata.cc
|
||||
#libspotgen_la_LDFLAGS = $(BUDDY_LDFLAGS) -no-undefined $(SYMBOLIC_LDFLAGS)
|
||||
|
||||
libspotgen_la_SOURCES = automata.cc formulas.cc
|
||||
libspotgen_la_LDFLAGS = ../libspot.la -no-undefined $(SYMBOLIC_LDFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue