Searched refs:lz4c (Results 1 – 8 of 8) sorted by relevance
73 all: lz4 lz4c84 lz4c: lz4 target85 ln -s lz4$(EXT) lz4c$(EXT)105 lz4$(EXT) lz4c$(EXT) lz4c32$(EXT) unlz4$(EXT) lz4cat$(EXT)151 @ln -sf lz4$(EXT) $(DESTDIR)$(bindir)/lz4c$(EXT)156 @ln -sf lz4.1 $(DESTDIR)$(man1dir)/lz4c.1165 @$(RM) $(DESTDIR)$(bindir)/lz4c$(EXT)167 @$(RM) $(DESTDIR)$(man1dir)/lz4c.1
5 lz4c
17 name: "lz4c",
7 - `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
15 option(LZ4_BUILD_LEGACY_LZ4C "Build lz4c progam with legacy argument support" ON)132 # lz4c134 list(APPEND LZ4_PROGRAMS_BUILT lz4c)135 add_executable(lz4c ${LZ4_CLI_SOURCES}) target136 set_target_properties(lz4c PROPERTIES COMPILE_DEFINITIONS "ENABLE_LZ4C_LEGACY_OPTIONS")137 target_link_libraries(lz4c ${LZ4_LINK_LIBRARY})
8 lz4c
77 lz4c unlz4 lz4cat: lz4 target151 test: test-lz4 test-lz4c test-frametest test-fullbench test-fuzzer test-install358 test-lz4c: lz4c datagen
193 Added : man pages for lz4c and lz4cat244 Makefile : make install installs both lz4 and lz4c (Jorge Aparicio)