source:
vbox/trunk/src/libs/liblzma-5.4.1/rangecoder/Makefile.inc
最後變更 在這個檔案是 98730,由 提交於 2 年 前 | |
---|---|
|
|
檔案大小: 432 位元組 |
行 | |
---|---|
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 += rangecoder/price_tablegen.c |
9 | |
10 | liblzma_la_SOURCES += rangecoder/range_common.h |
11 | |
12 | if COND_ENCODER_LZMA1 |
13 | liblzma_la_SOURCES += \ |
14 | rangecoder/range_encoder.h \ |
15 | rangecoder/price.h \ |
16 | rangecoder/price_table.c |
17 | endif |
18 | |
19 | if COND_DECODER_LZMA1 |
20 | liblzma_la_SOURCES += rangecoder/range_decoder.h |
21 | endif |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器