annotate 3rdparty/p2mods/noice/makefile @ 2003:21ddb4118b6c

Edition 3 - now copes well in user and system state
author boisy
date Fri, 03 Mar 2006 12:57:04 +0000
parents 2bb2f8b975b0
children ae5e9b0aded6
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
2003
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
10 all: calldbg_l1 calldbg_l2 krnp3_6309 krnp3_6809 krnp3_6309_mpi krnp3_6809_mpi noice noice_mpi
1978
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
11
2003
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
12 calldbg_l2: calldbg.asm
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
13 $(AS) $(ASOUT)$@ $< -aLevel=2 $(AFLAGS)
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
14
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
15 calldbg_l1: calldbg.asm
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
16 $(AS) $(ASOUT)$@ $< -aLevel=1 $(AFLAGS)
1978
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
17
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
18 krnp3_6309: noice.asm
2003
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
19 $(AS) $(ASOUT)$@ $< -aLevel=2 -aH6309 -e $(AFLAGS)
1978
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
20
1995
2bb2f8b975b0 additional preliminary changes made by R. Gault
boisy
parents: 1978
diff changeset
21 krnp3_6309_mpi: noice.asm
2003
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
22 $(AS) $(ASOUT)$@ $< -aLevel=2 -aH6309 -e $(AFLAGS) -aMPI=1
1995
2bb2f8b975b0 additional preliminary changes made by R. Gault
boisy
parents: 1978
diff changeset
23
1978
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
24 krnp3_6809: noice.asm
2003
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
25 $(AS) $(ASOUT)$@ $< -aLevel=2 $(AFLAGS)
1978
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
26
1995
2bb2f8b975b0 additional preliminary changes made by R. Gault
boisy
parents: 1978
diff changeset
27 krnp3_6809_mpi: noice.asm
2003
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
28 $(AS) $(ASOUT)$@ $< -aLevel=2 $(AFLAGS) -aMPI=1
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
29
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
30 noice: noice.asm
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
31 $(AS) $(ASOUT)$@ $< -aLevel=1 $(AFLAGS)
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
32
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
33 noice_mpi: noice.asm
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
34 $(AS) $(ASOUT)$@ $< -aLevel=1 $(AFLAGS) -aMPI=1
1995
2bb2f8b975b0 additional preliminary changes made by R. Gault
boisy
parents: 1978
diff changeset
35
1978
c2d3c4232663 Added remote debugging
boisy
parents:
diff changeset
36 clean:
2003
21ddb4118b6c Edition 3 - now copes well in user and system state
boisy
parents: 1995
diff changeset
37 $(RM) calldbg_l1 calldbg_l2 krnp3_6309 krnp3_6809 krnp3_6309_mpi krnp3_6809_mpi noice noice_mpi