Distribute BuDDy. Compile and link with the included version if
explicitely requested (--with-included-buddy) or if there is now stuitable version already installed. * buddy/: New directory. Contains a patched version of BuDDy 2.2. * m4/buddy.m4: Make sure the installed BuDDy supports bdd_mergepairs. Honor --with-included-buddy and --without-included-buddy. Define the BUDDY_LDFLAGS and BUDDY_CPPFLAGS output variables, and the WITH_INCLUDED_BUDDY Automake conditional * Makefile.am [WITH_INCLUDED_BUDDY] (MAYBE_SUBDIRS): New variable. (SUBDIRS): Prepend $(MAYBE_SUBDIRS). * src/Makefile.am (libspot_LDFLAGS): New variable. * src/tgba/Makefile.am (AM_CPPFLAGS): Add $(BUDDY_CPPFLAGS). * src/tgbaalgos/Makefile.am (AM_CPPFLAGS): Likewise. * src/tgbatest/Makefile.am (AM_CPPFLAGS): Likewise.
This commit is contained in:
parent
832a504d8d
commit
510756cdb7
7 changed files with 56 additions and 7 deletions
18
ChangeLog
18
ChangeLog
|
|
@ -1,3 +1,21 @@
|
|||
2003-06-26 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||
|
||||
Distribute BuDDy. Compile and link with the included version if
|
||||
explicitely requested (--with-included-buddy) or if there is
|
||||
now stuitable version already installed.
|
||||
|
||||
* buddy/: New directory. Contains a patched version of BuDDy 2.2.
|
||||
* m4/buddy.m4: Make sure the installed BuDDy supports bdd_mergepairs.
|
||||
Honor --with-included-buddy and --without-included-buddy. Define
|
||||
the BUDDY_LDFLAGS and BUDDY_CPPFLAGS output variables, and the
|
||||
WITH_INCLUDED_BUDDY Automake conditional
|
||||
* Makefile.am [WITH_INCLUDED_BUDDY] (MAYBE_SUBDIRS): New variable.
|
||||
(SUBDIRS): Prepend $(MAYBE_SUBDIRS).
|
||||
* src/Makefile.am (libspot_LDFLAGS): New variable.
|
||||
* src/tgba/Makefile.am (AM_CPPFLAGS): Add $(BUDDY_CPPFLAGS).
|
||||
* src/tgbaalgos/Makefile.am (AM_CPPFLAGS): Likewise.
|
||||
* src/tgbatest/Makefile.am (AM_CPPFLAGS): Likewise.
|
||||
|
||||
2003-06-25 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||
|
||||
* src/tgba/succiterconcrete.cc (tgba_succ_iterator_concrete::next):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue