Lines Matching refs:out
30 .PRECIOUS: $(patsubst %.out, $(DOSTMP)/%.in, $(TEST_OUTFILES))
32 .SUFFIXES: .in .out .res .vim
68 -@if exist *.out $(DEL) *.out
83 -@if exist benchmark.out del benchmark.out
103 %.out : $(DOSTMP)/%.in
104 -@if exist test.out $(DEL) test.out
110 -@if exist test.out $(MV) test.out $(DOSTMP)\$@ > NUL
118 $(VIMPROG) -u dos.vim $(NO_INITS) "+set ff=unix|f test.out|wq" \
120 @diff test.out $(basename $@).ok & if errorlevel 1 \
121 ( $(MV) test.out $(basename $@).failed > NUL \
124 else ( $(MV) test.out $(basename $@).out > NUL )
155 -$(DEL) benchmark.out
159 $(CAT) benchmark.out