annotate level1/modules/makefile.dragon @ 1736:fd288a57f6ab

CO51 additions by Phill
author boisy
date Fri, 03 Dec 2004 01:00:21 +0000
parents 11f38ece79ef
children 1b5700ad3ffa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
1 include ../../rules.mak
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
2
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
3 CLOCKELIM = -aRTCElim=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
4 CLOCKDISTO2 = -aRTCDsto2=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
5 CLOCKDISTO4 = -aRTCDsto4=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
6 CLOCKBNB = -aRTCBB=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
7 CLOCKSMART = -aRTCSmart=1 -aMPIFlag=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
8 CLOCKHARRIS = -aRTCHarrs=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
9 CLOCKCLOUD9 = -aRTCCloud9=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
10 CLOCKSOFT = -aRTCSoft=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
11 CLOCKMESSEMU = -aRTCMessEmu=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
12 CLOCKJVEMU = -aRTCJVEmu=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
13
1729
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
14 DEPENDS = ./makefile.dragon
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
15 TPB = $(3RDPARTY)/booters
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
16
1729
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
17 BOOTERS = boot_d64 boot_dalpha
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
18
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
19 BOOTTRACK = rel $(BOOTERS) rel_dalpha
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
20 KERNEL = krn krnp2
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
21 SYSMODS = ioman init sysgo_dd sysgo_h0
1729
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
22
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
23 CLOCKS = clock_60hz clock_50hz \
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
24 clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
25 clock2_smart clock2_harris clock2_cloud9 clock2_soft \
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
26 clock2_messemu clock2_jvemu clock_d64
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
27
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
28 RBF = rbf.mn \
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
29 ddisk.dr \
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
30 ddd0_d64.dd d0_d64.dd d1_d64.dd d2_d64.dd d3_d64.dd \
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
31 adisk.dr \
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
32 ddd0_dalpha.dd d0_dalpha.dd d1_dalpha.dd d2_dalpha.dd d3_dalpha.dd
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
33
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
34 SCF = scf.mn \
1735
11f38ece79ef More changes by Phill for Dragon
boisy
parents: 1734
diff changeset
35 sc6551.dr vrn.dr printer.dr sio.dr sspak.dr dgnio.dr \
1736
fd288a57f6ab CO51 additions by Phill
boisy
parents: 1735
diff changeset
36 co32.io co80.io co51.io\
1729
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
37 nil.dd p.dd pipe.dd ssp.dd kbvdio.dr akbvdio.dr \
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
38 drvr51.dr adrvr51.dr \
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
39 term_sio.dt term_sc6551.dt t1.dd t2_sc6551.dd t3_sc6551.dt \
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
40 term32.dt term80.dt term_d64.dt t1_d64.dd p1_d64.dd
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
41
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
42 PIPE = pipeman.mn \
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
43 piper.dr \
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
44 pipe.dd
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
45
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
46 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
47
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
48 all: $(ALLOBJS)
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
49
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
50 # Special cases
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
51
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
52 # Kernel
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
53 krn krnp2:
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
54 $(CD) kernel; make $@
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
55 $(CP) kernel/$@ .
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
56
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
57 boot_d64: boot_d64.asm
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
58 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=0 -aSTEP=0
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
59
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
60 boot_dalpha: boot_d64.asm
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
61 $(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
62
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
63 # Clocks
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
64 clock_60hz: clock.asm
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
65 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aPwrLnFrq=60
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
66
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
67 clock_50hz: clock.asm
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
68 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aPwrLnFrq=50
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
69
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
70 clock2_bnb: clock2_ds1315.asm
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
71 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aBNB=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
72
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
73 clock2_cloud9: clock2_ds1315.asm
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
74 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aCLOUD9=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
75
1735
11f38ece79ef More changes by Phill for Dragon
boisy
parents: 1734
diff changeset
76 #Terminals, dgnio, is based on ccio, with code to remap keyboad.
11f38ece79ef More changes by Phill for Dragon
boisy
parents: 1734
diff changeset
77 dgnio.dr: ccio.asm
11f38ece79ef More changes by Phill for Dragon
boisy
parents: 1734
diff changeset
78 $(AS) $(ASFLAGS) $(ASOUT)$@ $< -aDragonIO=1
11f38ece79ef More changes by Phill for Dragon
boisy
parents: 1734
diff changeset
79
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
80 # Floppy descriptors
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
81 SSDD35 = -aCyls=35 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
82 -aInterlv=2 -aSAS=8 -aDensity=1
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
83 SSDD40 = -aCyls=40 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
84 -aInterlv=2 -aSAS=8 -aDensity=1
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
85 DSDD40 = -aCyls=40 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
86 -aInterlv=2 -aSAS=8 -aDensity=1
1729
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
87 SSDD80 = -aCyls=80 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
88 -aInterlv=2 -aSAS=8 -aDensity=1 -aD35
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
89 DSDD80 = -aCyls=80 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
90 -aInterlv=2 -aSAS=8 -aDensity=1 -aD35
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
91
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
92 #Dragon 64
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
93 #Dragon 64 Drives can be double or single sided, but assume
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
94 # 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
95
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
96 ddd0_d64.dd: ddiskdesc.asm
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
97 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=0 -aDD=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
98
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
99 d0_d64.dd: ddiskdesc.asm
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
100 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=0
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
101
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
102 d1_d64.dd: ddiskdesc.asm
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
103 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
104
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
105 d2_d64.dd: ddiskdesc.asm
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
106 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=2
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
107
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
108 d3_d64.dd: ddiskdesc.asm
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
109 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=3
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
110
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
111
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
112 #Dragon Alpha
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
113 # Internal drives on Alpha are Single Sided 80 track.
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
114
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
115 ddd0_dalpha.dd: ddiskdesc.asm
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
116 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD80) -aDNum=0 -aDD=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
117
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
118 d0_dalpha.dd: ddiskdesc.asm
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
119 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD80) -aDNum=0
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
120
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
121 d1_dalpha.dd: ddiskdesc.asm
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
122 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=1
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
123
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
124 d2_dalpha.dd: ddiskdesc.asm
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
125 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=2
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
126
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
127 d3_dalpha.dd: ddiskdesc.asm
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
128 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=3
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
129
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
130 adisk.dr: ddisk.asm
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
131 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDragonAlpha=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
132
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
133
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
134 rel: rel.asm
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
135 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDragon64=0
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
136
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
137 rel_dalpha: rel.asm
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
138 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDragon64=0 -aDragonAlpha=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
139
1729
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
140 akbvdio.dr: kbvdio.asm
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
141 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDragon64=0 -aDragonAlpha=1
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
142
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
143 adrvr51.dr: drvr51.asm
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
144 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDragon64=0 -aDragonAlpha=1
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
145
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
146
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
147 sysgo_dd: sysgo.asm
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
148 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDD=1
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
149
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
150 sysgo_h0: sysgo.asm
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
151 $(AS) $(AFLAGS) $(ASOUT)$@ $<
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
152
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
153 sysgo_d64: sysgo_d64.asm
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
154 $(AS) $(AFLAGS) $(ASOUT)$@ $<
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
155
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
156 ddisk.dr: ddisk.asm
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
157 $(AS) $(AFLAGS) $(ASOUT)$@ $<
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
158
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
159
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
160 clean:
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
161 $(CD) kernel; make $@
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
162 $(RM) $(ALLOBJS)
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 showobjs:
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
165 @$(ECHO) $(ALLOBJS)
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 showboottrack:
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
168 @$(ECHO) $(BOOTTRACK)
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
169
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
170 showkernel:
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
171 @$(ECHO) $(KERNEL)
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
172
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
173 showsysmods:
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
174 @$(ECHO) $(SYSMODS)
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
175
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
176 showclocks:
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
177 @$(ECHO) $(CLOCKS)
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
178
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
179 showrbf:
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
180 @$(ECHO) $(RBF)
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
181
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
182 showscf:
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
183 @$(ECHO) $(SCF)
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 showpipe:
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
186 @$(ECHO) $(PIPE)
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 identify:
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
189 $(IDENT_SHORT) $(ALLOBJS)
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