Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/packages/multivue/cmds_6809/makefile @ 1363:53c50c807d55
Major move to new NitrOS-9 project
author | boisy |
---|---|
date | Fri, 26 Sep 2003 12:26:10 +0000 |
parents | c847e6ee341d |
children | 59187a65f10c |
rev | line source |
---|---|
1363 | 1 include ../../../../rules.mak |
443 | 2 |
681 | 3 H6309 = $(AFLAGS) -aH6309=1 -e |
1363 | 4 DEPENDS = ./makefile |
443 | 5 |
496 | 6 CMDS = gshell_6309 cocopr control demo fstat gcal gcalc gclock \ |
443 | 7 gport gprint |
8 | |
448 | 9 ALLOBJS = $(CMDS) |
443 | 10 |
11 all: $(ALLOBJS) | |
1363 | 12 $(CD) icons; make |
443 | 13 |
497
910b1bd03739
Fixed makefile error, wrapped IFNE H6309 around gshell 6309 code
boisy
parents:
496
diff
changeset
|
14 gshell_6309: gshell.asm |
496 | 15 $(AS) $(ASOUT)$@ $< $(H6309) |
16 | |
443 | 17 clean: |
18 $(RM) $(ALLOBJS) | |
19 | |
20 showobjs: | |
21 @$(ECHO) $(ALLOBJS) | |
22 | |
23 identify: | |
24 $(IDENT_SHORT) $(ALLOBJS) |