annotate 3rdparty/packages/sierra/manhunter1/makefile @ 2927:9d256fa9ba31

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