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: 08c393bddf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-11 (Sat, 11 Feb 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
25 lines
486 B
Makefile
25 lines
486 B
Makefile
noinst_LIBRARIES = libstb-hal.a
|
|
libstb_hal_a_SOURCES =
|
|
SUBDIRS = common
|
|
|
|
libstb_hal_a_LIBADD = \
|
|
common/lt_debug.o
|
|
|
|
# there has to be a better way to do this...
|
|
if BOXTYPE_TRIPLE
|
|
SUBDIRS += libtriple
|
|
libstb_hal_a_LIBADD += \
|
|
libtriple/audio_td.o \
|
|
libtriple/ca.o \
|
|
libtriple/dmx_td.o \
|
|
libtriple/init_td.o \
|
|
libtriple/lt_dfbinput.o \
|
|
libtriple/playback_td.o \
|
|
libtriple/pwrmngr.o \
|
|
libtriple/record_td.o \
|
|
libtriple/video_td.o
|
|
endif
|
|
if BOXTYPE_SPARK
|
|
SUBDIRS += libspark
|
|
endif
|