mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
First version of a "hardware capabilites information" struct. This is intended to help clean up the mess in the neutrino GUI. Surely needs some more work and ongoing changes
19 lines
325 B
Makefile
19 lines
325 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir)/common \
|
|
@DIRECTFB_CFLAGS@
|
|
|
|
noinst_LIBRARIES = libtriple.a
|
|
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
|
|
libtriple_a_SOURCES = \
|
|
hardware_caps.c \
|
|
lt_dfbinput.cpp \
|
|
dmx_td.cpp \
|
|
video_td.cpp \
|
|
audio_td.cpp \
|
|
init_td.cpp \
|
|
playback_td.cpp \
|
|
pwrmngr.cpp \
|
|
record_td.cpp
|