annotate bootman/makefile @ 2850:95923f065070 lwtools-port

arcadepak/makefile: Call "os9 copy" with multiple files Instead of calling "os9 copy" for every single file, copy all files with one call. Speeds up disk image build time.
author Tormod Volden <debian.tormod@gmail.com>
date Fri, 12 Jul 2013 22:26:05 +0200
parents c1892376e7a7
children 28ed72477814
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:
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