annotate level2/modules/makefile @ 1020:c1a5613ffe7b

changes
author boisy
date Thu, 06 Mar 2003 01:41:03 +0000
parents 681c6976c352
children f8943551a355
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
1 include ../../Makefile.rules
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
2
700
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
3 CLOCKELIM = -aRTCElim=1 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
4 CLOCKDISTO2 = -aRTCElim=0 -aRTCDsto2=1 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
5 CLOCKDISTO4 = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=1 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
6 CLOCKBNB = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=1 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
7 CLOCKSMART = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=1 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=1
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
8 CLOCKHARRIS = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=1 -aRTCTc3=0 -aRTCSoft=0 -aMPIFlag=0
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
9 CLOCKTC3 = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=1 -aRTCSoft=0 -aMPIFlag=0
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
10 CLOCKSOFT = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCTc3=0 -aRTCSoft=1 -aMPIFlag=0
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
11
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
12 DEPENDS = ./Makefile
46
60432af73b7e Moved boot modules into 3rdparty directory
boisy
parents: 38
diff changeset
13 TPB = ../../3rdparty/booters
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
14
46
60432af73b7e Moved boot modules into 3rdparty directory
boisy
parents: 38
diff changeset
15 BOOTERS = boot_1773
342
56297204e8da Modified makefile to allow for two SS35 disks, moved around certain modules so they
boisy
parents: 341
diff changeset
16 OS9P1 = os9p1
56297204e8da Modified makefile to allow for two SS35 disks, moved around certain modules so they
boisy
parents: 341
diff changeset
17 OS9P2 = os9p2
56297204e8da Modified makefile to allow for two SS35 disks, moved around certain modules so they
boisy
parents: 341
diff changeset
18 REL = rel
341
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
19 ROMMODS = rominfo rom_vectors cc3go_rom pakrom
747
27033c1dd023 Moved os9p3 and os9p4 to OS-9 Level Two distribution
boisy
parents: 732
diff changeset
20 SYSMODS = ioman init cc3go os9p3_perr os9p4_regdump
700
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
21 CLOCKS = clock_elim clock_disto2 clock_disto4 clock_bnb \
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
22 clock_smart clock_harris clock_tc3 clock_soft
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
23 FMGRS = scf.mn rbf.mn pipeman.mn pipeman_named.mn
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
24 DRIVERS = cc3disk.dr cc3hdisk.dr cc3io.dr modpak.dr \
732
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
25 vrn.dr piper.dr printer.dr sio.dr rammer.dr sspak.dr \
344
d111309b0f11 hdisk.asm and h0_hdisk.asm nixed
boisy
parents: 342
diff changeset
26 sacia.dr dacia.dr
756
35438411e5c7 VDGInt now backported from nitrosl2
boisy
parents: 747
diff changeset
27 IOSUBS = windint.io vdgint.io vdgint_small.io \
35438411e5c7 VDGInt now backported from nitrosl2
boisy
parents: 747
diff changeset
28 keydrv joydrv_joy \
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
29 joydrv_6551L joydrv_6552L joydrv_6551M joydrv_6552M snddrv
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
30 DESCS = d0_35s.dd d1_35s.dd d2_35s.dd d3_35s.dd \
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
31 d0_40d.dd d1_40d.dd d2_40d.dd d0_80d.dd \
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
32 d1_80d.dd d2_80d.dd ddd0_35s.dd ddd0_40d.dd \
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
33 ddd0_80d.dd r0_8k.dd r0_96k.dd r0_128k.dd r0_192k.dd \
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
34 ddr0_8k.dd ddr0_96k.dd ddr0_128k.dd ddr0_192k.dd \
344
d111309b0f11 hdisk.asm and h0_hdisk.asm nixed
boisy
parents: 342
diff changeset
35 m1.dd m2.dd nil.dd p.dd pipe.dd t1.dd t2_sacia.dd \
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
36 t3_sacia.dd t2_dacia.dd t3_dacia.dd \
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
37 h0_10.dd h1_10.dd h0_15.dd h1_15.dd h0_35.dd h1_35.dd \
344
d111309b0f11 hdisk.asm and h0_hdisk.asm nixed
boisy
parents: 342
diff changeset
38 ftdd.dd vi.dd ssp.dd term_t1.dd
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
39 WINDESCS = term_vdg.dt term_win40.dt term_win80.dt w.dw w1.dw w2.dw \
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
40 w3.dw w4.dw w5.dw w6.dw w7.dw v1.dw v2.dw v3.dw v4.dw v5.dw \
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
41 v6.dw v7.dw
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
42
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
43 #
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
44 # The following macros represent a collection of modules for various
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
45 # kernel tracks and bootfile configurations.
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
46 #
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
47 KERNEL_1773 = rel boot_1773 os9p1
46
60432af73b7e Moved boot modules into 3rdparty directory
boisy
parents: 38
diff changeset
48 KERNEL_RAMPAK = rel $(TPB)/boot_rampak os9p1
60432af73b7e Moved boot modules into 3rdparty directory
boisy
parents: 38
diff changeset
49 KERNEL_KENTON = rel $(TPB)/boot_kenton os9p1
60432af73b7e Moved boot modules into 3rdparty directory
boisy
parents: 38
diff changeset
50 KERNEL_ROM = rel $(TPB)/boot_rom os9p1
60432af73b7e Moved boot modules into 3rdparty directory
boisy
parents: 38
diff changeset
51 KERNEL_IDE = rel $(TPB)/boot_ide os9p1
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
52 # These kernels are intended to be ROMmed in a disk controller or program pak
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
53 KERNEL_PAK_KENTON = pakrom $(KERNEL_KENTON)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
54
342
56297204e8da Modified makefile to allow for two SS35 disks, moved around certain modules so they
boisy
parents: 341
diff changeset
55 ALLOBJS = $(BOOTERS) $(OS9P1) $(OS9P2) $(REL) $(ROMMODS) $(SYSMODS) $(CLOCKS) $(FMGRS) \
432
03c6934e5d62 Window descriptors set up for enhanced SCF command line edition for duplicate
boisy
parents: 412
diff changeset
56 $(DRIVERS) $(IOSUBS) $(DESCS) $(WINDESCS)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
57
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
58 all: $(ALLOBJS)
341
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
59 $(CHMOD) 755 $(ALLOBJS)
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
60
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
61
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
62 # Special cases here
410
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
63 SSDD35 = -aCyls=35 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \
957
681c6976c352 Added density for 80 track devices
boisy
parents: 756
diff changeset
64 -aInterlv=3 -aSAS=8 -aDensity=1
410
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
65 DSDD40 = -aCyls=40 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \
957
681c6976c352 Added density for 80 track devices
boisy
parents: 756
diff changeset
66 -aInterlv=3 -aSAS=8 -aDensity=1
410
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
67 DSDD80 = -aCyls=80 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \
957
681c6976c352 Added density for 80 track devices
boisy
parents: 756
diff changeset
68 -aInterlv=3 -aSAS=8 -aDensity=3
410
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
69
412
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
70 # Floppy descriptors
410
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
71 ddd0_35s.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
72 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=0 -aDD=1
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
73
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
74 d0_35s.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
75 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=0
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
76
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
77 d1_35s.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
78 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=1
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
79
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
80 d2_35s.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
81 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=2
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
82
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
83 d3_35s.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
84 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(SSDD35) -aDNum=3
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
85
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
86 ddd0_40d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
87 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=0 -aDD=1
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
88
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
89 d0_40d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
90 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=0
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
91
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
92 d1_40d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
93 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=1
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
94
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
95 d2_40d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
96 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD40) -aDNum=2
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
97
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
98 ddd0_80d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
99 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=0 -aDD=1
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
100
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
101 d0_80d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
102 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=0
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
103
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
104 d1_80d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
105 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=1
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
106
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
107 d2_80d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
108 $(AS) $< $(ASOUT)$@ $(AFLAGS) $(DSDD80) -aDNum=2
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
109
412
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
110 # RAM Disk descriptors
732
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
111 r0_8k.dd: r0.asm
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
112 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=8
412
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
113
732
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
114 ddr0_8k.dd: r0.asm
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
115 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=8 -aDD=1
412
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
116
732
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
117 r0_96k.dd: r0.asm
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
118 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=96
412
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
119
732
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
120 ddr0_96k.dd: r0.asm
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
121 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=96 -aDD=1
412
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
122
732
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
123 r0_128k.dd: r0.asm
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
124 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=128
412
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
125
732
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
126 ddr0_128k.dd: r0.asm
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
127 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=128 -aDD=1
412
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
128
732
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
129 r0_192k.dd: r0.asm
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
130 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=192
412
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
131
732
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
132 ddr0_192k.dd: r0.asm
339845ea3507 Backported rammer.asm from NitrOS-9 to OS-9 Level Two
boisy
parents: 700
diff changeset
133 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aRAMSize=192 -aDD=1
412
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
134
384
850b16b2aa76 cc3go_rom now folded into cc3go... Makefile modified to adjust
boisy
parents: 382
diff changeset
135 cc3go_rom: cc3go.asm
850b16b2aa76 cc3go_rom now folded into cc3go... Makefile modified to adjust
boisy
parents: 382
diff changeset
136 $(AS) -aROM=1 $(AFLAGS) $< $(ASOUT)$@
850b16b2aa76 cc3go_rom now folded into cc3go... Makefile modified to adjust
boisy
parents: 382
diff changeset
137
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
138 sacia.dr: xacia.asm
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
139 $(AS) -aA6551=1 -aA6552=0 -aMPI.Slot=00 $(AFLAGS) $< $(ASOUT)$@
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
140
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
141 dacia.dr: xacia.asm
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
142 $(AS) -aA6551=0 -aA6552=1 -aMPI.Slot=00 $(AFLAGS) $< $(ASOUT)$@
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
143
37
1b329bae6f60 Modified rominfo to also boot from ROM Pak
boisy
parents: 29
diff changeset
144 rominfo: rominfo.asm
1b329bae6f60 Modified rominfo to also boot from ROM Pak
boisy
parents: 29
diff changeset
145 $(AS) -aROMPak=0 $(AFLAGS) $< $(ASOUT)$@
1b329bae6f60 Modified rominfo to also boot from ROM Pak
boisy
parents: 29
diff changeset
146
756
35438411e5c7 VDGInt now backported from nitrosl2
boisy
parents: 747
diff changeset
147 # VDGInt Modules
35438411e5c7 VDGInt now backported from nitrosl2
boisy
parents: 747
diff changeset
148 vdgint.io: vdgint.asm
35438411e5c7 VDGInt now backported from nitrosl2
boisy
parents: 747
diff changeset
149 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aCOCO2=1
35438411e5c7 VDGInt now backported from nitrosl2
boisy
parents: 747
diff changeset
150
35438411e5c7 VDGInt now backported from nitrosl2
boisy
parents: 747
diff changeset
151 vdgint_small.io: vdgint.asm
35438411e5c7 VDGInt now backported from nitrosl2
boisy
parents: 747
diff changeset
152 $(AS) $(AFLAGS) $(ASOUT)$@ $<
35438411e5c7 VDGInt now backported from nitrosl2
boisy
parents: 747
diff changeset
153
35438411e5c7 VDGInt now backported from nitrosl2
boisy
parents: 747
diff changeset
154 # Clocks
700
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
155 clock_elim: clock.asm
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
156 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKELIM)
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
157
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
158 clock_disto2: clock.asm
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
159 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKDISTO2)
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
160
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
161 clock_disto4: clock.asm
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
162 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKDISTO4)
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
163
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
164 clock_bnb: clock.asm
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
165 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKBNB)
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
166
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
167 clock_smart: clock.asm
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
168 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKSMART)
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
169
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
170 clock_harris: clock.asm
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
171 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKHARRIS)
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
172
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
173 clock_tc3: clock.asm
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
174 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKTC3)
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
175
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
176 clock_soft: clock.asm
bd1333ef2844 Modified for new clock rules (integrated clock from NitrOS-9)
boisy
parents: 508
diff changeset
177 $(AS) $(AFLAGS) $(ASOUT)$@ $< $(CLOCKSOFT)
508
02a8ba2b9092 Added headers to most source files, added clock2_bb.asm
boisy
parents: 432
diff changeset
178
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
179 clean:
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
180 $(RM) $(ALLOBJS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
181
341
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
182 showobjs:
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
183 @$(ECHO) $(ALLOBJS)
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
184
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
185 showcopyobjs:
342
56297204e8da Modified makefile to allow for two SS35 disks, moved around certain modules so they
boisy
parents: 341
diff changeset
186 @$(ECHO) $(OS9P2) $(SYSMODS) $(CLOCKS) $(FMGRS) \
341
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
187 $(DRIVERS) $(IOSUBS) $(DESCS) $(WINDESCS) \
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
188
100
5679e0d70acf Added identify target
boisy
parents: 46
diff changeset
189 identify:
5679e0d70acf Added identify target
boisy
parents: 46
diff changeset
190 $(IDENT_SHORT) $(ALLOBJS)