git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into obi/master
[enigma2.git]
/
lib
/
dvb
/
Makefile.am
1
SUBDIRS = lowlevel
2
3
AM_CPPFLAGS = \
4
-I$(top_srcdir) \
5
-I$(top_srcdir)/include \
6
-include Python.h \
7
-include $(top_builddir)/enigma2_config.h
8
9
noinst_LIBRARIES = libenigma_dvb.a
10
11
libenigma_dvb_a_SOURCES = \
12
crc32.cpp \
13
db.cpp \
14
decoder.cpp \
15
demux.cpp \
16
dvb.cpp \
17
dvbtime.cpp \
18
eit.cpp \
19
epgcache.cpp \
20
esection.cpp \
21
frontend.cpp \
22
metaparser.cpp \
23
pesparse.cpp \
24
pmt.cpp \
25
pvrparse.cpp \
26
radiotext.cpp \
27
rotor_calc.cpp \
28
scan.cpp \
29
sec.cpp \
30
subtitle.cpp \
31
teletext.cpp \
32
tstools.cpp \
33
volume.cpp
34
35
dvbincludedir = $(pkgincludedir)/lib/dvb
36
dvbinclude_HEADERS = \
37
crc32.h \
38
db.h \
39
decoder.h \
40
demux.h \
41
dvb.h \
42
dvbtime.h \
43
eit.h \
44
epgcache.h \
45
esection.h \
46
frontend.h \
47
frontendparms.h \
48
idemux.h \
49
idvb.h \
50
isection.h \
51
list.h \
52
metaparser.h \
53
pesparse.h \
54
pmt.h \
55
pvrparse.h \
56
radiotext.h \
57
rotor_calc.h \
58
scan.h \
59
sec.h \
60
specs.h \
61
subtitle.h \
62
teletext.h \
63
tstools.h \
64
volume.h