Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/koronis/makefile @ 1371:1ed7c47503e8
More changes
author | boisy |
---|---|
date | Fri, 26 Sep 2003 14:59:09 +0000 |
parents | 53c50c807d55 |
children | 1b23a41c674d |
comparison
equal
deleted
inserted
replaced
1370:62991148cab4 | 1371:1ed7c47503e8 |
---|---|
2 | 2 |
3 DEPENDS = ./makefile | 3 DEPENDS = ./makefile |
4 | 4 |
5 DISK = koronis.dsk | 5 DISK = koronis.dsk |
6 CMDS = koronis | 6 CMDS = koronis |
7 MD = $(LEVEL2)/MODULES | 7 MD = $(6809L2)/modules |
8 | 8 |
9 # We make our own bootfile and kernel track | 9 # We make our own bootfile and kernel track |
10 KERNEL = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/os9p1 | 10 KERNEL = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/kernel |
11 OS9BOOT = $(MD)/os9p2 $(MD)/ioman $(MD)/init \ | 11 OS9BOOT = $(MD)/kernelp2 $(MD)/ioman $(MD)/init \ |
12 $(MD)/rbf.mn \ | 12 $(MD)/rbf.mn \ |
13 $(MD)/cc3disk.dr $(MD)/ddd0_40d.dd \ | 13 $(MD)/cc3disk.dr $(MD)/ddd0_40d.dd \ |
14 $(MD)/scf.mn $(MD)/cc3io.dr \ | 14 $(MD)/scf.mn $(MD)/cc3io.dr \ |
15 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ | 15 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
16 $(MD)/vdgint_small.io $(MD)/term_vdg.dt \ | 16 $(MD)/vdgint_small.io $(MD)/term_vdg.dt \ |
29 clean: dskclean | 29 clean: dskclean |
30 $(RM) $(ALLOBJS) | 30 $(RM) $(ALLOBJS) |
31 | 31 |
32 dsk: all | 32 dsk: all |
33 $(RM) $(DISK) | 33 $(RM) $(DISK) |
34 $(CD) $(LEVEL2); make | 34 $(CD) $(6809L2); make |
35 $(OS9FORMAT_SS35) $(DISK) -n"Koronis Rift" | 35 $(OS9FORMAT_SS35) $(DISK) -n"Koronis Rift" |
36 $(MERGE) $(OS9BOOT)>os9boot | 36 $(MERGE) $(OS9BOOT)>os9boot |
37 $(MERGE) $(KERNEL)>kernel_1773 | 37 $(MERGE) $(KERNEL)>kernel_1773 |
38 $(OS9GEN) $(DISK) -b=os9boot -t=kernel_1773 | 38 $(OS9GEN) $(DISK) -b=os9boot -t=kernel_1773 |
39 $(RM) os9boot kernel_1773 | 39 $(RM) os9boot kernel_1773 |
40 $(MAKDIR) $(DISK),CMDS | 40 $(MAKDIR) $(DISK),CMDS |
41 $(CP) $(LEVEL2)/CMDS/shell_21 $(DISK),CMDS/shell | 41 $(CP) $(6809L2)/cmds/shell_21 $(DISK),CMDS/shell |
42 $(OS9ATTR_EXEC) $(DISK),CMDS/shell | 42 $(OS9ATTR_EXEC) $(DISK),CMDS/shell |
43 $(CP) $(CMDS) $(DISK),CMDS | 43 $(CP) $(CMDS) $(DISK),CMDS |
44 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);) | 44 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);) |
45 $(OS9RENAME) $(DISK),CMDS/koronis AutoEx | 45 $(OS9RENAME) $(DISK),CMDS/koronis AutoEx |
46 $(CP) $(SUPPORTFILES) $(DISK),. | 46 $(CP) $(SUPPORTFILES) $(DISK),. |