Mercurial > hg > Members > kono > nitros9-code
comparison level2/cmds/makefile @ 404:bd914df47bf8
Grab format from level1
author | boisy |
---|---|
date | Fri, 30 Aug 2002 03:13:30 +0000 |
parents | 665287f6d3fd |
children | e5dfb2271401 |
comparison
equal
deleted
inserted
replaced
403:93e9f4a4e253 | 404:bd914df47bf8 |
---|---|
1 include ../../Makefile.rules | 1 include ../../Makefile.rules |
2 | 2 |
3 DEPENDS = ./Makefile | 3 DEPENDS = ./Makefile |
4 | 4 |
5 CMDS = attr binex build cmp cobbler copy date \ | 5 CMDS = attr binex build cmp cobbler copy date \ |
6 deiniz del deldir dir display dump echo error exbin \ | 6 deiniz del deldir dir display dump echo error exbin format \ |
7 free grfdrv help ident iniz link list load login makdir mdir \ | 7 free grfdrv help ident iniz link list load login makdir mdir \ |
8 merge mfree montype procs pwd pxd rename save \ | 8 merge mfree montype procs pwd pxd rename save \ |
9 setime shell_21 sleep tee tmode tsmon unlink \ | 9 setime shell_21 sleep tee tmode tsmon unlink \ |
10 verify wcreate xmode | 10 verify wcreate xmode |
11 SUBS = gfx2 gfx inkey | 11 SUBS = gfx2 gfx inkey |
15 unlink | 15 unlink |
16 UTILPAK1 = attr deldir dump free ident pwd pxd rename setime \ | 16 UTILPAK1 = attr deldir dump free ident pwd pxd rename setime \ |
17 sleep verify wcreate xmode | 17 sleep verify wcreate xmode |
18 | 18 |
19 LEVEL1FILES = attr.asm binex.asm build.asm cmp.asm cobbler.asm copy.asm date.asm deiniz.asm del.asm deldir.asm \ | 19 LEVEL1FILES = attr.asm binex.asm build.asm cmp.asm cobbler.asm copy.asm date.asm deiniz.asm del.asm deldir.asm \ |
20 dir.asm display.asm dump.asm echo.asm error.asm exbin.asm free.asm gfx.asm help.asm ident.asm iniz.asm inkey.asm link.asm \ | 20 dir.asm display.asm dump.asm echo.asm error.asm exbin.asm format.asm free.asm gfx.asm help.asm ident.asm iniz.asm inkey.asm link.asm \ |
21 list.asm load.asm login.asm makdir.asm merge.asm os9gen.asm pwd.asm pxd.asm rename.asm \ | 21 list.asm load.asm login.asm makdir.asm merge.asm os9gen.asm pwd.asm pxd.asm rename.asm \ |
22 save.asm setime.asm sleep.asm tee.asm tmode.asm tuneport.asm tsmon.asm verify.asm xmode.asm | 22 save.asm setime.asm sleep.asm tee.asm tmode.asm tuneport.asm tsmon.asm verify.asm xmode.asm |
23 | 23 |
24 ALLOBJS = $(CMDS) $(SUBS) | 24 ALLOBJS = $(CMDS) $(SUBS) |
25 | 25 |