mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
Origin commit data
------------------
Branch: master
Commit: e5e05ffa09
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-06-01 (Sat, 01 Jun 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
21 lines
361 B
Makefile
21 lines
361 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir)/common \
|
|
@DIRECTFB_CFLAGS@
|
|
|
|
noinst_LTLIBRARIES = libtriple.la
|
|
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
AM_LDFLAGS = \
|
|
@DIRECTFB_LIBS@
|
|
|
|
libtriple_la_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
|