clean up: sort sourcefiles in makefiles

Origin commit data
------------------
Branch: ni/coolstream
Commit: cc8a1c6a7c
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-05-17 (Thu, 17 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2012-05-17 13:18:58 +02:00
parent 4c4163abf0
commit 0749f846fc
5 changed files with 48 additions and 24 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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