Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/customboots/boisy/makefile @ 2426:5ade5dd9c3cb
Updated
author | boisy |
---|---|
date | Thu, 04 Feb 2010 15:17:15 +0000 |
parents | 375bbafa44fa |
children | 6bc8200fd0ba |
comparison
equal
deleted
inserted
replaced
2425:375bbafa44fa | 2426:5ade5dd9c3cb |
---|---|
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:$(NITROS9DIR)/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/packages/drivewire/netlib/netlib.l -l=$(NITROS9DIR)/3rdparty/libs/alib/alib.l -l=../netlib/netlib.l -l=$(NITROS9DIR)/lib/sys6809l2.l | 10 LFLAGS += -y -l=$(NITROS9DIR)/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 |
32 $(CD)/unlink $(CD)/verify $(CD)/xmode $(CD)/utilpak1 $(CD)/basic09 $(CD)/syscall | 32 $(CD)/unlink $(CD)/verify $(CD)/xmode $(CD)/utilpak1 $(CD)/basic09 $(CD)/syscall |
33 | 33 |
34 CMDS_DW = $(3PDW68)/inetd $(3PDW68)/dw \ | 34 CMDS_DW = $(3PDW68)/inetd $(3PDW68)/dw \ |
35 $(3PDW68)/telnet $(3PBOISY)/send | 35 $(3PDW68)/telnet $(3PBOISY)/send |
36 | 36 |
37 CMDS_THESIS = testmul0000 testmulAA55 testtfr testexg testadd testcwai testnop | 37 CMDS_THESIS = testmul testtfr testexg testadd testnop |
38 SRC_THESIS = testmul0000.asm testmulAA55.asm testtfr.asm testexg.asm testadd.asm testcwai.asm testnop.asm | 38 SRC_THESIS = testmul.a testtfr.a testexg.a testadd.a testnop.a |
39 | 39 |
40 # We make our own bootfile and kernel track | 40 # We make our own bootfile and kernel track |
41 KERNEL = $(MD)/rel_80 $(MD)/boot_dw3 $(MD)/krn | 41 KERNEL = $(MD)/rel_80 $(MD)/boot_dw3 $(MD)/krn |
42 BOOTFILE_DWTERM = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | 42 BOOTFILE_DWTERM = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
43 $(MD)/rbf.mn \ | 43 $(MD)/rbf.mn \ |