Mercurial > hg > Members > kono > nitros9-code
annotate level1/sys/makefile @ 1150:3176d09627d1
Added dmode.hp
author | boisy |
---|---|
date | Wed, 30 Apr 2003 14:34:08 +0000 |
parents | e0f3e3135af5 |
children | bb618bed0bdc |
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 \ |
1149 | 7 chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \ |
8 dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \ | |
1150 | 9 dir.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp edit.hp \ |
1149 | 10 error.hp ex.hp exbin.hp exmode.hp format.hp free.hp gfx.hp \ |
11 help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \ | |
12 list.hp load.hp login.hp makdir.hp \ | |
287 | 13 mdir.hp merge.hp mfree.hp os9gen.hp \ |
14 park.hp procs.hp pwd.hp pxd.hp rename.hp save.hp setime.hp \ | |
856 | 15 setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \ |
287 | 16 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
|
17 HELPMSG = helpmsg |
891 | 18 ALLOBJS = $(SYSFILES) $(HELPMSG) |
106 | 19 |
1149 | 20 |
891 | 21 all: $(ALLOBJS) |
106 | 22 |
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
|
23 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
|
24 $(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
|
25 |
106 | 26 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
|
27 $(RM) $(HELPMSG) |
106 | 28 |
29 showobjs: | |
323 | 30 @$(ECHO) $(ALLOBJS) |