blob: 05e15ad7354af8091586a4be6aa842663c61b517 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
installdir = $(LIBDIR)/enigma2/python/Components
SUBDIRS = Sources Converter Renderer
install_PYTHON = \
ActionMap.py GUISkin.py PerServiceDisplay.py components.py \
Button.py HTMLComponent.py ProgressBar.py TimerList.py config.py \
HTMLSkin.py ServiceList.py VariableText.py \
ConfigList.py Header.py VariableValue.py \
EventInfo.py Label.py ServiceScan.py VolumeBar.py \
GUIComponent.py MenuList.py __init__.py MovieList.py \
InputDevice.py ServicePosition.py SetupDevices.py Harddisk.py \
AVSwitch.py Network.py RFmod.py DiskInfo.py NimManager.py Lcd.py \
EpgList.py ScrollLabel.py Timezones.py Language.py HelpMenuList.py \
BlinkingPixmap.py Pixmap.py ConditionalWidget.py Slider.py LanguageList.py \
PluginList.py PluginComponent.py RecordingConfig.py About.py UsageConfig.py \
FIFOList.py ServiceEventTracker.py Input.py TimerSanityCheck.py FileList.py \
MultiContent.py MediaPlayer.py TunerInfo.py VideoWindow.py ChoiceList.py \
Element.py Playlist.py ParentalControl.py ParentalControlList.py
|