mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
provide compatibility with cs_api_init() and cs_api_exit() This contains a DirectFB wrapper, needed to make the framebuffer transparent. The framebuffer itself is usable without DFB. Additionally it sets up the system for a changed RC address in "BIOS". git-svn-id: http://www.coolstreamtech.de/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@961 e54a6e83-5905-42d5-8d5c-058d10e6a962
23 lines
466 B
Makefile
23 lines
466 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir)/src \
|
|
-I$(top_srcdir)/lib \
|
|
-I$(top_srcdir)/src/zapit/include \
|
|
-I$(top_srcdir)/lib/connection \
|
|
-I$(top_srcdir)/lib/libeventserver \
|
|
@DIRECTFB_CFLAGS@
|
|
|
|
noinst_LIBRARIES = libtriple.a
|
|
|
|
AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
|
|
|
libtriple_a_SOURCES = \
|
|
dmx_td.cpp \
|
|
video_td.cpp \
|
|
audio_td.cpp \
|
|
init_td.cpp \
|
|
playback_td.cpp \
|
|
pwrmngr.cpp \
|
|
record_td.cpp
|
|
|
|
#libtriple_a_LIBADD = $(top_builddir)/src/driver/libneutrino_driver.a
|