Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/packages/rof/makefile @ 750:1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
author | boisy |
---|---|
date | Wed, 08 Jan 2003 05:56:16 +0000 |
parents | ec1909ff0764 |
children | c5840f667d94 |
rev | line source |
---|---|
584 | 1 include ../../../Makefile.rules |
2 | |
3 DEPENDS = ./Makefile | |
4 | |
5 DISK = rof.dsk | |
6 CMDS = rescue | |
750
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
7 MD = $(LEVEL2)/MODULES |
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
8 |
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
9 # We make our own bootfile and kernel track |
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
10 KERNEL = $(MD)/rel $(MD)/boot_1773 $(MD)/os9p1 |
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
11 OS9BOOT = $(MD)/os9p2 $(MD)/init $(MD)/ioman $(MD)/cc3disk.dr $(MD)/rbf.mn \ |
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
12 $(MD)/ddd0_40d.dd $(MD)/d0_40d.dd \ |
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
13 $(MD)/scf.mn $(MD)/cc3io.dr $(MD)/vdgint.io $(MD)/keydrv \ |
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
14 $(MD)/joydrv_joy $(MD)/snddrv $(MD)/term_vdg.dt \ |
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
15 $(MD)/clock_soft $(MD)/cc3go |
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
16 |
585 | 17 SUPPORTFILES = body heads larms legs lips panel1 rofvar rship.c rtitle.c scores |
584 | 18 |
19 ALLOBJS = $(CMDS) | |
20 | |
21 all: $(ALLOBJS) | |
22 $(CHMOD) 755 $(CMDS) | |
23 | |
24 clean: dskclean | |
25 $(RM) $(ALLOBJS) | |
26 | |
27 dsk: all | |
28 $(RM) $(DISK) | |
750
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
29 $(CD) $(LEVEL2); make |
584 | 30 $(OS9FORMAT) $(DISK) |
750
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
31 $(MERGE) $(OS9BOOT)>os9boot |
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
32 $(MERGE) $(KERNEL)>kernel_1773 |
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
33 $(OS9GEN) $(DISK) os9boot kernel_1773 |
749 | 34 $(MAKDIR) $(DISK),CMDS |
750
1bc9f2ecac47
bootfile and kernel are made remotely but assembled localy into os9boot
boisy
parents:
749
diff
changeset
|
35 $(CP) rescue $(DISK),CMDS/AutoEx |
749 | 36 $(CP) $(SUPPORTFILES) $(DISK),. |
584 | 37 |
38 dskclean: | |
39 $(RM) $(DISK) |