VirtualBox

source: vbox/trunk/src/libs/liblzma-5.4.1/delta/Makefile.inc@ 101443

最後變更 在這個檔案從101443是 98730,由 vboxsync 提交於 2 年 前

libs/liblzma-5.4.1: Export to OSE, bugref:10254

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 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
8liblzma_la_SOURCES += \
9 delta/delta_common.c \
10 delta/delta_common.h \
11 delta/delta_private.h
12
13if COND_ENCODER_DELTA
14liblzma_la_SOURCES += \
15 delta/delta_encoder.c \
16 delta/delta_encoder.h
17endif
18
19if COND_DECODER_DELTA
20liblzma_la_SOURCES += \
21 delta/delta_decoder.c \
22 delta/delta_decoder.h
23endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette