Mercurial > hg > Members > kono > nitros9-code
annotate level1/makefile.dalpha @ 1987:b2f58a220c08
Greatly expanded, added rom routine defines for compiling as either CoCo or
Dragon
author | afra |
---|---|
date | Mon, 30 Jan 2006 23:12:27 +0000 |
parents | 75962037a984 |
children |
rev | line source |
---|---|
1824
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
1 # |
1837 | 2 #6809l1/makefile.dalpha |
1824
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 # |
1837 | 8 # 2005-05-31, P.Harvey-Smith. |
9 # Added options to specify the step rate of the created | |
10 # floppy devices. | |
11 # | |
1844 | 12 # 2005-06-20, P.Harvey-Smith. |
13 # Set default step rate to match that of the Alpha version of OS-9 | |
14 # as I know the Alpha drives can cope with this. | |
15 | |
1824
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
16 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
17 include ../rules.mak |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
18 |
1824
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
19 CPU = 6809 |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
20 LEVEL = 1 |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
21 |
1736 | 22 # TERMWIDTH can be either 32 or 51 |
23 TERMWIDTH = 51 | |
1824
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
24 BOOTFILE = bootfiles/bootfile_dalpha_SS80_$(TERMWIDTH) |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
25 BOOTFILE_DS80 = bootfiles/bootfile_dalpha_DS80_$(TERMWIDTH) |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
26 KERNELFILE = bootfiles/kernel_dalpha |
1897 | 27 DIRS = cmds sys |
28 #modules bootfiles | |
1802 | 29 DDIRS = modules bootfiles defs |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
30 |
1824
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
31 DISTRO = nos9$(CPU)l$(LEVEL) |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
32 DISTROVER = $(DISTRO)$(NITROS9VER)_dalpha |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
33 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
34 # Specify which shell should be used |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
35 #WHICHSHELL = shellplus |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
36 WHICHSHELL = shell_21 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
37 |
1837 | 38 #Default step rate for floppy drives |
39 #Step can be one of : 0=30ms, 1=20ms, 2=12ms, 3=6ms | |
40 #Note old drives often require 30ms | |
1844 | 41 #Alpha OS-9 has this set to 12ms, so we use that setting |
42 STEP = 2 | |
1837 | 43 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
44 CMDS = $(shell $(CD) cmds; make showcocoobjs) |
1730 | 45 BOOTTRACK = $(shell $(CD) modules; make -f makefile.dragon showboottrack) |
46 KERNEL = $(shell $(CD) modules; make -f makefile.dragon showkernel) | |
47 SYSMODS = $(shell $(CD) modules; make -f makefile.dragon showsysmods) | |
48 CLOCKS = $(shell $(CD) modules; make -f makefile.dragon showclocks) | |
1824
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
49 RBF = $(shell $(CD) modules; make -f makefile.dragon showrbf) |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
50 SCF = $(shell $(CD) modules; make -f makefile.dragon showscf) |
1730 | 51 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
|
52 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
|
53 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
54 SYS = $(shell $(CD) sys; make showobjs) |
1802 | 55 DEFS = $(shell $(CD) defs; make -f makefile.dragon showobjs) |
1730 | 56 ROOTFILES = |
57 STARTUP = startup.dalpha | |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
58 |
1824
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
59 PACKAGENAME = $(DISTROVER).zip |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
60 DSK360K_1 = $(DISTROVER)_80s_1.dsk |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
61 LDSK360K_1 = $(DISTRO)_80s_1.dsk |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
62 DSK360K_2 = $(DISTROVER)_80s_2.dsk |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
63 LDSK360K_2 = $(DISTRO)_80s_2.dsk |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
64 DSK720K = $(DISTROVER)_80d.dsk |
90a008bdcc8e
Added correct bootfiles, brought realease version vars into line with CoCo
afra
parents:
1802
diff
changeset
|
65 LDSK720K = $(DISTRO)_80d.dsk |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
66 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
67 # Make all components |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
68 all: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
69 @$(ECHO) "**************************************************" |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
70 @$(ECHO) "* *" |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
71 @$(ECHO) "* NitrOS-9/6809 Level 1 Distribution *" |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
72 @$(ECHO) "* *" |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
73 @$(ECHO) "**************************************************" |
1905 | 74 $(foreach dir, $(DIRS), ($(CD) $(dir); make alldragon);) |
1837 | 75 $(foreach dir, $(DDIRS), ($(CD) $(dir); make -f makefile.dragon STEP=$(STEP));) |
1730 | 76 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
77 # Clean all components |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
78 clean: dskclean |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
79 $(foreach dir, $(DIRS), ($(CD) $(dir); make clean);) |
1730 | 80 $(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
|
81 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
82 dskclean: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
83 -$(RM) $(PACKAGENAME) $(DSK360K_1) $(DSK360K_2) $(DSK720K) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
84 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
85 dsk: all $(PACKAGENAME) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
86 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
87 dskcopy: dsk |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
88 $(CP) $(DSK360K_1) $(DSK360K_2) $(DSK720K) $(PACKAGENAME) $(DSKDIR) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
89 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
90 scp: dsk |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
91 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
|
92 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
93 $(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) ReadMe ChangeLog |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
94 $(ARCHIVE) $@ $^ |
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 #Dragon Alpha internal drives are Single sided 80 track |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
97 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
98 $(DSK360K_1): |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
99 $(RM) $@ |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
100 $(OS9FORMAT_SS80) -e -dr -q $@ -n"NitrOS-9/6809 Level 1 Disk 1" |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
101 $(OS9GEN) $@ -d -b=$(BOOTFILE) -t=$(KERNELFILE) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
102 $(MAKDIR) $@,CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
103 $(MAKDIR) $@,SYS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
104 $(CD) cmds; $(CP) $(CMDS) ../$@,CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
105 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
106 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
107 $(CD) sys; $(CPL) $(SYS) ../$@,SYS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
108 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
109 $(MAKDIR) $@,DEFS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
110 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
111 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
112 $(CPL) $(ROOTFILES) $@,. |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
113 $(foreach file, $(ROOTFILES), $(OS9ATTR_TEXT) $@,$(file);) |
1730 | 114 $(CPL) $(STARTUP) $@,startup |
115 $(OS9ATTR_TEXT) $@,startup | |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
116 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
117 $(DSK360K_2): |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
118 $(RM) $@ |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
119 $(OS9FORMAT_SS40) -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
|
120 $(MAKDIR) $@,NITROS9 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
121 $(MAKDIR) $@,NITROS9/6809L1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
122 $(MAKDIR) $@,NITROS9/6809L1/CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
123 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
124 $(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
|
125 $(OS9RENAME) $@,NITROS9/6809L1/CMDS//$(WHICHSHELL) shell |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
126 $(MAKDIR) $@,NITROS9/6809L1/MODULES |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
127 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
128 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
129 $(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
|
130 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
131 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
132 $(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
|
133 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
134 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
135 $(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
|
136 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
137 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
138 $(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
|
139 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
140 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
141 $(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
|
142 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
143 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
144 $(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
|
145 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
146 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
147 $(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
|
148 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
149 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
150 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
151 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
152 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
153 $(DSK720K): |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
154 $(RM) $@ |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
155 $(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
|
156 $(OS9GEN) $@ -d -b=$(BOOTFILE_DS80) -t=$(KERNELFILE) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
157 $(MAKDIR) $@,CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
158 $(MAKDIR) $@,SYS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
159 $(MAKDIR) $@,DEFS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
160 $(CD) cmds; $(CP) $(CMDS) ../$@,CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
161 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
162 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
163 $(CD) sys; $(CPL) $(SYS) ../$@,SYS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
164 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
165 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
166 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
167 $(CPL) $(ROOTFILES) $@,. |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
168 $(foreach file, $(ROOTFILES), $(OS9ATTR_TEXT) $@,$(file);) |
1730 | 169 $(CPL) $(STARTUP) $@,startup |
170 $(OS9ATTR_TEXT) $@,startup | |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
171 $(MAKDIR) $@,NITROS9 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
172 $(MAKDIR) $@,NITROS9/6809L1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
173 $(MAKDIR) $@,NITROS9/6809L1/CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
174 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
175 $(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
|
176 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
177 $(MAKDIR) $@,NITROS9/6809L1/MODULES |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
178 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
179 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
180 $(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
|
181 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
182 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
183 $(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
|
184 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
185 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
186 $(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
|
187 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
188 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
189 $(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
|
190 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
191 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
192 $(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
|
193 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
194 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
195 $(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
|
196 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
197 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
198 $(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
|
199 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
200 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
201 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
202 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
203 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
204 |