annotate level2/coco3/bootfiles/makefile @ 2868:cfa46960b6bd

makefiles: Rename DW3 to DW all over Rename dw3*.sb to dwio*.sb This is part of getting default and lwtools-port branches together, trying to avoid things falling through the cracks.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 24 Nov 2013 11:13:40 +0100
parents e4a0f58a5f9b
children 1addfd8c9d5f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2758
e4a0f58a5f9b Found that people who do not have the envirornment variable NITROS9DIR set before building the project get a error missing file "/rules.mak". Found this is caused do to the fact that the code to set this envirornment variable is in the rules.mak which can't get loaded.
drencor-xeen
parents: 2730
diff changeset
1 ifndef NITROS9DIR
e4a0f58a5f9b Found that people who do not have the envirornment variable NITROS9DIR set before building the project get a error missing file "/rules.mak". Found this is caused do to the fact that the code to set this envirornment variable is in the rules.mak which can't get loaded.
drencor-xeen
parents: 2730
diff changeset
2 NITROS9DIR = $(HOME)/nitros9
e4a0f58a5f9b Found that people who do not have the envirornment variable NITROS9DIR set before building the project get a error missing file "/rules.mak". Found this is caused do to the fact that the code to set this envirornment variable is in the rules.mak which can't get loaded.
drencor-xeen
parents: 2730
diff changeset
3 endif
2046
cac62639358c new makefile
boisy
parents: 1944
diff changeset
4 include $(NITROS9DIR)/rules.mak
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
5
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
6 # Module directory
1379
79dde72f9d96 Changes
boisy
parents: 1370
diff changeset
7 MD = ../modules
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
8 # Commands directory
1379
79dde72f9d96 Changes
boisy
parents: 1370
diff changeset
9 CD = ../cmds
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
10
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1270
diff changeset
11 DEPENDS = ./makefile
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
12
1587
5f18094d961d kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents: 1564
diff changeset
13 KERNEL_1773 = $(MD)/rel_80 $(MD)/boot_1773_6ms $(MD)/krn
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
14 KERNEL_1773_50HZ = $(MD)/rel_80_50hz $(MD)/boot_1773_6ms $(MD)/krn
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
15 KERNEL_DW = $(MD)/rel_80 $(MD)/boot_dw $(MD)/krn
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
16 KERNEL_BECKER = $(MD)/rel_80 $(MD)/boot_dw_becker $(MD)/krn
2547
boisy
parents: 2544
diff changeset
17
boisy
parents: 2544
diff changeset
18 # NitrOS-9 disk bootfile to allow booting from DriveWire server
boisy
parents: 2544
diff changeset
19 # on a DE1 or Xilinx using Gary Becker's CoCo 3 FGPA
boisy
parents: 2544
diff changeset
20 BOOTFILE_BECKER = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
boisy
parents: 2544
diff changeset
21 $(MD)/rbf.mn \
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
22 $(MD)/rbdw.dr $(MD)/dwio_becker.sb \
2547
boisy
parents: 2544
diff changeset
23 $(MD)/ddx0.dd $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd \
boisy
parents: 2544
diff changeset
24 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \
boisy
parents: 2544
diff changeset
25 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \
boisy
parents: 2544
diff changeset
26 $(MD)/scf.mn $(MD)/vtio.dr \
boisy
parents: 2544
diff changeset
27 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
boisy
parents: 2544
diff changeset
28 $(MD)/cowin.io \
boisy
parents: 2544
diff changeset
29 $(MD)/term_win80.dt \
boisy
parents: 2544
diff changeset
30 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
boisy
parents: 2544
diff changeset
31 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
boisy
parents: 2544
diff changeset
32 $(MD)/scdwn.dr \
boisy
parents: 2544
diff changeset
33 $(MD)/n_scdwn.dd $(MD)/n1_scdwn.dd $(MD)/n2_scdwn.dd \
boisy
parents: 2544
diff changeset
34 $(MD)/n3_scdwn.dd $(MD)/n4_scdwn.dd $(MD)/n5_scdwn.dd \
boisy
parents: 2544
diff changeset
35 $(MD)/n6_scdwn.dd $(MD)/n7_scdwn.dd $(MD)/n8_scdwn.dd \
boisy
parents: 2544
diff changeset
36 $(MD)/n9_scdwn.dd $(MD)/n10_scdwn.dd $(MD)/n11_scdwn.dd \
2553
c5fc5e46b425 added MIDI device to becker boot
aaronwolfe
parents: 2549
diff changeset
37 $(MD)/n12_scdwn.dd $(MD)/n13_scdwn.dd $(MD)/midi_scdwn.dd \
2662
07cc32e3d96f More fixes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2660
diff changeset
38 $(MD)/z1_scdwn.dd $(MD)/z2_scdwn.dd $(MD)/z3_scdwn.dd \
07cc32e3d96f More fixes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2660
diff changeset
39 $(MD)/z4_scdwn.dd $(MD)/z5_scdwn.dd $(MD)/z6_scdwn.dd \
07cc32e3d96f More fixes
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2660
diff changeset
40 $(MD)/z7_scdwn.dd \
2547
boisy
parents: 2544
diff changeset
41 $(MD)/scdwp.dr $(MD)/p_scdwp.dd \
boisy
parents: 2544
diff changeset
42 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
43 $(MD)/clock_60hz $(MD)/clock2_dw_becker
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
44
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
45 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
46 BOOTFILE_DW = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
47 $(MD)/rbf.mn \
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
48 $(MD)/rbdw.dr $(MD)/dwio.sb \
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
49 $(MD)/ddx0.dd $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd \
2730
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2662
diff changeset
50 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_80d.dd \
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
51 $(MD)/scf.mn $(MD)/vtio.dr \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
52 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
2520
ac35d2ad1414 Removed covdg.io from DW3 bootfile because it made bootfile too large to
boisy
parents: 2476
diff changeset
53 $(MD)/cowin.io \
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
54 $(MD)/term_win80.dt \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
55 $(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
56 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
2660
adb21dec5e10 Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2649
diff changeset
57 $(MD)/scdwn.dr \
adb21dec5e10 Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2649
diff changeset
58 $(MD)/n_scdwn.dd $(MD)/n1_scdwn.dd $(MD)/n2_scdwn.dd \
adb21dec5e10 Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2649
diff changeset
59 $(MD)/n3_scdwn.dd $(MD)/n4_scdwn.dd $(MD)/n5_scdwn.dd \
adb21dec5e10 Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2649
diff changeset
60 $(MD)/n6_scdwn.dd $(MD)/n7_scdwn.dd $(MD)/n8_scdwn.dd \
adb21dec5e10 Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2649
diff changeset
61 $(MD)/n9_scdwn.dd $(MD)/n10_scdwn.dd $(MD)/n11_scdwn.dd \
adb21dec5e10 Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2649
diff changeset
62 $(MD)/n12_scdwn.dd $(MD)/n13_scdwn.dd $(MD)/midi_scdwn.dd \
adb21dec5e10 Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2649
diff changeset
63 $(MD)/z1_scdwn.dd $(MD)/z2_scdwn.dd $(MD)/z3_scdwn.dd \
adb21dec5e10 Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2649
diff changeset
64 $(MD)/z4_scdwn.dd $(MD)/z5_scdwn.dd $(MD)/z6_scdwn.dd \
adb21dec5e10 Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2649
diff changeset
65 $(MD)/z7_scdwn.dd \
2476
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
66 $(MD)/scdwp.dr $(MD)/p_scdwp.dd \
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
67 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
68 $(MD)/clock_60hz $(MD)/clock2_dw
2476
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
69
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
70 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
71 # Headless mode
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
72 BOOTFILE_DW_HEADLESS = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
2476
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
73 $(MD)/rbf.mn \
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
74 $(MD)/rbdw.dr $(MD)/dwio.sb \
2476
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
75 $(MD)/ddx0.dd $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd \
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
76 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
77 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
78 $(MD)/scf.mn $(MD)/vtio.dr \
2660
adb21dec5e10 Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2649
diff changeset
79 $(MD)/scdwn.dr \
2476
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
80 $(MD)/n_scdwn.dd $(MD)/n1_scdwn.dd $(MD)/n2_scdwn.dd \
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
81 $(MD)/n3_scdwn.dd $(MD)/n4_scdwn.dd $(MD)/n5_scdwn.dd \
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
82 $(MD)/n6_scdwn.dd $(MD)/n7_scdwn.dd $(MD)/n8_scdwn.dd \
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
83 $(MD)/n9_scdwn.dd $(MD)/n10_scdwn.dd $(MD)/n11_scdwn.dd \
2544
0aaf20430b33 dw midi device
aaronwolfe
parents: 2520
diff changeset
84 $(MD)/n12_scdwn.dd $(MD)/n13_scdwn.dd $(MD)/midi_scdwn.dd \
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
85 $(MD)/scdwp.dr $(MD)/p_scdwp.dd \
2660
adb21dec5e10 Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2649
diff changeset
86 $(MD)/term_z_scdwn.dd \
adb21dec5e10 Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2649
diff changeset
87 $(MD)/z1_scdwn.dd $(MD)/z2_scdwn.dd $(MD)/z3_scdwn.dd \
adb21dec5e10 Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2649
diff changeset
88 $(MD)/z4_scdwn.dd $(MD)/z5_scdwn.dd $(MD)/z6_scdwn.dd \
adb21dec5e10 Another commit to update makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2649
diff changeset
89 $(MD)/z7_scdwn.dd \
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
90 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
91 $(MD)/clock_60hz $(MD)/clock2_dw
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
92
2244
ebb46d37d49b Slight fixes to bootfiles
boisy
parents: 2242
diff changeset
93 # NitrOS-9 disk bootfile to allow booting from WD1773 disk controller
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
94 BOOTFILE_40D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
95 $(MD)/rbf.mn \
1564
b9a87d97494d Multiple changes for next release
boisy
parents: 1562
diff changeset
96 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \
1812
0b6b52c6acdc /D2 now part of standard bootfile
boisy
parents: 1705
diff changeset
97 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \
1933
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
98 $(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
99 $(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
100 $(MD)/cowin.io $(MD)/covdg.io \
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
101 $(MD)/term_win80.dt \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
102 $(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
103 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
104 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
105 $(MD)/clock_60hz $(MD)/clock2_soft
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
106
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
107 BOOTFILE_80D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
1446
7687a6621d7a 720K disk images are now made
boisy
parents: 1437
diff changeset
108 $(MD)/rbf.mn \
1564
b9a87d97494d Multiple changes for next release
boisy
parents: 1562
diff changeset
109 $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \
1812
0b6b52c6acdc /D2 now part of standard bootfile
boisy
parents: 1705
diff changeset
110 $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \
1933
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
111 $(MD)/scf.mn $(MD)/vtio.dr \
1446
7687a6621d7a 720K disk images are now made
boisy
parents: 1437
diff changeset
112 $(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
113 $(MD)/cowin.io $(MD)/covdg.io \
1446
7687a6621d7a 720K disk images are now made
boisy
parents: 1437
diff changeset
114 $(MD)/term_win80.dt \
7687a6621d7a 720K disk images are now made
boisy
parents: 1437
diff changeset
115 $(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
116 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
7687a6621d7a 720K disk images are now made
boisy
parents: 1437
diff changeset
117 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
7687a6621d7a 720K disk images are now made
boisy
parents: 1437
diff changeset
118 $(MD)/clock_60hz $(MD)/clock2_soft
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
119
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
120 BOOTFILE_40D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
121 $(MD)/rbf.mn \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
122 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \
1812
0b6b52c6acdc /D2 now part of standard bootfile
boisy
parents: 1705
diff changeset
123 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \
1933
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
124 $(MD)/scf.mn $(MD)/vtio.dr \
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
125 $(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
126 $(MD)/cowin.io $(MD)/covdg.io \
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
127 $(MD)/term_win80.dt \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
128 $(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
129 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
130 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
131 $(MD)/clock_50hz $(MD)/clock2_soft
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
132
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
133 BOOTFILE_80D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
134 $(MD)/rbf.mn \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
135 $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \
1812
0b6b52c6acdc /D2 now part of standard bootfile
boisy
parents: 1705
diff changeset
136 $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \
1933
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
137 $(MD)/scf.mn $(MD)/vtio.dr \
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
138 $(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
139 $(MD)/cowin.io $(MD)/covdg.io \
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
140 $(MD)/term_win80.dt \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
141 $(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
142 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
143 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
144 $(MD)/clock_50hz $(MD)/clock2_soft
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
145
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
146 BOOTFILES = bootfile_40d bootfile_40d_50hz bootfile_80d bootfile_80d_50hz bootfile_dw bootfile_dw_headless bootfile_becker
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
147 KERNELS = kernel_1773 kernel_1773_50hz kernel_dw kernel_becker
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
148
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
149 ALLOBJS = $(BOOTFILES) $(KERNELS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
150
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
151 all: $(ALLOBJS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
152
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
153 # Bootfiles
2547
boisy
parents: 2544
diff changeset
154 bootfile_becker: $(BOOTFILE_BECKER) $(DEPENDS)
boisy
parents: 2544
diff changeset
155 $(MERGE) $(BOOTFILE_BECKER)>$@
boisy
parents: 2544
diff changeset
156
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
157 bootfile_40d: $(BOOTFILE_40D) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
158 $(MERGE) $(BOOTFILE_40D)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
159
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
160 bootfile_40d_50hz: $(BOOTFILE_40D_50HZ) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
161 $(MERGE) $(BOOTFILE_40D_50HZ)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
162
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
163 bootfile_80d: $(BOOTFILE_80D) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
164 $(MERGE) $(BOOTFILE_80D)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
165
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
166 bootfile_80d_50hz: $(BOOTFILE_80D_50HZ) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
167 $(MERGE) $(BOOTFILE_80D_50HZ)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
168
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
169 bootfile_dw: $(BOOTFILE_DW) $(DEPENDS)
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
170 $(MERGE) $(BOOTFILE_DW)>$@
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
171
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
172 bootfile_dw_headless: $(BOOTFILE_DW_HEADLESS) $(DEPENDS)
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
173 $(MERGE) $(BOOTFILE_DW_HEADLESS)>$@
2476
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
174
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
175 # Kernels
2547
boisy
parents: 2544
diff changeset
176 kernel_becker: $(KERNEL_BECKER) $(DEPENDS)
boisy
parents: 2544
diff changeset
177 $(MERGE) $(KERNEL_BECKER)>$@
boisy
parents: 2544
diff changeset
178
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
179 kernel_1773: $(KERNEL_1773) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
180 $(MERGE) $(KERNEL_1773)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
181
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
182 kernel_1773_50hz: $(KERNEL_1773_50HZ) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
183 $(MERGE) $(KERNEL_1773_50HZ)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
184
2868
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
185 kernel_dw: $(KERNEL_DW) $(DEPENDS)
cfa46960b6bd makefiles: Rename DW3 to DW all over
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
186 $(MERGE) $(KERNEL_DW)>$@
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
187
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
188 clean:
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
189 $(RM) $(ALLOBJS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
190