annotate bootman/makefile @ 2791:0df4a4590bc6 lwtools-port

Updated level2/coco3/cmds/makefile to set correct lib file based on H6309 tag. Updated level2/coco3/cmds/makefile to detect if H6309 is present and if so to use the sys6309l2.a lib file and if the value is not set then use sys6809l2.a lib file.
author drencor-xeen
date Sun, 27 Jan 2013 10:41:30 -0600
parents 6c8f028e8c5e
children e4a0f58a5f9b c1892376e7a7
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
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:
2234
6c8f028e8c5e Minor changes to modules
boisy
parents: 2233
diff changeset
20 -$(RM) *.r bootman_coco_6551 bootman_coco3_6551 bootman.dsk