annotate level1/makefile @ 1942:b41df77588b0

printer is now scbbp sio is now scbbt All references changed in various files
author boisy
date Sat, 26 Nov 2005 22:51:50 +0000
parents 1e312b144f4d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
1 include ../rules.mak
1166
bb618bed0bdc Miscellaneous source improvements
boisy
parents: 1132
diff changeset
2
1771
7f2e75d5b62d build improvements
boisy
parents: 1736
diff changeset
3 CPU = 6809
1787
0af3f5f84033 Tons 'o changes
boisy
parents: 1771
diff changeset
4 LEVEL = 1
0af3f5f84033 Tons 'o changes
boisy
parents: 1771
diff changeset
5
0af3f5f84033 Tons 'o changes
boisy
parents: 1771
diff changeset
6 # Level 1 - Specify which shell should be used
0af3f5f84033 Tons 'o changes
boisy
parents: 1771
diff changeset
7 #WHICHSHELL = shellplus
0af3f5f84033 Tons 'o changes
boisy
parents: 1771
diff changeset
8 WHICHSHELL = shell_21
0af3f5f84033 Tons 'o changes
boisy
parents: 1771
diff changeset
9
1856
6cbe386d981f Corrected issue in makefiles so that directory under NITROS9 is properly named
boisy
parents: 1799
diff changeset
10 DISTRO = $(CPU)L$(LEVEL)
6cbe386d981f Corrected issue in makefiles so that directory under NITROS9 is properly named
boisy
parents: 1799
diff changeset
11 DISTRONAME = nos9$(CPU)l$(LEVEL)
1872
2ac4d85bb5b9 Fixed error in disk name generation
boisy
parents: 1856
diff changeset
12 DISTROVER = $(DISTRONAME)$(NITROS9VER)
1933
1e312b144f4d Major changes:
boisy
parents: 1894
diff changeset
13 BOOTFILE_COVDG = bootfiles/bootfile_covdg
1e312b144f4d Major changes:
boisy
parents: 1894
diff changeset
14 BOOTFILE_COHR = bootfiles/bootfile_cohr
1e312b144f4d Major changes:
boisy
parents: 1894
diff changeset
15 BOOTFILE_COVDG_DS80 = bootfiles/bootfile_covdg_ds80
1e312b144f4d Major changes:
boisy
parents: 1894
diff changeset
16 BOOTFILE_COHR_DS80 = bootfiles/bootfile_cohr_ds80
1561
14646798923a Makefiles updated
boisy
parents: 1545
diff changeset
17 KERNELFILE = bootfiles/kernel_1773
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
18 DIRS = cmds modules defs sys bootfiles
454
14157dc9e1d2 Major mods to Makefiles
boisy
parents: 323
diff changeset
19
1510
80a221f7a461 shell now specified in 6809l1/makefile
boisy
parents: 1446
diff changeset
20
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
21 CMDS = $(shell $(CD) cmds; make showcocoobjs)
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
22 BOOTTRACK = $(shell $(CD) modules; make showboottrack)
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
23 KERNEL = $(shell $(CD) modules; make showkernel)
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
24 SYSMODS = $(shell $(CD) modules; make showsysmods)
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
25 CLOCKS = $(shell $(CD) modules; make showclocks)
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
26 RBF = $(shell $(CD) modules; make showrbf)
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
27 SCF = $(shell $(CD) modules; make showscf)
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
28 PIPE = $(shell $(CD) modules; make showpipe)
1695
55070a08f183 added tmode .1 pau=0 to the mb scripts
boisy
parents: 1694
diff changeset
29 MODULECMDS = $(WHICHSHELL) del echo format makdir merge os9gen prompt tmode
1186
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1166
diff changeset
30
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
31 SYS = $(shell $(CD) sys; make showobjs)
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
32 DEFS = $(shell $(CD) defs; make showobjs)
454
14157dc9e1d2 Major mods to Makefiles
boisy
parents: 323
diff changeset
33 ROOTFILES = startup
14157dc9e1d2 Major mods to Makefiles
boisy
parents: 323
diff changeset
34
1787
0af3f5f84033 Tons 'o changes
boisy
parents: 1771
diff changeset
35 PACKAGENAME = $(DISTROVER).zip
0af3f5f84033 Tons 'o changes
boisy
parents: 1771
diff changeset
36 DSK360K_1 = $(DISTROVER)_40d_1.dsk
1856
6cbe386d981f Corrected issue in makefiles so that directory under NITROS9 is properly named
boisy
parents: 1799
diff changeset
37 LDSK360K_1 = $(DISTRONAME)_40d_1.dsk
1787
0af3f5f84033 Tons 'o changes
boisy
parents: 1771
diff changeset
38 DSK360K_2 = $(DISTROVER)_40d_2.dsk
1856
6cbe386d981f Corrected issue in makefiles so that directory under NITROS9 is properly named
boisy
parents: 1799
diff changeset
39 LDSK360K_2 = $(DISTRONAME)_40d_2.dsk
1787
0af3f5f84033 Tons 'o changes
boisy
parents: 1771
diff changeset
40 DSK720K = $(DISTROVER)_80d.dsk
1856
6cbe386d981f Corrected issue in makefiles so that directory under NITROS9 is properly named
boisy
parents: 1799
diff changeset
41 LDSK720K = $(DISTRONAME)_80d.dsk
323
9ca004356f09 Makefiles modified
boisy
parents: 107
diff changeset
42
1186
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1166
diff changeset
43
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
44 # Make all components
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
45 all:
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
46 @$(ECHO) "**************************************************"
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
47 @$(ECHO) "* *"
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
48 @$(ECHO) "* NitrOS-9/6809 Level 1 Distribution *"
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
49 @$(ECHO) "* *"
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
50 @$(ECHO) "**************************************************"
1132
2690efca4eaf More sensible changes to Mkaefiles
boisy
parents: 1129
diff changeset
51 $(foreach dir, $(DIRS), ($(CD) $(dir); make);)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
52
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
53 # Clean all components
454
14157dc9e1d2 Major mods to Makefiles
boisy
parents: 323
diff changeset
54 clean: dskclean
1132
2690efca4eaf More sensible changes to Mkaefiles
boisy
parents: 1129
diff changeset
55 $(foreach dir, $(DIRS), ($(CD) $(dir); make clean);)
454
14157dc9e1d2 Major mods to Makefiles
boisy
parents: 323
diff changeset
56
14157dc9e1d2 Major mods to Makefiles
boisy
parents: 323
diff changeset
57 dskclean:
1787
0af3f5f84033 Tons 'o changes
boisy
parents: 1771
diff changeset
58 -$(RM) $(PACKAGENAME) $(DSK360K_1) $(LDSK360K_1) \
0af3f5f84033 Tons 'o changes
boisy
parents: 1771
diff changeset
59 $(DSK360K_2) $(LDSK360K_2) $(DSK720K) $(LDSK720K)
1771
7f2e75d5b62d build improvements
boisy
parents: 1736
diff changeset
60
454
14157dc9e1d2 Major mods to Makefiles
boisy
parents: 323
diff changeset
61
14157dc9e1d2 Major mods to Makefiles
boisy
parents: 323
diff changeset
62 dsk: all $(PACKAGENAME)
14157dc9e1d2 Major mods to Makefiles
boisy
parents: 323
diff changeset
63
1119
f86ef3d1d7c9 Makefiles have been redone to take advantage of size and Make features
boisy
parents: 1076
diff changeset
64 dskcopy: dsk
1445
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
65 $(CP) $(DSK360K_1) $(DSK360K_2) $(DSK720K) $(PACKAGENAME) $(DSKDIR)
1119
f86ef3d1d7c9 Makefiles have been redone to take advantage of size and Make features
boisy
parents: 1076
diff changeset
66
1696
2fcdd7b93b50 Updated with new scp target
boisy
parents: 1695
diff changeset
67 scp: dsk
2fcdd7b93b50 Updated with new scp target
boisy
parents: 1695
diff changeset
68 scp $(PACKAGENAME) boisy@cvs.nitros9.org:/home/nitros9/public_html
2fcdd7b93b50 Updated with new scp target
boisy
parents: 1695
diff changeset
69
1446
7687a6621d7a 720K disk images are now made
boisy
parents: 1445
diff changeset
70 $(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) ReadMe ChangeLog
1132
2690efca4eaf More sensible changes to Mkaefiles
boisy
parents: 1129
diff changeset
71 $(ARCHIVE) $@ $^
710
4b8f2de93c51 Added DS40 target
boisy
parents: 588
diff changeset
72
1445
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
73 $(DSK360K_1):
1122
99b993d4c94e Modified to use attr
boisy
parents: 1119
diff changeset
74 $(RM) $@
1419
98ae4a4b3e1c Makefiles now use -q with os9 format
boisy
parents: 1398
diff changeset
75 $(OS9FORMAT_DS40) -q $@ -n"NitrOS-9/6809 Level 1 Disk 1"
1933
1e312b144f4d Major changes:
boisy
parents: 1894
diff changeset
76 $(OS9GEN) $@ -b=$(BOOTFILE_COVDG) -t=$(KERNELFILE)
1122
99b993d4c94e Modified to use attr
boisy
parents: 1119
diff changeset
77 $(MAKDIR) $@,CMDS
99b993d4c94e Modified to use attr
boisy
parents: 1119
diff changeset
78 $(MAKDIR) $@,SYS
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
79 $(CD) cmds; $(CP) $(CMDS) ../$@,CMDS
1126
85eed1cde1b7 attr used throughout the makefiles now
boisy
parents: 1122
diff changeset
80 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
1510
80a221f7a461 shell now specified in 6809l1/makefile
boisy
parents: 1446
diff changeset
81 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
82 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
1126
85eed1cde1b7 attr used throughout the makefiles now
boisy
parents: 1122
diff changeset
83 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);)
1122
99b993d4c94e Modified to use attr
boisy
parents: 1119
diff changeset
84 $(MAKDIR) $@,DEFS
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1317
diff changeset
85 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
1126
85eed1cde1b7 attr used throughout the makefiles now
boisy
parents: 1122
diff changeset
86 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);)
1122
99b993d4c94e Modified to use attr
boisy
parents: 1119
diff changeset
87 $(CPL) $(ROOTFILES) $@,.
1126
85eed1cde1b7 attr used throughout the makefiles now
boisy
parents: 1122
diff changeset
88 $(foreach file, $(ROOTFILES), $(OS9ATTR_TEXT) $@,$(file);)
1771
7f2e75d5b62d build improvements
boisy
parents: 1736
diff changeset
89 $(RM) $(LDSK360K_1)
7f2e75d5b62d build improvements
boisy
parents: 1736
diff changeset
90 $(SOFTLINK) $@ $(LDSK360K_1)
710
4b8f2de93c51 Added DS40 target
boisy
parents: 588
diff changeset
91
1445
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
92 $(DSK360K_2):
1122
99b993d4c94e Modified to use attr
boisy
parents: 1119
diff changeset
93 $(RM) $@
1419
98ae4a4b3e1c Makefiles now use -q with os9 format
boisy
parents: 1398
diff changeset
94 $(OS9FORMAT_DS40) -q $@ -n"NitrOS-9/6809 Level 1 Disk 2"
1369
de053e06fdce Changes
boisy
parents: 1363
diff changeset
95 $(MAKDIR) $@,NITROS9
de053e06fdce Changes
boisy
parents: 1363
diff changeset
96 $(MAKDIR) $@,NITROS9/6809L1
de053e06fdce Changes
boisy
parents: 1363
diff changeset
97 $(MAKDIR) $@,NITROS9/6809L1/CMDS
de053e06fdce Changes
boisy
parents: 1363
diff changeset
98 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
de053e06fdce Changes
boisy
parents: 1363
diff changeset
99 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);)
1561
14646798923a Makefiles updated
boisy
parents: 1545
diff changeset
100 $(OS9RENAME) $@,NITROS9/6809L1/CMDS//$(WHICHSHELL) shell
1369
de053e06fdce Changes
boisy
parents: 1363
diff changeset
101 $(MAKDIR) $@,NITROS9/6809L1/MODULES
de053e06fdce Changes
boisy
parents: 1363
diff changeset
102 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
de053e06fdce Changes
boisy
parents: 1363
diff changeset
103 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK
de053e06fdce Changes
boisy
parents: 1363
diff changeset
104 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);)
de053e06fdce Changes
boisy
parents: 1363
diff changeset
105 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL
de053e06fdce Changes
boisy
parents: 1363
diff changeset
106 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL
de053e06fdce Changes
boisy
parents: 1363
diff changeset
107 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);)
de053e06fdce Changes
boisy
parents: 1363
diff changeset
108 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS
de053e06fdce Changes
boisy
parents: 1363
diff changeset
109 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS
de053e06fdce Changes
boisy
parents: 1363
diff changeset
110 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);)
de053e06fdce Changes
boisy
parents: 1363
diff changeset
111 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS
de053e06fdce Changes
boisy
parents: 1363
diff changeset
112 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS
de053e06fdce Changes
boisy
parents: 1363
diff changeset
113 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);)
de053e06fdce Changes
boisy
parents: 1363
diff changeset
114 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF
de053e06fdce Changes
boisy
parents: 1363
diff changeset
115 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF
de053e06fdce Changes
boisy
parents: 1363
diff changeset
116 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);)
de053e06fdce Changes
boisy
parents: 1363
diff changeset
117 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF
de053e06fdce Changes
boisy
parents: 1363
diff changeset
118 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF
de053e06fdce Changes
boisy
parents: 1363
diff changeset
119 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);)
de053e06fdce Changes
boisy
parents: 1363
diff changeset
120 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE
de053e06fdce Changes
boisy
parents: 1363
diff changeset
121 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE
de053e06fdce Changes
boisy
parents: 1363
diff changeset
122 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);)
de053e06fdce Changes
boisy
parents: 1363
diff changeset
123 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS
de053e06fdce Changes
boisy
parents: 1363
diff changeset
124 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS
1390
44739c8f4e06 bootscripts renamed to scripts
boisy
parents: 1389
diff changeset
125 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS
44739c8f4e06 bootscripts renamed to scripts
boisy
parents: 1389
diff changeset
126 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS
1771
7f2e75d5b62d build improvements
boisy
parents: 1736
diff changeset
127 $(RM) $(LDSK360K_2)
7f2e75d5b62d build improvements
boisy
parents: 1736
diff changeset
128 $(SOFTLINK) $@ $(LDSK360K_2)
1026
33efa4eee488 Now has two distribution DSK images
boisy
parents: 960
diff changeset
129
1445
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
130 $(DSK720K):
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
131 $(RM) $@
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
132 $(OS9FORMAT_DS80) -q $@ -n"NitrOS-9/6809 Level 1"
1933
1e312b144f4d Major changes:
boisy
parents: 1894
diff changeset
133 $(OS9GEN) $@ -b=$(BOOTFILE_COVDG_DS80) -t=$(KERNELFILE)
1445
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
134 $(MAKDIR) $@,CMDS
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
135 $(MAKDIR) $@,SYS
1545
cede3ed866bb Added custom makefile
boisy
parents: 1536
diff changeset
136 $(MAKDIR) $@,DEFS
1445
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
137 $(CD) cmds; $(CP) $(CMDS) ../$@,CMDS
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
138 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
1510
80a221f7a461 shell now specified in 6809l1/makefile
boisy
parents: 1446
diff changeset
139 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
1445
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
140 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
141 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);)
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
142 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
143 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);)
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
144 $(CPL) $(ROOTFILES) $@,.
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
145 $(foreach file, $(ROOTFILES), $(OS9ATTR_TEXT) $@,$(file);)
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
146 $(MAKDIR) $@,NITROS9
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
147 $(MAKDIR) $@,NITROS9/6809L1
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
148 $(MAKDIR) $@,NITROS9/6809L1/CMDS
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
149 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
150 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);)
1644
d6e7953964e0 makefile now renames shell_21 to shell in NITROS9/6809l1/CMDS
boisy
parents: 1587
diff changeset
151 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell
1445
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
152 $(MAKDIR) $@,NITROS9/6809L1/MODULES
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
153 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
154 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
155 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);)
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
156 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
157 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
158 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);)
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
159 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
160 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
161 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);)
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
162 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
163 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
164 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);)
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
165 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
166 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
167 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);)
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
168 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
169 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
170 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);)
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
171 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
172 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
173 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);)
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
174 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
175 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
176 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
177 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS
1771
7f2e75d5b62d build improvements
boisy
parents: 1736
diff changeset
178 $(RM) $(LDSK720K)
7f2e75d5b62d build improvements
boisy
parents: 1736
diff changeset
179 $(SOFTLINK) $@ $(LDSK720K)
1445
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
180
229396b827b0 OS makefiles now make 720K disk image
boisy
parents: 1419
diff changeset
181