annotate level1/modules/makefile @ 1474:cfd326948cbc

Modified to accomodate new sio.asm
author boisy
date Mon, 15 Dec 2003 15:10:42 +0000
parents 7196ac520479
children df6f90e3e8c8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1324
diff changeset
1 include ../../rules.mak
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
2
1313
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
3 CLOCKELIM = -aRTCElim=1 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
4 CLOCKDISTO2 = -aRTCElim=0 -aRTCDsto2=1 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
5 CLOCKDISTO4 = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=1 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
6 CLOCKBNB = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=1 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
7 CLOCKSMART = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=1 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=1
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
8 CLOCKHARRIS = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=1 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
9 CLOCKTC3 = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=1 -aRTCSoft=0 -aMPIFlag=0
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
10 CLOCKSOFT = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=1 -aMPIFlag=0
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
11
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1324
diff changeset
12 DEPENDS = ./makefile
355
71b60814fb01 Makefiles modified for uniformity
boisy
parents: 323
diff changeset
13 TPB = $(3RDPARTY)/booters
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
14
1213
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
15 BOOTERS = boot_1773_6ms boot_1773_30ms \
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
16 boot_burke boot_idelba boot_rampak boot_wd1002
1299
1f0995cd0431 REL is now back-ported to OS-9 Level One
boisy
parents: 1228
diff changeset
17 BOOTTRACK = rel $(BOOTERS)
1368
423ebd97af1f More changes
boisy
parents: 1363
diff changeset
18 KERNEL = kernel kernelp2
1228
0a49ee6bbd40 sysgo_dd and sysgo_h0 are now made
boisy
parents: 1213
diff changeset
19 SYSMODS = ioman init sysgo_dd sysgo_h0
1313
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
20 CLOCKS = clock_60hz clock_50hz \
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
21 clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
22 clock2_smart clock2_harris clock2_tc3 clock2_soft
1186
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
23
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
24 RBF = rbf.mn \
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
25 ccdisk.dr cchdisk.dr \
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
26 ddd0_35s.dd d0_35s.dd d1_35s.dd d2_35s.dd d3_35s.dd \
293
404d2a69646f Added more help files for additional verbose descriptors, removed
boisy
parents: 291
diff changeset
27 ddd0_40d.dd d0_40d.dd d1_40d.dd d2_40d.dd \
404d2a69646f Added more help files for additional verbose descriptors, removed
boisy
parents: 291
diff changeset
28 ddd0_80d.dd d0_80d.dd d1_80d.dd d2_80d.dd \
1186
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
29 h0_15.dd h1_15.dd h0_35.dd h1_35.dd
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
30
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
31 SCF = scf.mn \
1474
cfd326948cbc Modified to accomodate new sio.asm
boisy
parents: 1470
diff changeset
32 sacia.dr dacia.dr nildrv.dr printer.dr sio.dr sspak.dr ccio.dr \
1186
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
33 co32.io co80.io grfo.io \
1470
7196ac520479 sacia/dacia descriptors added
boisy
parents: 1454
diff changeset
34 nil.dd p.dd pipe.dd ssp.dd \
7196ac520479 sacia/dacia descriptors added
boisy
parents: 1454
diff changeset
35 term_t1.dd t1.dd t2_sacia.dd t3_sacia.dd t2_dacia.dd t3_dacia.dd \
7196ac520479 sacia/dacia descriptors added
boisy
parents: 1454
diff changeset
36 term32.dd term80.dd
1186
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
37
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
38 PIPE = pipeman.mn \
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
39 piper.dr \
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
40 pipe.dd
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
41
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
42 ALLOBJS = $(BOOTTRACK) $(KERNEL) $(SYSMODS) $(CLOCKS) $(RBF) $(SCF) $(PIPE)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
43
1324
3ddd71e69da8 Removed module help files
boisy
parents: 1321
diff changeset
44 all: $(ALLOBJS)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
45
1186
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
46 # Special cases
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
47
1453
5dbf908c1483 Kernel and KernelP2 moved to krnl/
boisy
parents: 1368
diff changeset
48 # Kernel
5dbf908c1483 Kernel and KernelP2 moved to krnl/
boisy
parents: 1368
diff changeset
49 kernel kernelp2:
5dbf908c1483 Kernel and KernelP2 moved to krnl/
boisy
parents: 1368
diff changeset
50 $(CD) krnl; make $@
5dbf908c1483 Kernel and KernelP2 moved to krnl/
boisy
parents: 1368
diff changeset
51 $(CP) krnl/$@ .
5dbf908c1483 Kernel and KernelP2 moved to krnl/
boisy
parents: 1368
diff changeset
52
1213
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
53 boot_1773_6ms: boot_1773.asm
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
54 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=0 -aSTEP=0
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
55
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
56 boot_1773_30ms: boot_1773.asm
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
57 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aDNum=0 -aSTEP=3
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
58
1470
7196ac520479 sacia/dacia descriptors added
boisy
parents: 1454
diff changeset
59 # Drivers
7196ac520479 sacia/dacia descriptors added
boisy
parents: 1454
diff changeset
60 sacia.dr: sacia.asm
7196ac520479 sacia/dacia descriptors added
boisy
parents: 1454
diff changeset
61 $(AS) -aA6551=1 -aA6552=0 -aMPI.Slot=03 $(AFLAGS) $< $(ASOUT)$@
7196ac520479 sacia/dacia descriptors added
boisy
parents: 1454
diff changeset
62
7196ac520479 sacia/dacia descriptors added
boisy
parents: 1454
diff changeset
63 dacia.dr: sacia.asm
7196ac520479 sacia/dacia descriptors added
boisy
parents: 1454
diff changeset
64 $(AS) -aA6551=0 -aA6552=1 -aMPI.Slot=03 $(AFLAGS) $< $(ASOUT)$@
7196ac520479 sacia/dacia descriptors added
boisy
parents: 1454
diff changeset
65
1313
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
66 # Clocks
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
67 clock_60hz: clock.asm
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
68 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aPwrLnFrq=60
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
69
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
70 clock_50hz: clock.asm
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
71 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aPwrLnFrq=50
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
72
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
73 clock2_elim: clock2.asm
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
74 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKELIM)
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
75
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
76 clock2_disto2: clock2.asm
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
77 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKDISTO2)
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
78
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
79 clock2_disto4: clock2.asm
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
80 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKDISTO4)
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
81
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
82 clock2_bnb: clock2.asm
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
83 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKBNB)
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
84
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
85 clock2_smart: clock2.asm
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
86 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKSMART)
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
87
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
88 clock2_harris: clock2.asm
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
89 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKHARRIS)
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
90
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
91 clock2_tc3: clock2.asm
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
92 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKTC3)
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
93
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
94 clock2_soft: clock2.asm
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
95 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKSOFT)
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
96
7fdef42e19a0 New clock/clock2 combo
boisy
parents: 1299
diff changeset
97
1186
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
98 # Floppy descriptors
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
99 SSDD35 = -aCyls=35 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \
958
34cf45b54fd3 Added Density for 80 track devices
boisy
parents: 916
diff changeset
100 -aInterlv=3 -aSAS=8 -aDensity=1
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
101 DSDD40 = -aCyls=40 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \
958
34cf45b54fd3 Added Density for 80 track devices
boisy
parents: 916
diff changeset
102 -aInterlv=3 -aSAS=8 -aDensity=1
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
103 DSDD80 = -aCyls=80 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \
958
34cf45b54fd3 Added Density for 80 track devices
boisy
parents: 916
diff changeset
104 -aInterlv=3 -aSAS=8 -aDensity=3
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
105
1138
6264431d0c88 renamed dx.asm to ccdiskdesc.asm
boisy
parents: 1129
diff changeset
106 ddd0_35s.dd: ccdiskdesc.asm
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
107 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=0 -aDD=1
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
108
1138
6264431d0c88 renamed dx.asm to ccdiskdesc.asm
boisy
parents: 1129
diff changeset
109 d0_35s.dd: ccdiskdesc.asm
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
110 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=0
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
111
1138
6264431d0c88 renamed dx.asm to ccdiskdesc.asm
boisy
parents: 1129
diff changeset
112 d1_35s.dd: ccdiskdesc.asm
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
113 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=1
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
114
1138
6264431d0c88 renamed dx.asm to ccdiskdesc.asm
boisy
parents: 1129
diff changeset
115 d2_35s.dd: ccdiskdesc.asm
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
116 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=2
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
117
1138
6264431d0c88 renamed dx.asm to ccdiskdesc.asm
boisy
parents: 1129
diff changeset
118 d3_35s.dd: ccdiskdesc.asm
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
119 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=3
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
120
1138
6264431d0c88 renamed dx.asm to ccdiskdesc.asm
boisy
parents: 1129
diff changeset
121 ddd0_40d.dd: ccdiskdesc.asm
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
122 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=0 -aDD=1
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
123
1138
6264431d0c88 renamed dx.asm to ccdiskdesc.asm
boisy
parents: 1129
diff changeset
124 d0_40d.dd: ccdiskdesc.asm
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
125 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=0
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
126
1138
6264431d0c88 renamed dx.asm to ccdiskdesc.asm
boisy
parents: 1129
diff changeset
127 d1_40d.dd: ccdiskdesc.asm
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
128 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=1
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
129
1138
6264431d0c88 renamed dx.asm to ccdiskdesc.asm
boisy
parents: 1129
diff changeset
130 d2_40d.dd: ccdiskdesc.asm
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
131 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=2
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
132
1138
6264431d0c88 renamed dx.asm to ccdiskdesc.asm
boisy
parents: 1129
diff changeset
133 ddd0_80d.dd: ccdiskdesc.asm
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
134 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=0 -aDD=1
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
135
1138
6264431d0c88 renamed dx.asm to ccdiskdesc.asm
boisy
parents: 1129
diff changeset
136 d0_80d.dd: ccdiskdesc.asm
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
137 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=0
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
138
1138
6264431d0c88 renamed dx.asm to ccdiskdesc.asm
boisy
parents: 1129
diff changeset
139 d1_80d.dd: ccdiskdesc.asm
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
140 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=1
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
141
1138
6264431d0c88 renamed dx.asm to ccdiskdesc.asm
boisy
parents: 1129
diff changeset
142 d2_80d.dd: ccdiskdesc.asm
415
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
143 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=2
79e595f4497b All CCDisk device descriptors are now made from dx.asm
boisy
parents: 361
diff changeset
144
1299
1f0995cd0431 REL is now back-ported to OS-9 Level One
boisy
parents: 1228
diff changeset
145 rel: rel.asm
236
3d67d211f12e Forgot to put AFLAGS in rules
boisy
parents: 235
diff changeset
146 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDragon64=0
235
3fa31ecd389a Modified oscode to allow conditional assembly for Dragon 64
boisy
parents: 231
diff changeset
147
1228
0a49ee6bbd40 sysgo_dd and sysgo_h0 are now made
boisy
parents: 1213
diff changeset
148 sysgo_dd: sysgo.asm
0a49ee6bbd40 sysgo_dd and sysgo_h0 are now made
boisy
parents: 1213
diff changeset
149 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDD=1
0a49ee6bbd40 sysgo_dd and sysgo_h0 are now made
boisy
parents: 1213
diff changeset
150
0a49ee6bbd40 sysgo_dd and sysgo_h0 are now made
boisy
parents: 1213
diff changeset
151 sysgo_h0: sysgo.asm
0a49ee6bbd40 sysgo_dd and sysgo_h0 are now made
boisy
parents: 1213
diff changeset
152 $(AS) $(AFLAGS) $(ASOUT)$@ $<
275
0161c9d61403 sysgo and sysgo_rom targets added
boisy
parents: 241
diff changeset
153
1186
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
154 # Clocks
1213
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
155 clock_elim: clock.asm
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
156 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aRTCElim=1 -aTPS=60
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
157
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
158 clock_disto2: clock.asm
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
159 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aRTCDsto2=1 -aTPS=60
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
160
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
161 clock_disto4: clock.asm
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
162 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aRTCDsto4=1 -aTPS=60
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
163
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
164 clock_bnb: clock.asm
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
165 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aRTCBB=1 -aTPS=60
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
166
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
167 clock_smart: clock.asm
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
168 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aRTCSmart=1 -aTPS=60
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
169
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
170 clock_harris: clock.asm
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
171 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aRTCHarrs=1 -aTPS=60
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
172
506
4f81e616d397 clock.asm now has B&B and TC^3 clock code
boisy
parents: 454
diff changeset
173 clock_tc3: clock.asm
4f81e616d397 clock.asm now has B&B and TC^3 clock code
boisy
parents: 454
diff changeset
174 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aRTCTC3=1 -aTPS=60
4f81e616d397 clock.asm now has B&B and TC^3 clock code
boisy
parents: 454
diff changeset
175
1213
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
176 clock_soft: clock.asm
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
177 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aTPS=60
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
178
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
179 clock_soft_50hz: clock.asm
4e235f213651 Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents: 1186
diff changeset
180 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aTPS=50
506
4f81e616d397 clock.asm now has B&B and TC^3 clock code
boisy
parents: 454
diff changeset
181
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
182 clean:
1454
5b97ef510c7f slight update
boisy
parents: 1453
diff changeset
183 $(CD) krnl; make $@
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
184 $(RM) $(ALLOBJS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
185
1186
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
186 showobjs:
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
187 @$(ECHO) $(ALLOBJS)
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
188
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
189 showboottrack:
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
190 @$(ECHO) $(BOOTTRACK)
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
191
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
192 showkernel:
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
193 @$(ECHO) $(KERNEL)
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
194
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
195 showsysmods:
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
196 @$(ECHO) $(SYSMODS)
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
197
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
198 showclocks:
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
199 @$(ECHO) $(CLOCKS)
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
200
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
201 showrbf:
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
202 @$(ECHO) $(RBF)
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
203
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
204 showscf:
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
205 @$(ECHO) $(SCF)
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
206
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
207 showpipe:
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
208 @$(ECHO) $(PIPE)
0836a89b1eac Changed MODULE directory organization
boisy
parents: 1138
diff changeset
209
95
cab6c9f16913 Added identify target
boisy
parents: 50
diff changeset
210 identify:
cab6c9f16913 Added identify target
boisy
parents: 50
diff changeset
211 $(IDENT_SHORT) $(ALLOBJS)
107
5eceecf6159c Updated Makefiles with new targets
boisy
parents: 95
diff changeset
212
323
9ca004356f09 Makefiles modified
boisy
parents: 305
diff changeset
213