Mercurial > hg > Members > kono > nitros9-code
annotate level2/coco3/bootfiles/makefile.cust @ 886:6393d53ce3c7
Fixed help to be consistent with other utils, set DOHELP to 0
author | boisy |
---|---|
date | Fri, 17 Jan 2003 16:47:21 +0000 |
parents | 6ec99f9702bc |
children | 3f48145b44fd |
rev | line source |
---|---|
501 | 1 include ../../Makefile.rules |
2 | |
3 # Module directory | |
4 MD = ../MODULES | |
5 # Commands directory | |
6 CD = ../CMDS | |
7 # Third Party directory | |
8 3PB = $(3RDPARTY)/booters | |
9 3PD = $(3RDPARTY)/drivers | |
10 | |
11 DEPENDS = ./Makefile | |
12 | |
13 KERNEL_1773 = $(MD)/rel $(MD)/boot_1773 $(MD)/os9p1 | |
14 KERNEL_ROM = $(MD)/rel $(3PB)/boot_rom $(MD)/os9p1 | |
751
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
15 KERNEL_KENTON = $(MD)/rel $(3PD)/superscsi/boot_ktlr_id5_l2 $(MD)/os9p1 |
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
16 KERNEL_TC3 = $(MD)/rel $(3PD)/superscsi/boot_tc3_id0_l2 $(MD)/os9p1 |
501 | 17 |
18 # OS-9 disk bootfile to allow booting from WD1773 disk controller | |
19 BOOTFILE_1773 = $(MD)/os9p2 $(MD)/ioman $(MD)/init \ | |
20 $(MD)/rbf.mn \ | |
21 $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_80d.dd \ | |
22 $(MD)/ddd0_40d.dd \ | |
23 $(MD)/scf.mn $(MD)/cc3io.dr \ | |
24 $(MD)/keydrv $(MD)/joydrv_joy $(MD)/snddrv \ | |
25 $(MD)/windint.io $(MD)/vdgint.io \ | |
26 $(MD)/term_vdg.dt \ | |
27 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
28 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
29 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
701 | 30 $(MD)/clock_tc3 |
501 | 31 |
32 BOOTFILE_1773_ROM = $(MD)/rominfo | |
33 | |
34 # OS-9 ROM image to allow booting from ROM | |
35 BOOTFILE_ROM = $(MD)/rominfo $(MD)/os9p2 $(MD)/init $(MD)/ioman \ | |
36 $(MD)/scf.mn $(MD)/sio.dr $(MD)/term_t1.dd \ | |
37 $(MD)/sspak.dr $(MD)/ssp.dd \ | |
701 | 38 $(MD)/clock_soft $(MD)/cc3go_rom \ |
501 | 39 $(CD)/shell $(CD)/mdir $(CD)/mfree $(CD)/procs |
40 | |
41 # OS-9 disk bootfile to allow booting from Ken-Ton SCSI controller | |
42 # This is a custom boot for Boisy's system | |
751
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
43 BOOTFILE_TC3 = $(MD)/os9p2 $(MD)/ioman $(MD)/init \ |
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
44 $(3PD)/superscsi/superscsi_tc3_l2.dr \ |
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
45 $(3PD)/superscsi/h0_ez135_tc3ktlr_l2.dd \ |
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
46 $(3PD)/superscsi/dd_ez135_tc3ktlr_l2.dd \ |
501 | 47 $(MD)/rbf.mn \ |
751
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
48 $(3PD)/disto/rampak.dr $(3PD)/disto/r0_512_l2.dd \ |
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
49 $(MD)/cc3disk.dr \ |
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
50 $(MD)/d0_40d.dd $(MD)/d1_80d.dd \ |
701 | 51 $(MD)/scf.mn $(MD)/cc3io.dr \ |
751
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
52 $(MD)/keydrv $(MD)/joydrv_joy $(MD)/snddrv \ |
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
53 $(MD)/windint.io \ |
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
54 $(MD)/term_win80.dt \ |
701 | 55 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ |
56 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
57 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
751
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
58 $(MD)/clock_tc3 |
701 | 59 |
60 # OS-9 disk bootfile to allow booting from Ken-Ton SCSI controller | |
751
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
61 BOOTFILE_KENTON = $(3PD)/superscsi/superscsi_ktlr_l2.dr \ |
701 | 62 $(MD)/os9p2 $(MD)/ioman $(MD)/init \ |
63 $(MD)/rbf.mn \ | |
751
6ec99f9702bc
init no longer references cc3go from CMDS. This way, cc3go can
boisy
parents:
701
diff
changeset
|
64 $(3PD)/superscsi/h0_ez135_tc3ktlr_l2.dd \ |
501 | 65 $(MD)/scf.mn $(MD)/cc3io.dr \ |
66 $(MD)/keydrv $(MD)/joydrv_6551L $(MD)/snddrv \ | |
67 $(3PD)/disto/rampak.dr $(3PD)/disto/r0_256_l2.dd \ | |
68 $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_80d.dd \ | |
69 $(MD)/windint.io $(MD)/term_win80.dt \ | |
70 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
71 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ | |
72 $(3PD)/s16550/s16550_large.dr $(3PD)/s16550/t2_s16550.dd \ | |
73 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ | |
701 | 74 $(MD)/clock_soft |
501 | 75 |
76 BOOTFILES = bootfile_1773 bootfile_tc3 bootfile_kenton bootfile_rom | |
77 KERNELS = kernel_1773 kernel_tc3 kernel_kenton kernel_rom | |
78 | |
79 ALLOBJS = $(BOOTFILES) $(KERNELS) | |
80 | |
81 all: $(ALLOBJS) | |
82 $(CHMOD) 600 $(ALLOBJS) | |
83 | |
84 bootfile_1773: $(BOOTFILE_1773) $(DEPENDS) | |
85 $(MERGE) $(BOOTFILE_1773)>$@ | |
86 | |
87 bootfile_tc3: $(BOOTFILE_TC3) $(DEPENDS) | |
88 $(MERGE) $(BOOTFILE_TC3)>$@ | |
89 | |
90 bootfile_kenton: $(BOOTFILE_KENTON) $(DEPENDS) | |
91 $(MERGE) $(BOOTFILE_KENTON)>$@ | |
92 | |
93 kernel_1773: $(KERNEL_1773) $(DEPENDS) | |
94 $(MERGE) $(KERNEL_1773)>$@ | |
95 | |
96 kernel_tc3: $(KERNEL_TC3) $(DEPENDS) | |
97 $(MERGE) $(KERNEL_TC3)>$@ | |
98 | |
99 kernel_rom: $(KERNEL_ROM) $(DEPENDS) | |
100 $(MERGE) $(KERNEL_ROM)>$@ | |
101 | |
102 kernel_kenton: $(KERNEL_KENTON) $(DEPENDS) | |
103 $(MERGE) $(KERNEL_KENTON)>$@ | |
104 | |
105 # ROM image (32,768 bytes long) to burn into ROM on CoCo 3 | |
106 bootfile_1773_rom: $(BOOTFILE_1773_ROM) $(DEPENDS) kernel_1773 | |
107 $(MERGE) $(BOOTFILE_1773_ROM)>$@ | |
108 $(PADROM) \$$6C00 $@ -c=\$$FF | |
109 $(MERGE) kernel_1773>>$@ | |
110 $(PADROM) \$$7FF0 $@ -c=\$$FF | |
111 $(MERGE) $(MD)/rom_vectors>>$@ | |
112 | |
113 # ROM image (32,768 bytes long) to burn into ROM on CoCo 3 | |
114 bootfile_rom: $(BOOTFILE_ROM) $(DEPENDS) kernel_rom | |
115 $(MERGE) $(BOOTFILE_ROM)>$@ | |
116 ls -l $@ | |
117 $(PADROM) \$$6C00 $@ -c=\$$FF | |
118 $(MERGE) kernel_rom>>$@ | |
119 $(PADROM) \$$7FF0 $@ -c=\$$FF | |
120 $(MERGE) $(MD)/rom_vectors>>$@ | |
121 | |
122 clean: | |
123 $(RM) $(ALLOBJS) | |
124 |