2 -I$(top_srcdir)/include \
5 SUBDIRS = Components Tools Screens
7 noinst_LIBRARIES = libenigma_python.a
9 libenigma_python_a_SOURCES = \
10 python.cpp enigma_python_wrap.cxx connections.cpp
12 enigma_python_wrap.cxx: enigma_python.i
13 swig -I$(top_srcdir)/ -c++ -python enigma_python.i
15 installdir = $(LIBDIR)/enigma2/python