annotate level2/coco3_6309/bootfiles/makefile @ 2242:2a889a511f0a

Adding Aaron Wolfe's DriveWire work
author boisy
date Thu, 24 Dec 2009 01:16:31 +0000
parents 660cc987e18d
children ebb46d37d49b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2046
cac62639358c new makefile
boisy
parents: 1944
diff changeset
1 include $(NITROS9DIR)/rules.mak
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
2
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
3 # Module directory
1379
79dde72f9d96 Changes
boisy
parents: 1370
diff changeset
4 MD = ../modules
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
5 # Commands directory
1379
79dde72f9d96 Changes
boisy
parents: 1370
diff changeset
6 CD = ../cmds
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
7
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1270
diff changeset
8 DEPENDS = ./makefile
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
9
1587
5f18094d961d kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents: 1564
diff changeset
10 KERNEL_1773 = $(MD)/rel_80 $(MD)/boot_1773_6ms $(MD)/krn
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
11 KERNEL_1773_50HZ = $(MD)/rel_80_50hz $(MD)/boot_1773_6ms $(MD)/krn
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
12 KERNEL_DW3 = $(MD)/rel_80 $(MD)/boot_dw3 $(MD)/krn
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
13
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
14 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
15 BOOTFILE_DW3 = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
16 $(MD)/rbf.mn \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
17 $(MD)/rbdw3.dr $(MD)/dw3.sb \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
18 $(MD)/ddx0.dd $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
19 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
20 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
21 $(MD)/scf.mn $(MD)/vtio.dr \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
22 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
23 $(MD)/cowin.io $(MD)/covdg.io \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
24 $(MD)/term_win80.dt \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
25 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
26 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
27 $(MD)/scdwp.dr $(MD)/p_scdwp.dd \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
28 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
2242
2a889a511f0a Adding Aaron Wolfe's DriveWire work
boisy
parents: 2180
diff changeset
29 $(MD)/clock_60hz $(MD)/clock2_dw3 \
2a889a511f0a Adding Aaron Wolfe's DriveWire work
boisy
parents: 2180
diff changeset
30 $(MD)/scdwt.dr $(MD)/t0_scdwt.dd \
2a889a511f0a Adding Aaron Wolfe's DriveWire work
boisy
parents: 2180
diff changeset
31 $(MD)/t1_scdwt.dd $(MD)/t2_scdwt.dd $(MD)/t3_scdwt.dd \
2a889a511f0a Adding Aaron Wolfe's DriveWire work
boisy
parents: 2180
diff changeset
32 $(MD)/t4_scdwt.dd $(MD)/t5_scdwt.dd $(MD)/t6_scdwt.dd
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
33
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
34 # OS-9 disk bootfile to allow booting from WD1773 disk controller
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
35 BOOTFILE_40D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
36 $(MD)/rbf.mn \
1564
b9a87d97494d Multiple changes for next release
boisy
parents: 1562
diff changeset
37 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \
1812
0b6b52c6acdc /D2 now part of standard bootfile
boisy
parents: 1705
diff changeset
38 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \
1933
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
39 $(MD)/scf.mn $(MD)/vtio.dr \
1256
3ff579715249 Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents: 1237
diff changeset
40 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
1944
c40f6a2fdeb6 Changed vdgint.io to covdg.io
boisy
parents: 1933
diff changeset
41 $(MD)/cowin.io $(MD)/covdg.io \
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
42 $(MD)/term_win80.dt \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
43 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
44 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
45 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
46 $(MD)/clock_60hz $(MD)/clock2_soft
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
47
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
48 BOOTFILE_80D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
1446
7687a6621d7a 720K disk images are now made
boisy
parents: 1437
diff changeset
49 $(MD)/rbf.mn \
1564
b9a87d97494d Multiple changes for next release
boisy
parents: 1562
diff changeset
50 $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \
1812
0b6b52c6acdc /D2 now part of standard bootfile
boisy
parents: 1705
diff changeset
51 $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \
1933
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
52 $(MD)/scf.mn $(MD)/vtio.dr \
1446
7687a6621d7a 720K disk images are now made
boisy
parents: 1437
diff changeset
53 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
1944
c40f6a2fdeb6 Changed vdgint.io to covdg.io
boisy
parents: 1933
diff changeset
54 $(MD)/cowin.io $(MD)/covdg.io \
1446
7687a6621d7a 720K disk images are now made
boisy
parents: 1437
diff changeset
55 $(MD)/term_win80.dt \
7687a6621d7a 720K disk images are now made
boisy
parents: 1437
diff changeset
56 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
7687a6621d7a 720K disk images are now made
boisy
parents: 1437
diff changeset
57 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
7687a6621d7a 720K disk images are now made
boisy
parents: 1437
diff changeset
58 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
7687a6621d7a 720K disk images are now made
boisy
parents: 1437
diff changeset
59 $(MD)/clock_60hz $(MD)/clock2_soft
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
60
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
61 BOOTFILE_40D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
62 $(MD)/rbf.mn \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
63 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \
1812
0b6b52c6acdc /D2 now part of standard bootfile
boisy
parents: 1705
diff changeset
64 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \
1933
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
65 $(MD)/scf.mn $(MD)/vtio.dr \
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
66 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
1944
c40f6a2fdeb6 Changed vdgint.io to covdg.io
boisy
parents: 1933
diff changeset
67 $(MD)/cowin.io $(MD)/covdg.io \
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
68 $(MD)/term_win80.dt \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
69 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
70 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
71 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
72 $(MD)/clock_50hz $(MD)/clock2_soft
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
73
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
74 BOOTFILE_80D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
75 $(MD)/rbf.mn \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
76 $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \
1812
0b6b52c6acdc /D2 now part of standard bootfile
boisy
parents: 1705
diff changeset
77 $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \
1933
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
78 $(MD)/scf.mn $(MD)/vtio.dr \
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
79 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
1944
c40f6a2fdeb6 Changed vdgint.io to covdg.io
boisy
parents: 1933
diff changeset
80 $(MD)/cowin.io $(MD)/covdg.io \
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
81 $(MD)/term_win80.dt \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
82 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
83 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
84 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
85 $(MD)/clock_50hz $(MD)/clock2_soft
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
86
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
87 BOOTFILES = bootfile_40d bootfile_40d_50hz bootfile_80d bootfile_80d_50hz bootfile_dw3
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
88 KERNELS = kernel_1773 kernel_1773_50hz kernel_dw3
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
89
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
90 ALLOBJS = $(BOOTFILES) $(KERNELS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
91
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
92 all: $(ALLOBJS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
93
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
94 # Bootfiles
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
95 bootfile_40d: $(BOOTFILE_40D) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
96 $(MERGE) $(BOOTFILE_40D)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
97
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
98 bootfile_40d_50hz: $(BOOTFILE_40D_50HZ) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
99 $(MERGE) $(BOOTFILE_40D_50HZ)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
100
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
101 bootfile_80d: $(BOOTFILE_80D) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
102 $(MERGE) $(BOOTFILE_80D)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
103
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
104 bootfile_80d_50hz: $(BOOTFILE_80D_50HZ) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
105 $(MERGE) $(BOOTFILE_80D_50HZ)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
106
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
107 bootfile_dw3: $(BOOTFILE_DW3) $(DEPENDS)
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
108 $(MERGE) $(BOOTFILE_DW3)>$@
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
109
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
110 # Kernels
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
111 kernel_1773: $(KERNEL_1773) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
112 $(MERGE) $(KERNEL_1773)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
113
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
114 kernel_1773_50hz: $(KERNEL_1773_50HZ) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
115 $(MERGE) $(KERNEL_1773_50HZ)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
116
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
117 kernel_dw3: $(KERNEL_DW3) $(DEPENDS)
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
118 $(MERGE) $(KERNEL_DW3)>$@
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
119
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
120 clean:
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
121 $(RM) $(ALLOBJS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
122