VirtualBox

source: vbox/trunk/src/libs/liblzma-5.8.1/rangecoder/Makefile.inc@ 109042

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

libs/liblzma: Liblzma ose fix. jiraref:VBP-1635

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 358 bytes
Line 
1## SPDX-License-Identifier: 0BSD
2## Author: Lasse Collin
3
4EXTRA_DIST += rangecoder/price_tablegen.c
5
6liblzma_la_SOURCES += rangecoder/range_common.h
7
8if COND_ENCODER_LZMA1
9liblzma_la_SOURCES += \
10 rangecoder/range_encoder.h \
11 rangecoder/price.h \
12 rangecoder/price_table.c
13endif
14
15if COND_DECODER_LZMA1
16liblzma_la_SOURCES += rangecoder/range_decoder.h
17endif
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