Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/packages/multivue/cmds_6809/makefile @ 496:e5ba386351af
Changed gshell to gshell_6309
author | boisy |
---|---|
date | Wed, 09 Oct 2002 15:29:57 +0000 |
parents | 4240f093661c |
children | 910b1bd03739 |
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 |
496 | 15 gshell_6309: |
16 $(AS) $(ASOUT)$@ $< $(H6309) | |
17 | |
443 | 18 clean: |
19 $(RM) $(ALLOBJS) | |
20 | |
21 showobjs: | |
22 @$(ECHO) $(ALLOBJS) | |
23 | |
24 identify: | |
25 $(IDENT_SHORT) $(ALLOBJS) |