git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
install idatasource.h
[enigma2.git]
/
lib
/
base
/
Makefile.am
1
AM_CPPFLAGS = \
2
-I$(top_srcdir) \
3
-I$(top_srcdir)/include \
4
-include Python.h \
5
-include $(top_builddir)/enigma2_config.h
6
7
noinst_LIBRARIES = libenigma_base.a
8
9
libenigma_base_a_SOURCES = \
10
buffer.cpp \
11
connection.cpp \
12
console.cpp \
13
ebase.cpp \
14
eenv.cpp \
15
eerror.cpp \
16
elock.cpp \
17
encoding.cpp \
18
estring.cpp \
19
etpm.cpp \
20
filepush.cpp \
21
init.cpp \
22
ioprio.cpp \
23
message.cpp \
24
nconfig.cpp \
25
rawfile.cpp \
26
smartptr.cpp \
27
thread.cpp
28
29
EXTRA_DIST = \
30
eenv.cpp.in
31
32
baseincludedir = $(pkgincludedir)/lib/base
33
baseinclude_HEADERS = \
34
buffer.h \
35
console.h \
36
ebase.h \
37
eenv.h \
38
eerror.h \
39
elock.h \
40
encoding.h \
41
eptrlist.h \
42
estring.h \
43
etpm.h \
44
filepush.h \
45
i18n.h \
46
idatasource.h \
47
init.h \
48
init_num.h \
49
ioprio.h \
50
message.h \
51
nconfig.h \
52
object.h \
53
rawfile.h \
54
ringbuffer.h \
55
smartptr.h \
56
thread.h