* wrap/python/Makefile.am (lib_LTLIBRARIES)
(libspotswigpy_la_SOURCES, libspotswigpy_la_CFLAGS) (libspotswigpy_la_LDFLAGS): New variables. (_spot_la_LIBADD, _buddy_la_LDFLAGS): Link with libspotswigpy.la ($(srcdir)/spot_wrap.cxx, $(srcdir)/buddy_wrap.cxx): Run swig with -c. * wrap/python/tests/libpy.c: New file. * wrap/python/tests/run.in: Run python if no arguments are given. * wrap/python/tests/interdep.py: New file. * wrap/python/tests/Makefile.am (TESTS): Add interdep.py.
This commit is contained in:
parent
ea9a96237b
commit
31f4f7b79a
7 changed files with 673 additions and 10 deletions
|
|
@ -3,6 +3,8 @@
|
|||
%include "std_string.i"
|
||||
%include "std_list.i"
|
||||
|
||||
%import "buddy.i"
|
||||
|
||||
%{
|
||||
#include "ltlast/formula.hh"
|
||||
#include "ltlast/refformula.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue