annotate 3rdparty/packages/sierra/manhunter1/makefile @ 2868:cfa46960b6bd

makefiles: Rename DW3 to DW all over Rename dw3*.sb to dwio*.sb This is part of getting default and lwtools-port branches together, trying to avoid things falling through the cracks.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 24 Nov 2013 11:13:40 +0100
parents 8b00f21d5b86
children cfa6222348f7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2499
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2216
diff changeset
1 ifndef NITROS9DIR
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2216
diff changeset
2 NITROS9DIR = $(HOME)/nitros9
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2216
diff changeset
3 endif
2096
boisy
parents:
diff changeset
4 include $(NITROS9DIR)/rules.mak
boisy
parents:
diff changeset
5
2132
cfb9d6f84aa8 Updated to LSL engine
boisy
parents: 2096
diff changeset
6 vpath %.asm ../objs_lsl
2096
boisy
parents:
diff changeset
7
boisy
parents:
diff changeset
8 DEPENDS = ./makefile
boisy
parents:
diff changeset
9
boisy
parents:
diff changeset
10 DISK_1_80D = manhunter1_d1_80d.dsk
boisy
parents:
diff changeset
11 DISK_2_80D = manhunter1_d2_80d.dsk
boisy
parents:
diff changeset
12 DISK_3_80D = manhunter1_d3_80d.dsk
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
13 DISK_DW = manhunter1_dw.dsk
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
14 DISK_DW_BECKER = manhunter1_becker.dsk
2096
boisy
parents:
diff changeset
15
2751
978f562ca8e4 Corrected yet again more typos. Hopefully got them all this time in fsim2 and manhunter1.
drencor-xeen
parents: 2750
diff changeset
16 DSKS = $(DISK_1_80D) $(DISK_2_80D) $(DISK_3_80D) \
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
17 $(DISK_DW) $(DISK_DW_BECKER)
2216
d096a278e068 Added info targets
boisy
parents: 2203
diff changeset
18
2096
boisy
parents:
diff changeset
19 DISK_1_80D_NAME = "Manhunter I Disk 1"
boisy
parents:
diff changeset
20 DISK_2_80D_NAME = "Manhunter I Disk 2"
boisy
parents:
diff changeset
21 DISK_3_80D_NAME = "Manhunter I Disk 3"
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
22 DISK_DW_NAME = "Manhunter I"
2096
boisy
parents:
diff changeset
23
boisy
parents:
diff changeset
24 CMDS = sierra mnln scrn shdw tocgen
boisy
parents:
diff changeset
25 MD = $(LEVEL2)/coco3/modules
boisy
parents:
diff changeset
26
boisy
parents:
diff changeset
27 # We make our own bootfile and kernel track
boisy
parents:
diff changeset
28 KERNEL = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/krn
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
29 KERNEL_DW = $(MD)/rel_32 $(MD)/boot_dw $(MD)/krn
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
30 KERNEL_DW_BECKER = $(MD)/rel_32 $(MD)/boot_dw_becker $(MD)/krn
2499
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2216
diff changeset
31
2096
boisy
parents:
diff changeset
32 OS9BOOT_80D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
boisy
parents:
diff changeset
33 $(MD)/rbf.mn \
boisy
parents:
diff changeset
34 $(MD)/rb1773.dr $(MD)/ddd0_80d.dd \
boisy
parents:
diff changeset
35 $(MD)/scf.mn $(MD)/vtio.dr \
boisy
parents:
diff changeset
36 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
boisy
parents:
diff changeset
37 $(MD)/covdg_small.io $(MD)/term_vdg.dt \
boisy
parents:
diff changeset
38 $(MD)/vrn.dr $(MD)/vi.dd \
boisy
parents:
diff changeset
39 $(MD)/clock_60hz $(MD)/clock2_soft $(MD)/sysgo_dd
boisy
parents:
diff changeset
40
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
41 OS9BOOT_DW = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
2499
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2216
diff changeset
42 $(MD)/rbf.mn \
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
43 $(MD)/rbdw.dr $(MD)/dwio.sb $(MD)/ddx0.dd \
2499
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2216
diff changeset
44 $(MD)/scf.mn $(MD)/vtio.dr \
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2216
diff changeset
45 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2216
diff changeset
46 $(MD)/covdg_small.io $(MD)/term_vdg.dt \
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2216
diff changeset
47 $(MD)/vrn.dr $(MD)/vi.dd \
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
48 $(MD)/clock_60hz $(MD)/clock2_dw $(MD)/sysgo_dd
2499
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2216
diff changeset
49
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
50 OS9BOOT_DW_BECKER = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
51 $(MD)/rbf.mn \
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
52 $(MD)/rbdw.dr $(MD)/dwio_becker.sb $(MD)/ddx0.dd \
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
53 $(MD)/scf.mn $(MD)/vtio.dr \
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
54 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
55 $(MD)/covdg_small.io $(MD)/term_vdg.dt \
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
56 $(MD)/vrn.dr $(MD)/vi.dd \
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
57 $(MD)/clock_60hz $(MD)/clock2_dw $(MD)/sysgo_dd
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
58
2096
boisy
parents:
diff changeset
59 BOOTCMDS = $(LEVEL2)/coco3/cmds/shell_21 $(LEVEL2)/coco3/cmds/date \
boisy
parents:
diff changeset
60 $(LEVEL2)/coco3/cmds/echo $(LEVEL2)/coco3/cmds/link \
boisy
parents:
diff changeset
61 $(LEVEL2)/coco3/cmds/setime
boisy
parents:
diff changeset
62
2515
0fe5a04e9d0c Updated
boisy
parents: 2511
diff changeset
63 TEXTFILES_D1 = ../startup tOC_80d.txt
0fe5a04e9d0c Updated
boisy
parents: 2511
diff changeset
64 TEXTFILES = ../startup tOC_80d.txt
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
65 TEXTFILES_DW = ../startup tOC_dw.txt
2096
boisy
parents:
diff changeset
66
boisy
parents:
diff changeset
67 SUPPORTFILES_D1 = logDir object picDir sndDir viewDir vol.0 \
2132
cfb9d6f84aa8 Updated to LSL engine
boisy
parents: 2096
diff changeset
68 vol.1 vol.2 vol.9 vol.10 vol.11 vol.12 words.tok
2096
boisy
parents:
diff changeset
69
2132
cfb9d6f84aa8 Updated to LSL engine
boisy
parents: 2096
diff changeset
70 SUPPORTFILES_D2 = object vol.0 vol.3 vol.4 vol.9 vol.10 vol.11 vol.12
2096
boisy
parents:
diff changeset
71
boisy
parents:
diff changeset
72 SUPPORTFILES_D3 = object vol.0 vol.5 vol.9 vol.10 vol.11 vol.12
boisy
parents:
diff changeset
73
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
74 SUPPORTFILES_DW = logDir object picDir sndDir viewDir vol.0 \
2499
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2216
diff changeset
75 vol.1 vol.2 vol.3 vol.4 vol.5 vol.9 vol.10 vol.11 vol.12 words.tok
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2216
diff changeset
76
2096
boisy
parents:
diff changeset
77 ALLOBJS = $(CMDS)
boisy
parents:
diff changeset
78
boisy
parents:
diff changeset
79 all: $(ALLOBJS)
boisy
parents:
diff changeset
80
boisy
parents:
diff changeset
81 clean: dskclean
boisy
parents:
diff changeset
82 $(RM) $(ALLOBJS)
boisy
parents:
diff changeset
83
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
84 dsk: all $(DSKS)
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
85
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
86 $(DISK_1_80D):
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
87 $(RM) $@
2096
boisy
parents:
diff changeset
88 $(CD) $(LEVEL2)/coco3; make
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
89 $(OS9FORMAT_DS80) -q $@ -n$(DISK_1_80D_NAME)
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
90 $(MERGE) $(OS9BOOT_80D)>os9boot
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
91 $(MERGE) $(KERNEL)>kernel
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
92 $(OS9GEN) $@ -b=os9boot -t=kernel
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
93 $(RM) os9boot kernel
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
94 $(MAKDIR) $@,CMDS
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
95 $(CP) $(CMDS) $@,CMDS
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
96 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
97 $(MERGE) $(BOOTCMDS)>shell
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
98 $(CP) shell $@,CMDS
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
99 $(RM) shell
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
100 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
101 $(OS9RENAME) $@,CMDS/sierra AutoEx
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
102 $(CPL) $(TEXTFILES_D1) $@,.
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
103 $(OS9RENAME) $@,tOC_80d.txt tOC.txt
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
104 $(CP) $(SUPPORTFILES_D1) $@,.
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
105 $(MOVE) tocgen toctmp
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
106 tocgen $@,tOC.txt $@,tOC
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
107 $(MOVE) toctmp tocgen
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
108
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
109 $(DISK_DW):
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
110 $(RM) $@
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
111 $(OS9FORMAT_DW) -q $@ -n$(DISK_DW_NAME)
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
112 $(MERGE) $(KERNEL_DW)>kernel
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
113 $(MERGE) $(OS9BOOT_DW)>os9boot
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
114 $(OS9GEN) $@ -b=os9boot -t=kernel
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
115 $(RM) os9boot kernel
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
116 $(MAKDIR) $@,CMDS
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
117 $(CP) $(CMDS) $@,CMDS
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
118 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
2096
boisy
parents:
diff changeset
119 $(MERGE) $(BOOTCMDS)>shell
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
120 $(CP) shell $@,CMDS
2096
boisy
parents:
diff changeset
121 $(RM) shell
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
122 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
123 $(OS9RENAME) $@,CMDS/sierra AutoEx
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
124 $(CPL) $(TEXTFILES_DW) $@,.
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
125 $(OS9RENAME) $@,tOC_dw.txt tOC.txt
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
126 $(CP) $(SUPPORTFILES_DW) $@,.
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
127 $(MOVE) tocgen toctmp
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
128 tocgen $@,tOC.txt $@,tOC
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
129 $(MOVE) toctmp tocgen
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
130
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
131 $(DISK_DW_BECKER):
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
132 $(RM) $@
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
133 $(OS9FORMAT_DW) -q $@ -n$(DISK_DW_NAME)
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
134 $(MERGE) $(KERNEL_DW_BECKER)>kernel
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
135 $(MERGE) $(OS9BOOT_DW_BECKER)>os9boot
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
136 $(OS9GEN) $@ -b=os9boot -t=kernel
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
137 $(RM) os9boot kernel
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
138 $(MAKDIR) $@,CMDS
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
139 $(CP) $(CMDS) $@,CMDS
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
140 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
141 $(MERGE) $(BOOTCMDS)>shell
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
142 $(CP) shell $@,CMDS
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
143 $(RM) shell
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
144 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
145 $(OS9RENAME) $@,CMDS/sierra AutoEx
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
146 $(CPL) $(TEXTFILES_DW) $@,.
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
147 $(OS9RENAME) $@,tOC_dw.txt tOC.txt
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
148 $(CP) $(SUPPORTFILES_DW) $@,.
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
149 $(MOVE) tocgen toctmp
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
150 tocgen $@,tOC.txt $@,tOC
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
151 $(MOVE) toctmp tocgen
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
152
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
153 $(DISK_2_80D):
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
154 $(RM) $@
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
155 $(OS9FORMAT_DS80) -q $@ -n$(DISK_2_80D_NAME)
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
156 $(CP) $(SUPPORTFILES_D2) $@,.
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
157
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
158 $(DISK_3_80D):
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
159 $(RM) $@
2096
boisy
parents:
diff changeset
160 $(OS9FORMAT_DS80) -q $(DISK_3_80D) -n$(DISK_3_80D_NAME)
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
161 $(CP) $(SUPPORTFILES_D3) $@,.
2096
boisy
parents:
diff changeset
162
boisy
parents:
diff changeset
163 dskcopy: dsk
2216
d096a278e068 Added info targets
boisy
parents: 2203
diff changeset
164 $(CP) $(DSKS) $(DSKDIR)
2096
boisy
parents:
diff changeset
165
boisy
parents:
diff changeset
166 dskclean:
2216
d096a278e068 Added info targets
boisy
parents: 2203
diff changeset
167 $(RM) $(DSKS)
d096a278e068 Added info targets
boisy
parents: 2203
diff changeset
168
d096a278e068 Added info targets
boisy
parents: 2203
diff changeset
169 info:
d096a278e068 Added info targets
boisy
parents: 2203
diff changeset
170 @$(ECHO) "*** Manhunter I ***"
d096a278e068 Added info targets
boisy
parents: 2203
diff changeset
171 @$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)
2747
7aa39bea428b Fixed the tOC_80d.txt file related to manhunter1.
drencor-xeen
parents: 2515
diff changeset
172