Lines Matching refs:HPCBOOT
6 PROJECT_DIRS= hpcboot libz libsa
8 UUDECODE_FILES= binary/ARM/hpcboot.exe \
9 binary/SH3/hpcboot.exe \
10 binary/MIPS/hpcboot.exe \
11 binary/SH4/hpcboot.exe
65 rm -f hpcboot/opt_spec_platform.h
68 rm -f hpcboot/HPCBOOT.vcb hpcboot/HPCBOOT.VCW hpcboot/HPCBOOT.VCO
73 rm -f hpcboot/res/hpcmenu.aps
77 rm -f hpcboot/hpcboot.plg
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 | \