annotate level1/d64/makefile @ 3106:5119107aaaa7

makefiles: Fail on broken clean targets We want to catch these as well, so stop instead of continue on an error. There are 15 more under 3rdparty/ that still need fixing.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 28 Feb 2016 21:38:31 +0100
parents c2030762022b
children 5fad6ee804ba
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
1 #
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
2 #level1/d64/makefile
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
3 #
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
4 # 2005-04-24, P.Harvey-Smith.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
5 # Brought into line with CoCo makefile, for generating disk
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
6 # names baded on CPU/Level/Release number.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
7 #
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
8 #
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
9 # 2005-05-31, P.Harvey-Smith.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
10 # Added options to specify the step rate of the created
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
11 # floppy devices.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
12 #
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
13 # 2006-01-08, P.Harvey-Smith.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
14 # Added option to compile for a Dragon 32 that has been upgraded
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
15 # to 64K, this is almost the same as the 64, except that it lacks
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
16 # a serial port.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
17 #
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
18 # 2006-01-08, P.Harvey-Smith.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
19 # Determined experementally the correct step rate for Dragon Data
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
20 # 5.25" drives, which is 12ms, this is over half the time of the
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
21 # value determined by using dmode under Dragon OS9. It seems that
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
22 # the Dragon OS9 dis driver ignored the value set for stp, and always
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
23 # used 12ms !!!!
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
24 #
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
25 # 2006-01-18, P.Harvey-Smith.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
26 # Updates to support Tano Dragon 64, using RS-DOS controler.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
27 #
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
28 # 2006-07-06, P.Harvey-Smith.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
29 # Updated to use new build system, for multiple supported platforms.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
30 #
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
31
2827
dfb70510fa44 more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2694
diff changeset
32 include port.mak
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
33
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
34 # TERMWIDTH can be either VDG or HR, for 32x16 or 51x24 respectivly
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
35 #NOTE must be lower case.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
36 TERMWIDTH = hr
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
37
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
38
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
39 #Default step rate for floppy drives
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
40 #Step can be one of : 0=30ms, 1=20ms, 2=12ms, 3=6ms
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
41 #Note old drives often require 30ms
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
42 #After experimenting with a real Dragon Data 5.25" drive I
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
43 #have determined that the drive will cope with 12ms step.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
44 #Therefore setting this as the default for 32/64 also.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
45 STEP = 2
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
46
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
47 #Is this machine a real 64, or a 32, upgraded to 64K.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
48 #Set to 1 for upgraded machine.
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
49 UPGRADED32 = 0
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
50
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
51 # Level 1 - Specify which shell should be used
27b36e424a4d More updates
boisy
parents:
diff changeset
52 #WHICHSHELL = shellplus
27b36e424a4d More updates
boisy
parents:
diff changeset
53 WHICHSHELL = shell_21
27b36e424a4d More updates
boisy
parents:
diff changeset
54
27b36e424a4d More updates
boisy
parents:
diff changeset
55 DISTRO = $(CPU)L$(LEVEL)
27b36e424a4d More updates
boisy
parents:
diff changeset
56 DISTRONAME = nos9$(CPU)l$(LEVEL)
27b36e424a4d More updates
boisy
parents:
diff changeset
57 DISTROVER = $(DISTRONAME)$(NITROS9VER)$(PORT)
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
58
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
59 BOOTFILE_COVDG = bootfiles/bootfile_covdg_ds40
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
60 BOOTFILE_COHR = bootfiles/bootfile_cohr_ds40
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
61 BOOTFILE_COVDG_DS80 = bootfiles/bootfile_covdg_ds80
27b36e424a4d More updates
boisy
parents:
diff changeset
62 BOOTFILE_COHR_DS80 = bootfiles/bootfile_cohr_ds80
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
63 BOOTFILE_COVDG_SS40 = bootfiles/bootfile_covdg_ss40
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
64 BOOTFILE_COHR_SS40 = bootfiles/bootfile_cohr_ss40
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
65
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
66 BOOTFILE_DS40 = bootfiles/bootfile_co$(TERMWIDTH)_ds40
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
67 BOOTFILE_DS80 = bootfiles/bootfile_co$(TERMWIDTH)_ds80
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
68 BOOTFILE_SS40 = bootfiles/bootfile_co$(TERMWIDTH)_ss40
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
69
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
70 KERNELFILE = bootfiles/kernel
27b36e424a4d More updates
boisy
parents:
diff changeset
71 DIRS = cmds modules defs sys bootfiles
27b36e424a4d More updates
boisy
parents:
diff changeset
72
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
73 #DIRS = cmds sys
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
74 #modules bootfiles
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
75 #DDIRS = modules bootfiles defs
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
76
2346
fb1c0a45f28e Fix for /bin/sh: command substitution: line 0: unexpected EOF
chawks4
parents: 2217
diff changeset
77 CMDS = $(shell $(CD) cmds; make --no-print-directory showcocoobjs)
fb1c0a45f28e Fix for /bin/sh: command substitution: line 0: unexpected EOF
chawks4
parents: 2217
diff changeset
78 CMDS525 = $(shell $(CD) cmds; make --no-print-directory showdragon525objs)
fb1c0a45f28e Fix for /bin/sh: command substitution: line 0: unexpected EOF
chawks4
parents: 2217
diff changeset
79 CMDS525_2 = $(shell $(CD) cmds; make --no-print-directory showdragon525objs2)
fb1c0a45f28e Fix for /bin/sh: command substitution: line 0: unexpected EOF
chawks4
parents: 2217
diff changeset
80 BOOTTRACK = $(shell $(CD) modules; make --no-print-directory showboottrack)
fb1c0a45f28e Fix for /bin/sh: command substitution: line 0: unexpected EOF
chawks4
parents: 2217
diff changeset
81 KERNEL = $(shell $(CD) modules; make --no-print-directory showkernel)
fb1c0a45f28e Fix for /bin/sh: command substitution: line 0: unexpected EOF
chawks4
parents: 2217
diff changeset
82 SYSMODS = $(shell $(CD) modules; make --no-print-directory showsysmods)
fb1c0a45f28e Fix for /bin/sh: command substitution: line 0: unexpected EOF
chawks4
parents: 2217
diff changeset
83 CLOCKS = $(shell $(CD) modules; make --no-print-directory showclocks)
fb1c0a45f28e Fix for /bin/sh: command substitution: line 0: unexpected EOF
chawks4
parents: 2217
diff changeset
84 RBF = $(shell $(CD) modules; make --no-print-directory showrbf)
fb1c0a45f28e Fix for /bin/sh: command substitution: line 0: unexpected EOF
chawks4
parents: 2217
diff changeset
85 SCF = $(shell $(CD) modules; make --no-print-directory showscf)
fb1c0a45f28e Fix for /bin/sh: command substitution: line 0: unexpected EOF
chawks4
parents: 2217
diff changeset
86 PIPE = $(shell $(CD) modules; make --no-print-directory showpipe)
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
87 MODULECMDS = $(WHICHSHELL) del echo format makdir merge os9gen prompt tmode
27b36e424a4d More updates
boisy
parents:
diff changeset
88
2346
fb1c0a45f28e Fix for /bin/sh: command substitution: line 0: unexpected EOF
chawks4
parents: 2217
diff changeset
89 SYS = $(shell $(CD) sys; make --no-print-directory showobjs)
fb1c0a45f28e Fix for /bin/sh: command substitution: line 0: unexpected EOF
chawks4
parents: 2217
diff changeset
90 DEFS = $(shell $(CD) defs; make --no-print-directory showobjs)
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
91 ROOTFILES = startup
27b36e424a4d More updates
boisy
parents:
diff changeset
92
27b36e424a4d More updates
boisy
parents:
diff changeset
93 DSK360K_1 = $(DISTROVER)_40d_1.dsk
27b36e424a4d More updates
boisy
parents:
diff changeset
94 LDSK360K_1 = $(DISTRONAME)_40d_1.dsk
27b36e424a4d More updates
boisy
parents:
diff changeset
95 DSK360K_2 = $(DISTROVER)_40d_2.dsk
27b36e424a4d More updates
boisy
parents:
diff changeset
96 LDSK360K_2 = $(DISTRONAME)_40d_2.dsk
27b36e424a4d More updates
boisy
parents:
diff changeset
97 DSK720K = $(DISTROVER)_80d.dsk
27b36e424a4d More updates
boisy
parents:
diff changeset
98 LDSK720K = $(DISTRONAME)_80d.dsk
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
99 #These are for the original SS40 Dragon drives, which still seem to be the most comon :(
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
100 DSK180K_1 = $(DISTROVER)_40s_1.dsk
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
101 DSK180K_2 = $(DISTROVER)_40s_2.dsk
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
102
2217
0e1b2536b299 Updated macro names
boisy
parents: 2216
diff changeset
103 DSKS = $(DSK360K_1) $(DSK360K_2) $(DSK720K) $(DSK180K_1) $(DSK180K_2)
0e1b2536b299 Updated macro names
boisy
parents: 2216
diff changeset
104 LDSKS = $(LDSK360K_1) $(LDSK360K_2) $(LDSK720K) $(LDSK180K_1) $(LDSK180K_2)
0e1b2536b299 Updated macro names
boisy
parents: 2216
diff changeset
105
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
106 # Make all components
27b36e424a4d More updates
boisy
parents:
diff changeset
107 all:
2904
62c91ac49d72 Make the banners print what we are compiling for
Tormod Volden <debian.tormod@gmail.com>
parents: 2898
diff changeset
108 @$(ECHO) "************************************************************"
62c91ac49d72 Make the banners print what we are compiling for
Tormod Volden <debian.tormod@gmail.com>
parents: 2898
diff changeset
109 @$(ECHO) "*"
62c91ac49d72 Make the banners print what we are compiling for
Tormod Volden <debian.tormod@gmail.com>
parents: 2898
diff changeset
110 @$(ECHO) "* NitrOS-9/$(CPU) Level $(LEVEL) $(MACHINE) ($(PORT))"
62c91ac49d72 Make the banners print what we are compiling for
Tormod Volden <debian.tormod@gmail.com>
parents: 2898
diff changeset
111 @$(ECHO) "*"
62c91ac49d72 Make the banners print what we are compiling for
Tormod Volden <debian.tormod@gmail.com>
parents: 2898
diff changeset
112 @$(ECHO) "************************************************************"
2926
53961f90b9dd d64/makefile: Stop building if error in subdirectory build
Tormod Volden <debian.tormod@gmail.com>
parents: 2925
diff changeset
113 $(foreach dir,$(DIRS),$(MAKE) -C $(dir) STEP=$(STEP) UPGRADED32=$(UPGRADED32) &&) :
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
114
27b36e424a4d More updates
boisy
parents:
diff changeset
115 # Clean all components
27b36e424a4d More updates
boisy
parents:
diff changeset
116 clean: dskclean
3106
5119107aaaa7 makefiles: Fail on broken clean targets
Tormod Volden <debian.tormod@gmail.com>
parents: 3098
diff changeset
117 $(foreach dir,$(DIRS),$(MAKE) -C $(dir) clean &&) :
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
118
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
119 dskclean:
3098
c2030762022b makefiles: Remove uploading of zip archives
Tormod Volden <debian.tormod@gmail.com>
parents: 2926
diff changeset
120 $(RM) $(DSKS) $(LDSKS)
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
121
3098
c2030762022b makefiles: Remove uploading of zip archives
Tormod Volden <debian.tormod@gmail.com>
parents: 2926
diff changeset
122 dsk: all $(DSKS)
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
123
3098
c2030762022b makefiles: Remove uploading of zip archives
Tormod Volden <debian.tormod@gmail.com>
parents: 2926
diff changeset
124 dskcopy: $(DSKS)
2217
0e1b2536b299 Updated macro names
boisy
parents: 2216
diff changeset
125 $(CP) $(DSKS) $(DSKDIR)
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
126
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
127 #Dragon 64/32+
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
128
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
129 $(DSK360K_1):
27b36e424a4d More updates
boisy
parents:
diff changeset
130 $(RM) $@
2919
542da7896526 d64/dalpha: Use variables from ports.mak in makefile
Tormod Volden <debian.tormod@gmail.com>
parents: 2908
diff changeset
131 $(OS9FORMAT_DS40) -q -dr $@ -n"NitrOS-9/$(CPU) $(MACHINE) #1"
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
132 $(OS9GEN) $@ -d -b=$(BOOTFILE_DS40) -t=$(KERNELFILE)
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
133 $(MAKDIR) $@,CMDS
27b36e424a4d More updates
boisy
parents:
diff changeset
134 $(MAKDIR) $@,SYS
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
135 $(CD) cmds; $(OS9COPY) $(CMDS) ../$@,CMDS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
136 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
137 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
27b36e424a4d More updates
boisy
parents:
diff changeset
138 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
139 $(OS9ATTR_TEXT) $(foreach file,$(SYS),$@,SYS/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
140 $(MAKDIR) $@,DEFS
27b36e424a4d More updates
boisy
parents:
diff changeset
141 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
142 $(OS9ATTR_TEXT) $(foreach file,$(DEFS),$@,DEFS/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
143 $(CPL) $(ROOTFILES) $@,.
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
144 $(OS9ATTR_TEXT) $(foreach file,$(ROOTFILES),$@,$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
145 $(RM) $(LDSK360K_1)
27b36e424a4d More updates
boisy
parents:
diff changeset
146 $(SOFTLINK) $@ $(LDSK360K_1)
27b36e424a4d More updates
boisy
parents:
diff changeset
147
27b36e424a4d More updates
boisy
parents:
diff changeset
148 $(DSK360K_2):
27b36e424a4d More updates
boisy
parents:
diff changeset
149 $(RM) $@
2919
542da7896526 d64/dalpha: Use variables from ports.mak in makefile
Tormod Volden <debian.tormod@gmail.com>
parents: 2908
diff changeset
150 $(OS9FORMAT_DS40) -q -dr $@ -n"NitrOS-9/$(CPU) $(MACHINE) #2"
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
151 $(MAKDIR) $@,NITROS9
27b36e424a4d More updates
boisy
parents:
diff changeset
152 $(MAKDIR) $@,NITROS9/6809L1
27b36e424a4d More updates
boisy
parents:
diff changeset
153 $(MAKDIR) $@,NITROS9/6809L1/CMDS
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
154 $(CD) cmds; $(OS9COPY) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
155 $(OS9ATTR_EXEC) $(foreach file,$(MODULECMDS),$@,NITROS9/6809L1/CMDS/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
156 $(OS9RENAME) $@,NITROS9/6809L1/CMDS//$(WHICHSHELL) shell
27b36e424a4d More updates
boisy
parents:
diff changeset
157 $(MAKDIR) $@,NITROS9/6809L1/MODULES
27b36e424a4d More updates
boisy
parents:
diff changeset
158 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
159 $(CD) modules; $(OS9COPY) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
160 $(OS9ATTR_EXEC) $(foreach file,$(BOOTTRACK),$@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
161 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
162 $(CD) modules; $(OS9COPY) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
163 $(OS9ATTR_EXEC) $(foreach file,$(KERNEL),$@,NITROS9/6809L1/MODULES/KERNEL/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
164 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
165 $(CD) modules; $(OS9COPY) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
166 $(OS9ATTR_EXEC) $(foreach file,$(SYSMODS),$@,NITROS9/6809L1/MODULES/SYSMODS/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
167 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
168 $(CD) modules; $(OS9COPY) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
169 $(OS9ATTR_EXEC) $(foreach file,$(CLOCKS),$@,NITROS9/6809L1/MODULES/CLOCKS/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
170 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
171 $(CD) modules; $(OS9COPY) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
172 $(OS9ATTR_EXEC) $(foreach file,$(RBF),$@,NITROS9/6809L1/MODULES/RBF/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
173 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
174 $(CD) modules; $(OS9COPY) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
175 $(OS9ATTR_EXEC) $(foreach file,$(SCF),$@,NITROS9/6809L1/MODULES/SCF/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
176 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
177 $(CD) modules; $(OS9COPY) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
178 $(OS9ATTR_EXEC) $(foreach file,$(PIPE),$@,NITROS9/6809L1/MODULES/PIPE/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
179 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS
27b36e424a4d More updates
boisy
parents:
diff changeset
180 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS
27b36e424a4d More updates
boisy
parents:
diff changeset
181 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS
27b36e424a4d More updates
boisy
parents:
diff changeset
182 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS
27b36e424a4d More updates
boisy
parents:
diff changeset
183 $(RM) $(LDSK360K_2)
27b36e424a4d More updates
boisy
parents:
diff changeset
184 $(SOFTLINK) $@ $(LDSK360K_2)
27b36e424a4d More updates
boisy
parents:
diff changeset
185
27b36e424a4d More updates
boisy
parents:
diff changeset
186 $(DSK720K):
27b36e424a4d More updates
boisy
parents:
diff changeset
187 $(RM) $@
2919
542da7896526 d64/dalpha: Use variables from ports.mak in makefile
Tormod Volden <debian.tormod@gmail.com>
parents: 2908
diff changeset
188 $(OS9FORMAT_DS80) -q -dr -c2 $@ -n"NitrOS-9/$(CPU) $(MACHINE)"
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
189 $(OS9GEN) $@ -d -b=$(BOOTFILE_DS80) -t=$(KERNELFILE)
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
190 $(MAKDIR) $@,CMDS
27b36e424a4d More updates
boisy
parents:
diff changeset
191 $(MAKDIR) $@,SYS
27b36e424a4d More updates
boisy
parents:
diff changeset
192 $(MAKDIR) $@,DEFS
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
193 $(CD) cmds; $(OS9COPY) $(CMDS) ../$@,CMDS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
194 $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
195 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
27b36e424a4d More updates
boisy
parents:
diff changeset
196 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
197 $(OS9ATTR_TEXT) $(foreach file,$(SYS),$@,SYS/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
198 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
199 $(OS9ATTR_TEXT) $(foreach file,$(DEFS),$@,DEFS/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
200 $(CPL) $(ROOTFILES) $@,.
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
201 $(OS9ATTR_TEXT) $(foreach file,$(ROOTFILES),$@,$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
202 $(MAKDIR) $@,NITROS9
27b36e424a4d More updates
boisy
parents:
diff changeset
203 $(MAKDIR) $@,NITROS9/6809L1
27b36e424a4d More updates
boisy
parents:
diff changeset
204 $(MAKDIR) $@,NITROS9/6809L1/CMDS
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
205 $(CD) cmds; $(OS9COPY) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
206 $(OS9ATTR_EXEC) $(foreach file,$(MODULECMDS),$@,NITROS9/6809L1/CMDS/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
207 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell
27b36e424a4d More updates
boisy
parents:
diff changeset
208 $(MAKDIR) $@,NITROS9/6809L1/MODULES
27b36e424a4d More updates
boisy
parents:
diff changeset
209 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
210 $(CD) modules; $(OS9COPY) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
211 $(OS9ATTR_EXEC) $(foreach file,$(BOOTTRACK),$@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
212 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
213 $(CD) modules; $(OS9COPY) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
214 $(OS9ATTR_EXEC) $(foreach file,$(KERNEL),$@,NITROS9/6809L1/MODULES/KERNEL/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
215 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
216 $(CD) modules; $(OS9COPY) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
217 $(OS9ATTR_EXEC) $(foreach file,$(SYSMODS),$@,NITROS9/6809L1/MODULES/SYSMODS/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
218 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
219 $(CD) modules; $(OS9COPY) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
220 $(OS9ATTR_EXEC) $(foreach file,$(CLOCKS),$@,NITROS9/6809L1/MODULES/CLOCKS/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
221 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
222 $(CD) modules; $(OS9COPY) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
223 $(OS9ATTR_EXEC) $(foreach file,$(RBF),$@,NITROS9/6809L1/MODULES/RBF/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
224 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
225 $(CD) modules; $(OS9COPY) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
226 $(OS9ATTR_EXEC) $(foreach file,$(SCF),$@,NITROS9/6809L1/MODULES/SCF/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
227 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
228 $(CD) modules; $(OS9COPY) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
229 $(OS9ATTR_EXEC) $(foreach file,$(PIPE),$@,NITROS9/6809L1/MODULES/PIPE/$(file))
2058
27b36e424a4d More updates
boisy
parents:
diff changeset
230 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS
27b36e424a4d More updates
boisy
parents:
diff changeset
231 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS
27b36e424a4d More updates
boisy
parents:
diff changeset
232 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS
27b36e424a4d More updates
boisy
parents:
diff changeset
233 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS
27b36e424a4d More updates
boisy
parents:
diff changeset
234 $(RM) $(LDSK720K)
27b36e424a4d More updates
boisy
parents:
diff changeset
235 $(SOFTLINK) $@ $(LDSK720K)
27b36e424a4d More updates
boisy
parents:
diff changeset
236
27b36e424a4d More updates
boisy
parents:
diff changeset
237
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
238 $(DSK180K_1):
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
239 $(RM) $@
2919
542da7896526 d64/dalpha: Use variables from ports.mak in makefile
Tormod Volden <debian.tormod@gmail.com>
parents: 2908
diff changeset
240 $(OS9FORMAT_SS40) -e -dr -q $@ -n"NitrOS-9/$(CPU) $(MACHINE) #1"
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
241 $(OS9GEN) $@ -d -b=$(BOOTFILE_SS40) -t=$(KERNELFILE)
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
242 $(MAKDIR) $@,CMDS
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
243 $(MAKDIR) $@,SYS
2869
cfa6222348f7 makefiles: Separate OS9COPY and CP macros
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
244 $(CD) cmds; $(OS9COPY) $(CMDS525) ../$@,CMDS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
245 $(OS9ATTR_EXEC) $(foreach file,$(CMDS525),$@,CMDS/$(file))
2925
aa31ba389777 d64: Put DEFS folder on disk 2 for 180K 5.25" disk set
Tormod Volden <debian.tormod@gmail.com>
parents: 2919
diff changeset
246 # put all commands on the first disk because we can
aa31ba389777 d64: Put DEFS folder on disk 2 for 180K 5.25" disk set
Tormod Volden <debian.tormod@gmail.com>
parents: 2919
diff changeset
247 $(CD) cmds; $(OS9COPY) $(CMDS525_2) ../$@,CMDS
aa31ba389777 d64: Put DEFS folder on disk 2 for 180K 5.25" disk set
Tormod Volden <debian.tormod@gmail.com>
parents: 2919
diff changeset
248 $(OS9ATTR_EXEC) $(foreach file,$(CMDS525_2),$@,CMDS/$(file))
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
249 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
250 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
251 $(OS9ATTR_TEXT) $(foreach file,$(SYS),$@,SYS/$(file))
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
252 $(CPL) $(ROOTFILES) $@,.
2873
46c80d4b0de1 makefiles: Factor out OS9ATTR_* command when using foreach()
Tormod Volden <debian.tormod@gmail.com>
parents: 2869
diff changeset
253 $(OS9ATTR_TEXT) $(foreach file,$(ROOTFILES),$@,$(file))
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
254
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
255 $(DSK180K_2):
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
256 $(RM) $@
2919
542da7896526 d64/dalpha: Use variables from ports.mak in makefile
Tormod Volden <debian.tormod@gmail.com>
parents: 2908
diff changeset
257 $(OS9FORMAT_SS40) -e -dr -q $@ -n"NitrOS-9/$(CPU) $(MACHINE) #2"
2925
aa31ba389777 d64: Put DEFS folder on disk 2 for 180K 5.25" disk set
Tormod Volden <debian.tormod@gmail.com>
parents: 2919
diff changeset
258 # for space reasons, put the DEFS folder on the second disk
aa31ba389777 d64: Put DEFS folder on disk 2 for 180K 5.25" disk set
Tormod Volden <debian.tormod@gmail.com>
parents: 2919
diff changeset
259 $(MAKDIR) $@,DEFS
aa31ba389777 d64: Put DEFS folder on disk 2 for 180K 5.25" disk set
Tormod Volden <debian.tormod@gmail.com>
parents: 2919
diff changeset
260 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
aa31ba389777 d64: Put DEFS folder on disk 2 for 180K 5.25" disk set
Tormod Volden <debian.tormod@gmail.com>
parents: 2919
diff changeset
261 $(OS9ATTR_TEXT) $(foreach file,$(DEFS),$@,DEFS/$(file))
2101
56f966b82dc4 Update for new build system
afra
parents: 2058
diff changeset
262
2216
d096a278e068 Added info targets
boisy
parents: 2199
diff changeset
263 info:
2919
542da7896526 d64/dalpha: Use variables from ports.mak in makefile
Tormod Volden <debian.tormod@gmail.com>
parents: 2908
diff changeset
264 @$(ECHO) "*** NitrOS-9/$(CPU) Level $(LEVEL) for the $(MACHINE) ***"
2217
0e1b2536b299 Updated macro names
boisy
parents: 2216
diff changeset
265 @$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)