Home
last modified time | relevance | path

Searched refs:lz4c (Results 1 – 8 of 8) sorted by relevance

/external/lz4/programs/
DMakefile72 all: lz4 lz4c
84 lz4c : CFLAGS += $(DEBUGFLAGS) target
85 lz4c : $(SRCFILES) target
95 lz4$(EXT) lz4c$(EXT) lz4c32$(EXT) unlz4 lz4cat
144 install: lz4$(EXT) lz4c$(EXT)
150 @$(INSTALL_PROGRAM) lz4c$(EXT) $(DESTDIR)$(BINDIR)/lz4c
153 @ln -sf lz4.1 $(DESTDIR)$(MANDIR)/lz4c.1
162 @$(RM) $(DESTDIR)$(BINDIR)/lz4c
164 @$(RM) $(DESTDIR)$(MANDIR)/lz4c.1
D.gitignore5 lz4c
DAndroid.bp16 name: "lz4c",
DREADME.md7 - `lz4c` : Same as `lz4` with additional support legacy lz4 commands (incompatible with gzip)
8 - `lz4c32` : Same as `lz4c`, but forced to compile in 32-bits mode
/external/lz4/contrib/cmake_unofficial/
DCMakeLists.txt129 # lz4c
130 add_executable(lz4c ${LZ4_CLI_SOURCES}) target
131 set_target_properties(lz4c PROPERTIES COMPILE_DEFINITIONS "ENABLE_LZ4C_LEGACY_OPTIONS")
132 target_link_libraries(lz4c ${LZ4_LINK_LIBRARY})
168 install(TARGETS lz4cli lz4c
D.gitignore8 lz4c
/external/lz4/tests/
DMakefile75 lz4c: target
138 test: test-lz4 test-lz4c test-fasttest test-frametest test-fullbench test-fuzzer
297 test-lz4c: lz4c datagen
/external/lz4/
DNEWS145 Added : man pages for lz4c and lz4cat
196 Makefile : make install installs both lz4 and lz4c (Jorge Aparicio)