VirtualBox

source: vbox/trunk/src/libs/liblzma-5.8.1/check/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: 978 bytes
Line 
1## SPDX-License-Identifier: 0BSD
2## Author: Lasse Collin
3
4## Note: There is no check for COND_CHECK_CRC32 because
5## currently crc32 is always enabled.
6
7EXTRA_DIST += \
8 check/crc_clmul_consts_gen.c \
9 check/crc32_tablegen.c \
10 check/crc64_tablegen.c
11
12liblzma_la_SOURCES += \
13 check/check.c \
14 check/check.h \
15 check/crc_common.h \
16 check/crc_x86_clmul.h \
17 check/crc32_arm64.h \
18 check/crc32_loongarch.h
19
20if COND_SMALL
21liblzma_la_SOURCES += check/crc32_small.c
22else
23liblzma_la_SOURCES += \
24 check/crc32_fast.c \
25 check/crc32_table_le.h \
26 check/crc32_table_be.h
27if COND_ASM_X86
28liblzma_la_SOURCES += check/crc32_x86.S
29endif
30endif
31
32if COND_CHECK_CRC64
33if COND_SMALL
34liblzma_la_SOURCES += check/crc64_small.c
35else
36liblzma_la_SOURCES += \
37 check/crc64_fast.c \
38 check/crc64_table_le.h \
39 check/crc64_table_be.h
40if COND_ASM_X86
41liblzma_la_SOURCES += check/crc64_x86.S
42endif
43endif
44endif
45
46if COND_CHECK_SHA256
47if COND_INTERNAL_SHA256
48liblzma_la_SOURCES += check/sha256.c
49endif
50endif
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