File: Makefile.am

package info (click to toggle)
dvbstreamer 2.1.0-5.8
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 5,676 kB
  • sloc: ansic: 42,193; sh: 10,230; python: 519; makefile: 363
file content (62 lines) | stat: -rw-r--r-- 747 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
dvbpsidir = $(pkgincludedir)/dvbpsi

dvbpsiatscdir = $(pkgincludedir)/dvbpsi/atsc

dvbpsi_DATA = \
	demux.h \
	sections.h \
	descriptor.h \
	datetime.h \
	dr_02.h \
	dr_03.h \
	dr_04.h \
	dr_05.h \
	dr_06.h \
	dr_07.h \
	dr_08.h \
	dr_09.h \
	dr_0a.h \
	dr_0b.h \
	dr_0c.h \
	dr_0d.h \
	dr_0e.h \
	dr_0f.h \
	dr_13.h \
	dr_14.h \
	dr_42.h \
	dr_43.h \
	dr_47.h \
	dr_48.h \
	dr_4d.h \
	dr_4e.h \
	dr_52.h \
	dr_55.h \
	dr_56.h \
	dr_59.h \
	dr_5a.h \
	dr_62.h \
	dr_66.h \
	dr_69.h \
	dr_73.h \
	dr_76.h \
	dr_83.h \
	dr.h \
	dvbpsi.h \
	eit.h \
	nit.h \
	pat.h \
	pmt.h \
	psi.h \
	sdt.h \
	tdttot.h \
	cat.h

dvbpsiatsc_DATA =\
	atsc/mgt.h \
	atsc/stt.h \
	atsc/vct.h \
	atsc/eit.h \
	atsc/ett.h

EXTRA_DIST = $(dvbpsi_DATA) $(dvbpsiatsc_DATA)