Lines Matching refs:LZ4
2 # LZ4 examples - Makefile
22 # - LZ4 source repository : https://github.com/Cyan4973/lz4
23 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c
26 # example programs, using (mostly) LZ4 streaming library,
36 LZ4 = ../programs/lz4
53 printVersion: $(LZ4DIR)/lz4.c printVersion.c
56 doubleBuffer: $(LZ4DIR)/lz4.c blockStreaming_doubleBuffer.c
59 dictionaryRandomAccess: $(LZ4DIR)/lz4.c dictionaryRandomAccess.c
62 ringBuffer : $(LZ4DIR)/lz4.c blockStreaming_ringBuffer.c
65 ringBufferHC: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c HCStreaming_ringBuffer.c
68 lineCompress: $(LZ4DIR)/lz4.c blockStreaming_lineByLine.c
74 compressFunctions: $(LZ4DIR)/lz4.c compress_functions.c
77 simpleBuffer: $(LZ4DIR)/lz4.c simple_buffer.c
88 $(LZ4) -vt $(TESTFILE).lz4
91 @rm -f core *.o *.dec *-0 *-9 *-8192 *.lz4s *.lz4 \