Mercurial > hg > Members > kono > nitros9-code
annotate level2/coco3/sys/makefile @ 3278:ea1afb494127
defs: Add Bt.Sec for atari and corsham
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 07 Mar 2020 23:52:40 +0100 |
parents | 8418259a032d |
children | 317a503d6180 |
rev | line source |
---|---|
2828 | 1 include ../port.mak |
2047 | 2 |
2050 | 3 vpath %.hp $(LEVEL2)/sys:$(LEVEL1)/sys |
4 vpath %.asm $(LEVEL2)/sys | |
2047 | 5 |
6 DEPENDS = ./makefile | |
7 | |
2727
f4870404ccc9
Adjusted makefile to populate inetd.conf with port number for telnet
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2485
diff
changeset
|
8 L1TXTFILES = errmsg password |
2969
1adde0d916cd
sys/makefiles: Remove broken prerequisite from makefile rule
Tormod Volden <debian.tormod@gmail.com>
parents:
2898
diff
changeset
|
9 L2TXTFILES = $(LEVEL2)/sys/motd |
3137
8418259a032d
Add sysgo_bd to the coco3 port
Bill Pierce <merlinious999@gmail.com>
parents:
3103
diff
changeset
|
10 L2SYSGOTEXTFILES = $(LEVEL2)/sys/sysgo.cfg |
2047 | 11 BINFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs \ |
12 ibmedcfont isolatin1font | |
3103
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
13 HELPFILES = asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \ |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
14 chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \ |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
15 dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \ |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
16 dir.hp dirsort.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp \ |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
17 edit.hp error.hp ex.hp exbin.hp format.hp free.hp gfx.hp \ |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
18 help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \ |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
19 list.hp load.hp login.hp makdir.hp \ |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
20 mdir.hp megaread.hp merge.hp minted.hp mpi.hp mfree.hp os9gen.hp \ |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
21 padrom.hp park.hp procs.hp prompt.hp pwd.hp pxd.hp \ |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
22 rename.hp save.hp setime.hp \ |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
23 setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \ |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
24 tuneport.hp unlink.hp verify.hp xmode.hp |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
25 |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
26 # These are Level 2/3 only |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
27 HELPFILES += dmem.hp gfx2.hp grfdrv.hp basic09.hp runb.hp \ |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
28 wcreate.hp mmap.hp modpatch.hp montype.hp \ |
a7041e52ff61
l2/sys/makefile: Rearrange help files order
Tormod Volden <debian.tormod@gmail.com>
parents:
2969
diff
changeset
|
29 pmap.hp proc.hp reboot.hp smap.hp |
2047 | 30 |
31 #HELPFILES = make.hp maketerm.hp rdump.hp rlink.hp rma.hp scred.hp | |
32 | |
33 HELPMSG = helpmsg | |
34 | |
35 TEXTFILES = $(L2TXTFILES) $(HELPMSG) $(L1TXTFILES) | |
3137
8418259a032d
Add sysgo_bd to the coco3 port
Bill Pierce <merlinious999@gmail.com>
parents:
3103
diff
changeset
|
36 SYSGOTEXTFILES = $(L2SYSGOTEXTFILES) |
8418259a032d
Add sysgo_bd to the coco3 port
Bill Pierce <merlinious999@gmail.com>
parents:
3103
diff
changeset
|
37 ALLOBJS = $(TEXTFILES) $(SYSGOTEXTFILES) $(BINFILES) inetd.conf |
2047 | 38 |
39 all: $(ALLOBJS) $(DEPENDS) | |
40 | |
41 $(HELPMSG): $(HELPFILES) | |
42 $(MERGE) $^ > $@ | |
43 | |
2969
1adde0d916cd
sys/makefiles: Remove broken prerequisite from makefile rule
Tormod Volden <debian.tormod@gmail.com>
parents:
2898
diff
changeset
|
44 $(L1TXTFILES): |
2843
ef23548ecc6e
Makefiles: Overwrite soft link destination instead of failing
Tormod Volden <debian.tormod@gmail.com>
parents:
2832
diff
changeset
|
45 $(SOFTLINK) -f $(LEVEL1)/sys/$@ |
2047 | 46 |
2727
f4870404ccc9
Adjusted makefile to populate inetd.conf with port number for telnet
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2485
diff
changeset
|
47 inetd.conf: $(LEVEL1)/sys/inetd.conf |
2828 | 48 @sed -e 's/%TELNET_PORT%/$(TELNET_PORT)/' -e 's/%HTTPD_PORT%/$(HTTPD_PORT)/' $^ > $@ |
2047 | 49 |
50 clean: | |
2727
f4870404ccc9
Adjusted makefile to populate inetd.conf with port number for telnet
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2485
diff
changeset
|
51 $(RM) $(HELPMSG) $(L1TXTFILES) $(BINFILES) inetd.conf |
2047 | 52 |
53 showbinobjs: | |
54 @$(ECHO) $(BINFILES) | |
55 | |
56 showtextobjs: | |
2728 | 57 @$(ECHO) $(TEXTFILES) inetd.conf |
2047 | 58 |
3137
8418259a032d
Add sysgo_bd to the coco3 port
Bill Pierce <merlinious999@gmail.com>
parents:
3103
diff
changeset
|
59 showsysgotextobjs: |
8418259a032d
Add sysgo_bd to the coco3 port
Bill Pierce <merlinious999@gmail.com>
parents:
3103
diff
changeset
|
60 @$(ECHO) $(SYSGOTEXTFILES) |
8418259a032d
Add sysgo_bd to the coco3 port
Bill Pierce <merlinious999@gmail.com>
parents:
3103
diff
changeset
|
61 |
2047 | 62 showobjs: |
63 @$(ECHO) $(ALLOBJS) |