Lines Matching refs:in
18 DOSTMP_INFILES = $(DOSTMP_OUTFILES:.out=.in)
20 .SUFFIXES: .in .out .res .vim
60 -if exist test.in del test.in
66 -for /d %i in (X*) do @rd /s/q %i
84 $(DOSTMP_INFILES): $(*B).in
87 $(VIMPROG) -u dos.vim $(NO_INITS) "+set ff=dos|f $@|wq" $(*B).in
89 # For each input file dostmp/test99.in run the tests.
90 # This moves test99.in to test99.in.bak temporarily.
91 $(TEST_OUTFILES): $(DOSTMP)\$(*B).in
94 move $(*B).in $(*B).in.bak > nul
95 copy $(DOSTMP)\$(*B).in $(*B).in > nul
97 $(VIMPROG) -u dos.vim $(NO_INITS) -s dotest.in $(*B).in
99 -@if exist $(*B).in.bak move /y $(*B).in.bak $(*B).in > nul