Mercurial > hg > Members > kono > nitros9-code
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 |
rev | line source |
---|---|
106 | 1 include ../../Makefile.rules |
2 | |
3 DEPENDS = ./Makefile | |
4 | |
1060 | 5 SYSFILES = errmsg motd password |
287 | 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 | 8 dcheck.hp debug.hp deiniz.hp del.hp deldir.hp dir.hp \ |
9 display.hp dsave.hp dump.hp echo.hp edit.hp error.hp ex.hp \ | |
910 | 10 exbin.hp format.hp free.hp gfx.hp help.hp ident.hp iniz.hp \ |
287 | 11 inkey.hp kill.hp link.hp list.hp load.hp login.hp makdir.hp \ |
12 mdir.hp merge.hp mfree.hp os9gen.hp \ | |
13 park.hp procs.hp pwd.hp pxd.hp rename.hp save.hp setime.hp \ | |
856 | 14 setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \ |
287 | 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 | 17 ALLOBJS = $(SYSFILES) $(HELPMSG) |
106 | 18 |
891 | 19 all: $(ALLOBJS) |
106 | 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 | 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 | 26 |
27 showobjs: | |
323 | 28 @$(ECHO) $(ALLOBJS) |