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.pro43
1 files changed, 43 insertions, 0 deletions
diff --git a/core/multimedia/opieplayer/vorbis/tremor/tremor.pro b/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
new file mode 100644
index 0000000..cf366bc
--- a/dev/null
+++ b/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
@@ -0,0 +1,43 @@
1TEMPLATE = lib
2CONFIG = qt warn_on release
3HEADERS = asm_arm.h \
4 backends.h \
5 codebook.h \
6 codec_internal.h \
7 config_types.h \
8 ivorbiscodec.h \
9 ivorbisfile.h \
10 lsp_lookup.h \
11 mdct.h \
12 mdct_lookup.h \
13 misc.h \
14 ogg.h \
15 os.h \
16 os_types.h \
17 registry.h \
18 window.h \
19 window_lookup.h
20SOURCES = bitwise.c \
21 block.c \
22 codebook.c \
23 floor0.c \
24 floor1.c \
25 framing.c \
26 info.c \
27 mapping0.c \
28 mdct.c \
29 registry.c \
30 res012.c \
31 sharedbook.c \
32 synthesis.c \
33 vorbisfile.c \
34 window.c
35INTERFACES =
36DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
37#DESTDIR = $(OPIEDIR)/root/usr/lib
38INCLUDEPATH += $(OPIEDIR)/include ..
39DEPENDPATH += $(OPIEDIR)/include ..
40#LIBS += -lqpe
41VERSION = 1.0.0
42
43include ( $(OPIEDIR)/include.pro )