annotate level1/sys/makefile @ 1834:87865128c951

Added defines for bit 2 of IT.DNS, which is track 0 density flag for format
author afra
date Tue, 31 May 2005 15:19:07 +0000
parents 6f066e2f3ee2
children 0382b69961f2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1352
diff changeset
1 include ../../rules.mak
1166
bb618bed0bdc Miscellaneous source improvements
boisy
parents: 1150
diff changeset
2
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1352
diff changeset
3 DEPENDS = ./makefile
106
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 \
1149
e0f3e3135af5 Added to help file
boisy
parents: 1129
diff changeset
7 chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \
e0f3e3135af5 Added to help file
boisy
parents: 1129
diff changeset
8 dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \
1150
3176d09627d1 Added dmode.hp
boisy
parents: 1149
diff changeset
9 dir.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp edit.hp \
1656
5b5390b7333a exmode replaces xmode as the ideal utility. makefiles and help updated accordingly
boisy
parents: 1363
diff changeset
10 error.hp ex.hp exbin.hp format.hp free.hp gfx.hp \
1149
e0f3e3135af5 Added to help file
boisy
parents: 1129
diff changeset
11 help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \
e0f3e3135af5 Added to help file
boisy
parents: 1129
diff changeset
12 list.hp load.hp login.hp makdir.hp \
1700
6f066e2f3ee2 Final changes for V03.02.04 release
boisy
parents: 1686
diff changeset
13 mdir.hp megaread.hp merge.hp mpi.hp mfree.hp os9gen.hp \
1352
69e75af20e16 Added padrom help file
boisy
parents: 1220
diff changeset
14 padrom.hp park.hp procs.hp prompt.hp pwd.hp pxd.hp \
69e75af20e16 Added padrom help file
boisy
parents: 1220
diff changeset
15 rename.hp save.hp setime.hp \
1686
4aef850a9ddc Removed swread.hp from makefiles
boisy
parents: 1682
diff changeset
16 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
17 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
18 HELPMSG = helpmsg
891
1c4523015673 end of line conversion now takes place with os9 copy
boisy
parents: 856
diff changeset
19 ALLOBJS = $(SYSFILES) $(HELPMSG)
106
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
20
1149
e0f3e3135af5 Added to help file
boisy
parents: 1129
diff changeset
21
891
1c4523015673 end of line conversion now takes place with os9 copy
boisy
parents: 856
diff changeset
22 all: $(ALLOBJS)
106
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
23
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
24 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
25 $(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
26
106
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
27 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
28 $(RM) $(HELPMSG)
106
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
29
1db3e85d5133 SYS files for Level 1
boisy
parents:
diff changeset
30 showobjs:
323
9ca004356f09 Makefiles modified
boisy
parents: 289
diff changeset
31 @$(ECHO) $(ALLOBJS)