mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
clean up: sort sourcefiles in makefiles
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
|
||||
|
Reference in New Issue
Block a user