annotate 3rdparty/packages/sierra/blackcauldron/makefile @ 2745:5ed3a13b3865

Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
author drencor-xeen
date Wed, 09 Jan 2013 12:07:42 -0600
parents 0fe5a04e9d0c
children 8b00f21d5b86
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2494
98e7cb7b3dda Prevents RS-232 bit at $FF20 from being toggled. RG
robertgault
parents: 2216
diff changeset
1 ifndef NITROS9DIR
98e7cb7b3dda Prevents RS-232 bit at $FF20 from being toggled. RG
robertgault
parents: 2216
diff changeset
2 NITROS9DIR = $(HOME)/nitros9
98e7cb7b3dda Prevents RS-232 bit at $FF20 from being toggled. RG
robertgault
parents: 2216
diff changeset
3 endif
2098
boisy
parents:
diff changeset
4 include $(NITROS9DIR)/rules.mak
boisy
parents:
diff changeset
5
2137
9d2389b83c95 Updated to LSL engine
boisy
parents: 2123
diff changeset
6 vpath %.asm ../objs_lsl
2098
boisy
parents:
diff changeset
7
boisy
parents:
diff changeset
8 DEPENDS = ./makefile
boisy
parents:
diff changeset
9
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
10 DSK_1_40D = blackcauldron_d1_40d.dsk
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
11 DSK_2_40D = blackcauldron_d2_40d.dsk
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
12 DSK_80D = blackcauldron_80d.dsk
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
13 DSK_DW3 = blackcauldron_dw3.dsk
2745
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
14 DSK_DW3_BECKER = blackcauldron_dw3_becker.dsk
2098
boisy
parents:
diff changeset
15
2745
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
16 DSKS = $(DSK_1_40D) $(DSK_2_40D) $(DSK_80D) $(DSK_DW3) $(DSK_DW3_BECKER)
2216
d096a278e068 Added info targets
boisy
parents: 2207
diff changeset
17
2511
5a29eed1ca2d Updated
boisy
parents: 2494
diff changeset
18 DSK_1_40D_NAME = "The Black Cauldron Disk 1"
5a29eed1ca2d Updated
boisy
parents: 2494
diff changeset
19 DSK_2_40D_NAME = "The Black Cauldron Disk 2"
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
20 DSK_80D_NAME = "The Black Cauldron"
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
21 DSK_DW3_NAME = $(DSK_80D_NAME)
2098
boisy
parents:
diff changeset
22
boisy
parents:
diff changeset
23 CMDS = sierra mnln scrn shdw tocgen
boisy
parents:
diff changeset
24 MD = $(LEVEL2)/coco3/modules
boisy
parents:
diff changeset
25
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
26 # We make our own bootfile and KERNEL_FLOPPY track
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
27 KERNEL_FLOPPY = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/krn
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
28 KERNEL_DW3 = $(MD)/rel_32 $(MD)/boot_dw3 $(MD)/krn
2745
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
29 KERNEL_DW3_BECKER = $(MD)/rel_32 $(MD)/boot_dw3_becker $(MD)/krn
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
30 BOOTFILE_40D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
2098
boisy
parents:
diff changeset
31 $(MD)/rbf.mn \
boisy
parents:
diff changeset
32 $(MD)/rb1773.dr $(MD)/ddd0_40d.dd \
boisy
parents:
diff changeset
33 $(MD)/scf.mn $(MD)/vtio.dr \
boisy
parents:
diff changeset
34 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
boisy
parents:
diff changeset
35 $(MD)/covdg_small.io $(MD)/term_vdg.dt \
boisy
parents:
diff changeset
36 $(MD)/vrn.dr $(MD)/vi.dd \
boisy
parents:
diff changeset
37 $(MD)/clock_60hz $(MD)/clock2_soft $(MD)/sysgo_dd
boisy
parents:
diff changeset
38
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
39 BOOTFILE_80D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
2123
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
40 $(MD)/rbf.mn \
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
41 $(MD)/rb1773.dr $(MD)/ddd0_80d.dd \
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
42 $(MD)/scf.mn $(MD)/vtio.dr \
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
43 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
44 $(MD)/covdg_small.io $(MD)/term_vdg.dt \
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
45 $(MD)/vrn.dr $(MD)/vi.dd \
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
46 $(MD)/clock_60hz $(MD)/clock2_soft $(MD)/sysgo_dd
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
47
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
48 BOOTFILE_DW3 = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
49 $(MD)/rbf.mn \
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
50 $(MD)/rbdw3.dr $(MD)/dw3.sb $(MD)/ddx0.dd \
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
51 $(MD)/scf.mn $(MD)/vtio.dr \
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
52 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
53 $(MD)/covdg_small.io $(MD)/term_vdg.dt \
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
54 $(MD)/vrn.dr $(MD)/vi.dd \
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
55 $(MD)/clock_60hz $(MD)/clock2_dw3 $(MD)/sysgo_dd
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
56
2745
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
57 BOOTFILE_DW3_BECKER = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
58 $(MD)/rbf.mn \
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
59 $(MD)/rbdw3.dr $(MD)/dw3_becker.sb $(MD)/ddx0.dd \
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
60 $(MD)/scf.mn $(MD)/vtio.dr \
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
61 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
62 $(MD)/covdg_small.io $(MD)/term_vdg.dt \
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
63 $(MD)/vrn.dr $(MD)/vi.dd \
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
64 $(MD)/clock_60hz $(MD)/clock2_dw3 $(MD)/sysgo_dd
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
65
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
66
2098
boisy
parents:
diff changeset
67 BOOTCMDS = $(LEVEL2)/coco3/cmds/shell_21 $(LEVEL2)/coco3/cmds/date \
boisy
parents:
diff changeset
68 $(LEVEL2)/coco3/cmds/echo $(LEVEL2)/coco3/cmds/link \
boisy
parents:
diff changeset
69 $(LEVEL2)/coco3/cmds/setime
boisy
parents:
diff changeset
70
2515
0fe5a04e9d0c Updated
boisy
parents: 2511
diff changeset
71 TEXTFILES_D1 = ../startup tOC_40d.txt
0fe5a04e9d0c Updated
boisy
parents: 2511
diff changeset
72 TEXTFILES = ../startup tOC_40d.txt
2098
boisy
parents:
diff changeset
73
boisy
parents:
diff changeset
74 SUPPORTFILES_D1 = logDir object picDir sndDir viewDir vol.0 \
2123
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
75 vol.1 words.tok
2098
boisy
parents:
diff changeset
76
boisy
parents:
diff changeset
77 SUPPORTFILES_D2 = object vol.0 vol.2
boisy
parents:
diff changeset
78
2123
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
79 SUPPORTFILES = $(SUPPORTFILES_D1) $(SUPPORTFILES_D2)
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
80
2098
boisy
parents:
diff changeset
81 ALLOBJS = $(CMDS)
boisy
parents:
diff changeset
82
boisy
parents:
diff changeset
83 all: $(ALLOBJS)
boisy
parents:
diff changeset
84
boisy
parents:
diff changeset
85 clean: dskclean
boisy
parents:
diff changeset
86 $(RM) $(ALLOBJS)
boisy
parents:
diff changeset
87
2123
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
88 dsk_40d: all
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
89 $(RM) $(DSK_1_40D) $(DSK_2_40D)
2098
boisy
parents:
diff changeset
90 $(CD) $(LEVEL2)/coco3; make
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
91 $(OS9FORMAT_DS40) -q $(DSK_1_40D) -n$(DSK_1_40D_NAME)
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
92 $(MERGE) $(BOOTFILE_40D)>os9boot
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
93 $(MERGE) $(KERNEL_FLOPPY)>kernel
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
94 $(OS9GEN) $(DSK_1_40D) -b=os9boot -t=kernel
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
95 $(RM) os9boot kernel
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
96 $(MAKDIR) $(DSK_1_40D),CMDS
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
97 $(CP) $(CMDS) $(DSK_1_40D),CMDS
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
98 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DSK_1_40D),CMDS/$(file);)
2098
boisy
parents:
diff changeset
99 $(MERGE) $(BOOTCMDS)>shell
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
100 $(CP) shell $(DSK_1_40D),CMDS
2098
boisy
parents:
diff changeset
101 $(RM) shell
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
102 $(OS9ATTR) $(DSK_1_40D),CMDS/shell -e -pe -pr -e -w -r
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
103 $(OS9RENAME) $(DSK_1_40D),CMDS/sierra AutoEx
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
104 $(CPL) $(TEXTFILES_D1) $(DSK_1_40D),.
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
105 $(OS9RENAME) $(DSK_1_40D),tOC_40d.txt tOC.txt
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
106 $(CP) $(SUPPORTFILES_D1) $(DSK_1_40D),.
2494
98e7cb7b3dda Prevents RS-232 bit at $FF20 from being toggled. RG
robertgault
parents: 2216
diff changeset
107 $(MOVE) tocgen toctmp
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
108 tocgen $(DSK_1_40D),tOC.txt $(DSK_1_40D),tOC
2494
98e7cb7b3dda Prevents RS-232 bit at $FF20 from being toggled. RG
robertgault
parents: 2216
diff changeset
109 $(MOVE) toctmp tocgen
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
110 $(OS9FORMAT_DS40) -q $(DSK_2_40D) -n$(DSK_2_40D_NAME)
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
111 $(CP) $(SUPPORTFILES_D2) $(DSK_2_40D),.
2098
boisy
parents:
diff changeset
112
2123
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
113 dsk_80d: all
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
114 $(RM) $(DSK_80D)
2123
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
115 $(CD) $(LEVEL2)/coco3; make
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
116 $(OS9FORMAT_DS80) -q $(DSK_80D) -n$(DSK_80D_NAME)
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
117 $(MERGE) $(BOOTFILE_80D)>os9boot
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
118 $(MERGE) $(KERNEL_FLOPPY)>kernel
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
119 $(OS9GEN) $(DSK_80D) -b=os9boot -t=kernel
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
120 $(RM) os9boot kernel
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
121 $(MAKDIR) $(DSK_80D),CMDS
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
122 $(CP) $(CMDS) $(DSK_80D),CMDS
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
123 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DSK_80D),CMDS/$(file);)
2123
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
124 $(MERGE) $(BOOTCMDS)>shell
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
125 $(CP) shell $(DSK_80D),CMDS
2123
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
126 $(RM) shell
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
127 $(OS9ATTR) $(DSK_80D),CMDS/shell -e -pe -pr -e -w -r
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
128 $(OS9RENAME) $(DSK_80D),CMDS/sierra AutoEx
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
129 $(CPL) $(TEXTFILES) $(DSK_80D),.
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
130 $(OS9RENAME) $(DSK_80D),tOC_40d.txt tOC.txt
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
131 $(CP) $(SUPPORTFILES) $(DSK_80D),.
2494
98e7cb7b3dda Prevents RS-232 bit at $FF20 from being toggled. RG
robertgault
parents: 2216
diff changeset
132 $(MOVE) tocgen toctmp
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
133 tocgen $(DSK_80D),tOC.txt $(DSK_80D),tOC
2494
98e7cb7b3dda Prevents RS-232 bit at $FF20 from being toggled. RG
robertgault
parents: 2216
diff changeset
134 $(MOVE) toctmp tocgen
2123
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
135
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
136 dsk_dw3: all
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
137 $(RM) $(DSK_DW3)
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
138 $(CD) $(LEVEL2)/coco3; make
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
139 $(OS9FORMAT_DW3) -q $(DSK_DW3) -n$(DSK_DW3_NAME)
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
140 $(MERGE) $(BOOTFILE_DW3)>os9boot
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
141 $(MERGE) $(KERNEL_DW3)>kernel
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
142 $(OS9GEN) $(DSK_DW3) -b=os9boot -t=kernel
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
143 $(RM) os9boot kernel
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
144 $(MAKDIR) $(DSK_DW3),CMDS
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
145 $(CP) $(CMDS) $(DSK_DW3),CMDS
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
146 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DSK_DW3),CMDS/$(file);)
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
147 $(MERGE) $(BOOTCMDS)>shell
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
148 $(CP) shell $(DSK_DW3),CMDS
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
149 $(RM) shell
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
150 $(OS9ATTR) $(DSK_DW3),CMDS/shell -e -pe -pr -e -w -r
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
151 $(OS9RENAME) $(DSK_DW3),CMDS/sierra AutoEx
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
152 $(CPL) $(TEXTFILES) $(DSK_DW3),.
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
153 $(OS9RENAME) $(DSK_DW3),tOC_40d.txt tOC.txt
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
154 $(CP) $(SUPPORTFILES) $(DSK_DW3),.
2494
98e7cb7b3dda Prevents RS-232 bit at $FF20 from being toggled. RG
robertgault
parents: 2216
diff changeset
155 $(RM) tocgen
2207
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
156 tocgen $(DSK_DW3),tOC.txt $(DSK_DW3),tOC
568b30b074fc Added DW3
boisy
parents: 2137
diff changeset
157
2745
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
158 dsk_dw3_becker: all
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
159 $(RM) $(DSK_DW3_BECKER)
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
160 $(CD) $(LEVEL2)/coco3; make
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
161 $(OS9FORMAT_DW3) -q $(DSK_DW3_BECKER) -n$(DSK_DW3_NAME)
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
162 $(MERGE) $(BOOTFILE_DW3_BECKER)>os9boot
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
163 $(MERGE) $(KERNEL_DW3_BECKER)>kernel
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
164 $(OS9GEN) $(DSK_DW3_BECKER) -b=os9boot -t=kernel
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
165 $(RM) os9boot kernel
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
166 $(MAKDIR) $(DSK_DW3_BECKER),CMDS
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
167 $(CP) $(CMDS) $(DSK_DW3_BECKER),CMDS
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
168 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DSK_DW3_BECKER),CMDS/$(file);)
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
169 $(MERGE) $(BOOTCMDS)>shell
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
170 $(CP) shell $(DSK_DW3_BECKER),CMDS
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
171 $(RM) shell
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
172 $(OS9ATTR) $(DSK_DW3_BECKER),CMDS/shell -e -pe -pr -e -w -r
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
173 $(OS9RENAME) $(DSK_DW3_BECKER),CMDS/sierra AutoEx
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
174 $(CPL) $(TEXTFILES) $(DSK_DW3_BECKER),.
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
175 $(OS9RENAME) $(DSK_DW3_BECKER),tOC_40d.txt tOC.txt
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
176 $(CP) $(SUPPORTFILES) $(DSK_DW3_BECKER),.
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
177 $(RM) tocgen
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
178 tocgen $(DSK_DW3_BECKER),tOC.txt $(DSK_DW3_BECKER),tOC
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
179
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
180
5ed3a13b3865 Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
drencor-xeen
parents: 2515
diff changeset
181 dsk: dsk_40d dsk_80d dsk_dw3 dsk_dw3_becker
2123
82081ff99be5 Redid makefiles, separating 40 and 80 track disk images. Also added 80 track disk images to some games that didn't have one.
boisy
parents: 2098
diff changeset
182
2098
boisy
parents:
diff changeset
183 dskcopy: dsk
2216
d096a278e068 Added info targets
boisy
parents: 2207
diff changeset
184 $(CP) $(DSKS) $(DSKDIR)
2098
boisy
parents:
diff changeset
185
boisy
parents:
diff changeset
186 dskclean:
2216
d096a278e068 Added info targets
boisy
parents: 2207
diff changeset
187 $(RM) $(DSKS)
d096a278e068 Added info targets
boisy
parents: 2207
diff changeset
188
d096a278e068 Added info targets
boisy
parents: 2207
diff changeset
189 info:
d096a278e068 Added info targets
boisy
parents: 2207
diff changeset
190 @$(ECHO) "*** The Black Cauldron ***"
d096a278e068 Added info targets
boisy
parents: 2207
diff changeset
191 @$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)