Lines Matching refs:PRGDIR
32 PRGDIR := ../programs macro
43 CPPFLAGS+= -I$(LZ4DIR) -I$(PRGDIR) -DXXH_NAMESPACE=LZ4_
55 LZ4 := $(PRGDIR)/lz4$(EXT)
72 $(MAKE) -C $(PRGDIR) $@ CFLAGS="$(CFLAGS)"
78 ln -sf $(LZ4) $(PRGDIR)/$@
81 $(MAKE) -C $(PRGDIR) $@ CFLAGS="-m32 $(CFLAGS)"
109 datagen : $(PRGDIR)/datagen.c datagencli.c
110 $(CC) $(FLAGS) -I$(PRGDIR) $^ -o $@$(EXT)
114 @$(MAKE) -C $(PRGDIR) $@ > $(VOID)
243 $(PRGDIR)/lz4cat tmp-tlb-hw.lz4 # must display hello world
245 $(PRGDIR)/unlz4 --rm tmp-tlb-hw.lz4 tmp-tlb-hw
249 $(PRGDIR)/lz4cat tmp-tlb-hw # pass-through mode
253 $(PRGDIR)/lz4cat < tmp-tlb-hw.lz4 > tmp-tlb3 # checks lz4cat works with stdin (#285)
255 $(PRGDIR)/lz4cat < tmp-tlb-hw > tmp-tlb2 # checks lz4cat works in pass-through mode