Last change
on this file since 99443 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:
380 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 | if COND_ENCODER_LZ
|
---|
9 | liblzma_la_SOURCES += \
|
---|
10 | lz/lz_encoder.c \
|
---|
11 | lz/lz_encoder.h \
|
---|
12 | lz/lz_encoder_hash.h \
|
---|
13 | lz/lz_encoder_hash_table.h \
|
---|
14 | lz/lz_encoder_mf.c
|
---|
15 | endif
|
---|
16 |
|
---|
17 |
|
---|
18 | if COND_DECODER_LZ
|
---|
19 | liblzma_la_SOURCES += \
|
---|
20 | lz/lz_decoder.c \
|
---|
21 | lz/lz_decoder.h
|
---|
22 | endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.