spot/bench/ltl2tgba/Makefile.am
Thomas Badie 3acc53d55a Add a bench script for the output of `lbtt'.
* bench/ltl2tgba/lbtt2csv.pl: Write a perl script to change the
format outputted by `lbtt' into a csv format.
* bench/ltl2tgba/Makefile.am: Add the script to EXTRA_DIST.
2012-06-20 14:04:57 +02:00

22 lines
566 B
Makefile

EXTRA_DIST = \
algorithms \
big \
formulae.ltl \
known \
parseout.pl \
small \
lbtt2csv.pl
CLEAN_FILES = \
big.cfg big.log big.txt \
small.cfg small.log small.txt \
known.cfg known.log known.txt
.PHONY = run
run: small.txt big.txt known.txt wfair.txt
small.txt: $(srcdir)/small $(srcdir)/algorithms $(top_srcdir)/configure.ac
$(srcdir)/small
big.txt: $(srcdir)/big $(srcdir)/algorithms $(top_srcdir)/configure.ac
$(srcdir)/big
known.txt: $(srcdir)/known $(srcdir)/algorithms $(srcdir)/formulae.ltl $(top_srcdir)/configure.ac
$(srcdir)/known