comparison level2/cmds/makefile @ 1167:a3d0ac951684

Miscellaneous source improvements
author boisy
date Mon, 19 May 2003 11:10:57 +0000
parents c847e6ee341d
children 701f6a80163f
comparison
equal deleted inserted replaced
1166:bb618bed0bdc 1167:a3d0ac951684
1 # Makefile for OS-9 Level Two CMDS/
2
1 include ../../Makefile.rules 3 include ../../Makefile.rules
2 4
3 vpath %.asm $(LEVEL1)/CMDS:$(3RDPARTY)/packages/basic09 5 vpath %.asm $(LEVEL1)/CMDS:$(3RDPARTY)/packages/basic09
4 6
5 DEPENDS = ./Makefile 7 DEPENDS = ./Makefile
13 shellplus sleep smap tee tmode touch \ 15 shellplus sleep smap tee tmode touch \
14 tsmon tuneport unlink verify wcreate xmode 16 tsmon tuneport unlink verify wcreate xmode
15 SUBS = gfx2 gfx inkey syscall 17 SUBS = gfx2 gfx inkey syscall
16 18
17 SHELLMODS = shellplus date deiniz echo iniz link load save unlink 19 SHELLMODS = shellplus date deiniz echo iniz link load save unlink
18 UTILPAK1 = attr copy del deldir dir display list makdir mdir \ 20 UTILPAK1 = attr build copy del deldir dir display list makdir mdir \
19 mfree procs rename tmode 21 merge mfree procs rename sleep tee tmode
20 22
21 ALLOBJS = $(CMDS) $(SUBS) 23 ALLOBJS = $(CMDS) $(SUBS)
22 24
23 # Files not compilable by os9asm: config 25 # Files not compilable by os9asm: config
24 all: $(ALLOBJS) shell utilpak1 $(DEPENDS) 26 all: $(ALLOBJS) shell utilpak1 $(DEPENDS)