annotate 3rdparty/packages/sierra/kingsquest1/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
2071
b1c59791822b Updated
boisy
parents:
diff changeset
2
2129
e1d1f7c55f32 Updated to LSL interpreter and compression, now fits on 40d
boisy
parents: 2128
diff changeset
3 vpath %.asm ../objs_lsl
2071
b1c59791822b Updated
boisy
parents:
diff changeset
4
b1c59791822b Updated
boisy
parents:
diff changeset
5 DEPENDS = ./makefile
b1c59791822b Updated
boisy
parents:
diff changeset
6
2129
e1d1f7c55f32 Updated to LSL interpreter and compression, now fits on 40d
boisy
parents: 2128
diff changeset
7 DISK_40D = kingsquest1_40d.dsk
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
8 DSKDW = kingsquest1_dw.dsk
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
9 DSKDWBECKER = kingsquest1_becker.dsk
2078
975880f2e543 Updated makefile, added startup
boisy
parents: 2077
diff changeset
10
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
11 DSKS = $(DISK_40D) $(DSKDW) $(DSKDWBECKER)
2216
d096a278e068 Added info targets
boisy
parents: 2129
diff changeset
12
2129
e1d1f7c55f32 Updated to LSL interpreter and compression, now fits on 40d
boisy
parents: 2128
diff changeset
13 DISK_40D_NAME = "King's Quest I"
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
14 DSKDW_NAME = $(DISK_40D_NAME)
2078
975880f2e543 Updated makefile, added startup
boisy
parents: 2077
diff changeset
15
2071
b1c59791822b Updated
boisy
parents:
diff changeset
16 CMDS = sierra mnln scrn shdw tocgen
b1c59791822b Updated
boisy
parents:
diff changeset
17 MD = $(LEVEL2)/coco3/modules
b1c59791822b Updated
boisy
parents:
diff changeset
18
b1c59791822b Updated
boisy
parents:
diff changeset
19 # We make our own bootfile and kernel track
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
20 KERNEL_FLOPPY = $(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
21 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
22 KERNEL_DW_BECKER = $(MD)/rel_32 $(MD)/boot_dw_becker $(MD)/krn
2129
e1d1f7c55f32 Updated to LSL interpreter and compression, now fits on 40d
boisy
parents: 2128
diff changeset
23
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
24 BOOTFILE_40D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
2071
b1c59791822b Updated
boisy
parents:
diff changeset
25 $(MD)/rbf.mn \
b1c59791822b Updated
boisy
parents:
diff changeset
26 $(MD)/rb1773.dr $(MD)/ddd0_40d.dd \
b1c59791822b Updated
boisy
parents:
diff changeset
27 $(MD)/scf.mn $(MD)/vtio.dr \
b1c59791822b Updated
boisy
parents:
diff changeset
28 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
b1c59791822b Updated
boisy
parents:
diff changeset
29 $(MD)/covdg_small.io $(MD)/term_vdg.dt \
b1c59791822b Updated
boisy
parents:
diff changeset
30 $(MD)/vrn.dr $(MD)/vi.dd \
b1c59791822b Updated
boisy
parents:
diff changeset
31 $(MD)/clock_60hz $(MD)/clock2_soft $(MD)/sysgo_dd
b1c59791822b Updated
boisy
parents:
diff changeset
32
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
33 BOOTFILE_DW = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
34 $(MD)/rbf.mn \
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
35 $(MD)/rbdw.dr $(MD)/dwio.sb $(MD)/ddx0.dd \
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
36 $(MD)/scf.mn $(MD)/vtio.dr \
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
37 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
38 $(MD)/covdg_small.io $(MD)/term_vdg.dt \
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
39 $(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
40 $(MD)/clock_60hz $(MD)/clock2_dw $(MD)/sysgo_dd
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
41
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
42 BOOTFILE_DW_BECKER = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
2746
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
43 $(MD)/rbf.mn \
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
44 $(MD)/rbdw.dr $(MD)/dwio_becker.sb $(MD)/ddx0.dd \
2746
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
45 $(MD)/scf.mn $(MD)/vtio.dr \
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
46 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
47 $(MD)/covdg_small.io $(MD)/term_vdg.dt \
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
48 $(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
49 $(MD)/clock_60hz $(MD)/clock2_dw $(MD)/sysgo_dd
2746
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
50
2071
b1c59791822b Updated
boisy
parents:
diff changeset
51 BOOTCMDS = $(LEVEL2)/coco3/cmds/shell_21 $(LEVEL2)/coco3/cmds/date \
b1c59791822b Updated
boisy
parents:
diff changeset
52 $(LEVEL2)/coco3/cmds/echo $(LEVEL2)/coco3/cmds/link \
b1c59791822b Updated
boisy
parents:
diff changeset
53 $(LEVEL2)/coco3/cmds/setime
b1c59791822b Updated
boisy
parents:
diff changeset
54
2515
0fe5a04e9d0c Updated
boisy
parents: 2495
diff changeset
55 TEXTFILES = ../startup tOC_40d.txt
2071
b1c59791822b Updated
boisy
parents:
diff changeset
56
2129
e1d1f7c55f32 Updated to LSL interpreter and compression, now fits on 40d
boisy
parents: 2128
diff changeset
57 SUPPORTFILES = logDir object picDir sndDir viewDir vol.0 \
e1d1f7c55f32 Updated to LSL interpreter and compression, now fits on 40d
boisy
parents: 2128
diff changeset
58 vol.1 vol.2 words.tok
2071
b1c59791822b Updated
boisy
parents:
diff changeset
59
b1c59791822b Updated
boisy
parents:
diff changeset
60 ALLOBJS = $(CMDS)
b1c59791822b Updated
boisy
parents:
diff changeset
61
b1c59791822b Updated
boisy
parents:
diff changeset
62 all: $(ALLOBJS)
b1c59791822b Updated
boisy
parents:
diff changeset
63
b1c59791822b Updated
boisy
parents:
diff changeset
64 clean: dskclean
b1c59791822b Updated
boisy
parents:
diff changeset
65 $(RM) $(ALLOBJS)
b1c59791822b Updated
boisy
parents:
diff changeset
66
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
67 dsk: all $(DISK_40D) $(DSKDW) $(DSKDWBECKER)
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
68
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
69 $(DISK_40D):
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
70 $(RM) $@
2071
b1c59791822b Updated
boisy
parents:
diff changeset
71 $(CD) $(LEVEL2)/coco3; make
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
72 $(OS9FORMAT_DS40) -q $@ -n$(DISK_40D_NAME)
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
73 $(MERGE) $(BOOTFILE_40D)>os9boot
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
74 $(MERGE) $(KERNEL_FLOPPY)>kernel
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
75 $(OS9GEN) $@ -b=os9boot -t=kernel
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
76 $(RM) os9boot kernel
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
77 $(MAKDIR) $@,CMDS
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2868
diff changeset
78 $(OS9COPY) $(CMDS) $@,CMDS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
79 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
2071
b1c59791822b Updated
boisy
parents:
diff changeset
80 $(MERGE) $(BOOTCMDS)>shell
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2868
diff changeset
81 $(OS9COPY) shell $@,CMDS
2071
b1c59791822b Updated
boisy
parents:
diff changeset
82 $(RM) shell
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
83 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
84 $(OS9RENAME) $@,CMDS/sierra AutoEx
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
85 $(CPL) $(TEXTFILES) $@,.
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
86 $(OS9RENAME) $@,tOC_40d.txt tOC.txt
2927
9d256fa9ba31 sierra makefiles: Add comment about hiding tocgen file temporarily
Tormod Volden <debian.tormod@gmail.com>
parents: 2898
diff changeset
87 $(MOVE) tocgen toctmp # to not confuse Windows hosts
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
88 tocgen $@,tOC.txt $@,tOC
2495
9296f92ce18c Permits DW3 build to work. RG
robertgault
parents: 2219
diff changeset
89 $(MOVE) toctmp tocgen
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2868
diff changeset
90 $(OS9COPY) $(SUPPORTFILES) $@,.
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
91
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
92 $(DSKDW):
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
93 $(RM) $@
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
94 $(CD) $(LEVEL2)/coco3; make
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
95 $(OS9FORMAT_DW) -q $@ -n$(DISK_40D_NAME)
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
96 $(MERGE) $(BOOTFILE_DW)>os9boot
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
97 $(MERGE) $(KERNEL_DW)>kernel
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
98 $(OS9GEN) $@ -b=os9boot -t=kernel
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
99 $(RM) os9boot kernel
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
100 $(MAKDIR) $@,CMDS
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2868
diff changeset
101 $(OS9COPY) $(CMDS) $@,CMDS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
102 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
103 $(MERGE) $(BOOTCMDS)>shell
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2868
diff changeset
104 $(OS9COPY) shell $@,CMDS
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
105 $(RM) shell
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
106 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
107 $(OS9RENAME) $@,CMDS/sierra AutoEx
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
108 $(CPL) $(TEXTFILES) $@,.
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
109 $(OS9RENAME) $@,tOC_40d.txt tOC.txt
2927
9d256fa9ba31 sierra makefiles: Add comment about hiding tocgen file temporarily
Tormod Volden <debian.tormod@gmail.com>
parents: 2898
diff changeset
110 $(MOVE) tocgen toctmp # to not confuse Windows hosts
2219
94ccee3fceda Updated makefiles
boisy
parents: 2216
diff changeset
111 tocgen $@,tOC.txt $@,tOC
2746
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
112 $(MOVE) toctmp tocgen
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2868
diff changeset
113 $(OS9COPY) $(SUPPORTFILES) $@,.
2746
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
114
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
115 $(DSKDWBECKER):
2746
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
116 $(RM) $@
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
117 $(CD) $(LEVEL2)/coco3; make
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
118 $(OS9FORMAT_DW) -q $@ -n$(DISK_40D_NAME)
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
119 $(MERGE) $(BOOTFILE_DW_BECKER)>os9boot
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2756
diff changeset
120 $(MERGE) $(KERNEL_DW_BECKER)>kernel
2746
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
121 $(OS9GEN) $@ -b=os9boot -t=kernel
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
122 $(RM) os9boot kernel
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
123 $(MAKDIR) $@,CMDS
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2868
diff changeset
124 $(OS9COPY) $(CMDS) $@,CMDS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
125 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
2746
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
126 $(MERGE) $(BOOTCMDS)>shell
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2868
diff changeset
127 $(OS9COPY) shell $@,CMDS
2746
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
128 $(RM) shell
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
129 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
130 $(OS9RENAME) $@,CMDS/sierra AutoEx
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
131 $(CPL) $(TEXTFILES) $@,.
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
132 $(OS9RENAME) $@,tOC_40d.txt tOC.txt
2927
9d256fa9ba31 sierra makefiles: Add comment about hiding tocgen file temporarily
Tormod Volden <debian.tormod@gmail.com>
parents: 2898
diff changeset
133 $(MOVE) tocgen toctmp # to not confuse Windows hosts
2746
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
134 tocgen $@,tOC.txt $@,tOC
20a6dfbe8982 Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
drencor-xeen
parents: 2515
diff changeset
135 $(MOVE) toctmp tocgen
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2868
diff changeset
136 $(OS9COPY) $(SUPPORTFILES) $@,.
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: 2099
diff changeset
137
2071
b1c59791822b Updated
boisy
parents:
diff changeset
138 dskcopy: dsk
2216
d096a278e068 Added info targets
boisy
parents: 2129
diff changeset
139 $(CP) $(DSKS) $(DSKDIR)
2071
b1c59791822b Updated
boisy
parents:
diff changeset
140
b1c59791822b Updated
boisy
parents:
diff changeset
141 dskclean:
2216
d096a278e068 Added info targets
boisy
parents: 2129
diff changeset
142 $(RM) $(DSKS)
d096a278e068 Added info targets
boisy
parents: 2129
diff changeset
143
d096a278e068 Added info targets
boisy
parents: 2129
diff changeset
144 info:
d096a278e068 Added info targets
boisy
parents: 2129
diff changeset
145 @$(ECHO) "*** King's Quest I ***"
d096a278e068 Added info targets
boisy
parents: 2129
diff changeset
146 @$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)