Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
772c92fc
Commit
772c92fc
authored
Jan 30, 2010
by
Alexandre Duret-Lutz
Browse files
* bench/split-product/Makefile.am (nodist_noinst_DATA): Do not
depend on files that cannot be built.
parent
c1ec2383
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
772c92fc
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>
Replace spot::ltl_file by a rewritten spot::ltl::ltl_file.
...
...
bench/split-product/Makefile.am
View file @
772c92fc
## Copyright (C) 2009 Laboratoire de Recherche et D
é
veloppement
## Copyright (C) 2009
, 2010
Laboratoire de Recherche et Dveloppement
## de l'Epita (LRDE).
##
## This file is part of Spot, a model checking library.
...
...
@@ -37,12 +37,8 @@ cutscc_SOURCES = cutscc.cc
nodist_noinst_DATA
=
\
models/cl3serv1.tgba
\
models/cl3serv1R.tgba
\
models/cl3serv1fair.tgba
\
models/cl3serv1Rfair.tgba
\
models/cl3serv3.tgba
\
models/cl3serv3R.tgba
\
models/cl3serv3fair.tgba
\
models/cl3serv3Rfair.tgba
\
models/eeaean1.tgba
\
models/eeaean1R.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/mobile2R.tgba
>
$(RES)
/mobile2R
./cutscc models/zune.ltl 4 models/zune.tgba
>
$(RES)
/zune
./cutscc models/zune.ltl 4 models/zuneR.tgba
>
$(RES)
/zuneR
\ No newline at end of file
./cutscc models/zune.ltl 4 models/zuneR.tgba
>
$(RES)
/zuneR
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment