Searched refs:ZSTD_CLI_SRC (Results 1 – 1 of 1) sorted by relevance
44 ZSTD_CLI_SRC := $(sort $(wildcard *.c)) macro45 ZSTD_CLI_OBJ := $(ZSTD_CLI_SRC:.c=.o)47 ZSTD_ALL_SRC = $(ZSTDLIB_LOCAL_SRC) $(ZSTD_CLI_SRC)194 zstd32 : $(ZSTDLIB_FULL_SRC) $(ZSTD_CLI_SRC)