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 if COND_ENCODER_LZ
9 liblzma_la_SOURCES += \
10  lz/lz_encoder.c \ lz/lz_encoder.h \ lz/lz_encoder_hash.h \ lz/lz_encoder_hash_table.h \ lz/lz_encoder_mf.c
11 endif
12 
13 
14 if COND_DECODER_LZ
15 liblzma_la_SOURCES += \
16  lz/lz_decoder.c \ lz/lz_decoder.h
17 endif
18