Mercurial > hg > Members > kono > nitros9-code
comparison level1/cmds/makefile @ 1166:bb618bed0bdc
Miscellaneous source improvements
author | boisy |
---|---|
date | Mon, 19 May 2003 11:06:54 +0000 |
parents | c8b36ad42f6a |
children | 4e235f213651 |
comparison
equal
deleted
inserted
replaced
1165:b91cc65dbe4a | 1166:bb618bed0bdc |
---|---|
1 # Makefile for OS-9 Level One CMDS/ | |
2 | |
1 include ../../Makefile.rules | 3 include ../../Makefile.rules |
4 | |
5 vpath %.asm $(3RDPARTY)/packages/basic09 | |
2 | 6 |
3 DEPENDS = ./Makefile | 7 DEPENDS = ./Makefile |
4 | 8 |
5 BASIC09FILES = runb.asm gfx.asm inkey.asm syscall.asm | 9 BASIC09FILES = runb.asm gfx.asm inkey.asm syscall.asm |
6 COCOCMDS = asm attr backup binex build cmp cobbler config copy cputype date \ | 10 COCOCMDS = asm attr backup binex build cmp cobbler config copy cputype date \ |
20 | 24 |
21 pxd: pd.asm | 25 pxd: pd.asm |
22 $(AS) $(AFLAGS) $< $(ASOUT)$@ -aPXD=1 | 26 $(AS) $(AFLAGS) $< $(ASOUT)$@ -aPXD=1 |
23 | 27 |
24 clean: | 28 clean: |
25 $(RM) $(ALLOBJS) $(BASIC09FILES) | 29 $(RM) $(ALLOBJS) |
26 | 30 |
27 identify: | 31 identify: |
28 $(IDENT_SHORT) $(ALLOBJS) | 32 $(IDENT_SHORT) $(ALLOBJS) |
29 | 33 |
30 showallobjs: | 34 showallobjs: |
33 showcocoobjs: | 37 showcocoobjs: |
34 @$(ECHO) $(COCOCMDS) | 38 @$(ECHO) $(COCOCMDS) |
35 | 39 |
36 showdragonobjs: | 40 showdragonobjs: |
37 @$(ECHO) $(CMDS) $(DRAGONCMDS) | 41 @$(ECHO) $(CMDS) $(DRAGONCMDS) |
38 | |
39 $(BASIC09FILES): $(BASEDIR)/3rdparty/packages/basic09/$@ | |
40 -$(SOFTLINK) $(BASEDIR)/3rdparty/packages/basic09/$@ |