annotate level2/modules/makefile @ 473:091a1e4ae051

entered: chdir chmod qsort strass toupper tsleep wait
author roug
date Sun, 06 Oct 2002 09:10:36 +0000
parents 03c6934e5d62
children 02a8ba2b9092
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
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
3 DEPENDS = ./Makefile
46
60432af73b7e Moved boot modules into 3rdparty directory
boisy
parents: 38
diff changeset
4 TPB = ../../3rdparty/booters
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
5
46
60432af73b7e Moved boot modules into 3rdparty directory
boisy
parents: 38
diff changeset
6 BOOTERS = boot_1773
342
56297204e8da Modified makefile to allow for two SS35 disks, moved around certain modules so they
boisy
parents: 341
diff changeset
7 OS9P1 = os9p1
56297204e8da Modified makefile to allow for two SS35 disks, moved around certain modules so they
boisy
parents: 341
diff changeset
8 OS9P2 = os9p2
56297204e8da Modified makefile to allow for two SS35 disks, moved around certain modules so they
boisy
parents: 341
diff changeset
9 REL = rel
341
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
10 ROMMODS = rominfo rom_vectors cc3go_rom pakrom
342
56297204e8da Modified makefile to allow for two SS35 disks, moved around certain modules so they
boisy
parents: 341
diff changeset
11 SYSMODS = ioman init cc3go
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
12 CLOCKS = clock clock2_soft clock2_disto clock2_146818
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
13 FMGRS = scf.mn rbf.mn pipeman.mn pipeman_named.mn
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
14 DRIVERS = cc3disk.dr cc3hdisk.dr cc3io.dr modpak.dr \
344
d111309b0f11 hdisk.asm and h0_hdisk.asm nixed
boisy
parents: 342
diff changeset
15 vrn.dr piper.dr printer.dr sio.dr ram.dr sspak.dr \
d111309b0f11 hdisk.asm and h0_hdisk.asm nixed
boisy
parents: 342
diff changeset
16 sacia.dr dacia.dr
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
17 IOSUBS = windint.io vdgint.io keydrv joydrv_joy \
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
18 joydrv_6551L joydrv_6552L joydrv_6551M joydrv_6552M snddrv
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
19 DESCS = d0_35s.dd d1_35s.dd d2_35s.dd d3_35s.dd \
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
20 d0_40d.dd d1_40d.dd d2_40d.dd d0_80d.dd \
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
21 d1_80d.dd d2_80d.dd ddd0_35s.dd ddd0_40d.dd \
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
22 ddd0_80d.dd r0_8k.dd r0_96k.dd r0_128k.dd r0_192k.dd \
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
23 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
24 m1.dd m2.dd nil.dd p.dd pipe.dd t1.dd t2_sacia.dd \
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
25 t3_sacia.dd t2_dacia.dd t3_dacia.dd \
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
26 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
27 ftdd.dd vi.dd ssp.dd term_t1.dd
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
28 WINDESCS = term_vdg.dt term_win40.dt term_win80.dt w.dw w1.dw w2.dw \
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
29 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
30 v6.dw v7.dw
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
31
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
32 #
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
33 # The following macros represent a collection of modules for various
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
34 # kernel tracks and bootfile configurations.
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
35 #
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
36 KERNEL_1773 = rel boot_1773 os9p1
46
60432af73b7e Moved boot modules into 3rdparty directory
boisy
parents: 38
diff changeset
37 KERNEL_RAMPAK = rel $(TPB)/boot_rampak os9p1
60432af73b7e Moved boot modules into 3rdparty directory
boisy
parents: 38
diff changeset
38 KERNEL_KENTON = rel $(TPB)/boot_kenton os9p1
60432af73b7e Moved boot modules into 3rdparty directory
boisy
parents: 38
diff changeset
39 KERNEL_ROM = rel $(TPB)/boot_rom os9p1
60432af73b7e Moved boot modules into 3rdparty directory
boisy
parents: 38
diff changeset
40 KERNEL_IDE = rel $(TPB)/boot_ide os9p1
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
41 # These kernels are intended to be ROMmed in a disk controller or program pak
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
42 KERNEL_PAK_KENTON = pakrom $(KERNEL_KENTON)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
43
342
56297204e8da Modified makefile to allow for two SS35 disks, moved around certain modules so they
boisy
parents: 341
diff changeset
44 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
45 $(DRIVERS) $(IOSUBS) $(DESCS) $(WINDESCS)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
46
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
47 all: $(ALLOBJS)
341
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
48 $(CHMOD) 755 $(ALLOBJS)
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
49
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
50
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
51 # Special cases here
410
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
52 SSDD35 = -aCyls=35 -aSides=1 -aSectTrk=18 -aSectTrk0=18 \
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
53 -aInterlv=3 -aSAS=8
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
54 DSDD40 = -aCyls=40 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
55 -aInterlv=3 -aSAS=8
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
56 DSDD80 = -aCyls=80 -aSides=2 -aSectTrk=18 -aSectTrk0=18 \
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
57 -aInterlv=3 -aSAS=8
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
58
412
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
59 # Floppy descriptors
410
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
60 ddd0_35s.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
61 $(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
62
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
63 d0_35s.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
64 $(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
65
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
66 d1_35s.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
67 $(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
68
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
69 d2_35s.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
70 $(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
71
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
72 d3_35s.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
73 $(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
74
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
75 ddd0_40d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
76 $(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
77
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
78 d0_40d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
79 $(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
80
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
81 d1_40d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
82 $(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
83
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
84 d2_40d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
85 $(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
86
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
87 ddd0_80d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
88 $(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
89
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
90 d0_80d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
91 $(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
92
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
93 d1_80d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
94 $(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
95
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
96 d2_80d.dd: dx.asm
9ed77eeace37 All floppy disk descriptor modules now made with dx.asm and different targets
boisy
parents: 384
diff changeset
97 $(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
98
412
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
99 # RAM Disk descriptors
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
100 r0_8k.dd: rx.asm
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
101 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSectors=32
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
102
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
103 ddr0_8k.dd: rx.asm
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
104 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSectors=32 -aDD=1
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
105
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
106 r0_96k.dd: rx.asm
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
107 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSectors=384
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
108
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
109 ddr0_96k.dd: rx.asm
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
110 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSectors=384 -aDD=1
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
111
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
112 r0_128k.dd: rx.asm
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
113 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSectors=512
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
114
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
115 ddr0_128k.dd: rx.asm
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
116 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSectors=512 -aDD=1
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
117
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
118 r0_192k.dd: rx.asm
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
119 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSectors=768
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
120
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
121 ddr0_192k.dd: rx.asm
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
122 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aSectors=768 -aDD=1
d5e182d35650 RAM Disk descriptors now made from rx.asm
boisy
parents: 410
diff changeset
123
384
850b16b2aa76 cc3go_rom now folded into cc3go... Makefile modified to adjust
boisy
parents: 382
diff changeset
124 cc3go_rom: cc3go.asm
850b16b2aa76 cc3go_rom now folded into cc3go... Makefile modified to adjust
boisy
parents: 382
diff changeset
125 $(AS) -aROM=1 $(AFLAGS) $< $(ASOUT)$@
850b16b2aa76 cc3go_rom now folded into cc3go... Makefile modified to adjust
boisy
parents: 382
diff changeset
126
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
127 sacia.dr: xacia.asm
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
128 $(AS) -aA6551=1 -aA6552=0 -aMPI.Slot=00 $(AFLAGS) $< $(ASOUT)$@
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
129
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
130 dacia.dr: xacia.asm
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
131 $(AS) -aA6551=0 -aA6552=1 -aMPI.Slot=00 $(AFLAGS) $< $(ASOUT)$@
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
132
37
1b329bae6f60 Modified rominfo to also boot from ROM Pak
boisy
parents: 29
diff changeset
133 rominfo: rominfo.asm
1b329bae6f60 Modified rominfo to also boot from ROM Pak
boisy
parents: 29
diff changeset
134 $(AS) -aROMPak=0 $(AFLAGS) $< $(ASOUT)$@
1b329bae6f60 Modified rominfo to also boot from ROM Pak
boisy
parents: 29
diff changeset
135
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
136 clean:
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
137 $(RM) $(ALLOBJS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
138
341
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
139 showobjs:
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
140 @$(ECHO) $(ALLOBJS)
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
141
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
142 showcopyobjs:
342
56297204e8da Modified makefile to allow for two SS35 disks, moved around certain modules so they
boisy
parents: 341
diff changeset
143 @$(ECHO) $(OS9P2) $(SYSMODS) $(CLOCKS) $(FMGRS) \
341
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
144 $(DRIVERS) $(IOSUBS) $(DESCS) $(WINDESCS) \
20944721d3e6 Major makefile mods
boisy
parents: 100
diff changeset
145
100
5679e0d70acf Added identify target
boisy
parents: 46
diff changeset
146 identify:
5679e0d70acf Added identify target
boisy
parents: 46
diff changeset
147 $(IDENT_SHORT) $(ALLOBJS)