annotate level2/coco3_6309/bootfiles/makefile @ 1363:53c50c807d55

Major move to new NitrOS-9 project
author boisy
date Fri, 26 Sep 2003 12:26:10 +0000
parents f3d2c2164996
children 62991148cab4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1270
diff changeset
1 include ../../rules.mak
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
2
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
3 # Module directory
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
4 MD = ../MODULES
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
5 # Commands directory
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
6 CD = ../CMDS
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
7
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1270
diff changeset
8 DEPENDS = ./makefile
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
9
1237
767df8dd8f3d REL is backported from NitrOS-9 to OS-9 Level Two
boisy
parents: 1214
diff changeset
10 KERNEL_STOCK = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/os9p1
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
11
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
12 # OS-9 disk bootfile to allow booting from WD1773 disk controller
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
13 BOOTFILE_VDG = $(MD)/os9p2 $(MD)/ioman $(MD)/init \
429
63c0e387d77b Made more changes
boisy
parents: 428
diff changeset
14 $(MD)/rbf.mn \
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
15 $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \
429
63c0e387d77b Made more changes
boisy
parents: 428
diff changeset
16 $(MD)/ddd0_40d.dd \
1270
f3d2c2164996 Removed ADDOPTS macro from makefiles
boisy
parents: 1265
diff changeset
17 $(MD)/rammer.dr $(MD)/r0_128k.dd \
429
63c0e387d77b Made more changes
boisy
parents: 428
diff changeset
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
3d24dfaa8877 Full vdgint.io included on each boot
boisy
parents: 757
diff changeset
20 $(MD)/windint.io $(MD)/vdgint.io \
429
63c0e387d77b Made more changes
boisy
parents: 428
diff changeset
21 $(MD)/term_vdg.dt \
63c0e387d77b Made more changes
boisy
parents: 428
diff changeset
22 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
63c0e387d77b Made more changes
boisy
parents: 428
diff changeset
23 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
63c0e387d77b Made more changes
boisy
parents: 428
diff changeset
24 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
25 $(MD)/clock_60hz $(MD)/clock2_soft
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
26
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
27 BOOTFILE_WIN40 = $(MD)/os9p2 $(MD)/ioman $(MD)/init \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
28 $(MD)/rbf.mn \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
29 $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
30 $(MD)/ddd0_40d.dd \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
31 $(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
32 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
768
3d24dfaa8877 Full vdgint.io included on each boot
boisy
parents: 757
diff changeset
33 $(MD)/windint.io $(MD)/vdgint.io \
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
34 $(MD)/term_win40.dt \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
35 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
36 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
37 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
38 $(MD)/clock_60hz $(MD)/clock2_soft
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
39
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
40 BOOTFILE_WIN80 = $(MD)/os9p2 $(MD)/ioman $(MD)/init \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
41 $(MD)/rbf.mn \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
42 $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
43 $(MD)/ddd0_40d.dd \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
44 $(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
45 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \
768
3d24dfaa8877 Full vdgint.io included on each boot
boisy
parents: 757
diff changeset
46 $(MD)/windint.io $(MD)/vdgint.io \
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
47 $(MD)/term_win80.dt \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
48 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
49 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
50 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
51 $(MD)/clock_60hz $(MD)/clock2_soft
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
52
1096
57f004ae3206 Missed dependency
boisy
parents: 1095
diff changeset
53 BOOTFILES = bootfile_vdg bootfile_win40 bootfile_win80
57f004ae3206 Missed dependency
boisy
parents: 1095
diff changeset
54 KERNELS = kernel_stock
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
55
428
5fe28064bb4f Kernel trakcs now made here
boisy
parents: 424
diff changeset
56 ALLOBJS = $(BOOTFILES) $(KERNELS)
5fe28064bb4f Kernel trakcs now made here
boisy
parents: 424
diff changeset
57
5fe28064bb4f Kernel trakcs now made here
boisy
parents: 424
diff changeset
58 all: $(ALLOBJS)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
59
1089
3a50f792aca8 Changes
boisy
parents: 768
diff changeset
60 # Bootfiles
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
61 bootfile_vdg: $(BOOTFILE_VDG) $(DEPENDS)
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
62 $(MERGE) $(BOOTFILE_VDG)>$@
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
63
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
64 bootfile_win40: $(BOOTFILE_WIN40) $(DEPENDS)
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
65 $(MERGE) $(BOOTFILE_WIN40)>$@
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
66
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
67 bootfile_win80: $(BOOTFILE_WIN80) $(DEPENDS)
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
68 $(MERGE) $(BOOTFILE_WIN80)>$@
428
5fe28064bb4f Kernel trakcs now made here
boisy
parents: 424
diff changeset
69
1089
3a50f792aca8 Changes
boisy
parents: 768
diff changeset
70 # Kernels
509
a7e130bc6a17 bootfile_stock and kernel_stock are now made
boisy
parents: 501
diff changeset
71 kernel_stock: $(KERNEL_STOCK) $(DEPENDS)
a7e130bc6a17 bootfile_stock and kernel_stock are now made
boisy
parents: 501
diff changeset
72 $(MERGE) $(KERNEL_STOCK)>$@
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
73
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
74 clean:
428
5fe28064bb4f Kernel trakcs now made here
boisy
parents: 424
diff changeset
75 $(RM) $(ALLOBJS)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
76