Lines Matching refs:PRGDIR
22 PRGDIR = ../programs macro
29 -I$(ZSTDDIR)/dictBuilder -I$(ZSTDDIR)/deprecated -I$(PRGDIR)
92 $(MAKE) -C $(PRGDIR) $@ MOREFLAGS+="$(DEBUGFLAGS)"
95 $(MAKE) -C $(PRGDIR) $@ MOREFLAGS+="$(DEBUGFLAGS)"
98 $(MAKE) -C $(PRGDIR) $@ MOREFLAGS+="$(DEBUGFLAGS)"
101 $(MAKE) -C $(PRGDIR) zstd HAVE_ZLIB=1 MOREFLAGS+="$(DEBUGFLAGS)"
136 fullbench fullbench32 : $(PRGDIR)/datagen.c fullbench.c
140 fullbench-lib : $(PRGDIR)/datagen.c fullbench.c
146 fullbench-dll: $(PRGDIR)/datagen.c fullbench.c
155 fuzzer fuzzer32 : $(ZDICT_FILES) $(PRGDIR)/datagen.c fuzzer.c
160 fuzzer-dll : $(ZSTDDIR)/common/xxhash.c $(PRGDIR)/datagen.c fuzzer.c
165 zbufftest : $(ZSTD_OBJECTS) $(ZBUFF_FILES) $(PRGDIR)/datagen.c zbufftest.c
170 zbufftest32 : $(ZSTD_FILES) $(ZBUFF_FILES) $(PRGDIR)/datagen.c zbufftest.c
177 zbufftest-dll : $(ZSTDDIR)/common/xxhash.c $(PRGDIR)/datagen.c zbufftest.c
180 ZSTREAM_LOCAL_FILES := $(PRGDIR)/datagen.c seqgen.c zstreamtest.c
206 paramgrill : $(ZSTD_FILES) $(PRGDIR)/datagen.c paramgrill.c
209 datagen : $(PRGDIR)/datagen.c datagencli.c
250 $(PRGDIR)/zstd$(EXT) $(PRGDIR)/zstd32$(EXT) \
272 …$(VALGRIND) $(PRGDIR)/zstd ; if [ $$? -eq 0 ] ; then echo "zstd without argument should have faile…
273 ./datagen -g80 | $(VALGRIND) $(PRGDIR)/zstd - -c > $(VOID)
274 ./datagen -g16KB | $(VALGRIND) $(PRGDIR)/zstd -vf - -c > $(VOID)
275 ./datagen -g2930KB | $(VALGRIND) $(PRGDIR)/zstd -5 -vf - -o tmp
276 $(VALGRIND) $(PRGDIR)/zstd -vdf tmp -c > $(VOID)
277 ./datagen -g64MB | $(VALGRIND) $(PRGDIR)/zstd -vf - -c > $(VOID)
326 test-zstd: ZSTD = $(PRGDIR)/zstd
329 test-zstd32: ZSTD = $(PRGDIR)/zstd32
332 test-zstd-nolegacy: ZSTD = $(PRGDIR)/zstd-nolegacy
336 $(PRGDIR)/zstd -f README.md test-zstd-speed.py
340 $(PRGDIR)/zstd -df README.md.gz -o README2.md
341 $(PRGDIR)/zstd -df README.md.gz test-zstd-speed.py.gz
342 $(PRGDIR)/zstd -df zstd_gz.zst gz_zstd.gz
344 echo Hello World ZSTD | $(PRGDIR)/zstd -c - >hello.zst
348 $(PRGDIR)/zstd -dcf hello.*
349 $(PRGDIR)/zstd -dcf - <hello_zst_gz_txt.gz
432 test-lz4: ZSTD = LD_LIBRARY_PATH=/usr/local/lib $(PRGDIR)/zstd
436 [ -f lz4 ] || ln -s $(PRGDIR)/zstd lz4
437 [ -f unlz4 ] || ln -s $(PRGDIR)/zstd unlz4