Rizin
unix-like reverse engineering framework and cli tools
Makefile.inc
Go to the documentation of this file.
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 
8 EXTRA_DIST += rangecoder/price_tablegen.c
9 
10 liblzma_la_SOURCES += rangecoder/range_common.h
11 
12 if COND_ENCODER_LZMA1
13 liblzma_la_SOURCES += \
14  rangecoder/range_encoder.h \ rangecoder/price.h \ rangecoder/price_table.c
15 endif
16 
17 if COND_DECODER_LZMA1
18 liblzma_la_SOURCES += rangecoder/range_decoder.h
19 endif
20