revert rest of local changes (so the complete commit is reverted now)
[enigma2.git] / lib / python / Makefile.am
index e82cb650077b36f0138837f682494cec3230a04b..1877efc127d30f3287fd46e4b30e6b341f420433 100644 (file)
@@ -2,10 +2,22 @@ INCLUDES = \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/src
 
+SUBDIRS = Components Tools Screens Plugins
+
 noinst_LIBRARIES = libenigma_python.a
 
 libenigma_python_a_SOURCES = \
        python.cpp enigma_python_wrap.cxx connections.cpp
 
 enigma_python_wrap.cxx: enigma_python.i
-       swig -I$(top_srcdir)/ -c++ -python enigma_python.i
+       swig -I$(top_srcdir)/ -c++ -python -O -nortti -nothreads enigma_python.i
+       python enigma_py_patcher.py
+
+enigma.py: enigma_python_wrap.cxx
+
+CLEANFILES = enigma.py enigma_python_wrap.cxx
+
+installdir = $(LIBDIR)/enigma2/python
+
+install_PYTHON = \
+       enigma.py