# Sweden - Kopparberg # T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy T 514000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE T 594000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE n/linux-dvb-apps.git/atom/lib/libesg/transport/Makefile?h=debian/1.1.1+rev1457-4' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libesg/transport/Makefile
blob: 7900770254e6742e95102468eea78953ec905589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Makefile for linuxtv.org dvb-apps/lib/libesg/transport

.PHONY: sub-error-transport

sub-error-transport:
	$(error You can't use this makefile directly.)

ifneq ($(lib_name),)

objects += transport/session_partition_declaration.o

sub-install += transport

else

includes = session_partition_declaration.h

include ../../../Make.rules

lib_name = libesg/transport

endif