2007-05-30 23:48:36 +00:00
|
|
|
|
2007-06-11 21:36:57 +00:00
|
|
|
BUILT_SOURCES = stasis_wrap.cc
|
2007-05-30 23:48:36 +00:00
|
|
|
|
|
|
|
all: $(BUILD_SOURCES)
|
2007-06-25 15:47:28 +00:00
|
|
|
python_PYTHON = stasis.py
|
|
|
|
pyexec_LTLIBRARIES = _stasis.la
|
2007-06-11 21:36:57 +00:00
|
|
|
_stasis_la_SOURCES = stasis_wrap.cc
|
|
|
|
_stasis_la_CPPFLAGS = $(SWIG_PYTHON_CPPFLAGS) -I$(top_srcdir) -I$(top_srcdir)/src
|
|
|
|
_stasis_la_LDFLAGS = -module
|
2007-06-25 15:47:28 +00:00
|
|
|
_stasis_la_LIBADD = $(top_srcdir)/src/stasis/libstasis.la $(top_srcdir)/src/libdfa/librw.la
|
2007-05-30 23:48:36 +00:00
|
|
|
|
2007-06-11 21:36:57 +00:00
|
|
|
stasis_wrap.cc : lladd.i
|
2007-05-30 23:48:36 +00:00
|
|
|
$(SWIG) $(SWIG_PYTHON_OPT) -I$(top_srcdir)/src -I$(top_srcdir) -o $@ $<
|