Last change
on this file since 99012 was 98730, checked in by vboxsync, 2 years ago |
libs/liblzma-5.4.1: Export to OSE, bugref:10254
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
873 bytes
|
Line | |
---|
1 | ##
|
---|
2 | ## Author: Lasse Collin
|
---|
3 | ##
|
---|
4 | ## This file has been put into the public domain.
|
---|
5 | ## You can do whatever you want with this file.
|
---|
6 | ##
|
---|
7 |
|
---|
8 | EXTRA_DIST += lzma/fastpos_tablegen.c
|
---|
9 |
|
---|
10 | liblzma_la_SOURCES += lzma/lzma_common.h
|
---|
11 |
|
---|
12 | if COND_FILTER_LZMA1
|
---|
13 | liblzma_la_SOURCES += \
|
---|
14 | lzma/lzma_encoder_presets.c
|
---|
15 | endif
|
---|
16 |
|
---|
17 | if COND_ENCODER_LZMA1
|
---|
18 | liblzma_la_SOURCES += \
|
---|
19 | lzma/fastpos.h \
|
---|
20 | lzma/lzma_encoder.h \
|
---|
21 | lzma/lzma_encoder.c \
|
---|
22 | lzma/lzma_encoder_private.h \
|
---|
23 | lzma/lzma_encoder_optimum_fast.c \
|
---|
24 | lzma/lzma_encoder_optimum_normal.c
|
---|
25 |
|
---|
26 | if !COND_SMALL
|
---|
27 | liblzma_la_SOURCES += lzma/fastpos_table.c
|
---|
28 | endif
|
---|
29 | endif
|
---|
30 |
|
---|
31 | if COND_DECODER_LZMA1
|
---|
32 | liblzma_la_SOURCES += \
|
---|
33 | lzma/lzma_decoder.c \
|
---|
34 | lzma/lzma_decoder.h
|
---|
35 | endif
|
---|
36 |
|
---|
37 | if COND_ENCODER_LZMA2
|
---|
38 | liblzma_la_SOURCES += \
|
---|
39 | lzma/lzma2_encoder.c \
|
---|
40 | lzma/lzma2_encoder.h
|
---|
41 | endif
|
---|
42 |
|
---|
43 | if COND_DECODER_LZMA2
|
---|
44 | liblzma_la_SOURCES += \
|
---|
45 | lzma/lzma2_decoder.c \
|
---|
46 | lzma/lzma2_decoder.h
|
---|
47 | endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.