annotate 3rdparty/fmgrs/msf/makefile @ 3158:927ba5ebc06e

mc09 l2: move MMU bit-field defines to defs file.
author Neal Crook <foofoobedoo@gmail.com>
date Thu, 06 Apr 2017 21:43:58 +0100
parents 9edca3e61b66
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
1 # MSF file manager
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
2 #
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
3
2890
1addfd8c9d5f Revert e4a0f58a5f9b (set NITROS9DIR in makefiles)
Tormod Volden <debian.tormod@gmail.com>
parents: 2758
diff changeset
4 include ../../../rules.mak
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
5
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1043
diff changeset
6 DEPENDS = ./makefile
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
7
1043
938ec7bd301f Now there's a 6809 and 6309 version
boisy
parents: 72
diff changeset
8 FMGRS = msf_6309.mn msf_6809.mn
938ec7bd301f Now there's a 6809 and 6309 version
boisy
parents: 72
diff changeset
9 DESCS = m0_40d.dd
938ec7bd301f Now there's a 6809 and 6309 version
boisy
parents: 72
diff changeset
10 ALLOBJS = $(FMGRS) $(DESCS)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
11
72
3020c1c93860 MSF defs file found, now MSF can be made
boisy
parents: 0
diff changeset
12 all: $(ALLOBJS) $(DEPENDS)
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
13
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
14 clean:
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
15 $(RM) $(ALLOBJS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
16
1043
938ec7bd301f Now there's a 6809 and 6309 version
boisy
parents: 72
diff changeset
17 msf_6309.mn: msf.asm
2669
53c42701f680 More parameter fixups for lwasm
William Astle <lost@l-w.ca>
parents: 1363
diff changeset
18 $(AS) $(AFLAGS) $< $(ASOUT)$@ -DH6309=1
1043
938ec7bd301f Now there's a 6809 and 6309 version
boisy
parents: 72
diff changeset
19
938ec7bd301f Now there's a 6809 and 6309 version
boisy
parents: 72
diff changeset
20 msf_6809.mn: msf.asm
938ec7bd301f Now there's a 6809 and 6309 version
boisy
parents: 72
diff changeset
21 $(AS) $(AFLAGS) $< $(ASOUT)$@
938ec7bd301f Now there's a 6809 and 6309 version
boisy
parents: 72
diff changeset
22
2965
9edca3e61b66 3rdparty: Stop build on failing dsk or dskcopy targets
Tormod Volden <debian.tormod@gmail.com>
parents: 2898
diff changeset
23 dsk:
9edca3e61b66 3rdparty: Stop build on failing dsk or dskcopy targets
Tormod Volden <debian.tormod@gmail.com>
parents: 2898
diff changeset
24 dskcopy: