VirtualBox

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

Last change on this file since 105284 was 98730, checked in by vboxsync, 2 years ago

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 898 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.

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