CONF=pc64 CONFLIST=pc64 objtype=amd64 init.h reboot.h: rebootcode.s $AS rebootcode.s $LD -l -R1 -s -o reboot.out -T$REBOOTADDR rebootcode.$O {echo 'uchar rebootcode[]={' dd -if reboot.out -bs 1 -iseek 40 | xd -1x | sed -e 's/^[0-9a-f]+ //' -e 's/ ([0-9a-f][0-9a-f])/0x\1,/g' echo '};'} > $target apbootstrap.h: apbootstrap.s $AS apbootstrap.s $LD -l -R1 -s -o apbootstrap.out -T$APBOOTSTRAP apbootstrap.$O {echo 'uchar apbootstrap[]={' dd -if apbootstrap.out -bs 1 -iseek 40 | xd -1x | sed -e 's/^[0-9a-f]+ //' -e 's/ ([0-9a-f][0-9a-f])/0x\1,/g' echo '};'} > $target sd53c8xx.i: sd53c8xx.n aux/na $prereq > $target acid:V: $CC -a -w main.c>acid %.clean:V: rm -f $stem.c [9bz]$stem [9bz]$stem.gz boot$stem.* apbootstrap.h reboot.h init.h $PCHEADERS