Mercurial > hg > Members > kono > nitros9-code
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 |
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 | 4 include $(NITROS9DIR)/rules.mak |
5 | |
2137 | 6 vpath %.asm ../objs_lsl |
2098 | 7 |
8 DEPENDS = ./makefile | |
9 | |
2207 | 10 DSK_1_40D = blackcauldron_d1_40d.dsk |
11 DSK_2_40D = blackcauldron_d2_40d.dsk | |
12 DSK_80D = blackcauldron_80d.dsk | |
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 | 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 | 17 |
2511 | 18 DSK_1_40D_NAME = "The Black Cauldron Disk 1" |
19 DSK_2_40D_NAME = "The Black Cauldron Disk 2" | |
2207 | 20 DSK_80D_NAME = "The Black Cauldron" |
21 DSK_DW3_NAME = $(DSK_80D_NAME) | |
2098 | 22 |
23 CMDS = sierra mnln scrn shdw tocgen | |
24 MD = $(LEVEL2)/coco3/modules | |
25 | |
2207 | 26 # We make our own bootfile and KERNEL_FLOPPY track |
27 KERNEL_FLOPPY = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/krn | |
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 | 30 BOOTFILE_40D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
2098 | 31 $(MD)/rbf.mn \ |
32 $(MD)/rb1773.dr $(MD)/ddd0_40d.dd \ | |
33 $(MD)/scf.mn $(MD)/vtio.dr \ | |
34 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ | |
35 $(MD)/covdg_small.io $(MD)/term_vdg.dt \ | |
36 $(MD)/vrn.dr $(MD)/vi.dd \ | |
37 $(MD)/clock_60hz $(MD)/clock2_soft $(MD)/sysgo_dd | |
38 | |
2207 | 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 | 48 BOOTFILE_DW3 = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
49 $(MD)/rbf.mn \ | |
50 $(MD)/rbdw3.dr $(MD)/dw3.sb $(MD)/ddx0.dd \ | |
51 $(MD)/scf.mn $(MD)/vtio.dr \ | |
52 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ | |
53 $(MD)/covdg_small.io $(MD)/term_vdg.dt \ | |
54 $(MD)/vrn.dr $(MD)/vi.dd \ | |
55 $(MD)/clock_60hz $(MD)/clock2_dw3 $(MD)/sysgo_dd | |
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 | 67 BOOTCMDS = $(LEVEL2)/coco3/cmds/shell_21 $(LEVEL2)/coco3/cmds/date \ |
68 $(LEVEL2)/coco3/cmds/echo $(LEVEL2)/coco3/cmds/link \ | |
69 $(LEVEL2)/coco3/cmds/setime | |
70 | |
2515 | 71 TEXTFILES_D1 = ../startup tOC_40d.txt |
72 TEXTFILES = ../startup tOC_40d.txt | |
2098 | 73 |
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 | 76 |
77 SUPPORTFILES_D2 = object vol.0 vol.2 | |
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 | 81 ALLOBJS = $(CMDS) |
82 | |
83 all: $(ALLOBJS) | |
84 | |
85 clean: dskclean | |
86 $(RM) $(ALLOBJS) | |
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 | 89 $(RM) $(DSK_1_40D) $(DSK_2_40D) |
2098 | 90 $(CD) $(LEVEL2)/coco3; make |
2207 | 91 $(OS9FORMAT_DS40) -q $(DSK_1_40D) -n$(DSK_1_40D_NAME) |
92 $(MERGE) $(BOOTFILE_40D)>os9boot | |
93 $(MERGE) $(KERNEL_FLOPPY)>kernel | |
94 $(OS9GEN) $(DSK_1_40D) -b=os9boot -t=kernel | |
95 $(RM) os9boot kernel | |
96 $(MAKDIR) $(DSK_1_40D),CMDS | |
97 $(CP) $(CMDS) $(DSK_1_40D),CMDS | |
98 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DSK_1_40D),CMDS/$(file);) | |
2098 | 99 $(MERGE) $(BOOTCMDS)>shell |
2207 | 100 $(CP) shell $(DSK_1_40D),CMDS |
2098 | 101 $(RM) shell |
2207 | 102 $(OS9ATTR) $(DSK_1_40D),CMDS/shell -e -pe -pr -e -w -r |
103 $(OS9RENAME) $(DSK_1_40D),CMDS/sierra AutoEx | |
104 $(CPL) $(TEXTFILES_D1) $(DSK_1_40D),. | |
105 $(OS9RENAME) $(DSK_1_40D),tOC_40d.txt tOC.txt | |
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 | 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 | 110 $(OS9FORMAT_DS40) -q $(DSK_2_40D) -n$(DSK_2_40D_NAME) |
111 $(CP) $(SUPPORTFILES_D2) $(DSK_2_40D),. | |
2098 | 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 | 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 | 116 $(OS9FORMAT_DS80) -q $(DSK_80D) -n$(DSK_80D_NAME) |
117 $(MERGE) $(BOOTFILE_80D)>os9boot | |
118 $(MERGE) $(KERNEL_FLOPPY)>kernel | |
119 $(OS9GEN) $(DSK_80D) -b=os9boot -t=kernel | |
120 $(RM) os9boot kernel | |
121 $(MAKDIR) $(DSK_80D),CMDS | |
122 $(CP) $(CMDS) $(DSK_80D),CMDS | |
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 | 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 | 127 $(OS9ATTR) $(DSK_80D),CMDS/shell -e -pe -pr -e -w -r |
128 $(OS9RENAME) $(DSK_80D),CMDS/sierra AutoEx | |
129 $(CPL) $(TEXTFILES) $(DSK_80D),. | |
130 $(OS9RENAME) $(DSK_80D),tOC_40d.txt tOC.txt | |
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 | 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 | 136 dsk_dw3: all |
137 $(RM) $(DSK_DW3) | |
138 $(CD) $(LEVEL2)/coco3; make | |
139 $(OS9FORMAT_DW3) -q $(DSK_DW3) -n$(DSK_DW3_NAME) | |
140 $(MERGE) $(BOOTFILE_DW3)>os9boot | |
141 $(MERGE) $(KERNEL_DW3)>kernel | |
142 $(OS9GEN) $(DSK_DW3) -b=os9boot -t=kernel | |
143 $(RM) os9boot kernel | |
144 $(MAKDIR) $(DSK_DW3),CMDS | |
145 $(CP) $(CMDS) $(DSK_DW3),CMDS | |
146 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DSK_DW3),CMDS/$(file);) | |
147 $(MERGE) $(BOOTCMDS)>shell | |
148 $(CP) shell $(DSK_DW3),CMDS | |
149 $(RM) shell | |
150 $(OS9ATTR) $(DSK_DW3),CMDS/shell -e -pe -pr -e -w -r | |
151 $(OS9RENAME) $(DSK_DW3),CMDS/sierra AutoEx | |
152 $(CPL) $(TEXTFILES) $(DSK_DW3),. | |
153 $(OS9RENAME) $(DSK_DW3),tOC_40d.txt tOC.txt | |
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 | 156 tocgen $(DSK_DW3),tOC.txt $(DSK_DW3),tOC |
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 | 183 dskcopy: dsk |
2216 | 184 $(CP) $(DSKS) $(DSKDIR) |
2098 | 185 |
186 dskclean: | |
2216 | 187 $(RM) $(DSKS) |
188 | |
189 info: | |
190 @$(ECHO) "*** The Black Cauldron ***" | |
191 @$(foreach dsk, $(DSKS), $(ECHO) $(dsk);) |