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
01566183
Commit
01566183
authored
Aug 09, 2004
by
Alexandre Duret-Lutz
Browse files
* README: Update.
parent
e94f297b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
01566183
2004-08-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
* README: Update.
* m4/gccoptim.m4: Compute optimization flags for CXX too.
* m4/ndebug.m4: Update CPPFLAGS, not CFLAGS.
...
...
README
View file @
01566183
...
...
@@ -46,8 +46,44 @@ flags specific to Spot:
--enable-devel
Enable debugging symbols, turn off aggressive optimizations, and
turn on assertions. This option
s
is effective by default in
turn on assertions. This option is effective by default in
development versions (version numbers ending with a letter).
It is equivalent to
--enable-debug
--enable-warnings
--enable-assert
--enable-optimizations=-O
--disable-devel
Disable development options. This is the case by default in
releases (version numbers NOT ending with a letter).
It is equivalent to
--disable-debug
--disable-warnings
--disable-assert
--enable-optimizations
Here are the meaning of the fine-tuning options, in case
enable/disable-devel is not enough.
--disable-assert
--enable-assert
Control assertion checking.
--disable-warnings
--enable-warnings
Whether warnings should be output. Note that during development
we consider warnings to be errors.
--disable-debug
--enable-debug
Whether to compile extra debugging code.
--enable-optimizations
--enable-optimizations=FLAGS
--disable-optimizations
Whether the compilation should be optimized. When FLAGS are
given, use these as optimization flags. Otherwise, pick working
flags from a built-in list.
Layout of the source tree
...
...
@@ -64,9 +100,9 @@ src/ Sources for libspot.
ltltest/ Tests for ltlast/, ltlenv/, ltlparse/, and ltlvisit/.
misc/ Miscellaneous support files.
tgba/ TGBA objects and cousins.
tgbaalgos/ Algorithms on TGBA
s
.
tgbaalgos/ Algorithms on TGBA.
gtec/ Generalized Tarjan Emptiness-Check.
tgbaparse/ Parser for explicit TGBA
s
.
tgbaparse/ Parser for explicit TGBA.
tgbatest/ Tests for tgba/, tgbaalgos/, and tgbaparse/.
doc/ Documentation for libspot.
spot.html/ HTML reference manual.
...
...
@@ -84,8 +120,8 @@ iface/ Interfaces to other libraries.
Third party software
--------------------
buddy/ A patched version of BuDDy 2.
2
(a BDD library).
lbtt/ A patched version of lbtt 1.
0
.2 (an LTL to Büchi automata test bench).
buddy/ A patched version of BuDDy 2.
3
(a BDD library).
lbtt/ A patched version of lbtt 1.
1
.2 (an LTL to Büchi automata test bench).
Build-system stuff
...
...
@@ -93,3 +129,14 @@ Build-system stuff
m4/ M4 macros used by configure.ac.
tools/ Helper scripts used during the build.
-------------------------------------------------------------------------------
Local Variables:
mode: text
End:
LocalWords: Python's BuDDy LBTT LTL Büchi lbtt gspn DIR GreatSPN Soheib Yann
LocalWords: Baarir Thierry Mieg CVS Università di Torino devel src libspot ac
LocalWords: ltlast ltlenv ltlparse ltlvisit ltltest misc tgba TGBA tgbaalgos
LocalWords: gtec Tarjan tgbaparse tgbatest doc html PDF spotref pdf cgi
LocalWords: CGI ltl iface BDD
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