source:
vbox/trunk/src/libs/liblzma-5.4.1/delta/Makefile.inc@
101443
最後變更 在這個檔案從101443是 98730,由 提交於 2 年 前 | |
---|---|
|
|
檔案大小: 429 位元組 |
行 | |
---|---|
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 | liblzma_la_SOURCES += \ |
9 | delta/delta_common.c \ |
10 | delta/delta_common.h \ |
11 | delta/delta_private.h |
12 | |
13 | if COND_ENCODER_DELTA |
14 | liblzma_la_SOURCES += \ |
15 | delta/delta_encoder.c \ |
16 | delta/delta_encoder.h |
17 | endif |
18 | |
19 | if COND_DECODER_DELTA |
20 | liblzma_la_SOURCES += \ |
21 | delta/delta_decoder.c \ |
22 | delta/delta_decoder.h |
23 | endif |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器