annotate level2/coco3/bootfiles/makefile @ 2706:5ed28e853816 lwtools-port

Updated makefiles
author Boisy Pitre <boisy.pitre@nuance.com>
date Sun, 22 Jul 2012 09:40:14 -0500
parents ee4a5602920a
children 05b648103e78
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
2547
boisy
parents: 2544
diff changeset
13 KERNEL_BECKER = $(MD)/rel_80 $(MD)/boot_dw3_becker $(MD)/krn
boisy
parents: 2544
diff changeset
14
2696
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
15 FLOPPY_40D = $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd $(MD)/d2_40d.dd
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
16 FLOPPY_80D = $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_80d.dd $(MD)/d2_80d.dd \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
17 $(MD)/ddd0_80d.dd
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
18 VTIO_COGRF_40 = $(MD)/vtio.dr \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
19 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
20 $(MD)/cogrf.io \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
21 $(MD)/term_win40.dt \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
22 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
23 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
24 VTIO_COGRF_80 = $(MD)/vtio.dr \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
25 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
26 $(MD)/cogrf.io \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
27 $(MD)/term_win80.dt \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
28 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
29 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
30 VTIO_COWIN_40 = $(MD)/vtio.dr \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
31 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
32 $(MD)/cowin.io \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
33 $(MD)/term_win40.dt \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
34 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
35 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
36 VTIO_COWIN_80 = $(MD)/vtio.dr \
2547
boisy
parents: 2544
diff changeset
37 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
boisy
parents: 2544
diff changeset
38 $(MD)/cowin.io \
boisy
parents: 2544
diff changeset
39 $(MD)/term_win80.dt \
boisy
parents: 2544
diff changeset
40 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
2696
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
41 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
42 RBDW3 = $(MD)/rbdw3.dr $(MD)/dw3.sb \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
43 $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
44 RBDW3BECKER = $(MD)/rbdw3.dr $(MD)/dw3_becker.sb \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
45 $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
46 SCDWV_NET = $(MD)/n_scdwv.dd $(MD)/n1_scdwv.dd $(MD)/n2_scdwv.dd \
2693
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2689
diff changeset
47 $(MD)/n3_scdwv.dd $(MD)/n4_scdwv.dd $(MD)/n5_scdwv.dd \
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2689
diff changeset
48 $(MD)/n6_scdwv.dd $(MD)/n7_scdwv.dd $(MD)/n8_scdwv.dd \
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2689
diff changeset
49 $(MD)/n9_scdwv.dd $(MD)/n10_scdwv.dd $(MD)/n11_scdwv.dd \
2696
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
50 $(MD)/n12_scdwv.dd $(MD)/n13_scdwv.dd $(MD)/midi_scdwv.dd
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
51 SCDWV_WIN = $(MD)/z1_scdwv.dd $(MD)/z2_scdwv.dd $(MD)/z3_scdwv.dd \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
52 $(MD)/z4_scdwv.dd $(MD)/z5_scdwv.dd $(MD)/z6_scdwv.dd \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
53 $(MD)/z7_scdwv.dd
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
54 SCDWP = $(MD)/scdwp.dr $(MD)/p_scdwp.dd
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
55 PIPE = $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
56 CLOCK50HZ = $(MD)/clock_50hz $(MD)/clock2_soft
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
57 CLOCK60HZ = $(MD)/clock_60hz $(MD)/clock2_soft
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
58 CLOCK60HZDW = $(MD)/clock_60hz $(MD)/clock2_dw3
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
59 CLOCK60HZBECKER = $(MD)/clock_60hz $(MD)/clock2_dw3_becker
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
60
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
61 # NitrOS-9 disk bootfile to allow booting from DriveWire server
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
62 # on a DE1 or Xilinx using Gary Becker's CoCo 3 FGPA
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
63 BOOTFILE_BECKER = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
64 $(MD)/rbf.mn \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
65 $(RBDW3BECKER) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
66 $(FLOPPY_40D) \
2706
5ed28e853816 Updated makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2696
diff changeset
67 $(MD)/ddd0_40d.dd \
2696
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
68 $(MD)/scf.mn \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
69 $(VTIO_COGRF_80) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
70 $(MD)/scdwv.dr \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
71 $(SCDWV_NET) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
72 $(SCDWP) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
73 $(PIPE) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
74 $(CLOCK60HZBECKER)
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
75
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
76 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
77 BOOTFILE_DW3 = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
78 $(MD)/rbf.mn \
2696
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
79 $(RBDW3) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
80 $(MD)/ddx0.dd \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
81 $(MD)/scf.mn \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
82 $(VTIO_COGRF_80) \
2706
5ed28e853816 Updated makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2696
diff changeset
83 $(MD)/scdwv.dr \
5ed28e853816 Updated makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2696
diff changeset
84 $(SCDWV_NET) \
2696
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
85 $(SCDWP) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
86 $(PIPE) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
87 $(CLOCK60HZDW)
2693
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2689
diff changeset
88 # $(MD)/scdwv.dr \
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2689
diff changeset
89 # $(MD)/n_scdwv.dd $(MD)/n1_scdwv.dd $(MD)/n2_scdwv.dd \
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2689
diff changeset
90 # $(MD)/n3_scdwv.dd $(MD)/n4_scdwv.dd $(MD)/n5_scdwv.dd \
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2689
diff changeset
91 # $(MD)/n6_scdwv.dd $(MD)/n7_scdwv.dd $(MD)/n8_scdwv.dd \
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2689
diff changeset
92 # $(MD)/n9_scdwv.dd $(MD)/n10_scdwv.dd $(MD)/n11_scdwv.dd \
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2689
diff changeset
93 # $(MD)/n12_scdwv.dd $(MD)/n13_scdwv.dd $(MD)/midi_scdwv.dd \
2476
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
94
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
95 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
96 # Headless mode
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
97 BOOTFILE_DW3_HEADLESS = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
98 $(MD)/rbf.mn \
2696
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
99 $(RBDW3) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
100 $(MD)/ddx0.dd \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
101 $(FLOPPY_40D) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
102 $(MD)/scf.mn \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
103 $(MD)/scdwv.dr \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
104 $(MD)/term_scdwv.dt \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
105 $(SCDWV_NET) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
106 $(SCDWP) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
107 $(PIPE) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
108 $(CLOCK60HZDW)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
109
2244
ebb46d37d49b Slight fixes to bootfiles
boisy
parents: 2242
diff changeset
110 # NitrOS-9 disk bootfile to allow booting from WD1773 disk controller
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
111 BOOTFILE_40D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
112 $(MD)/rbf.mn \
2696
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
113 $(FLOPPY_40D) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
114 $(MD)/ddd0_40d.dd \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
115 $(MD)/scf.mn \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
116 $(VTIO_COGRF_80) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
117 $(PIPE) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
118 $(CLOCK60HZ)
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
119
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
120 BOOTFILE_80D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
1446
7687a6621d7a 720K disk images are now made
boisy
parents: 1437
diff changeset
121 $(MD)/rbf.mn \
2696
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
122 $(FLOPPY_80D) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
123 $(MD)/ddd0_80d.dd \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
124 $(MD)/scf.mn \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
125 $(VTIO_COGRF_80) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
126 $(PIPE) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
127 $(CLOCK60HZ)
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
128
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
129 BOOTFILE_40D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
130 $(MD)/rbf.mn \
2696
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
131 $(FLOPPY_40D) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
132 $(MD)/ddd0_40d.dd \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
133 $(MD)/scf.mn \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
134 $(VTIO_COGRF_80) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
135 $(PIPE) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
136 $(CLOCK50HZ)
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
137
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
138 BOOTFILE_80D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
139 $(MD)/rbf.mn \
2696
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
140 $(FLOPPY_80D) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
141 $(MD)/ddd0_80d.dd \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
142 $(MD)/scf.mn \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
143 $(VTIO_COGRF_80) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
144 $(PIPE) \
ee4a5602920a Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2693
diff changeset
145 $(CLOCK50HZ)
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
146
2547
boisy
parents: 2544
diff changeset
147 BOOTFILES = bootfile_40d bootfile_40d_50hz bootfile_80d bootfile_80d_50hz bootfile_dw3 bootfile_dw3_headless bootfile_becker
boisy
parents: 2544
diff changeset
148 KERNELS = kernel_1773 kernel_1773_50hz kernel_dw3 kernel_becker
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
149
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
150 ALLOBJS = $(BOOTFILES) $(KERNELS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
151
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
152 all: $(ALLOBJS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
153
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
154 # Bootfiles
2547
boisy
parents: 2544
diff changeset
155 bootfile_becker: $(BOOTFILE_BECKER) $(DEPENDS)
boisy
parents: 2544
diff changeset
156 $(MERGE) $(BOOTFILE_BECKER)>$@
boisy
parents: 2544
diff changeset
157
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
158 bootfile_40d: $(BOOTFILE_40D) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
159 $(MERGE) $(BOOTFILE_40D)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
160
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
161 bootfile_40d_50hz: $(BOOTFILE_40D_50HZ) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
162 $(MERGE) $(BOOTFILE_40D_50HZ)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
163
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
164 bootfile_80d: $(BOOTFILE_80D) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
165 $(MERGE) $(BOOTFILE_80D)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
166
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
167 bootfile_80d_50hz: $(BOOTFILE_80D_50HZ) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
168 $(MERGE) $(BOOTFILE_80D_50HZ)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
169
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
170 bootfile_dw3: $(BOOTFILE_DW3) $(DEPENDS)
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
171 $(MERGE) $(BOOTFILE_DW3)>$@
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
172
2476
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
173 bootfile_dw3_headless: $(BOOTFILE_DW3_HEADLESS) $(DEPENDS)
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
174 $(MERGE) $(BOOTFILE_DW3_HEADLESS)>$@
a4749998e787 DW is now part of main dist
boisy
parents: 2324
diff changeset
175
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
176 # Kernels
2547
boisy
parents: 2544
diff changeset
177 kernel_becker: $(KERNEL_BECKER) $(DEPENDS)
boisy
parents: 2544
diff changeset
178 $(MERGE) $(KERNEL_BECKER)>$@
boisy
parents: 2544
diff changeset
179
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
180 kernel_1773: $(KERNEL_1773) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
181 $(MERGE) $(KERNEL_1773)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
182
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
183 kernel_1773_50hz: $(KERNEL_1773_50HZ) $(DEPENDS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
184 $(MERGE) $(KERNEL_1773_50HZ)>$@
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
185
2180
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
186 kernel_dw3: $(KERNEL_DW3) $(DEPENDS)
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
187 $(MERGE) $(KERNEL_DW3)>$@
660cc987e18d Added DriveWire 3 modules to distribution
boisy
parents: 2046
diff changeset
188
1705
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
189 clean:
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
190 $(RM) $(ALLOBJS)
bd792517eea1 Updated makefiles for 50Hz distributions
boisy
parents: 1587
diff changeset
191