HomeSort by relevance Sort by last modified time
    Searched refs:lz4c (Results 1 - 2 of 2) sorted by null

  /external/lz4/programs/
Makefile 26 # lz4c : CLU, supporting also legacy lz4demo arguments
27 # lz4c32: Same as lz4c, but forced to compile in 32-bits mode
72 all: lz4 lz4c
84 lz4c : CFLAGS += $(DEBUGFLAGS)
85 lz4c : $(SRCFILES)
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.
    [all...]
  /external/lz4/tests/
Makefile 75 lz4c:
138 test: test-lz4 test-lz4c test-fasttest test-frametest test-fullbench test-fuzzer
297 test-lz4c: lz4c datagen
298 @echo "\n ---- test lz4c version ----"

Completed in 172 milliseconds