comparison level2/coco3_6309/bootfiles/makefile @ 355:71b60814fb01

Makefiles modified for uniformity
author boisy
date Thu, 25 Jul 2002 14:38:48 +0000
parents 838259ca0b7c
children f9d6dc9e619b
comparison
equal deleted inserted replaced
354:5334c73aefa7 355:71b60814fb01
3 # Module directory 3 # Module directory
4 MD = ../MODULES 4 MD = ../MODULES
5 # Commands directory 5 # Commands directory
6 CD = ../CMDS 6 CD = ../CMDS
7 # Third Party directory 7 # Third Party directory
8 TP = ../../3rdparty 8 3PB = $(3RDPARTY)/booters
9 TPB = ../../3rdparty/booters 9 3PD = $(3RDPARTY)/drivers
10 10
11 DEPENDS = ./Makefile 11 DEPENDS = ./Makefile
12 12
13 KERNEL_1773 = $(MD)/rel $(MD)/boot_1773 $(MD)/os9p1 13 KERNEL_1773 = $(MD)/rel $(MD)/boot_1773 $(MD)/os9p1
14 KERNEL_ROM = $(MD)/rel $(TPB)/boot_rom $(MD)/os9p1 14 KERNEL_ROM = $(MD)/rel $(3PB)/boot_rom $(MD)/os9p1
15 KERNEL_KENTON = $(MD)/rel $(TPB)/boot_kenton $(MD)/os9p1 15 KERNEL_KENTON = $(MD)/rel $(3PB)/boot_kenton $(MD)/os9p1
16 16
17 # OS-9 disk bootfile to allow booting from WD1773 disk controller 17 # OS-9 disk bootfile to allow booting from WD1773 disk controller
18 BOOTFILE_1773 = $(MD)/os9p2 $(MD)/ioman $(MD)/init $(MD)/rbf.mn $(MD)/cc3disk.dr $(MD)/d0_40d.dd \ 18 BOOTFILE_1773 = $(MD)/os9p2 $(MD)/ioman $(MD)/init $(MD)/rbf.mn $(MD)/cc3disk.dr $(MD)/d0_40d.dd \
19 $(MD)/d1_80d.dd $(MD)/ddd0_40d.dd $(MD)/scf.mn $(MD)/cc3io.dr $(MD)/keydrv $(MD)/joydrv_joy \ 19 $(MD)/d1_80d.dd $(MD)/ddd0_40d.dd $(MD)/scf.mn $(MD)/cc3io.dr $(MD)/keydrv $(MD)/joydrv_joy \
20 $(MD)/snddrv $(MD)/windint.io $(MD)/term_win80.dt $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ 20 $(MD)/snddrv $(MD)/windint.io $(MD)/term_win80.dt $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
29 $(MD)/sspak.dr $(MD)/ssp.dd \ 29 $(MD)/sspak.dr $(MD)/ssp.dd \
30 $(MD)/clock $(MD)/clock2_soft $(MD)/cc3go_rom \ 30 $(MD)/clock $(MD)/clock2_soft $(MD)/cc3go_rom \
31 $(CD)/shell $(CD)/mdir $(CD)/mfree $(CD)/procs 31 $(CD)/shell $(CD)/mdir $(CD)/mfree $(CD)/procs
32 32
33 # OS-9 disk bootfile to allow booting from Ken-Ton SCSI controller 33 # OS-9 disk bootfile to allow booting from Ken-Ton SCSI controller
34 BOOTFILE_KENTON = $(MD)/os9p2 $(MD)/ioman $(MD)/rbf.mn $(MD)/clock $(MD)/clock2_soft $(TP)/drivers/rampak/rampak.dr \ 34 BOOTFILE_KENTON = $(MD)/os9p2 $(MD)/ioman $(MD)/rbf.mn $(MD)/clock $(MD)/clock2_soft $(3PD)/disto/rampak.dr \
35 $(TP)/drivers/rampak/r0_256_l2.dd $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_80d.dd \ 35 $(3PD)/disto/r0_256_l2.dd $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_80d.dd \
36 $(TP)/drivers/scsisys/scsisys_68_ktlr.dr \ 36 $(3PD)/scsisys/scsisys_68_ktlr.dr \
37 $(TP)/drivers/scsisys/h0_ktlr.dd $(MD)/scf.mn $(MD)/cc3io.dr $(MD)/keydrv \ 37 $(3PD)/scsisys/h0_ktlr.dd $(MD)/scf.mn $(MD)/cc3io.dr $(MD)/keydrv \
38 $(MD)/joydrv_6551L $(TP)/drivers/s16550/s16550_large.dr $(TP)/drivers/s16550/t2_s16550.dd \ 38 $(MD)/joydrv_6551L $(3PD)/s16550/s16550_large.dr $(3PD)/s16550/t2_s16550.dd \
39 $(MD)/snddrv $(MD)/windint.io $(MD)/term_win80.dt $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ 39 $(MD)/snddrv $(MD)/windint.io $(MD)/term_win80.dt $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
40 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd $(MD)/init 40 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd $(MD)/init
41 41
42 BOOTFILES = bootfile_1773 bootfile_kenton bootfile_rom 42 BOOTFILES = bootfile_1773 bootfile_kenton bootfile_rom
43 43