annotate level1/coco/makefile @ 2105:d5824ed9c767

Makefile now makes basic09/runb stuff, copies to disk 2 for 40TDS
author boisy
date Fri, 29 Sep 2006 16:16:25 +0000
parents 392de115605e
children 097a8f4f122e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2039
fd6a34af179a more changes
boisy
parents: 2034
diff changeset
1 PORT = coco
2034
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
2 include $(NITROS9DIR)/rules.mak
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
3
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
4 CPU = 6809
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
5 LEVEL = 1
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
6
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
7 # Level 1 - Specify which shell should be used
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
8 #WHICHSHELL = shellplus
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
9 WHICHSHELL = shell_21
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
10
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
11 DISTRO = $(CPU)L$(LEVEL)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
12 DISTRONAME = nos9$(CPU)l$(LEVEL)
2039
fd6a34af179a more changes
boisy
parents: 2034
diff changeset
13 DISTROVER = $(DISTRONAME)$(NITROS9VER)$(PORT)
2034
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
14 BOOTFILE_COVDG = bootfiles/bootfile_covdg
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
15 BOOTFILE_COHR = bootfiles/bootfile_cohr
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
16 BOOTFILE_COVDG_DS80 = bootfiles/bootfile_covdg_ds80
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
17 BOOTFILE_COHR_DS80 = bootfiles/bootfile_cohr_ds80
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
18 KERNELFILE = bootfiles/kernel_1773
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
19 DIRS = cmds modules defs sys bootfiles
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
20
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
21
2105
d5824ed9c767 Makefile now makes basic09/runb stuff, copies to disk 2 for 40TDS
boisy
parents: 2041
diff changeset
22 CMDS = $(shell $(CD) cmds; make showobjs)
d5824ed9c767 Makefile now makes basic09/runb stuff, copies to disk 2 for 40TDS
boisy
parents: 2041
diff changeset
23 CMDS_D2 = $(shell $(CD) cmds; make showobjs_d2)
2034
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
24 BOOTTRACK = $(shell $(CD) modules; make showboottrack)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
25 KERNEL = $(shell $(CD) modules; make showkernel)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
26 SYSMODS = $(shell $(CD) modules; make showsysmods)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
27 CLOCKS = $(shell $(CD) modules; make showclocks)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
28 RBF = $(shell $(CD) modules; make showrbf)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
29 SCF = $(shell $(CD) modules; make showscf)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
30 PIPE = $(shell $(CD) modules; make showpipe)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
31 MODULECMDS = $(WHICHSHELL) del echo format makdir merge os9gen prompt tmode
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
32
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
33 SYS = $(shell $(CD) sys; make showobjs)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
34 DEFS = $(shell $(CD) defs; make showobjs)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
35 ROOTFILES = startup
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
36
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
37 PACKAGENAME = $(DISTROVER).zip
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
38 DSK360K_1 = $(DISTROVER)_40d_1.dsk
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
39 LDSK360K_1 = $(DISTRONAME)_40d_1.dsk
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
40 DSK360K_2 = $(DISTROVER)_40d_2.dsk
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
41 LDSK360K_2 = $(DISTRONAME)_40d_2.dsk
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
42 DSK720K = $(DISTROVER)_80d.dsk
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
43 LDSK720K = $(DISTRONAME)_80d.dsk
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
44
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
45
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
46 # Make all components
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
47 all:
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
48 @$(ECHO) "**************************************************"
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
49 @$(ECHO) "* *"
2041
392de115605e Fixed banner
boisy
parents: 2039
diff changeset
50 @$(ECHO) "* NitrOS-9/6809 Level 1 CoCo Port *"
2034
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
51 @$(ECHO) "* *"
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
52 @$(ECHO) "**************************************************"
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
53 $(foreach dir, $(DIRS), ($(CD) $(dir); make);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
54
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
55 # Clean all components
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
56 clean: dskclean
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
57 $(foreach dir, $(DIRS), ($(CD) $(dir); make clean);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
58
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
59 dskclean:
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
60 -$(RM) $(PACKAGENAME) $(DSK360K_1) $(LDSK360K_1) \
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
61 $(DSK360K_2) $(LDSK360K_2) $(DSK720K) $(LDSK720K)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
62
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
63
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
64 dsk: all $(PACKAGENAME)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
65
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
66 dskcopy: dsk
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
67 $(CP) $(DSK360K_1) $(DSK360K_2) $(DSK720K) $(PACKAGENAME) $(DSKDIR)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
68
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
69 scp: dsk
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
70 scp $(PACKAGENAME) boisy@cvs.nitros9.org:/home/nitros9/public_html
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
71
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
72 $(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) ReadMe ChangeLog
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
73 $(ARCHIVE) $@ $^
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
74
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
75 $(DSK360K_1):
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
76 $(RM) $@
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
77 $(OS9FORMAT_DS40) -q $@ -n"NitrOS-9/6809 Level 1 Disk 1"
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
78 $(OS9GEN) $@ -b=$(BOOTFILE_COVDG) -t=$(KERNELFILE)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
79 $(MAKDIR) $@,CMDS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
80 $(MAKDIR) $@,SYS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
81 $(CD) cmds; $(CP) $(CMDS) ../$@,CMDS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
82 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
83 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
84 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
85 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
86 $(MAKDIR) $@,DEFS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
87 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
88 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
89 $(CPL) $(ROOTFILES) $@,.
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
90 $(foreach file, $(ROOTFILES), $(OS9ATTR_TEXT) $@,$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
91 $(RM) $(LDSK360K_1)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
92 $(SOFTLINK) $@ $(LDSK360K_1)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
93
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
94 $(DSK360K_2):
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
95 $(RM) $@
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
96 $(OS9FORMAT_DS40) -q $@ -n"NitrOS-9/6809 Level 1 Disk 2"
2105
d5824ed9c767 Makefile now makes basic09/runb stuff, copies to disk 2 for 40TDS
boisy
parents: 2041
diff changeset
97 $(MAKDIR) $@,CMDS
d5824ed9c767 Makefile now makes basic09/runb stuff, copies to disk 2 for 40TDS
boisy
parents: 2041
diff changeset
98 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS
d5824ed9c767 Makefile now makes basic09/runb stuff, copies to disk 2 for 40TDS
boisy
parents: 2041
diff changeset
99 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
2034
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
100 $(MAKDIR) $@,NITROS9
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
101 $(MAKDIR) $@,NITROS9/6809L1
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
102 $(MAKDIR) $@,NITROS9/6809L1/CMDS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
103 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
104 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
105 $(OS9RENAME) $@,NITROS9/6809L1/CMDS//$(WHICHSHELL) shell
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
106 $(MAKDIR) $@,NITROS9/6809L1/MODULES
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
107 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
108 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
109 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
110 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
111 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
112 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
113 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
114 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
115 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
116 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
117 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
118 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
119 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
120 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
121 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
122 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
123 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
124 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
125 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
126 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
127 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
128 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
129 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
130 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
131 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
132 $(RM) $(LDSK360K_2)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
133 $(SOFTLINK) $@ $(LDSK360K_2)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
134
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
135 $(DSK720K):
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
136 $(RM) $@
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
137 $(OS9FORMAT_DS80) -q $@ -n"NitrOS-9/6809 Level 1"
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
138 $(OS9GEN) $@ -b=$(BOOTFILE_COVDG_DS80) -t=$(KERNELFILE)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
139 $(MAKDIR) $@,CMDS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
140 $(MAKDIR) $@,SYS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
141 $(MAKDIR) $@,DEFS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
142 $(CD) cmds; $(CP) $(CMDS) ../$@,CMDS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
143 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
2105
d5824ed9c767 Makefile now makes basic09/runb stuff, copies to disk 2 for 40TDS
boisy
parents: 2041
diff changeset
144 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS
d5824ed9c767 Makefile now makes basic09/runb stuff, copies to disk 2 for 40TDS
boisy
parents: 2041
diff changeset
145 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
2034
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
146 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
147 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
148 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
149 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
150 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
151 $(CPL) $(ROOTFILES) $@,.
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
152 $(foreach file, $(ROOTFILES), $(OS9ATTR_TEXT) $@,$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
153 $(MAKDIR) $@,NITROS9
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
154 $(MAKDIR) $@,NITROS9/6809L1
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
155 $(MAKDIR) $@,NITROS9/6809L1/CMDS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
156 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
157 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
158 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
159 $(MAKDIR) $@,NITROS9/6809L1/MODULES
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
160 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
161 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
162 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
163 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
164 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
165 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
166 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
167 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
168 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
169 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
170 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
171 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
172 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
173 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
174 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
175 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
176 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
177 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
178 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
179 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
180 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
181 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
182 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
183 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
184 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
185 $(RM) $(LDSK720K)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
186 $(SOFTLINK) $@ $(LDSK720K)
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
187
817fd1563b56 Addition of coco port
boisy
parents:
diff changeset
188