* bench/split-product/Makefile.am (nodist_noinst_DATA): Do not
depend on files that cannot be built.
This commit is contained in:
parent
c1ec2383b9
commit
772c92fc9c
2 changed files with 7 additions and 6 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* bench/split-product/Makefile.am (nodist_noinst_DATA): Do not
|
||||||
|
depend on files that cannot be built.
|
||||||
|
|
||||||
2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Replace spot::ltl_file by a rewritten spot::ltl::ltl_file.
|
Replace spot::ltl_file by a rewritten spot::ltl::ltl_file.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
## Copyright (C) 2009 Laboratoire de Recherche et Développement
|
## Copyright (C) 2009, 2010 Laboratoire de Recherche et Développement
|
||||||
## de l'Epita (LRDE).
|
## de l'Epita (LRDE).
|
||||||
##
|
##
|
||||||
## This file is part of Spot, a model checking library.
|
## This file is part of Spot, a model checking library.
|
||||||
|
|
@ -37,12 +37,8 @@ cutscc_SOURCES = cutscc.cc
|
||||||
nodist_noinst_DATA = \
|
nodist_noinst_DATA = \
|
||||||
models/cl3serv1.tgba \
|
models/cl3serv1.tgba \
|
||||||
models/cl3serv1R.tgba \
|
models/cl3serv1R.tgba \
|
||||||
models/cl3serv1fair.tgba \
|
|
||||||
models/cl3serv1Rfair.tgba \
|
|
||||||
models/cl3serv3.tgba \
|
models/cl3serv3.tgba \
|
||||||
models/cl3serv3R.tgba \
|
models/cl3serv3R.tgba \
|
||||||
models/cl3serv3fair.tgba \
|
|
||||||
models/cl3serv3Rfair.tgba \
|
|
||||||
models/eeaean1.tgba \
|
models/eeaean1.tgba \
|
||||||
models/eeaean1R.tgba \
|
models/eeaean1R.tgba \
|
||||||
models/eeaean2.tgba \
|
models/eeaean2.tgba \
|
||||||
|
|
@ -151,4 +147,4 @@ bench: $(noinst_PROGRAMS)
|
||||||
./cutscc models/mobile2.ltl 4 models/mobile2.tgba > $(RES)/mobile2
|
./cutscc models/mobile2.ltl 4 models/mobile2.tgba > $(RES)/mobile2
|
||||||
./cutscc models/mobile2.ltl 4 models/mobile2R.tgba > $(RES)/mobile2R
|
./cutscc models/mobile2.ltl 4 models/mobile2R.tgba > $(RES)/mobile2R
|
||||||
./cutscc models/zune.ltl 4 models/zune.tgba > $(RES)/zune
|
./cutscc models/zune.ltl 4 models/zune.tgba > $(RES)/zune
|
||||||
./cutscc models/zune.ltl 4 models/zuneR.tgba > $(RES)/zuneR
|
./cutscc models/zune.ltl 4 models/zuneR.tgba > $(RES)/zuneR
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue