annotate os9/level2/Makefile @ 24:7104ad38bed3

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 10 Jul 2018 10:49:07 +0900
parents 49fac9474858
children c4e3abe97e2c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 A09 = ../../a09
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 SRCDIR=../../CoCoOS9/level2v3/MODULES
11
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
5 SRCCMD=../../CoCoOS9/level2v3/CMDS
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6
17
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 11
diff changeset
7 all : ioman pdisk init os9p1 os9p2 os9p3_perr os9p4_regdump pipe pipeman pipeman_named piper rbf scf term pty d0 d1 clock vector boot shell dir mdir sysgo
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
8
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 clean :
11
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
10 rm -f ioman pdisk init os9p1 os9p2 os9p3_perr os9p4_regdump pipe pipeman pipeman_named piper rbf scf term pty d0 d1 clock vector boot shell dir mdir
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
11
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
12 LST = -l $@.lst
11
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
13 pdisk :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
14 $(A09) pdisk.asm -o pdisk $(LST) $(LST)
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
15 # $(A09) ../modules/pdisk.asm -o pdisk $(LST)
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
16
11
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
17 boot : boot.asm
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
18 $(A09) boot.asm -o boot $(LST)
11
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
19
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
20 sysgo : sysgo.asm
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
21 $(A09) sysgo.asm -o sysgo $(LST)
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
22
8
96a067cf4c4f level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 7
diff changeset
23 init : init.asm
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
24 $(A09) init.asm -o init $(LST)
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
25
11
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
26 vector : vector.asm
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
27 $(A09) vector.asm -o vector $(LST)
11
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
28
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
29 term : pty-dd.asm
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
30 $(A09) pty-dd.asm -o term $(LST)
7
a6db579d8c11 level 2 rom preparing...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 6
diff changeset
31
11
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
32 d0 : d0.asm
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
33 $(A09) d0.asm -o d0 $(LST)
7
a6db579d8c11 level 2 rom preparing...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 6
diff changeset
34
11
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
35 d1 : d1.asm
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
36 $(A09) d1.asm -o d1 $(LST)
7
a6db579d8c11 level 2 rom preparing...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 6
diff changeset
37
11
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
38 clock : clock.asm
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
39 $(A09) clock.asm -o clock $(LST)
7
a6db579d8c11 level 2 rom preparing...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 6
diff changeset
40
a6db579d8c11 level 2 rom preparing...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 6
diff changeset
41 pty :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
42 $(A09) ../modules/pty.asm -o pty $(LST)
7
a6db579d8c11 level 2 rom preparing...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 6
diff changeset
43
11
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
44 shell :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
45 $(A09) ${SRCCMD}/shell_21.asm -o shell $(LST)
11
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
46
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
47 mdir :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
48 $(A09) ${SRCCMD}/mdir.asm -o mdir $(LST)
11
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
49
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 8
diff changeset
50 dir :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
51 $(A09) ${SRCCMD}/dir.asm -o dir $(LST)
7
a6db579d8c11 level 2 rom preparing...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 6
diff changeset
52
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
53 os9p1 :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
54 $(A09) ${SRCDIR}/os9p1.asm -o os9p1 $(LST)
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
55
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
56 os9p2 :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
57 $(A09) ${SRCDIR}/os9p2.asm -o os9p2 $(LST)
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
58
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
59 os9p3_perr :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
60 $(A09) ${SRCDIR}/os9p3_perr.asm -o os9p3_perr $(LST)
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
61
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
62 os9p4_regdump :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
63 $(A09) ${SRCDIR}/os9p4_regdump.asm -o os9p4_regdump $(LST)
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
64
7
a6db579d8c11 level 2 rom preparing...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 6
diff changeset
65 ioman :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
66 $(A09) ${SRCDIR}/ioman.asm -o ioman $(LST)
7
a6db579d8c11 level 2 rom preparing...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 6
diff changeset
67
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
68 pipe :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
69 $(A09) ${SRCDIR}/pipe.asm -o pipe $(LST)
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
70
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
71 pipeman :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
72 $(A09) ${SRCDIR}/pipeman.asm -o pipeman $(LST)
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
73
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
74 pipeman_named :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
75 $(A09) ${SRCDIR}/pipeman_named.asm -o pipeman_named $(LST)
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
76
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
77 piper :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
78 $(A09) ${SRCDIR}/piper.asm -o piper $(LST)
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
79
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
80 rbf :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
81 $(A09) ${SRCDIR}/rbf.asm -o rbf $(LST)
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
82
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
83 scf :
24
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 20
diff changeset
84 $(A09) ${SRCDIR}/scf.asm -o scf $(LST)
6
9c2602e1d716 level2 rom done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
85