Mercurial > hg > Members > kono > nitros9-code
annotate level1/makefile.dragon @ 1970:19b2c99a0b80
Patches to support upgraded Dragon 32.
author | afra |
---|---|
date | Sun, 08 Jan 2006 02:39:25 +0000 |
parents | a1904f8b5946 |
children | 400ac87b215c |
rev | line source |
---|---|
1824
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
1 # |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
2 #6809l1/makefile.dragon |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
3 # |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
4 # 2005-04-24, P.Harvey-Smith. |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
5 # Brought into line with CoCo makefile, for generating disk |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
6 # names baded on CPU/Level/Release number. |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
7 # |
1836 | 8 # |
9 # 2005-05-31, P.Harvey-Smith. | |
10 # Added options to specify the step rate of the created | |
11 # floppy devices. | |
12 # | |
1968 | 13 # 2006-01-08, P.Harvey-Smith. |
14 # Added option to compile for a Dragon 32 that has been upgraded | |
15 # to 64K, this is almost the same as the 64, except that it lacks | |
16 # a serial port. | |
17 # | |
1824
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
18 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
19 include ../rules.mak |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
20 |
1824
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
21 CPU = 6809 |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
22 LEVEL = 1 |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
23 |
1736 | 24 # TERMWIDTH can be either 32 or 51 |
25 TERMWIDTH = 51 | |
1824
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
26 BOOTFILE = bootfiles/bootfile_d64_DS40_$(TERMWIDTH) |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
27 BOOTFILE_DS80 = bootfiles/bootfile_d64_DS80_$(TERMWIDTH) |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
28 KERNELFILE = bootfiles/kernel_d64 |
1802 | 29 DIRS = cmds sys |
1734 | 30 #modules bootfiles |
1802 | 31 DDIRS = modules bootfiles defs |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
32 |
1824
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
33 DISTRO = nos9$(CPU)l$(LEVEL) |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
34 DISTROVER = $(DISTRO)$(NITROS9VER)_dragon |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
35 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
36 # Specify which shell should be used |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
37 #WHICHSHELL = shellplus |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
38 WHICHSHELL = shell_21 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
39 |
1836 | 40 #Default step rate for floppy drives |
41 #Step can be one of : 0=30ms, 1=20ms, 2=12ms, 3=6ms | |
42 #Note old drives often require 30ms | |
43 STEP = 0 | |
44 | |
1967
1cb1a5c389cc
New target added, upgraded (to 64k) dragon 32, like 64 but without Acia
afra
parents:
1904
diff
changeset
|
45 #Is this machine a real 64, or a 32, upgraded to 64K. |
1cb1a5c389cc
New target added, upgraded (to 64k) dragon 32, like 64 but without Acia
afra
parents:
1904
diff
changeset
|
46 #Set to 1 for upgraded machine. |
1cb1a5c389cc
New target added, upgraded (to 64k) dragon 32, like 64 but without Acia
afra
parents:
1904
diff
changeset
|
47 UPGRADED32 = 0 |
1cb1a5c389cc
New target added, upgraded (to 64k) dragon 32, like 64 but without Acia
afra
parents:
1904
diff
changeset
|
48 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
49 CMDS = $(shell $(CD) cmds; make showcocoobjs) |
1730 | 50 BOOTTRACK = $(shell $(CD) modules; make -f makefile.dragon showboottrack) |
51 KERNEL = $(shell $(CD) modules; make -f makefile.dragon showkernel) | |
52 SYSMODS = $(shell $(CD) modules; make -f makefile.dragon showsysmods) | |
53 CLOCKS = $(shell $(CD) modules; make -f makefile.dragon showclocks) | |
1736 | 54 RBF = $(shell $(CD) modules; make -f makefile.dragon showrbf) |
55 SCF = $(shell $(CD) modules; make -f makefile.dragon showscf) | |
1730 | 56 PIPE = $(shell $(CD) modules; make -f makefile.dragon showpipe) |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
57 MODULECMDS = $(WHICHSHELL) del echo format makdir merge os9gen prompt tmode |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
58 |
1736 | 59 SYS = $(shell $(CD) sys; make showobjs) |
1802 | 60 DEFS = $(shell $(CD) defs; make -f makefile.dragon showobjs) |
1730 | 61 ROOTFILES = |
62 STARTUP = startup.dragon | |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
63 |
1824
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
64 PACKAGENAME = $(DISTROVER).zip |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
65 DSK360K_1 = $(DISTROVER)_40d_1.dsk |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
66 LDSK360K_1 = $(DISTRO)_40d_1.dsk |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
67 DSK360K_2 = $(DISTROVER)_40d_2.dsk |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
68 LDSK360K_2 = $(DISTRO)_40d_2.dsk |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
69 DSK720K = $(DISTROVER)_80d.dsk |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
70 LDSK720K = $(DISTRO)_80d.dsk |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
71 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
72 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
73 # Make all components |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
74 all: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
75 @$(ECHO) "**************************************************" |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
76 @$(ECHO) "* *" |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
77 @$(ECHO) "* NitrOS-9/6809 Level 1 Distribution *" |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
78 @$(ECHO) "* *" |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
79 @$(ECHO) "**************************************************" |
1904 | 80 $(foreach dir, $(DIRS), ($(CD) $(dir); make alldragon);) |
1967
1cb1a5c389cc
New target added, upgraded (to 64k) dragon 32, like 64 but without Acia
afra
parents:
1904
diff
changeset
|
81 $(foreach dir, $(DDIRS), ($(CD) $(dir); make -f makefile.dragon STEP=$(STEP) UPGRADED32=$(UPGRADED32));) |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
82 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
83 # Clean all components |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
84 clean: dskclean |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
85 $(foreach dir, $(DIRS), ($(CD) $(dir); make clean);) |
1730 | 86 $(foreach dir, $(DDIRS), ($(CD) $(dir); make -f makefile.dragon clean);) |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
87 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
88 dskclean: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
89 -$(RM) $(PACKAGENAME) $(DSK360K_1) $(DSK360K_2) $(DSK720K) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
90 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
91 dsk: all $(PACKAGENAME) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
92 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
93 dskcopy: dsk |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
94 $(CP) $(DSK360K_1) $(DSK360K_2) $(DSK720K) $(PACKAGENAME) $(DSKDIR) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
95 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
96 scp: dsk |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
97 scp $(PACKAGENAME) boisy@cvs.nitros9.org:/home/nitros9/public_html |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
98 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
99 $(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) ReadMe ChangeLog |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
100 $(ARCHIVE) $@ $^ |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
101 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
102 $(DSK360K_1): |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
103 $(RM) $@ |
1734 | 104 $(OS9FORMAT_DS40) -e -dr -q $@ -n"NitrOS-9/6809 Level 1 Disk 1" |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
105 $(OS9GEN) $@ -d -b=$(BOOTFILE) -t=$(KERNELFILE) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
106 $(MAKDIR) $@,CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
107 $(MAKDIR) $@,SYS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
108 $(CD) cmds; $(CP) $(CMDS) ../$@,CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
109 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
110 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
111 $(CD) sys; $(CPL) $(SYS) ../$@,SYS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
112 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
113 $(MAKDIR) $@,DEFS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
114 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
115 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
116 $(CPL) $(ROOTFILES) $@,. |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
117 $(foreach file, $(ROOTFILES), $(OS9ATTR_TEXT) $@,$(file);) |
1730 | 118 $(CPL) $(STARTUP) $@,startup |
119 $(OS9ATTR_TEXT) $@,startup | |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
120 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
121 $(DSK360K_2): |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
122 $(RM) $@ |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
123 $(OS9FORMAT_DS40) -e -dr -q $@ -n"NitrOS-9/6809 Level 1 Disk 2" |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
124 $(MAKDIR) $@,NITROS9 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
125 $(MAKDIR) $@,NITROS9/6809L1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
126 $(MAKDIR) $@,NITROS9/6809L1/CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
127 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
128 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
129 $(OS9RENAME) $@,NITROS9/6809L1/CMDS//$(WHICHSHELL) shell |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
130 $(MAKDIR) $@,NITROS9/6809L1/MODULES |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
131 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
132 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
133 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
134 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
135 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
136 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
137 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
138 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
139 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
140 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
141 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
142 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
143 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
144 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
145 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
146 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
147 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
148 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
149 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
150 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
151 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
152 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
153 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
154 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
155 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
156 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
157 $(DSK720K): |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
158 $(RM) $@ |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
159 $(OS9FORMAT_DS80) -e -dr -c2 -q $@ -n"NitrOS-9/6809 Level 1" |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
160 $(OS9GEN) $@ -d -b=$(BOOTFILE_DS80) -t=$(KERNELFILE) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
161 $(MAKDIR) $@,CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
162 $(MAKDIR) $@,SYS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
163 $(MAKDIR) $@,DEFS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
164 $(CD) cmds; $(CP) $(CMDS) ../$@,CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
165 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
166 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
167 $(CD) sys; $(CPL) $(SYS) ../$@,SYS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
168 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
169 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
170 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
171 $(CPL) $(ROOTFILES) $@,. |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
172 $(foreach file, $(ROOTFILES), $(OS9ATTR_TEXT) $@,$(file);) |
1730 | 173 $(CPL) $(STARTUP) $@,startup |
174 $(OS9ATTR_TEXT) $@,startup | |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
175 $(MAKDIR) $@,NITROS9 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
176 $(MAKDIR) $@,NITROS9/6809L1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
177 $(MAKDIR) $@,NITROS9/6809L1/CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
178 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
179 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
180 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
181 $(MAKDIR) $@,NITROS9/6809L1/MODULES |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
182 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
183 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
184 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
185 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
186 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
187 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
188 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
189 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
190 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
191 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
192 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
193 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
194 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
195 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
196 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
197 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
198 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
199 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
200 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
201 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
202 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
203 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
204 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
205 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
206 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
207 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
208 |