annotate level1/sys/makefile @ 1129:c847e6ee341d

Removed CHMODs now that os9 attrs are in place
author boisy
date Mon, 14 Apr 2003 02:58:44 +0000
parents 958c6b6bdb8f
children e0f3e3135af5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
106
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
1 include ../../Makefile.rules
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
2
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
3 DEPENDS = ./Makefile
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
4
1060
958c6b6bdb8f LogBook file removed
boisy
parents: 910
diff changeset
5 SYSFILES = errmsg motd password
287
cc0d5795003f Moved touch.hp to Level Two
boisy
parents: 285
diff changeset
6 HELPFILES = asm.hp attr.hp backup.hp binex.hp build.hp chd.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
7 chx.hp cmp.hp cobbler.hp config.hp copy.hp date.hp \
287
cc0d5795003f Moved touch.hp to Level Two
boisy
parents: 285
diff changeset
8 dcheck.hp debug.hp deiniz.hp del.hp deldir.hp dir.hp \
cc0d5795003f Moved touch.hp to Level Two
boisy
parents: 285
diff changeset
9 display.hp dsave.hp dump.hp echo.hp edit.hp error.hp ex.hp \
910
ef95b0c56b9d Moved gfx from level2v3/SYS
boisy
parents: 891
diff changeset
10 exbin.hp format.hp free.hp gfx.hp help.hp ident.hp iniz.hp \
287
cc0d5795003f Moved touch.hp to Level Two
boisy
parents: 285
diff changeset
11 inkey.hp kill.hp link.hp list.hp load.hp login.hp makdir.hp \
cc0d5795003f Moved touch.hp to Level Two
boisy
parents: 285
diff changeset
12 mdir.hp merge.hp mfree.hp os9gen.hp \
cc0d5795003f Moved touch.hp to Level Two
boisy
parents: 285
diff changeset
13 park.hp procs.hp pwd.hp pxd.hp rename.hp save.hp setime.hp \
856
dfbdf7630128 touch.hp moved from level2
boisy
parents: 323
diff changeset
14 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
15 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
16 HELPMSG = helpmsg
891
1c4523015673 end of line conversion now takes place with os9 copy
boisy
parents: 856
diff changeset
17 ALLOBJS = $(SYSFILES) $(HELPMSG)
106
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
18
891
1c4523015673 end of line conversion now takes place with os9 copy
boisy
parents: 856
diff changeset
19 all: $(ALLOBJS)
106
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
20
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
21 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
22 $(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
23
106
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
24 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
25 $(RM) $(HELPMSG)
106
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
26
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
27 showobjs:
323
9ca004356f09 Makefiles modified
boisy
parents: 289
diff changeset
28 @$(ECHO) $(ALLOBJS)