comparison level3/coco3/cmds/makefile @ 3001:8e1891c6cc4a

level3 makefiles: Lots of whitespace fixes, no code changes
author Gene Heskett <gheskett@wdtv.com>
date Sun, 26 Oct 2014 12:41:21 +0100
parents 56f26b87fa8a
children 66963ae41cb6
comparison
equal deleted inserted replaced
3000:9cae8c7cf7fd 3001:8e1891c6cc4a
12 format free grfdrv help ident iniz irqs link list load login \ 12 format free grfdrv help ident iniz irqs link list load login \
13 makdir mdir megaread merge mfree mmap modpatch montype mpi os9gen padrom park \ 13 makdir mdir megaread merge mfree mmap modpatch montype mpi os9gen padrom park \
14 pmap proc procs prompt pwd pxd reboot rename save setime \ 14 pmap proc procs prompt pwd pxd reboot rename save setime \
15 shell_21 sleep smap sfree tee tmode touch tsmon tuneport unlink verify wcreate xmode 15 shell_21 sleep smap sfree tee tmode touch tsmon tuneport unlink verify wcreate xmode
16 16
17 CMDS_D2 = basic09 runb gfx2 gfx inkey syscall copy del echo format \ 17 CMDS_D2 = basic09 runb gfx2 gfx inkey syscall copy del echo format \
18 merge os9gen prompt tmode 18 merge os9gen prompt tmode
19 19
20 SHELLMODS = shellplus date deiniz echo iniz link load save unlink 20 SHELLMODS = shellplus date deiniz echo iniz link load save unlink
21 UTILPAK1 = attr build copy del deldir dir display list makdir mdir \ 21 UTILPAK1 = attr build copy del deldir dir display list makdir mdir \
22 merge mfree procs rename tmode 22 merge mfree procs rename tmode
23 23
40 $(AS) $(AFLAGS) $< $(ASOUT)$@ -DPWD=1 40 $(AS) $(AFLAGS) $< $(ASOUT)$@ -DPWD=1
41 41
42 pxd: pd.asm 42 pxd: pd.asm
43 $(AS) $(AFLAGS) $< $(ASOUT)$@ -DPXD=1 43 $(AS) $(AFLAGS) $< $(ASOUT)$@ -DPXD=1
44 44
45 shell: $(SHELLMODS) $(DEPENDS) 45 shell: $(SHELLMODS) $(DEPENDS)
46 $(MERGE) $(SHELLMODS)>$@ 46 $(MERGE) $(SHELLMODS)>$@
47 @$(ECHO) "*** Be sure the size of this file is less than 7681 bytes! ***" 47 @$(ECHO) "*** Be sure the size of this file is less than 7681 bytes! ***"
48 @ls -l $@ 48 @ls -l $@
49 @$(ECHO) "" 49 @$(ECHO) ""
50 50
51 utilpak1: $(UTILPAK1) $(DEPENDS) 51 utilpak1: $(UTILPAK1) $(DEPENDS)
52 $(MERGE) $(UTILPAK1)>$@ 52 $(MERGE) $(UTILPAK1)>$@
53 @$(ECHO) "*** Be sure the size of this file is less than 7681 bytes! ***" 53 @$(ECHO) "*** Be sure the size of this file is less than 7681 bytes! ***"
54 @ls -l $@ 54 @ls -l $@
55 @$(ECHO) "" 55 @$(ECHO) ""
56 56
57 clean: 57 clean:
58 $(RM) shell utilpak1 $(SUBS) $(SHELLMODS) $(CMDS) $(CMDS_D2) 58 $(RM) shell utilpak1 $(SUBS) $(SHELLMODS) $(CMDS) $(CMDS_D2)
59 59
60 # Only $(CMDS) are shown here 60 # Only $(CMDS) are shown here