VirtualBox

source: vbox/trunk/src/libs/liblzma-5.4.1/simple/Makefile.inc@ 102795

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

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

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 898 位元組
 
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 simple/simple_coder.c \
10 simple/simple_coder.h \
11 simple/simple_private.h
12
13if COND_ENCODER_SIMPLE
14liblzma_la_SOURCES += \
15 simple/simple_encoder.c \
16 simple/simple_encoder.h
17endif
18
19if COND_DECODER_SIMPLE
20liblzma_la_SOURCES += \
21 simple/simple_decoder.c \
22 simple/simple_decoder.h
23endif
24
25if COND_FILTER_X86
26liblzma_la_SOURCES += simple/x86.c
27endif
28
29if COND_FILTER_POWERPC
30liblzma_la_SOURCES += simple/powerpc.c
31endif
32
33if COND_FILTER_IA64
34liblzma_la_SOURCES += simple/ia64.c
35endif
36
37if COND_FILTER_ARM
38liblzma_la_SOURCES += simple/arm.c
39endif
40
41if COND_FILTER_ARMTHUMB
42liblzma_la_SOURCES += simple/armthumb.c
43endif
44
45if COND_FILTER_ARM64
46liblzma_la_SOURCES += simple/arm64.c
47endif
48
49if COND_FILTER_SPARC
50liblzma_la_SOURCES += simple/sparc.c
51endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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