annotate level1/sys/makefile @ 1251:411c88ed62f6

Fixed bug in os9p1, now boots in Level Two! Also inc'ed rev (and in os9p2)
author boisy
date Sun, 17 Aug 2003 12:59:47 +0000
parents cc9973fd49f4
children 69e75af20e16
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1166
bb618bed0bdc Miscellaneous source improvements
boisy
parents: 1150
diff changeset
1 # Makefile for OS-9 Level One SYS/
bb618bed0bdc Miscellaneous source improvements
boisy
parents: 1150
diff changeset
2
106
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
3 include ../../Makefile.rules
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
4
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
5 DEPENDS = ./Makefile
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
6
1060
958c6b6bdb8f LogBook file removed
boisy
parents: 910
diff changeset
7 SYSFILES = errmsg motd password
287
cc0d5795003f Moved touch.hp to Level Two
boisy
parents: 285
diff changeset
8 HELPFILES = asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \
1149
e0f3e3135af5 Added to help file
boisy
parents: 1129
diff changeset
9 chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \
e0f3e3135af5 Added to help file
boisy
parents: 1129
diff changeset
10 dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \
1150
3176d09627d1 Added dmode.hp
boisy
parents: 1149
diff changeset
11 dir.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp edit.hp \
1149
e0f3e3135af5 Added to help file
boisy
parents: 1129
diff changeset
12 error.hp ex.hp exbin.hp exmode.hp format.hp free.hp gfx.hp \
e0f3e3135af5 Added to help file
boisy
parents: 1129
diff changeset
13 help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \
e0f3e3135af5 Added to help file
boisy
parents: 1129
diff changeset
14 list.hp load.hp login.hp makdir.hp \
287
cc0d5795003f Moved touch.hp to Level Two
boisy
parents: 285
diff changeset
15 mdir.hp merge.hp mfree.hp os9gen.hp \
1220
cc9973fd49f4 Updated ChangeLogs and added prompt.hp
boisy
parents: 1166
diff changeset
16 park.hp procs.hp prompt.hp pwd.hp pxd.hp rename.hp save.hp setime.hp \
856
dfbdf7630128 touch.hp moved from level2
boisy
parents: 323
diff changeset
17 setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \
287
cc0d5795003f Moved touch.hp to Level Two
boisy
parents: 285
diff changeset
18 tuneport.hp unlink.hp verify.hp xmode.hp
285
5ac4920aa1f7 Added *.hp files from OS-9 Level Two, removed cmds.hp as the old OS-9 Level One
boisy
parents: 106
diff changeset
19 HELPMSG = helpmsg
891
1c4523015673 end of line conversion now takes place with os9 copy
boisy
parents: 856
diff changeset
20 ALLOBJS = $(SYSFILES) $(HELPMSG)
106
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
21
1149
e0f3e3135af5 Added to help file
boisy
parents: 1129
diff changeset
22
891
1c4523015673 end of line conversion now takes place with os9 copy
boisy
parents: 856
diff changeset
23 all: $(ALLOBJS)
106
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
24
285
5ac4920aa1f7 Added *.hp files from OS-9 Level Two, removed cmds.hp as the old OS-9 Level One
boisy
parents: 106
diff changeset
25 helpmsg: $(HELPFILES)
5ac4920aa1f7 Added *.hp files from OS-9 Level Two, removed cmds.hp as the old OS-9 Level One
boisy
parents: 106
diff changeset
26 $(MERGE) $(HELPFILES) > $@
5ac4920aa1f7 Added *.hp files from OS-9 Level Two, removed cmds.hp as the old OS-9 Level One
boisy
parents: 106
diff changeset
27
106
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
28 clean:
285
5ac4920aa1f7 Added *.hp files from OS-9 Level Two, removed cmds.hp as the old OS-9 Level One
boisy
parents: 106
diff changeset
29 $(RM) $(HELPMSG)
106
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
30
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
31 showobjs:
323
9ca004356f09 Makefiles modified
boisy
parents: 289
diff changeset
32 @$(ECHO) $(ALLOBJS)