Mercurial > hg > Members > kono > nitros9-code
annotate level2/coco3/bootfiles/makefile @ 1944:c40f6a2fdeb6
Changed vdgint.io to covdg.io
author | boisy |
---|---|
date | Sun, 27 Nov 2005 13:54:01 +0000 |
parents | 1e312b144f4d |
children | cac62639358c |
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 \ |
1812 | 17 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ |
1933 | 18 $(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
|
19 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
1944 | 20 $(MD)/cowin.io $(MD)/covdg.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 \ |
1812 | 30 $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \ |
1933 | 31 $(MD)/scf.mn $(MD)/vtio.dr \ |
1446 | 32 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
1944 | 33 $(MD)/cowin.io $(MD)/covdg.io \ |
1446 | 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 \ | |
1812 | 43 $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ |
1933 | 44 $(MD)/scf.mn $(MD)/vtio.dr \ |
1705 | 45 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
1944 | 46 $(MD)/cowin.io $(MD)/covdg.io \ |
1705 | 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 \ | |
1812 | 56 $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \ |
1933 | 57 $(MD)/scf.mn $(MD)/vtio.dr \ |
1705 | 58 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
1944 | 59 $(MD)/cowin.io $(MD)/covdg.io \ |
1705 | 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 |