VirtualBox

source: vbox/trunk/src/libs/liblzma-5.4.1/rangecoder/Makefile.inc

Last change on this file was 98730, checked in by vboxsync, 15 months 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: 432 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
8EXTRA_DIST += rangecoder/price_tablegen.c
9
10liblzma_la_SOURCES += rangecoder/range_common.h
11
12if COND_ENCODER_LZMA1
13liblzma_la_SOURCES += \
14 rangecoder/range_encoder.h \
15 rangecoder/price.h \
16 rangecoder/price_table.c
17endif
18
19if COND_DECODER_LZMA1
20liblzma_la_SOURCES += rangecoder/range_decoder.h
21endif
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use