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: 06e5987797
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-04 (Sat, 04 May 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
20 lines
348 B
Makefile
20 lines
348 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir)/common
|
|
|
|
noinst_LTLIBRARIES = libgeneric.la
|
|
|
|
AM_CPPFLAGS = -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
|
|
libgeneric_la_SOURCES = \
|
|
hardware_caps.c \
|
|
dmx.cpp \
|
|
video.cpp \
|
|
audio.cpp \
|
|
glfb.cpp \
|
|
init.cpp \
|
|
playback.cpp \
|
|
pwrmngr.cpp \
|
|
record.cpp
|
|
|