1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
# Makefile for linuxtv.org dvb-apps/test/libdvben50221 binaries = test-app \ test-session \ test-transport CPPFLAGS += -I../../lib LDLIBS += ../../lib/libdvbapi/libdvbapi.a ../../lib/libdvben50221/libdvben50221.a ../../lib/libucsi/libucsi.a -lpthread .PHONY: all all: $(binaries) include ../../Make.rules nk rel='vcs-git' href='https://git.dereenigne.org/debian/linux-dvb-apps.git' title='linux-dvb-apps.git Git repository'/>
![]() |
index : linux-dvb-apps.git | |
| linux-dvb-apps Debian packaging | Jonathan McCrohan |
| summaryrefslogtreecommitdiffstats |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|