mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
clean up: sort sourcefiles in makefiles
Origin commit data
------------------
Commit: cc8a1c6a7c
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-05-17 (Thu, 17 May 2012)
This commit is contained in:
@@ -18,24 +18,24 @@ noinst_LIBRARIES = libneutrino_driver.a libneutrino_driver_netfile.a
|
||||
|
||||
libneutrino_driver_a_SOURCES = \
|
||||
abstime.c \
|
||||
audiofile.cpp \
|
||||
audiometadata.cpp \
|
||||
audioplay.cpp \
|
||||
fade.cpp \
|
||||
fb_window.cpp \
|
||||
file.cpp \
|
||||
fontrenderer.cpp \
|
||||
framebuffer.cpp \
|
||||
fb_window.cpp \
|
||||
genpsi.c \
|
||||
radiotext.cpp \
|
||||
radiotools.cpp \
|
||||
rcinput.cpp \
|
||||
record.cpp \
|
||||
audioplay.cpp \
|
||||
screen_max.cpp \
|
||||
file.cpp \
|
||||
audiometadata.cpp \
|
||||
audiofile.cpp \
|
||||
shutdown_count.cpp \
|
||||
genpsi.c \
|
||||
streamts.cpp \
|
||||
radiotools.cpp \
|
||||
radiotext.cpp \
|
||||
fade.cpp \
|
||||
screenshot.cpp \
|
||||
ringbuffer.c \
|
||||
screen_max.cpp \
|
||||
screenshot.cpp \
|
||||
shutdown_count.cpp \
|
||||
streamts.cpp \
|
||||
volume.cpp
|
||||
|
||||
if BOXTYPE_COOL
|
||||
|
@@ -27,10 +27,10 @@ endif
|
||||
libneutrino_driver_audiodec_a_SOURCES = \
|
||||
basedec.cpp \
|
||||
cdrdec.cpp \
|
||||
crc.c \
|
||||
$(FLACdec) \
|
||||
mp3dec.cpp \
|
||||
oggdec.cpp \
|
||||
wavdec.cpp \
|
||||
$(FLACdec) \
|
||||
tag.c \
|
||||
crc.c \
|
||||
vis.cpp
|
||||
vis.cpp \
|
||||
wavdec.cpp
|
||||
|
@@ -19,5 +19,8 @@ endif
|
||||
noinst_LIBRARIES = libneutrino_pictureviewer.a
|
||||
|
||||
libneutrino_pictureviewer_a_SOURCES = \
|
||||
pictureviewer.cpp png.cpp bmp.cpp \
|
||||
jpeg.cpp gif.cpp crw.cpp
|
||||
crw.cpp \
|
||||
gif.cpp \
|
||||
jpeg.cpp \
|
||||
pictureviewer.cpp \
|
||||
png.cpp bmp.cpp
|
||||
|
@@ -20,5 +20,13 @@ endif
|
||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
noinst_LIBRARIES = libsectionsd.a
|
||||
libsectionsd_a_SOURCES = sectionsd.cpp debug.cpp dmx.cpp xmlutil.cpp \
|
||||
SIsections.cpp SIevents.cpp SIutils.cpp SIlanguage.cpp edvbstring.cpp
|
||||
libsectionsd_a_SOURCES = \
|
||||
debug.cpp \
|
||||
dmx.cpp \
|
||||
edvbstring.cpp \
|
||||
sectionsd.cpp \
|
||||
SIevents.cpp \
|
||||
SIlanguage.cpp \
|
||||
SIsections.cpp \
|
||||
SIutils.cpp \
|
||||
xmlutil.cpp
|
||||
|
@@ -21,9 +21,22 @@ endif
|
||||
noinst_LIBRARIES = libzapit.a
|
||||
|
||||
libzapit_a_SOURCES = \
|
||||
bouquets.cpp channel.cpp dvbstring.cpp getservices.cpp \
|
||||
transponder.cpp scan.cpp zapit.cpp capmt.cpp frontend.cpp femanager.cpp \
|
||||
pat.cpp scanpmt.cpp fastscan.cpp scansdt.cpp scannit.cpp scanbat.cpp
|
||||
bouquets.cpp \
|
||||
capmt.cpp \
|
||||
channel.cpp \
|
||||
dvbstring.cpp \
|
||||
fastscan.cpp \
|
||||
femanager.cpp \
|
||||
frontend.cpp \
|
||||
getservices.cpp \
|
||||
pat.cpp \
|
||||
scanbat.cpp \
|
||||
scan.cpp \
|
||||
scannit.cpp \
|
||||
scanpmt.cpp \
|
||||
scansdt.cpp \
|
||||
transponder.cpp \
|
||||
zapit.cpp
|
||||
|
||||
bin_PROGRAMS = pzapit
|
||||
sbin_PROGRAMS = udpstreampes
|
||||
|
Reference in New Issue
Block a user