VirtualBox

source: vbox/trunk/src/libs/liblzma-5.8.1/lz/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: 306 bytes
Line 
1## SPDX-License-Identifier: 0BSD
2## Author: Lasse Collin
3
4if COND_ENCODER_LZ
5liblzma_la_SOURCES += \
6 lz/lz_encoder.c \
7 lz/lz_encoder.h \
8 lz/lz_encoder_hash.h \
9 lz/lz_encoder_hash_table.h \
10 lz/lz_encoder_mf.c
11endif
12
13
14if COND_DECODER_LZ
15liblzma_la_SOURCES += \
16 lz/lz_decoder.c \
17 lz/lz_decoder.h
18endif
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