annotate bootman/makefile @ 2953:8450cdb44df7

coyota: Make disk image
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 09 Feb 2014 21:44:21 +0100
parents 28ed72477814
children ee6df245e208
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2890
1addfd8c9d5f Revert e4a0f58a5f9b (set NITROS9DIR in makefiles)
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
1 include ../rules.mak
2163
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
2
2234
6c8f028e8c5e Minor changes to modules
boisy
parents: 2233
diff changeset
3 all: bootman_coco_6551 bootman_coco3_6551 #bootman_loader
2191
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
2234
6c8f028e8c5e Minor changes to modules
boisy
parents: 2233
diff changeset
8 bootman_coco_6551: bootman.r boot_config.r mach_coco.r llio_6551.r llbt_1773.r
2233
9b435e747ff2 CoCo and CoCO 3 versions
boisy
parents: 2232
diff changeset
9 $(LINKER) $^ -o=$@
9b435e747ff2 CoCo and CoCO 3 versions
boisy
parents: 2232
diff changeset
10
2234
6c8f028e8c5e Minor changes to modules
boisy
parents: 2233
diff changeset
11 bootman_coco3_6551: 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
12 $(LINKER) $^ -o=$@
2163
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
13
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
14 dsk: bootman
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
15 decb dskini bootman.dsk
2234
6c8f028e8c5e Minor changes to modules
boisy
parents: 2233
diff changeset
16 decb copy -b -2 bootman_coco_6551 bootman.dsk,BM6551.BIN
6c8f028e8c5e Minor changes to modules
boisy
parents: 2233
diff changeset
17 decb copy -b -2 bootman_coco3_6551 bootman.dsk,BM36551.BIN
2163
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
18
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
19 clean:
2835
c1892376e7a7 Makefiles: Do not let $(RM) silently fail
Tormod Volden <debian.tormod@gmail.com>
parents: 2234
diff changeset
20 $(RM) *.r bootman_coco_6551 bootman_coco3_6551 bootman.dsk