summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
Unidiff
Diffstat (limited to 'core/multimedia/opieplayer/vorbis/tremor/tremor.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/vorbis/tremor/tremor.pro36
1 files changed, 35 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/vorbis/tremor/tremor.pro b/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
index 2f406d4..4a3d017 100644
--- a/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
+++ b/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
@@ -1,43 +1,77 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG = qt warn_on 2CONFIG = qt warn_on
3HEADERS = asm_arm.h \ 3HEADERS = asm_arm.h \
4 backends.h \ 4 backends.h \
5 codebook.h \ 5 codebook.h \
6 codec_internal.h \ 6 codec_internal.h \
7 config_types.h \ 7 config_types.h \
8 ivorbiscodec.h \ 8 ivorbiscodec.h \
9 ivorbisfile.h \ 9 ivorbisfile.h \
10 lsp_lookup.h \ 10 lsp_lookup.h \
11 mdct.h \ 11 mdct.h \
12 mdct_lookup.h \ 12 mdct_lookup.h \
13 misc.h \ 13 misc.h \
14 ogg.h \ 14 ogg.h \
15 os.h \ 15 os.h \
16 os_types.h \ 16 os_types.h \
17 registry.h \ 17 registry.h \
18 window.h \ 18 window.h \
19 window_lookup.h 19 window_lookup.h
20SOURCES = bitwise.c \ 20SOURCES = bitwise.c \
21 block.c \ 21 block.c \
22 codebook.c \ 22 codebook.c \
23 floor0.c \ 23 floor0.c \
24 floor1.c \ 24 floor1.c \
25 framing.c \ 25 framing.c \
26 info.c \ 26 info.c \
27 mapping0.c \ 27 mapping0.c \
28 mdct.c \ 28 mdct.c \
29 registry.c \ 29 registry.c \
30 res012.c \ 30 res012.c \
31 sharedbook.c \ 31 sharedbook.c \
32 synthesis.c \ 32 synthesis.c \
33 vorbisfile.c \ 33 vorbisfile.c \
34 window.c 34 window.c
35INTERFACES = 35INTERFACES =
36DESTDIR = $(OPIEDIR)/lib$(PROJMAK) 36DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
37#DESTDIR = $(OPIEDIR)/root/usr/lib 37#DESTDIR = $(OPIEDIR)/root/usr/lib
38INCLUDEPATH += $(OPIEDIR)/include .. 38INCLUDEPATH += $(OPIEDIR)/include ..
39DEPENDPATH += $(OPIEDIR)/include .. 39DEPENDPATH += $(OPIEDIR)/include ..
40#LIBS += -lqpe 40#LIBS += -lqpe
41VERSION = 1.0.0 41VERSION = 1.0.0
42QMAKE_LINK=$$QMAKE_CC 42QMAKE_LINK=$$QMAKE_CC
43include ( $(OPIEDIR)/include.pro ) 43include(
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77 $(OPIEDIR)/include.pro )