Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/customboots/boisy/makefile @ 3039:66963ae41cb6
makefiles: Use 3RDPARTY variable consistently
It is set in rules.mak and was used some places.
Also use the LEVEL2 variable in the arcadepak makefile.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Wed, 21 Jan 2015 18:38:54 +0100 |
parents | 28ed72477814 |
children |
comparison
equal
deleted
inserted
replaced
3038:c6eafb074443 | 3039:66963ae41cb6 |
---|---|
1 # NitrOS-9/6809 Level 2 bootfile for a 128K CoCo 3 with a Motorola 6809 | 1 # NitrOS-9/6809 Level 2 bootfile for a 128K CoCo 3 with a Motorola 6809 |
2 # For Boisy's thesis work | 2 # For Boisy's thesis work |
3 | 3 |
4 include $(NITROS9DIR)/rules.mak | 4 include $(NITROS9DIR)/rules.mak |
5 | 5 |
6 vpath %.asm ../../../utils/boisy:..:$(LEVEL2)/cmds:$(LEVEL1)/cmds:$(LEVEL1)/modules:$(NITROS9DIR)/3rdparty/packages/basic09 | 6 vpath %.asm ../../../utils/boisy:..:$(LEVEL2)/cmds:$(LEVEL1)/cmds:$(LEVEL1)/modules:$(3RDPARTY)/packages/basic09 |
7 | 7 |
8 AFLAGS += -aNoTerm=1 -acoco3=1 | 8 AFLAGS += -aNoTerm=1 -acoco3=1 |
9 | 9 |
10 LFLAGS += -y -l=$(NITROS9DIR)/3rdparty/libs/alib/alib.l -l=$(NITROS9DIR)/lib/sys6809l2.l | 10 LFLAGS += -y -l=$(3RDPARTY)/libs/alib/alib.l -l=$(NITROS9DIR)/lib/sys6809l2.l |
11 3PDW68 = $(3RDPARTY)/packages/drivewire/6809l2 | 11 3PDW68 = $(3RDPARTY)/packages/drivewire/6809l2 |
12 3PBOISY = $(3RDPARTY)/utils/boisy | 12 3PBOISY = $(3RDPARTY)/utils/boisy |
13 | 13 |
14 DEPENDS = ./makefile | 14 DEPENDS = ./makefile |
15 | 15 |