Mercurial > hg > Members > kono > nitros9-code
annotate level1/modules/makefile.dragon @ 1835:ee18faf4bc61
Added ability to pass in step rate from mater makefile
author | afra |
---|---|
date | Tue, 31 May 2005 15:19:49 +0000 |
parents | 53842ca974ae |
children | 9ee7316fb6d3 |
rev | line source |
---|---|
1800 | 1 # |
2 #modules/makefile.dragon | |
3 # | |
1823 | 4 # 2005-04-24, P.Harvey-Smith, |
5 # made descriptors for both 40 & 80 track drives for Dragon 64. | |
6 # | |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
7 # |
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
8 # 2005-05-31, P.Harvey-Smith, |
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
9 # Steprate now passed in from ../makefile.dragon or ../makefile.dalpha |
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
10 # |
1800 | 11 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
12 include ../../rules.mak |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
13 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
14 CLOCKELIM = -aRTCElim=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
15 CLOCKDISTO2 = -aRTCDsto2=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
16 CLOCKDISTO4 = -aRTCDsto4=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
17 CLOCKBNB = -aRTCBB=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
18 CLOCKSMART = -aRTCSmart=1 -aMPIFlag=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
19 CLOCKHARRIS = -aRTCHarrs=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
20 CLOCKCLOUD9 = -aRTCCloud9=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
21 CLOCKSOFT = -aRTCSoft=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
22 CLOCKMESSEMU = -aRTCMessEmu=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
23 CLOCKJVEMU = -aRTCJVEmu=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
24 |
1729 | 25 DEPENDS = ./makefile.dragon |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
26 TPB = $(3RDPARTY)/booters |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
27 |
1729 | 28 BOOTERS = boot_d64 boot_dalpha |
29 | |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
30 BOOTTRACK = rel $(BOOTERS) rel_dalpha |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
31 KERNEL = krn krnp2 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
32 SYSMODS = ioman init sysgo_dd sysgo_h0 |
1729 | 33 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
34 CLOCKS = clock_60hz clock_50hz \ |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
35 clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \ |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
36 clock2_smart clock2_harris clock2_cloud9 clock2_soft \ |
1800 | 37 clock2_messemu clock2_jvemu |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
38 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
39 RBF = rbf.mn \ |
1734 | 40 ddisk.dr \ |
1823 | 41 ddd0_40_d64.dd d0_40_d64.dd d1_40_d64.dd d2_40_d64.dd d3_40_d64.dd \ |
42 ddd0_80_d64.dd d0_80_d64.dd d1_80_d64.dd d2_80_d64.dd d3_80_d64.dd \ | |
1734 | 43 adisk.dr \ |
44 ddd0_dalpha.dd d0_dalpha.dd d1_dalpha.dd d2_dalpha.dd d3_dalpha.dd | |
45 | |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
46 SCF = scf.mn \ |
1735 | 47 sc6551.dr vrn.dr printer.dr sio.dr sspak.dr dgnio.dr \ |
1736 | 48 co32.io co80.io co51.io\ |
1800 | 49 nil.dd p.dd pipe.dd ssp.dd \ |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
50 term_sio.dt term_sc6551.dt t1.dd t2_sc6551.dd t3_sc6551.dt \ |
1800 | 51 term32.dt term80.dt t1_d64.dd p1_d64.dd |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
52 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
53 PIPE = pipeman.mn \ |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
54 piper.dr \ |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
55 pipe.dd |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
56 |
1734 | 57 ALLOBJS = $(BOOTTRACK) $(KERNEL) $(SYSMODS) $(CLOCKS) $(RBF) $(SCF) $(PIPE) |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
58 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
59 all: $(ALLOBJS) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
60 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
61 # Special cases |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
62 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
63 # Kernel |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
64 krn krnp2: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
65 $(CD) kernel; make $@ |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
66 $(CP) kernel/$@ . |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
67 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
68 boot_d64: boot_d64.asm |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
69 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=0 -aSTEP=0 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
70 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
71 boot_dalpha: boot_d64.asm |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
72 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=0 -aSTEP=0 -aDragonAlpha=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
73 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
74 # Clocks |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
75 clock_60hz: clock.asm |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
76 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aPwrLnFrq=60 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
77 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
78 clock_50hz: clock.asm |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
79 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aPwrLnFrq=50 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
80 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
81 clock2_bnb: clock2_ds1315.asm |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
82 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aBNB=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
83 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
84 clock2_cloud9: clock2_ds1315.asm |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
85 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aCLOUD9=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
86 |
1735 | 87 #Terminals, dgnio, is based on ccio, with code to remap keyboad. |
88 dgnio.dr: ccio.asm | |
89 $(AS) $(ASFLAGS) $(ASOUT)$@ $< -aDragonIO=1 | |
90 | |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
91 # Floppy descriptors |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
92 SSDD35 = -aCyls=35 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \ |
1734 | 93 -aInterlv=2 -aSAS=8 -aDensity=1 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
94 SSDD40 = -aCyls=40 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \ |
1734 | 95 -aInterlv=2 -aSAS=8 -aDensity=1 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
96 DSDD40 = -aCyls=40 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \ |
1734 | 97 -aInterlv=2 -aSAS=8 -aDensity=1 |
1729 | 98 SSDD80 = -aCyls=80 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \ |
1734 | 99 -aInterlv=2 -aSAS=8 -aDensity=1 -aD35 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
100 DSDD80 = -aCyls=80 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \ |
1734 | 101 -aInterlv=2 -aSAS=8 -aDensity=1 -aD35 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
102 |
1734 | 103 #Dragon 64 |
104 #Dragon 64 Drives can be double or single sided, but assume | |
105 # that /d0 and /d1 are double sided 40 track. | |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
106 |
1823 | 107 ddd0_40_d64.dd: ddiskdesc.asm |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
108 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=0 -aDD=1 -aStep=$(STEP) |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
109 |
1823 | 110 d0_40_d64.dd: ddiskdesc.asm |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
111 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=0 -aStep=$(STEP) |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
112 |
1823 | 113 d1_40_d64.dd: ddiskdesc.asm |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
114 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=1 -aStep=$(STEP) |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
115 |
1823 | 116 d2_40_d64.dd: ddiskdesc.asm |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
117 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=2 -aStep=$(STEP) |
1823 | 118 |
119 d3_40_d64.dd: ddiskdesc.asm | |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
120 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=3 -aStep=$(STEP) |
1823 | 121 |
122 | |
123 ddd0_80_d64.dd: ddiskdesc.asm | |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
124 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=0 -aDD=1 -aStep=$(STEP) |
1823 | 125 |
126 d0_80_d64.dd: ddiskdesc.asm | |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
127 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=0 -aStep=$(STEP) |
1823 | 128 |
129 d1_80_d64.dd: ddiskdesc.asm | |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
130 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=1 -aStep=$(STEP) |
1823 | 131 |
132 d2_80_d64.dd: ddiskdesc.asm | |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
133 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=2 -aStep=$(STEP) |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
134 |
1823 | 135 d3_80_d64.dd: ddiskdesc.asm |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
136 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=3 -aStep=$(STEP) |
1734 | 137 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
138 |
1734 | 139 #Dragon Alpha |
140 # Internal drives on Alpha are Single Sided 80 track. | |
141 | |
142 ddd0_dalpha.dd: ddiskdesc.asm | |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
143 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD80) -aDNum=0 -aDD=1 -aStep=$(STEP) |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
144 |
1734 | 145 d0_dalpha.dd: ddiskdesc.asm |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
146 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD80) -aDNum=0 -aStep=$(STEP) |
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
147 |
1734 | 148 d1_dalpha.dd: ddiskdesc.asm |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
149 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD80) -aDNum=1 -aStep=$(STEP) |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
150 |
1734 | 151 d2_dalpha.dd: ddiskdesc.asm |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
152 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=2 -aStep=$(STEP) |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
153 |
1734 | 154 d3_dalpha.dd: ddiskdesc.asm |
1835
ee18faf4bc61
Added ability to pass in step rate from mater makefile
afra
parents:
1823
diff
changeset
|
155 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=3 -aStep=$(STEP) |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
156 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
157 adisk.dr: ddisk.asm |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
158 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDragonAlpha=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
159 |
1734 | 160 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
161 rel: rel.asm |
1814
3a1eadaa547e
Corrected so dragon options compiled into rel.asm for both Dragon64 and
afra
parents:
1802
diff
changeset
|
162 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDragon64=1 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
163 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
164 rel_dalpha: rel.asm |
1814
3a1eadaa547e
Corrected so dragon options compiled into rel.asm for both Dragon64 and
afra
parents:
1802
diff
changeset
|
165 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDragon64=1 -aDragonAlpha=1 |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
166 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
167 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
168 sysgo_dd: sysgo.asm |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
169 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDD=1 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
170 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
171 sysgo_h0: sysgo.asm |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
172 $(AS) $(AFLAGS) $(ASOUT)$@ $< |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
173 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
174 sysgo_d64: sysgo_d64.asm |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
175 $(AS) $(AFLAGS) $(ASOUT)$@ $< |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
176 |
1734 | 177 ddisk.dr: ddisk.asm |
178 $(AS) $(AFLAGS) $(ASOUT)$@ $< | |
179 | |
180 | |
1727
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
181 clean: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
182 $(CD) kernel; make $@ |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
183 $(RM) $(ALLOBJS) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
184 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
185 showobjs: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
186 @$(ECHO) $(ALLOBJS) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
187 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
188 showboottrack: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
189 @$(ECHO) $(BOOTTRACK) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
190 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
191 showkernel: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
192 @$(ECHO) $(KERNEL) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
193 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
194 showsysmods: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
195 @$(ECHO) $(SYSMODS) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
196 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
197 showclocks: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
198 @$(ECHO) $(CLOCKS) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
199 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
200 showrbf: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
201 @$(ECHO) $(RBF) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
202 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
203 showscf: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
204 @$(ECHO) $(SCF) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
205 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
206 showpipe: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
207 @$(ECHO) $(PIPE) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
208 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
209 identify: |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
210 $(IDENT_SHORT) $(ALLOBJS) |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
211 |
78ce0a5ffc8e
Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff
changeset
|
212 |