Mercurial > hg > Members > kono > nitros9-code
annotate level1/sys/makefile @ 289:9eb83f3cf318
Added logbook
author | boisy |
---|---|
date | Sun, 21 Jul 2002 22:28:32 +0000 |
parents | cc0d5795003f |
children | 9ca004356f09 |
rev | line source |
---|---|
106 | 1 include ../../Makefile.rules |
2 | |
3 DEPENDS = ./Makefile | |
4 | |
289 | 5 DEFS = errmsg motd password logbook |
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 \ | |
10 exbin.hp format.hp free.hp help.hp ident.hp iniz.hp \ | |
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 \ | |
14 setpr.hp shell.hp sleep.hp tee.hp tmode.hp tsmon.hp \ | |
15 tuneport.hp unlink.hp verify.hp xmode.hp | |
106 | 16 ALLOBJS = $(DEFS) |
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 |
106 | 18 |
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 all: $(ALLOBJS) $(HELPMSG) |
106 | 20 $(UNIX2OS9) $(ALLOBJS) |
21 | |
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
|
22 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
|
23 $(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
|
24 $(UNIX2OS9) $@ |
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: |
27 $(OS92UNIX) $(ALLOBJS) | |
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
|
28 $(RM) $(HELPMSG) |
106 | 29 |
30 showobjs: | |
31 @echo $(ALLOBJS) |