annotate level2/coco3/sys/makefile @ 2822:4ffb283f6233 lwtools-port

Forgot to add to makefile
author Boisy Pitre <boisy.pitre@nuance.com>
date Wed, 22 May 2013 17:04:29 -0500
parents 09c66281e12a
children 999159b0e7c0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
1 PORT = coco3
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
2 include $(NITROS9DIR)/rules.mak
2727
f4870404ccc9 Adjusted makefile to populate inetd.conf with port number for telnet
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2485
diff changeset
3 TELNET_PORT = 6806
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
4
2050
d63587190d9b For porting
boisy
parents: 2047
diff changeset
5 vpath %.hp $(LEVEL2)/sys:$(LEVEL1)/sys
d63587190d9b For porting
boisy
parents: 2047
diff changeset
6 vpath %.asm $(LEVEL2)/sys
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
7
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
8 DEPENDS = ./makefile
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
9
2727
f4870404ccc9 Adjusted makefile to populate inetd.conf with port number for telnet
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2485
diff changeset
10 L1TXTFILES = errmsg password
2485
c907d090db02 Simplified coco3_h6309 files
boisy
parents: 2476
diff changeset
11 L2TXTFILES = $(NITROS9DIR)/level2/sys/motd
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
12 BINFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs \
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
13 ibmedcfont isolatin1font
2050
d63587190d9b For porting
boisy
parents: 2047
diff changeset
14 HELPFILES = asm.hp attr.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
15 backup.hp basic09.hp binex.hp build.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
16 chd.hp chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
17 date.hp dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
18 dir.hp dirsort.hp disasm.hp display.hp dmem.hp dmode.hp dsave.hp dump.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
19 echo.hp edit.hp error.hp ex.hp exbin.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
20 format.hp free.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
21 gfx.hp gfx2.hp grfdrv.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
22 help.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
23 ident.hp iniz.hp inkey.hp irqs.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
24 kill.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
25 link.hp list.hp load.hp login.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
26 makdir.hp mdir.hp megaread.hp merge.hp mfree.hp mmap.hp modpatch.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
27 montype.hp mpi.hp os9gen.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
28 padrom.hp park.hp pmap.hp proc.hp procs.hp prompt.hp pwd.hp pxd.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
29 reboot.hp rename.hp runb.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
30 save.hp setime.hp setpr.hp shell.hp sleep.hp smap.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
31 tee.hp tmode.hp touch.hp tsmon.hp tuneport.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
32 unlink.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
33 verify.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
34 wcreate.hp \
d63587190d9b For porting
boisy
parents: 2047
diff changeset
35 xmode.hp
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
36
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
37 #HELPFILES = make.hp maketerm.hp rdump.hp rlink.hp rma.hp scred.hp
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
38
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
39 HELPMSG = helpmsg
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
40
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
41 TEXTFILES = $(L2TXTFILES) $(HELPMSG) $(L1TXTFILES)
2727
f4870404ccc9 Adjusted makefile to populate inetd.conf with port number for telnet
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2485
diff changeset
42 ALLOBJS = $(TEXTFILES) $(BINFILES) inetd.conf
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
43
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
44 all: $(ALLOBJS) $(DEPENDS)
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
45
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
46 $(HELPMSG): $(HELPFILES)
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
47 $(MERGE) $^ > $@
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
48
2050
d63587190d9b For porting
boisy
parents: 2047
diff changeset
49 $(L1TXTFILES): $(LEVEL1)/sys/$@
d63587190d9b For porting
boisy
parents: 2047
diff changeset
50 -$(SOFTLINK) $(LEVEL1)/sys/$@
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
51
2727
f4870404ccc9 Adjusted makefile to populate inetd.conf with port number for telnet
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2485
diff changeset
52 inetd.conf: $(LEVEL1)/sys/inetd.conf
f4870404ccc9 Adjusted makefile to populate inetd.conf with port number for telnet
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2485
diff changeset
53 @sed 's/%TELNET_PORT%/$(TELNET_PORT)/' $^ > $@
f4870404ccc9 Adjusted makefile to populate inetd.conf with port number for telnet
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2485
diff changeset
54
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
55 clean:
2727
f4870404ccc9 Adjusted makefile to populate inetd.conf with port number for telnet
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2485
diff changeset
56 $(RM) $(HELPMSG) $(L1TXTFILES) $(BINFILES) inetd.conf
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
57
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
58 showbinobjs:
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
59 @$(ECHO) $(BINFILES)
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
60
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
61 showtextobjs:
2728
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2727
diff changeset
62 @$(ECHO) $(TEXTFILES) inetd.conf
2047
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
63
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
64 showobjs:
ed46fc161cc3 All for the mix
boisy
parents:
diff changeset
65 @$(ECHO) $(ALLOBJS)