VirtualBox

source: vbox/trunk/src/libs/liblzma-5.8.1/simple/Makefile.inc@ 108911

Last change on this file since 108911 was 108911, checked in by vboxsync, 4 weeks ago

libs/liblzma: Applied and adjusted our liblzma changes to 5.8.1 and export to OSE. jiraref:VBP-1635

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
  • Property sync-process set to export
File size: 889 bytes
Line 
1## SPDX-License-Identifier: 0BSD
2## Author: Lasse Collin
3
4liblzma_la_SOURCES += \
5 simple/simple_coder.c \
6 simple/simple_coder.h \
7 simple/simple_private.h
8
9if COND_ENCODER_SIMPLE
10liblzma_la_SOURCES += \
11 simple/simple_encoder.c \
12 simple/simple_encoder.h
13endif
14
15if COND_DECODER_SIMPLE
16liblzma_la_SOURCES += \
17 simple/simple_decoder.c \
18 simple/simple_decoder.h
19endif
20
21if COND_FILTER_X86
22liblzma_la_SOURCES += simple/x86.c
23endif
24
25if COND_FILTER_POWERPC
26liblzma_la_SOURCES += simple/powerpc.c
27endif
28
29if COND_FILTER_IA64
30liblzma_la_SOURCES += simple/ia64.c
31endif
32
33if COND_FILTER_ARM
34liblzma_la_SOURCES += simple/arm.c
35endif
36
37if COND_FILTER_ARMTHUMB
38liblzma_la_SOURCES += simple/armthumb.c
39endif
40
41if COND_FILTER_ARM64
42liblzma_la_SOURCES += simple/arm64.c
43endif
44
45if COND_FILTER_SPARC
46liblzma_la_SOURCES += simple/sparc.c
47endif
48
49if COND_FILTER_RISCV
50liblzma_la_SOURCES += simple/riscv.c
51endif
Note: See TracBrowser for help on using the repository browser.

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