- first step on installing enigma2 files
authorFelix Domke <tmbinc@elitedvb.net>
Wed, 27 Jul 2005 22:43:58 +0000 (22:43 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Wed, 27 Jul 2005 22:43:58 +0000 (22:43 +0000)
Makefile.am
configure.ac
lib/python/Components/Makefile.am [new file with mode: 0644]
lib/python/Makefile.am
lib/python/Screens/Makefile.am [new file with mode: 0644]
lib/python/Tools/Makefile.am [new file with mode: 0644]

index 157daf0..8890afe 100644 (file)
@@ -2,3 +2,8 @@ AUTOMAKE_OPTIONS = gnu
 
 SUBDIRS = lib main
 
 
 SUBDIRS = lib main
 
+installdir = $(LIBDIR)/enigma2/python
+
+install_DATA = \
+       Navigation.py NavigationInstance.py RecordTimer.py ServiceReference.py \
+       keyids.py keymapparser.py mytest.py skin.py timer.py tools.py
index 190c02a..9e1ff84 100644 (file)
@@ -46,6 +46,9 @@ lib/gui/Makefile
 lib/nav/Makefile
 lib/network/Makefile
 lib/python/Makefile
 lib/nav/Makefile
 lib/network/Makefile
 lib/python/Makefile
+lib/python/Components/Makefile
+lib/python/Screens/Makefile
+lib/python/Tools/Makefile
 lib/service/Makefile
 lib/components/Makefile
 main/Makefile
 lib/service/Makefile
 lib/components/Makefile
 main/Makefile
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am
new file mode 100644 (file)
index 0000000..d9b3890
--- /dev/null
@@ -0,0 +1,9 @@
+installdir = $(LIBDIR)/enigma2/python/Components
+
+install_DATA = \
+       ActionMap.py GUISkin.py PerServiceDisplay.py TimeInput.py components.py \
+       Button.py HTMLComponent.py ProgressBar.py TimerList.py config.py        \
+       Clock.py HTMLSkin.py ServiceList.py VariableText.py                     \
+       ConfigList.py Header.py ServiceName.py VariableValue.py                 \
+       EventInfo.py Label.py ServiceScan.py VolumeBar.py                       \
+       GUIComponent.py MenuList.py TextInput.py __init__.py
index e82cb65..e94d36f 100644 (file)
@@ -2,6 +2,8 @@ INCLUDES = \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/src
 
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/src
 
+SUBDIRS = Components Tools Screens
+
 noinst_LIBRARIES = libenigma_python.a
 
 libenigma_python_a_SOURCES = \
 noinst_LIBRARIES = libenigma_python.a
 
 libenigma_python_a_SOURCES = \
@@ -9,3 +11,8 @@ libenigma_python_a_SOURCES = \
 
 enigma_python_wrap.cxx: enigma_python.i
        swig -I$(top_srcdir)/ -c++ -python enigma_python.i
 
 enigma_python_wrap.cxx: enigma_python.i
        swig -I$(top_srcdir)/ -c++ -python enigma_python.i
+
+installdir = $(LIBDIR)/enigma2/python
+
+install_DATA = \
+       enigma.py
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am
new file mode 100644 (file)
index 0000000..e9eeec2
--- /dev/null
@@ -0,0 +1,6 @@
+installdir = $(LIBDIR)/enigma2/python/Screens
+
+install_DATA = \
+       ChannelSelection.py ClockDisplay.py ConfigMenu.py InfoBar.py Menu.py    \
+       MessageBox.py ScartLoopThrough.py Screen.py ServiceScan.py TimerEdit.py \
+       __init__.py
diff --git a/lib/python/Tools/Makefile.am b/lib/python/Tools/Makefile.am
new file mode 100644 (file)
index 0000000..a08387e
--- /dev/null
@@ -0,0 +1,4 @@
+installdir = $(LIBDIR)/enigma2/python/Tools
+
+install_DATA = \
+       FuzzyDate.py XMLTools.py __init__.py