Lines Matching refs:exe
8 UUDECODE_FILES= binary/ARM/hpcboot.exe \
9 binary/SH3/hpcboot.exe \
10 binary/MIPS/hpcboot.exe \
11 binary/SH4/hpcboot.exe
82 find . -name "hpcboot.exe" -print | xargs rm -f
85 find binary -name "hpcboot*.exe*" -print | xargs rm -f
90 file=`echo "compile/"$$a"Release/hpcboot.exe"`; \
91 cp $$file binary/$$a/hpcboot.exe; \
95 cp compile/SHRelease/hpcboot.exe binary/SH3/hpcboot200.exe
98 cp compile/MIPSRelease/hpcboot.exe binary/MIPS/hpcboot101.exe
101 find binary -name "hpcboot*.exe" -print | \