Mercurial > hg > Members > kono > nitros9-code
comparison level2/coco3/bootfiles/makefile @ 1370:62991148cab4
More changes
author | boisy |
---|---|
date | Fri, 26 Sep 2003 14:52:28 +0000 |
parents | 53c50c807d55 |
children | 79dde72f9d96 |
comparison
equal
deleted
inserted
replaced
1369:de053e06fdce | 1370:62991148cab4 |
---|---|
5 # Commands directory | 5 # Commands directory |
6 CD = ../CMDS | 6 CD = ../CMDS |
7 | 7 |
8 DEPENDS = ./makefile | 8 DEPENDS = ./makefile |
9 | 9 |
10 KERNEL_STOCK = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/os9p1 | 10 KERNEL_STOCK = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/kernel |
11 | 11 |
12 # OS-9 disk bootfile to allow booting from WD1773 disk controller | 12 # OS-9 disk bootfile to allow booting from WD1773 disk controller |
13 BOOTFILE_VDG = $(MD)/os9p2 $(MD)/ioman $(MD)/init \ | 13 BOOTFILE_VDG = $(MD)/kernelp2 $(MD)/ioman $(MD)/init \ |
14 $(MD)/rbf.mn \ | 14 $(MD)/rbf.mn \ |
15 $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ | 15 $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ |
16 $(MD)/ddd0_40d.dd \ | 16 $(MD)/ddd0_40d.dd \ |
17 $(MD)/rammer.dr $(MD)/r0_128k.dd \ | 17 $(MD)/rammer.dr $(MD)/r0_128k.dd \ |
18 $(MD)/scf.mn $(MD)/cc3io.dr \ | 18 $(MD)/scf.mn $(MD)/cc3io.dr \ |
22 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | 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 \ | 23 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ |
24 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | 24 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ |
25 $(MD)/clock_60hz $(MD)/clock2_soft | 25 $(MD)/clock_60hz $(MD)/clock2_soft |
26 | 26 |
27 BOOTFILE_WIN40 = $(MD)/os9p2 $(MD)/ioman $(MD)/init \ | 27 BOOTFILE_WIN40 = $(MD)/kernelp2 $(MD)/ioman $(MD)/init \ |
28 $(MD)/rbf.mn \ | 28 $(MD)/rbf.mn \ |
29 $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ | 29 $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ |
30 $(MD)/ddd0_40d.dd \ | 30 $(MD)/ddd0_40d.dd \ |
31 $(MD)/scf.mn $(MD)/cc3io.dr \ | 31 $(MD)/scf.mn $(MD)/cc3io.dr \ |
32 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ | 32 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
35 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | 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 \ | 36 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ |
37 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | 37 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ |
38 $(MD)/clock_60hz $(MD)/clock2_soft | 38 $(MD)/clock_60hz $(MD)/clock2_soft |
39 | 39 |
40 BOOTFILE_WIN80 = $(MD)/os9p2 $(MD)/ioman $(MD)/init \ | 40 BOOTFILE_WIN80 = $(MD)/kernelp2 $(MD)/ioman $(MD)/init \ |
41 $(MD)/rbf.mn \ | 41 $(MD)/rbf.mn \ |
42 $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ | 42 $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ |
43 $(MD)/ddd0_40d.dd \ | 43 $(MD)/ddd0_40d.dd \ |
44 $(MD)/scf.mn $(MD)/cc3io.dr \ | 44 $(MD)/scf.mn $(MD)/cc3io.dr \ |
45 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ | 45 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |