annotate 3rdparty/packages/rof/makefile @ 2724:05b648103e78 lwtools-port

Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
author Boisy Pitre <boisy.pitre@nuance.com>
date Mon, 30 Jul 2012 19:35:05 -0500
parents 918c7c68ea4d
children 1868fbf470e7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1318
diff changeset
1 include ../../../rules.mak
584
d8d359aca5b7 Cleaned extraneous CRs
boisy
parents: 513
diff changeset
2
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1318
diff changeset
3 DEPENDS = ./makefile
584
d8d359aca5b7 Cleaned extraneous CRs
boisy
parents: 513
diff changeset
4
2206
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
5 DSK_FLOPPY = rof.dsk
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2229
diff changeset
6 DSK_DW = rof_dw.dsk
584
d8d359aca5b7 Cleaned extraneous CRs
boisy
parents: 513
diff changeset
7 CMDS = rescue
2064
c8bb06c82d68 Changes for new NitrOS-9 directory structure
boisy
parents: 1934
diff changeset
8 MD = $(LEVEL2)/coco3/modules
750
1bc9f2ecac47 bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents: 749
diff changeset
9
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2229
diff changeset
10 DSKS = $(DSK_FLOPPY) $(DSK_DW)
2216
d096a278e068 Added info targets
boisy
parents: 2206
diff changeset
11
750
1bc9f2ecac47 bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents: 749
diff changeset
12 # We make our own bootfile and kernel track
2206
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
13 KERNEL_FLOPPY = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/krn
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2229
diff changeset
14 KERNEL_DW = $(MD)/rel_32 $(MD)/boot_dw $(MD)/krn
2206
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
15 BOOTFILE_FLOPPY = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
753
c5840f667d94 Now dsk image is properly made and works fine
boisy
parents: 750
diff changeset
16 $(MD)/rbf.mn \
1638
1b23a41c674d Updated makefiles
boisy
parents: 1371
diff changeset
17 $(MD)/rb1773.dr $(MD)/ddd0_40d.dd \
1934
af946652495d Makefiles reflect new module names
boisy
parents: 1638
diff changeset
18 $(MD)/scf.mn $(MD)/vtio.dr \
1311
e7cac8de00e9 Updated Makefiles to build bootfiles from new module filenames
boisy
parents: 1129
diff changeset
19 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
1934
af946652495d Makefiles reflect new module names
boisy
parents: 1638
diff changeset
20 $(MD)/covdg_small.io $(MD)/term_vdg.dt \
1318
a543ba9d856b Makefiles now reference sysgo instead of cc3go
boisy
parents: 1311
diff changeset
21 $(MD)/clock_60hz $(MD)/clock2_soft $(MD)/sysgo_dd
750
1bc9f2ecac47 bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents: 749
diff changeset
22
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2229
diff changeset
23 BOOTFILE_DW = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
2206
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
24 $(MD)/rbf.mn \
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2229
diff changeset
25 $(MD)/rbdw.dr $(MD)/dwio.sb $(MD)/ddx0.dd \
2206
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
26 $(MD)/scf.mn $(MD)/vtio.dr \
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
27 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
28 $(MD)/covdg_small.io $(MD)/term_vdg.dt \
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2229
diff changeset
29 $(MD)/clock_60hz $(MD)/clock2_dw $(MD)/sysgo_dd
2206
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
30
585
a93ff297742a Fixed small space problem
boisy
parents: 584
diff changeset
31 SUPPORTFILES = body heads larms legs lips panel1 rofvar rship.c rtitle.c scores
584
d8d359aca5b7 Cleaned extraneous CRs
boisy
parents: 513
diff changeset
32
809
boisy
parents: 807
diff changeset
33 ALLOBJS = $(CMDS)
boisy
parents: 807
diff changeset
34
584
d8d359aca5b7 Cleaned extraneous CRs
boisy
parents: 513
diff changeset
35 all: $(ALLOBJS)
d8d359aca5b7 Cleaned extraneous CRs
boisy
parents: 513
diff changeset
36
d8d359aca5b7 Cleaned extraneous CRs
boisy
parents: 513
diff changeset
37 clean: dskclean
d8d359aca5b7 Cleaned extraneous CRs
boisy
parents: 513
diff changeset
38 $(RM) $(ALLOBJS)
d8d359aca5b7 Cleaned extraneous CRs
boisy
parents: 513
diff changeset
39
2216
d096a278e068 Added info targets
boisy
parents: 2206
diff changeset
40 dsk: all $(DSKS)
2206
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
41
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
42 $(DSK_FLOPPY):
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
43 $(RM) $@
2064
c8bb06c82d68 Changes for new NitrOS-9 directory structure
boisy
parents: 1934
diff changeset
44 $(CD) $(LEVEL2)/coco3; make
2229
918c7c68ea4d Made formats quiet
boisy
parents: 2216
diff changeset
45 $(OS9FORMAT_SS35) -q $@ -n"Rescue on Fractalus"
2206
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
46 $(MERGE) $(BOOTFILE_FLOPPY)>os9boot
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
47 $(MERGE) $(KERNEL_FLOPPY)>kernel
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
48 $(OS9GEN) $@ -b=os9boot -t=kernel
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
49 $(RM) os9boot kernel
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
50 $(MAKDIR) $@,CMDS
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
51 $(CP) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
52 $(OS9ATTR_EXEC) $@,CMDS/shell
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
53 $(CP) $(CMDS) $@,CMDS
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
54 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
55 $(OS9RENAME) $@,CMDS/rescue AutoEx
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
56 $(CP) $(SUPPORTFILES) $@,.
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
57 $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $@,$(file);)
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
58
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2229
diff changeset
59 $(DSK_DW):
2206
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
60 $(RM) $@
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
61 $(CD) $(LEVEL2)/coco3; make
2229
918c7c68ea4d Made formats quiet
boisy
parents: 2216
diff changeset
62 $(OS9FORMAT_SS35) -q $@ -n"Rescue on Fractalus"
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2229
diff changeset
63 $(MERGE) $(BOOTFILE_DW)>os9boot
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2229
diff changeset
64 $(MERGE) $(KERNEL_DW)>kernel
2206
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
65 $(OS9GEN) $@ -b=os9boot -t=kernel
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
66 $(RM) os9boot kernel
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
67 $(MAKDIR) $@,CMDS
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
68 $(CP) $(LEVEL2)/coco3/cmds/shell_21 $@,CMDS/shell
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
69 $(OS9ATTR_EXEC) $@,CMDS/shell
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
70 $(CP) $(CMDS) $@,CMDS
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
71 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
72 $(OS9RENAME) $@,CMDS/rescue AutoEx
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
73 $(CP) $(SUPPORTFILES) $@,.
612a4ff2e5f8 added DW3 disks
boisy
parents: 2064
diff changeset
74 $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $@,$(file);)
584
d8d359aca5b7 Cleaned extraneous CRs
boisy
parents: 513
diff changeset
75
1121
6a058c03adb1 More Makefile changes
boisy
parents: 1036
diff changeset
76 dskcopy: dsk
2216
d096a278e068 Added info targets
boisy
parents: 2206
diff changeset
77 $(CP) $(DSKS) $(DSKDIR)
1121
6a058c03adb1 More Makefile changes
boisy
parents: 1036
diff changeset
78
584
d8d359aca5b7 Cleaned extraneous CRs
boisy
parents: 513
diff changeset
79 dskclean:
2216
d096a278e068 Added info targets
boisy
parents: 2206
diff changeset
80 $(RM) $(DSKS)
d096a278e068 Added info targets
boisy
parents: 2206
diff changeset
81
d096a278e068 Added info targets
boisy
parents: 2206
diff changeset
82 info:
d096a278e068 Added info targets
boisy
parents: 2206
diff changeset
83 @$(ECHO) "*** Rescue on Fractalus ***"
d096a278e068 Added info targets
boisy
parents: 2206
diff changeset
84 @$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)