mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
announcement -Wall -Werror will force compile breaking in
the near future.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@58 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5a7570a6ba
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-16 (Wed, 16 Dec 2009)
------------------
This commit was generated by Migit
46 lines
980 B
Makefile
46 lines
980 B
Makefile
#not allowed cppflags for c files - fix your code to re-enable
|
|
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
|
|
|
AM_CPPFLAGS =
|
|
|
|
SUBDIRS = pictureviewer audiodec
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir)/daemons \
|
|
-I$(top_srcdir)/src \
|
|
-I$(top_srcdir)/src/zapit/include \
|
|
-I$(top_srcdir)/lib/libeventserver \
|
|
-I$(top_srcdir)/lib/libnet \
|
|
-I$(top_srcdir)/lib/libconfigfile \
|
|
-I$(top_srcdir)/lib/libcoolstream \
|
|
-I$(top_srcdir)/lib/connection \
|
|
-I$(top_srcdir)/lib/libeventserver \
|
|
@FREETYPE_CFLAGS@ \
|
|
-I$(top_srcdir)/lib
|
|
|
|
noinst_LIBRARIES = libneutrino_driver.a libneutrino_driver_netfile.a
|
|
|
|
libneutrino_driver_a_SOURCES = \
|
|
ringbuffer.c \
|
|
encoding.cpp \
|
|
fontrenderer.cpp \
|
|
framebuffer.cpp \
|
|
fb_window.cpp \
|
|
rcinput.cpp \
|
|
vcrcontrol.cpp \
|
|
audioplay.cpp \
|
|
vfd.cpp \
|
|
stream2file.cpp \
|
|
screen_max.cpp \
|
|
slotbuffer.c \
|
|
file.cpp \
|
|
audiometadata.cpp \
|
|
audiofile.cpp \
|
|
shutdown_count.cpp \
|
|
genpsi.c \
|
|
streamts.cpp \
|
|
rfmod.cpp
|
|
|
|
libneutrino_driver_netfile_a_SOURCES = netfile.cpp
|
|
|