Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/packages/multivue/cmds_6309/makefile @ 497:910b1bd03739
Fixed makefile error, wrapped IFNE H6309 around gshell 6309 code
author | boisy |
---|---|
date | Wed, 09 Oct 2002 15:33:11 +0000 |
parents | e5ba386351af |
children | 48c56efd777b |
rev | line source |
---|---|
443 | 1 include ../../../../Makefile.rules |
2 | |
496 | 3 H6309 = $(AFLAGS) -aH6309=1 |
443 | 4 DEPENDS = ./Makefile |
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) | |
453 | 12 $(CD) ICONS; make |
449 | 13 $(CHMOD) 755 $(ALLOBJS) |
443 | 14 |
497
910b1bd03739
Fixed makefile error, wrapped IFNE H6309 around gshell 6309 code
boisy
parents:
496
diff
changeset
|
15 gshell_6309: gshell.asm |
496 | 16 $(AS) $(ASOUT)$@ $< $(H6309) |
17 | |
443 | 18 clean: |
19 $(RM) $(ALLOBJS) | |
20 | |
21 showobjs: | |
22 @$(ECHO) $(ALLOBJS) | |
23 | |
24 identify: | |
25 $(IDENT_SHORT) $(ALLOBJS) |