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
80b7cbcf
Commit
80b7cbcf
authored
Apr 13, 2004
by
Alexandre Duret-Lutz
Browse files
* wrap/python/Makefile.am ($(srcdir)/spot_wrap.cxx)
($(srcdir)/buddy_wrap.cxx): Use -noruntime instead of -c.
parent
5eb2cf2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
80b7cbcf
2004-04-13 Alexandre Duret-Lutz <adl@src.lip6.fr>
* wrap/python/Makefile.am ($(srcdir)/spot_wrap.cxx)
($(srcdir)/buddy_wrap.cxx): Use -noruntime instead of -c.
* src/tgbaalgo/semptinesscheck.hh (emptiness_check_status): New class,
extracted from ...
(emptiness_check): ... here.
...
...
wrap/python/Makefile.am
View file @
80b7cbcf
## Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6),
## Copyright (C) 2003
, 2004
Laboratoire d'Informatique de Paris 6 (LIP6),
## dpartement Systmes Rpartis Coopratifs (SRC), Universit Pierre
## et Marie Curie.
##
...
...
@@ -37,7 +37,7 @@ _spot_la_LDFLAGS = -avoid-version -module
_spot_la_LIBADD
=
$(top_builddir)
/src/libspot.la libspotswigpy.la
$(srcdir)/spot_wrap.cxx
:
$(srcdir)/spot.i
swig
-
c
-c
++
-python
-I
$(srcdir)
-I
$(top_srcdir)
/src
$(srcdir)
/spot.i
swig
-
noruntime
-c
++
-python
-I
$(srcdir)
-I
$(top_srcdir)
/src
$(srcdir)
/spot.i
$(srcdir)/spot.py
:
$(srcdir)/spot.i
$(MAKE)
$(AM_MAKEFLAGS)
spot_wrap.cxx
...
...
@@ -46,7 +46,7 @@ _buddy_la_SOURCES = $(srcdir)/buddy_wrap.cxx
_buddy_la_LDFLAGS
=
-avoid-version
-module
$(BUDDY_LDFLAGS)
libspotswigpy.la
$(srcdir)/buddy_wrap.cxx
:
$(srcdir)/buddy.i
swig
-
c
-c
++
-python
$(BUDDY_CPPFLAGS)
$(srcdir)
/buddy.i
swig
-
noruntime
-c
++
-python
$(BUDDY_CPPFLAGS)
$(srcdir)
/buddy.i
$(srcdir)/buddy.py
:
$(srcdir)/buddy.i
$(MAKE)
$(AM_MAKEFLAGS)
buddy_wrap.cxx
...
...
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