annotate level1/modules/makefile.dragon @ 1841:9ee7316fb6d3

Added Dragon paralell printer driver
author afra
date Thu, 16 Jun 2005 22:20:01 +0000
parents ee18faf4bc61
children 1e312b144f4d
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 #
1823
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
4 # 2005-04-24, P.Harvey-Smith,
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
5 # made descriptors for both 40 & 80 track drives for Dragon 64.
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
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
1b5700ad3ffa Dragon changes by Phill
boisy
parents: 1736
diff changeset
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
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
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
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
28 BOOTERS = boot_d64 boot_dalpha
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
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
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
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
1b5700ad3ffa Dragon changes by Phill
boisy
parents: 1736
diff changeset
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
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
40 ddisk.dr \
1823
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
41 ddd0_40_d64.dd d0_40_d64.dd d1_40_d64.dd d2_40_d64.dd d3_40_d64.dd \
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
42 ddd0_80_d64.dd d0_80_d64.dd d1_80_d64.dd d2_80_d64.dd d3_80_d64.dd \
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
43 adisk.dr \
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
44 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
45
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
46 SCF = scf.mn \
1841
9ee7316fb6d3 Added Dragon paralell printer driver
afra
parents: 1835
diff changeset
47 sc6551.dr vrn.dr printer_d64.dr sio.dr sspak.dr dgnio.dr \
1736
fd288a57f6ab CO51 additions by Phill
boisy
parents: 1735
diff changeset
48 co32.io co80.io co51.io\
1841
9ee7316fb6d3 Added Dragon paralell printer driver
afra
parents: 1835
diff changeset
49 nil.dd p_d64.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
1b5700ad3ffa Dragon changes by Phill
boisy
parents: 1736
diff changeset
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
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
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
11f38ece79ef More changes by Phill for Dragon
boisy
parents: 1734
diff changeset
87 #Terminals, dgnio, is based on ccio, with code to remap keyboad.
11f38ece79ef More changes by Phill for Dragon
boisy
parents: 1734
diff changeset
88 dgnio.dr: ccio.asm
11f38ece79ef More changes by Phill for Dragon
boisy
parents: 1734
diff changeset
89 $(AS) $(ASFLAGS) $(ASOUT)$@ $< -aDragonIO=1
11f38ece79ef More changes by Phill for Dragon
boisy
parents: 1734
diff changeset
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
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
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
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
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
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
97 -aInterlv=2 -aSAS=8 -aDensity=1
1729
7bdc60c48533 Additional Dragon changes from Phill Harvey-Smith
boisy
parents: 1727
diff changeset
98 SSDD80 = -aCyls=80 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
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
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
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
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
103 #Dragon 64
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
104 #Dragon 64 Drives can be double or single sided, but assume
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
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
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
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
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
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
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
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
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
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
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
118
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
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
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
121
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
122
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
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
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
125
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
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
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
128
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
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
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
131
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
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
53842ca974ae Added correct discriptors for DS40, DS80 & SS80
afra
parents: 1814
diff changeset
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
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
137
1727
78ce0a5ffc8e Incorporated changes and additions made by Phill Harvey-Smith for the
boisy
parents:
diff changeset
138
1734
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
139 #Dragon Alpha
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
140 # Internal drives on Alpha are Single Sided 80 track.
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
141
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
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
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
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
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
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
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
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
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
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
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
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
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
177 ddisk.dr: ddisk.asm
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
178 $(AS) $(AFLAGS) $(ASOUT)$@ $<
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
179
b992196e2ac9 Dragon updates by Phill
boisy
parents: 1729
diff changeset
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