annotate 3rdparty/packages/sierra/leisuresuitlarry/makefile @ 2499:2033e76ae3c0

Permits DW3 build to work. RG
author robertgault
date Sun, 04 Apr 2010 02:24:59 +0000
parents 77f41e861afc
children 05b648103e78 7aa39bea428b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2499
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2228
diff changeset
1 ifndef NITROS9DIR
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2228
diff changeset
2 NITROS9DIR = $(HOME)/nitros9
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2228
diff changeset
3 endif
2075
eb13221efaed Updated
boisy
parents: 2064
diff changeset
4 include $(NITROS9DIR)/rules.mak
eb13221efaed Updated
boisy
parents: 2064
diff changeset
5
eb13221efaed Updated
boisy
parents: 2064
diff changeset
6 vpath %.asm ../objs_lsl
777
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
7
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1318
diff changeset
8 DEPENDS = ./makefile
777
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
9
2228
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
10 DSK_FLOPPY = leisuresuitlarry.dsk
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
11 DSK_DW3 = leisuresuitlarry_dw3.dsk
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
12 DSK_NAME = "Leisure Suit Larry"
2086
82113c6e5aa8 Updated to use tocgen
boisy
parents: 2075
diff changeset
13
2228
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
14 DSKS = $(DSK_FLOPPY) $(DSK_DW3)
2216
d096a278e068 Added info targets
boisy
parents: 2099
diff changeset
15
2499
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2228
diff changeset
16 CMDS = sierra mnln scrn shdw tocgen
2064
c8bb06c82d68 Changes for new NitrOS-9 directory structure
boisy
parents: 1934
diff changeset
17 MD = $(LEVEL2)/coco3/modules
777
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
18
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
19 # We make our own bootfile and kernel track
2228
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
20 KERNEL_FLOPPY = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/krn
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
21 KERNEL_DW3 = $(MD)/rel_32 $(MD)/boot_dw3 $(MD)/krn
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
22 BOOTFILE_FLOPPY = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
777
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
23 $(MD)/rbf.mn \
1638
1b23a41c674d Updated makefiles
boisy
parents: 1371
diff changeset
24 $(MD)/rb1773.dr $(MD)/ddd0_40d.dd \
1934
af946652495d Makefiles reflect new module names
boisy
parents: 1638
diff changeset
25 $(MD)/scf.mn $(MD)/vtio.dr \
1311
e7cac8de00e9 Updated Makefiles to build bootfiles from new module filenames
boisy
parents: 1129
diff changeset
26 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
1934
af946652495d Makefiles reflect new module names
boisy
parents: 1638
diff changeset
27 $(MD)/covdg_small.io $(MD)/term_vdg.dt \
777
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
28 $(MD)/vrn.dr $(MD)/vi.dd \
1318
a543ba9d856b Makefiles now reference sysgo instead of cc3go
boisy
parents: 1311
diff changeset
29 $(MD)/clock_60hz $(MD)/clock2_soft $(MD)/sysgo_dd
2228
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
30 BOOTFILE_DW3 = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
31 $(MD)/rbf.mn \
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
32 $(MD)/rbdw3.dr $(MD)/dw3.sb $(MD)/ddx0.dd \
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
33 $(MD)/scf.mn $(MD)/vtio.dr \
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
34 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
35 $(MD)/covdg_small.io $(MD)/term_vdg.dt \
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
36 $(MD)/vrn.dr $(MD)/vi.dd \
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
37 $(MD)/clock_60hz $(MD)/clock2_dw3 $(MD)/sysgo_dd
777
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
38
2086
82113c6e5aa8 Updated to use tocgen
boisy
parents: 2075
diff changeset
39 SUPPORTFILES = logDir object picDir sndDir viewDir vol.0 \
777
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
40 vol.1 vol.2 vol.3 vol.4 words.tok
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
41
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
42 ALLOBJS = $(CMDS)
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
43
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
44 all: $(ALLOBJS)
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
45
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
46 clean: dskclean
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
47 $(RM) $(ALLOBJS)
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
48
2228
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
49 dsk: all $(DSKS)
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
50
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
51 $(DSK_FLOPPY):
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
52 $(RM) $@
2064
c8bb06c82d68 Changes for new NitrOS-9 directory structure
boisy
parents: 1934
diff changeset
53 $(CD) $(LEVEL2)/coco3; make
2499
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2228
diff changeset
54 $(OS9FORMAT_DS80) -q $@ -n$(DSK_NAME)
2228
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
55 $(MERGE) $(BOOTFILE_FLOPPY)>os9boot
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
56 $(MERGE) $(KERNEL_FLOPPY)>kernel
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
57 $(OS9GEN) $@ -b=os9boot -t=kernel
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
58 $(RM) os9boot kernel
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
59 $(MAKDIR) $@,CMDS
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
60 $(CP) $(CMDS) $@,CMDS
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
61 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
62 $(OS9RENAME) $@,CMDS/sierra AutoEx
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
63 $(CP) $(SUPPORTFILES) $@,.
2499
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2228
diff changeset
64 $(MOVE) tocgen toctmp
2228
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
65 tocgen tOC.txt $@,tOC
2499
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2228
diff changeset
66 $(MOVE) toctmp tocgen
2228
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
67 $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $@,$(file);)
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
68
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
69 $(DSK_DW3):
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
70 $(RM) $@
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
71 $(CD) $(LEVEL2)/coco3; make
2499
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2228
diff changeset
72 $(OS9FORMAT_DW3) -q $@ -n$(DSK_NAME)
2228
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
73 $(MERGE) $(BOOTFILE_DW3)>os9boot
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
74 $(MERGE) $(KERNEL_DW3)>kernel
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
75 $(OS9GEN) $@ -b=os9boot -t=kernel
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
76 $(RM) os9boot kernel
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
77 $(MAKDIR) $@,CMDS
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
78 $(CP) $(CMDS) $@,CMDS
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
79 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
80 $(OS9RENAME) $@,CMDS/sierra AutoEx
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
81 $(CP) $(SUPPORTFILES) $@,.
2499
2033e76ae3c0 Permits DW3 build to work. RG
robertgault
parents: 2228
diff changeset
82 $(RM) tocgen
2228
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
83 tocgen tOC.txt $@,tOC
77f41e861afc Udated makefiles to make DW3 disks
boisy
parents: 2225
diff changeset
84 $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $@,$(file);)
777
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
85
1121
6a058c03adb1 More Makefile changes
boisy
parents: 1036
diff changeset
86 dskcopy: dsk
2216
d096a278e068 Added info targets
boisy
parents: 2099
diff changeset
87 $(CP) $(DSKS) $(DSKDIR)
1121
6a058c03adb1 More Makefile changes
boisy
parents: 1036
diff changeset
88
777
3a8f068cc438 Import of sources
boisy
parents:
diff changeset
89 dskclean:
2216
d096a278e068 Added info targets
boisy
parents: 2099
diff changeset
90 $(RM) $(DSKS)
d096a278e068 Added info targets
boisy
parents: 2099
diff changeset
91
d096a278e068 Added info targets
boisy
parents: 2099
diff changeset
92 info:
d096a278e068 Added info targets
boisy
parents: 2099
diff changeset
93 @$(ECHO) "*** Leisure Suit Larry ***"
d096a278e068 Added info targets
boisy
parents: 2099
diff changeset
94 @$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)