Lines Matching refs:out
18 DOSTMP_INFILES = $(DOSTMP_OUTFILES:.out=.in)
20 .SUFFIXES: .in .out .res .vim
56 -if exist *.out del *.out
71 -if exist benchmark.out del benchmark.out
92 -@if exist test.out DEL test.out
93 -@if exist $(DOSTMP)\$(*B).out DEL $(DOSTMP)\$(*B).out
98 -@if exist test.out MOVE /y test.out $(DOSTMP)\$(*B).out > nul
106 $(VIMPROG) -u dos.vim $(NO_INITS) "+set ff=unix|f test.out|wq" \
107 $(DOSTMP)\$(*B).out
108 @diff test.out $*.ok & if errorlevel 1 \
109 ( move /y test.out $*.failed > nul \
110 & del $(DOSTMP)\$(*B).out \
112 else ( move /y test.out $*.out > nul )
143 -if exist benchmark.out del benchmark.out
147 @IF EXIST benchmark.out ( type benchmark.out )