* src/evtgbaalgos/tgba2evtgba.cc, src/evtgbaalgos/tgba2evtgba.hh:
New files. * src/evtgbaalgos/Makefile.am (evtgbaalgos_HEADERS, libevtgbaalgos_la_SOURCES): Add them. * src/evtgbatest/ltl2evtgba.cc, src/evtgbatest/ltl2evtgba.test: New files. * src/evtgbatest/Makefile.am (check_PROGRAMS, TESTS): Add them. (ltl2evtgba_SOURCES): New variable.
This commit is contained in:
parent
b89f1e252e
commit
7010a02cd9
7 changed files with 388 additions and 3 deletions
|
|
@ -27,10 +27,12 @@ evtgbaalgosdir = $(pkgincludedir)/evtgbaalgos
|
|||
evtgbaalgos_HEADERS = \
|
||||
dotty.hh \
|
||||
reachiter.hh \
|
||||
save.hh
|
||||
save.hh \
|
||||
tgba2evtgba.hh
|
||||
|
||||
noinst_LTLIBRARIES = libevtgbaalgos.la
|
||||
libevtgbaalgos_la_SOURCES = \
|
||||
dotty.cc \
|
||||
reachiter.cc \
|
||||
save.cc
|
||||
save.cc \
|
||||
tgba2evtgba.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue