annotate level2/coco3_6309/defs/makefile @ 2890:1addfd8c9d5f

Revert e4a0f58a5f9b (set NITROS9DIR in makefiles) This was not done in lwtools-port and makes it more difficult to compare the trees. Therefore revert it for now. I will reapply or do it in another way later.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 24 Nov 2013 23:13:46 +0100
parents e4a0f58a5f9b
children 28ed72477814
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
1 PORT = coco3
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
2 include $(NITROS9DIR)/rules.mak
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
3
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
4 DEPENDS = ./makefile
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
5
2624
b8c7b7fbf3c9 Major changes:
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2112
diff changeset
6 DEFOPTS = -ls -x -z -aLevel=2
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
7 PERMDEFS = Defsfile
2624
b8c7b7fbf3c9 Major changes:
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2112
diff changeset
8 DEFS = os9.d rbf.d scf.d coco.d coco3vtio.d
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
9 ALLOBJS = $(DEFS) $(PERMDEFS)
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
10
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
11 all: $(ALLOBJS)
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
12
2624
b8c7b7fbf3c9 Major changes:
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2112
diff changeset
13 os9.d: $(DEFSDIR)/os9.d
b8c7b7fbf3c9 Major changes:
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2112
diff changeset
14 $(AS) $(AFLAGS) $(DEFOPTS) -aOS9.D=0 $< > $@
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
15
2624
b8c7b7fbf3c9 Major changes:
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2112
diff changeset
16 rbf.d: $(DEFSDIR)/rbf.d
b8c7b7fbf3c9 Major changes:
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2112
diff changeset
17 $(AS) $(AFLAGS) $(DEFOPTS) -aRBF.D=0 $< > $@
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
18
2624
b8c7b7fbf3c9 Major changes:
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2112
diff changeset
19 scf.d: $(DEFSDIR)/scf.d
b8c7b7fbf3c9 Major changes:
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2112
diff changeset
20 $(AS) $(AFLAGS) $(DEFOPTS) -aSCF.D=0 $< > $@
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
21
2624
b8c7b7fbf3c9 Major changes:
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2112
diff changeset
22 coco.d: $(DEFSDIR)/coco.d
b8c7b7fbf3c9 Major changes:
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2112
diff changeset
23 $(AS) $(AFLAGS) $(DEFOPTS) -aCOCO.D=0 $< > $@
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
24
2624
b8c7b7fbf3c9 Major changes:
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2112
diff changeset
25 coco3vtio.d: $(DEFSDIR)/cocovtio.d
b8c7b7fbf3c9 Major changes:
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2112
diff changeset
26 $(AS) $(AFLAGS) $(DEFOPTS) -aCOCOVTIO.D=0 $< > $@
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
27
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
28 clean:
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
29 $(RM) $(DEFS)
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
30
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
31 showobjs:
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
32 @$(ECHO) $(ALLOBJS)