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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2828
999159b0e7c0 retooled port makefiles
boisy
parents: 2728
diff changeset
1 include ../port.mak
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
2
2050
d63587190d9b For porting
boisy
parents: 2047
diff changeset
3 vpath %.hp $(LEVEL2)/sys:$(LEVEL1)/sys
d63587190d9b For porting
boisy
parents: 2047
diff changeset
4 vpath %.asm $(LEVEL2)/sys
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
5
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
6 DEPENDS = ./makefile
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
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
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
11 BINFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs \
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
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
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
30
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
31 #HELPFILES = make.hp maketerm.hp rdump.hp rlink.hp rma.hp scred.hp
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
32
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
33 HELPMSG = helpmsg
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
34
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
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
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
38
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
39 all: $(ALLOBJS) $(DEPENDS)
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
40
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
41 $(HELPMSG): $(HELPFILES)
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
42 $(MERGE) $^ > $@
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
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
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
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
999159b0e7c0 retooled port makefiles
boisy
parents: 2728
diff changeset
48 @sed -e 's/%TELNET_PORT%/$(TELNET_PORT)/' -e 's/%HTTPD_PORT%/$(HTTPD_PORT)/' $^ > $@
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
49
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
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
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
52
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
53 showbinobjs:
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
54 @$(ECHO) $(BINFILES)
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
55
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
56 showtextobjs:
2728
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2727
diff changeset
57 @$(ECHO) $(TEXTFILES) inetd.conf
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
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
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
62 showobjs:
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
63 @$(ECHO) $(ALLOBJS)