annotate level1/makefile @ 1781:862c164cff21

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