Mercurial > hg > Members > kono > nitros9-code
annotate level2/coco3_6309/bootfiles/makefile @ 1720:2305d175abb3
Update
author | boisy |
---|---|
date | Fri, 20 Aug 2004 11:04:04 +0000 |
parents | bd792517eea1 |
children | 0b6b52c6acdc |
rev | line source |
---|---|
1363 | 1 include ../../rules.mak |
0 | 2 |
3 # Module directory | |
1379 | 4 MD = ../modules |
0 | 5 # Commands directory |
1379 | 6 CD = ../cmds |
0 | 7 |
1363 | 8 DEPENDS = ./makefile |
0 | 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 | 11 KERNEL_1773_50HZ = $(MD)/rel_80_50hz $(MD)/boot_1773_6ms $(MD)/krn |
0 | 12 |
13 # OS-9 disk bootfile to allow booting from WD1773 disk controller | |
1705 | 14 BOOTFILE_40D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
707 | 15 $(MD)/rbf.mn \ |
1564 | 16 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ |
707 | 17 $(MD)/ddd0_40d.dd \ |
18 $(MD)/scf.mn $(MD)/cc3io.dr \ | |
1256
3ff579715249
Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents:
1237
diff
changeset
|
19 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
768 | 20 $(MD)/windint.io $(MD)/vdgint.io \ |
707 | 21 $(MD)/term_win80.dt \ |
22 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
23 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
24 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
1265 | 25 $(MD)/clock_60hz $(MD)/clock2_soft |
707 | 26 |
1705 | 27 BOOTFILE_80D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
1446 | 28 $(MD)/rbf.mn \ |
1564 | 29 $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \ |
1446 | 30 $(MD)/ddd0_80d.dd \ |
31 $(MD)/scf.mn $(MD)/cc3io.dr \ | |
32 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ | |
33 $(MD)/windint.io $(MD)/vdgint.io \ | |
34 $(MD)/term_win80.dt \ | |
35 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
36 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
37 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
38 $(MD)/clock_60hz $(MD)/clock2_soft | |
1705 | 39 |
40 BOOTFILE_40D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
41 $(MD)/rbf.mn \ | |
42 $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ | |
43 $(MD)/ddd0_40d.dd \ | |
44 $(MD)/scf.mn $(MD)/cc3io.dr \ | |
45 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ | |
46 $(MD)/windint.io $(MD)/vdgint.io \ | |
47 $(MD)/term_win80.dt \ | |
48 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
49 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
50 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
51 $(MD)/clock_50hz $(MD)/clock2_soft | |
52 | |
53 BOOTFILE_80D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
54 $(MD)/rbf.mn \ | |
55 $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \ | |
56 $(MD)/ddd0_80d.dd \ | |
57 $(MD)/scf.mn $(MD)/cc3io.dr \ | |
58 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ | |
59 $(MD)/windint.io $(MD)/vdgint.io \ | |
60 $(MD)/term_win80.dt \ | |
61 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
62 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
63 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
64 $(MD)/clock_50hz $(MD)/clock2_soft | |
65 | |
66 BOOTFILES = bootfile_40d bootfile_40d_50hz bootfile_80d bootfile_80d_50hz | |
67 KERNELS = kernel_1773 kernel_1773_50hz | |
68 | |
69 ALLOBJS = $(BOOTFILES) $(KERNELS) | |
70 | |
71 all: $(ALLOBJS) | |
72 | |
73 # Bootfiles | |
74 bootfile_40d: $(BOOTFILE_40D) $(DEPENDS) | |
75 $(MERGE) $(BOOTFILE_40D)>$@ | |
76 | |
77 bootfile_40d_50hz: $(BOOTFILE_40D_50HZ) $(DEPENDS) | |
78 $(MERGE) $(BOOTFILE_40D_50HZ)>$@ | |
79 | |
80 bootfile_80d: $(BOOTFILE_80D) $(DEPENDS) | |
81 $(MERGE) $(BOOTFILE_80D)>$@ | |
82 | |
83 bootfile_80d_50hz: $(BOOTFILE_80D_50HZ) $(DEPENDS) | |
84 $(MERGE) $(BOOTFILE_80D_50HZ)>$@ | |
85 | |
86 # Kernels | |
87 kernel_1773: $(KERNEL_1773) $(DEPENDS) | |
88 $(MERGE) $(KERNEL_1773)>$@ | |
89 | |
90 kernel_1773_50hz: $(KERNEL_1773_50HZ) $(DEPENDS) | |
91 $(MERGE) $(KERNEL_1773_50HZ)>$@ | |
92 | |
93 clean: | |
94 $(RM) $(ALLOBJS) | |
95 |