annotate bootman/makefile @ 2230:236cbc2d2dc8

Deleted
author boisy
date Tue, 07 Apr 2009 21:34:44 +0000
parents d280490500a8
children 445fe18a92a6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2163
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
1 include ../rules.mak
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
2
2191
d280490500a8 dw3 target added to makefile
boisy
parents: 2163
diff changeset
3 all: bootman_loader bootman
d280490500a8 dw3 target added to makefile
boisy
parents: 2163
diff changeset
4
d280490500a8 dw3 target added to makefile
boisy
parents: 2163
diff changeset
5 bootman_loader: bootman_loader.a
d280490500a8 dw3 target added to makefile
boisy
parents: 2163
diff changeset
6 mamou $^ -o$@ -mb
d280490500a8 dw3 target added to makefile
boisy
parents: 2163
diff changeset
7
2163
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
8 bootman: bootman.r boot_config.r mach_coco3.r llio_6551.r llbt_1773.r
2191
d280490500a8 dw3 target added to makefile
boisy
parents: 2163
diff changeset
9 $(LINKER) $^ -o=$@
2163
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
10
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
11 dsk: bootman
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
12 decb dskini bootman.dsk
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
13 decb copy -b -2 bootman bootman.dsk,BOOTMAN.BIN
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
14
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
15 clean:
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
16 -$(RM) *.r bootman