mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
Origin commit data
------------------
Branch: master
Commit: d363d3e95b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-02 (Thu, 02 Feb 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
19 lines
306 B
Makefile
19 lines
306 B
Makefile
INCLUDES = \
|
|
@DIRECTFB_CFLAGS@
|
|
|
|
noinst_LIBRARIES = libtriple.a
|
|
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
|
|
libtriple_a_SOURCES = \
|
|
lt_dfbinput.cpp \
|
|
lt_debug.cpp \
|
|
dmx_td.cpp \
|
|
ca.cpp \
|
|
video_td.cpp \
|
|
audio_td.cpp \
|
|
init_td.cpp \
|
|
playback_td.cpp \
|
|
pwrmngr.cpp \
|
|
record_td.cpp
|