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: 245c511981
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-03 (Fri, 03 Feb 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
23 lines
473 B
Makefile
23 lines
473 B
Makefile
noinst_LIBRARIES = libneutrino-hal.a
|
|
libneutrino_hal_a_SOURCES =
|
|
SUBDIRS =
|
|
|
|
# there has to be a better way to do this...
|
|
if BOXTYPE_TRIPLE
|
|
SUBDIRS += libtriple
|
|
libneutrino_hal_a_LIBADD = \
|
|
libtriple/audio_td.o \
|
|
libtriple/ca.o \
|
|
libtriple/dmx_td.o \
|
|
libtriple/init_td.o \
|
|
libtriple/lt_debug.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
|