mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-18 10:51:07 +02:00
clean up: gui module files in makefile sorted, as a first step for more clean ups
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@853 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 1b24be7967
Author: Thilo Graf <dbt@novatux.de>
Date: 2010-10-22 (Fri, 22 Oct 2010)
This commit is contained in:
@@ -34,17 +34,43 @@ endif
|
||||
noinst_LIBRARIES = libtimerlist.a libneutrino_gui.a libneutrino_gui2.a
|
||||
|
||||
libneutrino_gui_a_SOURCES = \
|
||||
imageinfo.cpp bouquetlist.cpp channellist.cpp eventlist.cpp pluginlist.cpp \
|
||||
favorites.cpp sleeptimer.cpp screensetup.cpp \
|
||||
epgview.cpp infoviewer.cpp scan.cpp update.cpp \
|
||||
filebrowser.cpp audioplayer.cpp nfs.cpp pictureviewer.cpp \
|
||||
movieplayer.cpp rc_lock.cpp bookmarkmanager.cpp \
|
||||
timeosd.cpp epgplus.cpp epg_menu.cpp \
|
||||
streaminfo2.cpp dboxinfo.cpp \
|
||||
plugins.cpp audio_select.cpp moviebrowser.cpp movieinfo.cpp
|
||||
audio_select.cpp \
|
||||
audioplayer.cpp \
|
||||
bookmarkmanager.cpp \
|
||||
bouquetlist.cpp \
|
||||
channellist.cpp \
|
||||
dboxinfo.cpp \
|
||||
epg_menu.cpp \
|
||||
epgplus.cpp \
|
||||
epgview.cpp \
|
||||
eventlist.cpp \
|
||||
favorites.cpp \
|
||||
filebrowser.cpp \
|
||||
imageinfo.cpp \
|
||||
infoviewer.cpp \
|
||||
moviebrowser.cpp \
|
||||
movieinfo.cpp \
|
||||
movieplayer.cpp \
|
||||
nfs.cpp \
|
||||
pictureviewer.cpp \
|
||||
pluginlist.cpp \
|
||||
plugins.cpp \
|
||||
rc_lock.cpp \
|
||||
scan.cpp \
|
||||
update.cpp \
|
||||
screensetup.cpp \
|
||||
sleeptimer.cpp \
|
||||
streaminfo2.cpp \
|
||||
timeosd.cpp
|
||||
|
||||
libneutrino_gui2_a_SOURCES = \
|
||||
color.cpp alphasetup.cpp motorcontrol.cpp hdd_menu.cpp cam_menu.cpp infoclock.cpp upnpbrowser.cpp
|
||||
alphasetup.cpp \
|
||||
cam_menu.cpp \
|
||||
color.cpp \
|
||||
hdd_menu.cpp \
|
||||
infoclock.cpp \
|
||||
motorcontrol.cpp \
|
||||
upnpbrowser.cpp
|
||||
|
||||
libtimerlist_a_SOURCES = \
|
||||
timerlist.cpp
|
||||
|
@@ -13,11 +13,23 @@ noinst_LIBRARIES = libneutrino_gui_widget.a libneutrino_gui_widget2.a
|
||||
|
||||
libneutrino_gui_widget_a_SOURCES = \
|
||||
buttons.cpp \
|
||||
colorchooser.cpp keychooser.cpp \
|
||||
menue.cpp stringinput.cpp stringinput_ext.cpp \
|
||||
messagebox.cpp hintbox.cpp listbox.cpp listbox_legacy.cpp \
|
||||
drawable.cpp hintboxext.cpp helpbox.cpp mountchooser.cpp \
|
||||
listframe.cpp msgbox.cpp textbox.cpp progressbar.cpp
|
||||
colorchooser.cpp \
|
||||
keychooser.cpp \
|
||||
menue.cpp \
|
||||
stringinput.cpp \
|
||||
stringinput_ext.cpp \
|
||||
messagebox.cpp \
|
||||
hintbox.cpp \
|
||||
listbox.cpp \
|
||||
listbox_legacy.cpp \
|
||||
drawable.cpp \
|
||||
hintboxext.cpp \
|
||||
helpbox.cpp \
|
||||
mountchooser.cpp \
|
||||
listframe.cpp \
|
||||
msgbox.cpp \
|
||||
textbox.cpp \
|
||||
progressbar.cpp
|
||||
|
||||
libneutrino_gui_widget2_a_SOURCES = \
|
||||
progresswindow.cpp vfdcontroler.cpp
|
||||
|
Reference in New Issue
Block a user