annotate level1/modules/makefile.dragon @ 1800:1b5700ad3ffa

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