Update base test for binding
[lttng-tools.git] / extras / bindings / swig / python / Makefile.am
1 lttng.i: lttng.i.in
2 $(SED) "s/LTTNG_VERSION_STR/LTTng $(PACKAGE_VERSION)/g" < $(srcdir)/lttng.i.in >lttng.i
3
4 AM_CPPFLAGS += $(PYTHON_INCLUDE)
5
6 EXTRA_DIST = lttng.i.in
7 nodist_python_PYTHON = lttng.py
8 pyexec_LTLIBRARIES = _lttng.la
9
10 MAINTAINERCLEANFILES = lttng_wrap.c lttng.py
11
12 nodist__lttng_la_SOURCES = lttng_wrap.c
13 _lttng_la_LDFLAGS = -module
14 _lttng_la_LIBADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
15 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
16 $(top_builddir)/src/common/libcommon.la
17
18 lttng_wrap.c: lttng.i
19 $(SWIG) -python -I. -I$(top_srcdir)/src/common/sessiond-comm lttng.i
20
21 CLEANFILES = lttng.i lttng.py lttng_wrap.c lttng.pyc
This page took 0.029025 seconds and 4 git commands to generate.