comparison rules.mak @ 1760:27e85b681dab

Fixed DEFS issue in 6809l2 and 6309l2 (thanks Rodney!) Other defs file changes
author boisy
date Fri, 01 Apr 2005 13:00:57 +0000
parents c748bc73facc
children 7f2e75d5b62d
comparison
equal deleted inserted replaced
1759:c748bc73facc 1760:27e85b681dab
17 NITROS9DIR = $(HOME)/nitros9 17 NITROS9DIR = $(HOME)/nitros9
18 endif 18 endif
19 ifndef COCOTOOLSBIN 19 ifndef COCOTOOLSBIN
20 COCOTOOLSBIN = $(HOME)/bin 20 COCOTOOLSBIN = $(HOME)/bin
21 endif 21 endif
22 DEFDIR = $(NITROS9DIR)/defs 22 DEFSDIR = $(NITROS9DIR)/defs
23 DSKDIR = $(NITROS9DIR)/dsks 23 DSKDIR = $(NITROS9DIR)/dsks
24 24
25 25
26 # If we're using the OS-9 emulator and the *real* OS-9 assembler, 26 # If we're using the OS-9 emulator and the *real* OS-9 assembler,
27 # uncomment the following two lines. 27 # uncomment the following two lines.
28 #AS = os9 /mnt2/src/ocem/os9/asm 28 #AS = os9 /mnt2/src/ocem/os9/asm
29 #ASOUT = o= 29 #ASOUT = o=
30 30
31 # Use the cross assembler 31 # Use the cross assembler
32 AS = $(COCOTOOLSBIN)/mamou -i=$(DEFDIR) 32 AS = $(COCOTOOLSBIN)/mamou -i=$(DEFSDIR)
33 #AS = $(COCOTOOLSBIN)/os9asm -i=$(DEFDIR) 33 #AS = $(COCOTOOLSBIN)/os9asm -i=$(DEFSDIR)
34 ASOUT = -o 34 ASOUT = -o
35 AFLAGS = -q 35 AFLAGS = -q
36 36
37 # Commands 37 # Commands
38 MAKDIR = $(COCOTOOLSBIN)/os9 makdir 38 MAKDIR = $(COCOTOOLSBIN)/os9 makdir