mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +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 = \
|
libneutrino_driver_a_SOURCES = \
|
||||||
abstime.c \
|
abstime.c \
|
||||||
|
audiofile.cpp \
|
||||||
|
audiometadata.cpp \
|
||||||
|
audioplay.cpp \
|
||||||
|
fade.cpp \
|
||||||
|
fb_window.cpp \
|
||||||
|
file.cpp \
|
||||||
fontrenderer.cpp \
|
fontrenderer.cpp \
|
||||||
framebuffer.cpp \
|
framebuffer.cpp \
|
||||||
fb_window.cpp \
|
genpsi.c \
|
||||||
|
radiotext.cpp \
|
||||||
|
radiotools.cpp \
|
||||||
rcinput.cpp \
|
rcinput.cpp \
|
||||||
record.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 \
|
ringbuffer.c \
|
||||||
|
screen_max.cpp \
|
||||||
|
screenshot.cpp \
|
||||||
|
shutdown_count.cpp \
|
||||||
|
streamts.cpp \
|
||||||
volume.cpp
|
volume.cpp
|
||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
|
@@ -27,10 +27,10 @@ endif
|
|||||||
libneutrino_driver_audiodec_a_SOURCES = \
|
libneutrino_driver_audiodec_a_SOURCES = \
|
||||||
basedec.cpp \
|
basedec.cpp \
|
||||||
cdrdec.cpp \
|
cdrdec.cpp \
|
||||||
|
crc.c \
|
||||||
|
$(FLACdec) \
|
||||||
mp3dec.cpp \
|
mp3dec.cpp \
|
||||||
oggdec.cpp \
|
oggdec.cpp \
|
||||||
wavdec.cpp \
|
|
||||||
$(FLACdec) \
|
|
||||||
tag.c \
|
tag.c \
|
||||||
crc.c \
|
vis.cpp \
|
||||||
vis.cpp
|
wavdec.cpp
|
||||||
|
@@ -19,5 +19,8 @@ endif
|
|||||||
noinst_LIBRARIES = libneutrino_pictureviewer.a
|
noinst_LIBRARIES = libneutrino_pictureviewer.a
|
||||||
|
|
||||||
libneutrino_pictureviewer_a_SOURCES = \
|
libneutrino_pictureviewer_a_SOURCES = \
|
||||||
pictureviewer.cpp png.cpp bmp.cpp \
|
crw.cpp \
|
||||||
jpeg.cpp gif.cpp crw.cpp
|
gif.cpp \
|
||||||
|
jpeg.cpp \
|
||||||
|
pictureviewer.cpp \
|
||||||
|
png.cpp bmp.cpp
|
||||||
|
@@ -20,5 +20,13 @@ endif
|
|||||||
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
||||||
|
|
||||||
noinst_LIBRARIES = libsectionsd.a
|
noinst_LIBRARIES = libsectionsd.a
|
||||||
libsectionsd_a_SOURCES = sectionsd.cpp debug.cpp dmx.cpp xmlutil.cpp \
|
libsectionsd_a_SOURCES = \
|
||||||
SIsections.cpp SIevents.cpp SIutils.cpp SIlanguage.cpp edvbstring.cpp
|
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
|
noinst_LIBRARIES = libzapit.a
|
||||||
|
|
||||||
libzapit_a_SOURCES = \
|
libzapit_a_SOURCES = \
|
||||||
bouquets.cpp channel.cpp dvbstring.cpp getservices.cpp \
|
bouquets.cpp \
|
||||||
transponder.cpp scan.cpp zapit.cpp capmt.cpp frontend.cpp femanager.cpp \
|
capmt.cpp \
|
||||||
pat.cpp scanpmt.cpp fastscan.cpp scansdt.cpp scannit.cpp scanbat.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
|
bin_PROGRAMS = pzapit
|
||||||
sbin_PROGRAMS = udpstreampes
|
sbin_PROGRAMS = udpstreampes
|
||||||
|
Reference in New Issue
Block a user