annotate level2/coco3/bootfiles/makefile @ 1437:ce7caf9c412c

Removed rammer from bootfile
author boisy
date Wed, 03 Dec 2003 19:08:53 +0000
parents 79dde72f9d96
children 7687a6621d7a
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
1379
79dde72f9d96 Changes
boisy
parents: 1370
diff changeset
4 MD = ../modules
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
5 # Commands directory
1379
79dde72f9d96 Changes
boisy
parents: 1370
diff changeset
6 CD = ../cmds
0
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
1370
62991148cab4 More changes
boisy
parents: 1363
diff changeset
10 KERNEL_STOCK = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/kernel
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
1370
62991148cab4 More changes
boisy
parents: 1363
diff changeset
13 BOOTFILE_VDG = $(MD)/kernelp2 $(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 \
63c0e387d77b Made more changes
boisy
parents: 428
diff changeset
17 $(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
18 $(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
19 $(MD)/windint.io $(MD)/vdgint.io \
429
63c0e387d77b Made more changes
boisy
parents: 428
diff changeset
20 $(MD)/term_vdg.dt \
63c0e387d77b Made more changes
boisy
parents: 428
diff changeset
21 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
63c0e387d77b Made more changes
boisy
parents: 428
diff changeset
22 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
63c0e387d77b Made more changes
boisy
parents: 428
diff changeset
23 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
24 $(MD)/clock_60hz $(MD)/clock2_soft
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
25
1370
62991148cab4 More changes
boisy
parents: 1363
diff changeset
26 BOOTFILE_WIN40 = $(MD)/kernelp2 $(MD)/ioman $(MD)/init \
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
27 $(MD)/rbf.mn \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
28 $(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
29 $(MD)/ddd0_40d.dd \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
30 $(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
31 $(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
32 $(MD)/windint.io $(MD)/vdgint.io \
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
33 $(MD)/term_win40.dt \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
34 $(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
35 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
36 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
37 $(MD)/clock_60hz $(MD)/clock2_soft
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
38
1370
62991148cab4 More changes
boisy
parents: 1363
diff changeset
39 BOOTFILE_WIN80 = $(MD)/kernelp2 $(MD)/ioman $(MD)/init \
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
40 $(MD)/rbf.mn \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
41 $(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
42 $(MD)/ddd0_40d.dd \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
43 $(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
44 $(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
45 $(MD)/windint.io $(MD)/vdgint.io \
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
46 $(MD)/term_win80.dt \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
47 $(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
48 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
49 $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
50 $(MD)/clock_60hz $(MD)/clock2_soft
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
51
1096
57f004ae3206 Missed dependency
boisy
parents: 1095
diff changeset
52 BOOTFILES = bootfile_vdg bootfile_win40 bootfile_win80
57f004ae3206 Missed dependency
boisy
parents: 1095
diff changeset
53 KERNELS = kernel_stock
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
54
428
5fe28064bb4f Kernel trakcs now made here
boisy
parents: 424
diff changeset
55 ALLOBJS = $(BOOTFILES) $(KERNELS)
5fe28064bb4f Kernel trakcs now made here
boisy
parents: 424
diff changeset
56
5fe28064bb4f Kernel trakcs now made here
boisy
parents: 424
diff changeset
57 all: $(ALLOBJS)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
58
1089
3a50f792aca8 Changes
boisy
parents: 768
diff changeset
59 # Bootfiles
707
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
60 bootfile_vdg: $(BOOTFILE_VDG) $(DEPENDS)
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
61 $(MERGE) $(BOOTFILE_VDG)>$@
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
62
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
63 bootfile_win40: $(BOOTFILE_WIN40) $(DEPENDS)
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
64 $(MERGE) $(BOOTFILE_WIN40)>$@
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
65
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
66 bootfile_win80: $(BOOTFILE_WIN80) $(DEPENDS)
799831830713 Now 3 bootfiles are made: VDG, Win40 and Win80
boisy
parents: 701
diff changeset
67 $(MERGE) $(BOOTFILE_WIN80)>$@
428
5fe28064bb4f Kernel trakcs now made here
boisy
parents: 424
diff changeset
68
1089
3a50f792aca8 Changes
boisy
parents: 768
diff changeset
69 # Kernels
509
a7e130bc6a17 bootfile_stock and kernel_stock are now made
boisy
parents: 501
diff changeset
70 kernel_stock: $(KERNEL_STOCK) $(DEPENDS)
a7e130bc6a17 bootfile_stock and kernel_stock are now made
boisy
parents: 501
diff changeset
71 $(MERGE) $(KERNEL_STOCK)>$@
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
72
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
73 clean:
428
5fe28064bb4f Kernel trakcs now made here
boisy
parents: 424
diff changeset
74 $(RM) $(ALLOBJS)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
75