diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-07-27 22:43:58 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-07-27 22:43:58 +0000 |
| commit | f51c8ddf3d774e5dbfc04ab546aa2ea6c7225172 (patch) | |
| tree | d7339adf11e3ea50c7ee0079bbf3d95f8c2275c3 /lib/python | |
| parent | f18f3a61a441d409193a80bdcb4fb6517982dd00 (diff) | |
| download | enigma2-f51c8ddf3d774e5dbfc04ab546aa2ea6c7225172.tar.gz enigma2-f51c8ddf3d774e5dbfc04ab546aa2ea6c7225172.zip | |
- first step on installing enigma2 files
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/Makefile.am | 9 | ||||
| -rw-r--r-- | lib/python/Makefile.am | 7 | ||||
| -rw-r--r-- | lib/python/Screens/Makefile.am | 6 | ||||
| -rw-r--r-- | lib/python/Tools/Makefile.am | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am new file mode 100644 index 00000000..d9b3890e --- /dev/null +++ b/lib/python/Components/Makefile.am @@ -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 diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index e82cb650..e94d36f4 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -2,6 +2,8 @@ INCLUDES = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src +SUBDIRS = Components Tools Screens + 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 + +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 index 00000000..e9eeec29 --- /dev/null +++ b/lib/python/Screens/Makefile.am @@ -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 index 00000000..a08387ef --- /dev/null +++ b/lib/python/Tools/Makefile.am @@ -0,0 +1,4 @@ +installdir = $(LIBDIR)/enigma2/python/Tools + +install_DATA = \ + FuzzyDate.py XMLTools.py __init__.py |
