annotate 3rdparty/p2mods/noice/makefile @ 2004:ae5e9b0aded6

Further updates
author boisy
date Fri, 03 Mar 2006 18:07:56 +0000
parents 21ddb4118b6c
children e4a0f58a5f9b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1978
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
1 include $(NITROS9DIR)/rules.mak
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
2
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
3 AFLAGS += #-ASWI
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
4
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
5 MD = $(6809L1)/modules
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
6 CMD = $(6809L1)/cmds
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
7 BD = ../../booters
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
8
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
9
2004
ae5e9b0aded6 Further updates
boisy
parents: 2003
diff changeset
10 all: calldbg krnp3_6309 krnp3_6809 krnp3_6309_mpi krnp3_6809_mpi noice noice_mpi
1978
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
11
2004
ae5e9b0aded6 Further updates
boisy
parents: 2003
diff changeset
12 # calldbg works for both Level 1 and Level 2
ae5e9b0aded6 Further updates
boisy
parents: 2003
diff changeset
13 calldbg: calldbg.asm
2003
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
14 $(AS) $(ASOUT)$@ $< -aLevel=1 $(AFLAGS)
1978
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
15
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
16 krnp3_6309: noice.asm
2003
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
17 $(AS) $(ASOUT)$@ $< -aLevel=2 -aH6309 -e $(AFLAGS)
1978
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
18
1995
2bb2f8b975b0 additional preliminary changes made by R. Gault
boisy
parents: 1978
diff changeset
19 krnp3_6309_mpi: noice.asm
2003
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
20 $(AS) $(ASOUT)$@ $< -aLevel=2 -aH6309 -e $(AFLAGS) -aMPI=1
1995
2bb2f8b975b0 additional preliminary changes made by R. Gault
boisy
parents: 1978
diff changeset
21
1978
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
22 krnp3_6809: noice.asm
2003
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
23 $(AS) $(ASOUT)$@ $< -aLevel=2 $(AFLAGS)
1978
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
24
1995
2bb2f8b975b0 additional preliminary changes made by R. Gault
boisy
parents: 1978
diff changeset
25 krnp3_6809_mpi: noice.asm
2003
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
26 $(AS) $(ASOUT)$@ $< -aLevel=2 $(AFLAGS) -aMPI=1
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
27
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
28 noice: noice.asm
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
29 $(AS) $(ASOUT)$@ $< -aLevel=1 $(AFLAGS)
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
30
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
31 noice_mpi: noice.asm
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
32 $(AS) $(ASOUT)$@ $< -aLevel=1 $(AFLAGS) -aMPI=1
1995
2bb2f8b975b0 additional preliminary changes made by R. Gault
boisy
parents: 1978
diff changeset
33
1978
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
34 clean:
2004
ae5e9b0aded6 Further updates
boisy
parents: 2003
diff changeset
35 $(RM) calldbg krnp3_6309 krnp3_6809 krnp3_6309_mpi krnp3_6809_mpi noice noice_mpi