2 -I$(top_srcdir)/include \
5 SUBDIRS = Components Tools Screens Plugins
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 -O -nortti -nothreads enigma_python.i
14 python enigma_py_patcher.py
16 enigma.py: enigma_python_wrap.cxx
18 CLEANFILES = enigma.py enigma_python_wrap.cxx
20 installdir = $(LIBDIR)/enigma2/python